*** toadlife has joined #xdandroid | 00:21 | |
toadlife | So I see there is a new rootfs. Does this have ALL of the hyc ril related commits? | 00:30 |
---|---|---|
toadlife | Ok I read the logs. Looks like ril related patches, but not his other request. Presumably his mucking with init... | 00:34 |
hyc | according to the commit, it's also a very early version of the ril | 00:40 |
hyc | but not sure if that's accurate or not | 00:40 |
toadlife | I'll stick with my modified version of f22's rootfs then | 00:46 |
toadlife | for now | 00:46 |
*** Fudge has quit IRC | 00:49 | |
*** Fudge has joined #xdandroid | 00:49 | |
Recnamoruen | lol | 01:24 |
Recnamoruen | keep missing hyc | 01:24 |
Recnamoruen | Hyc when you get a chance what exactly does your ril do differently for cdma? | 01:30 |
Entropy512 | for CDMA - pretty much a complete rewrite/overhaul | 01:45 |
Entropy512 | i.e. everything is different | 01:45 |
Entropy512 | the old RIL's CDMA support was so hackish it's a miracle it ever worked at all | 01:45 |
Recnamoruen | so | 01:48 |
Recnamoruen | if i download the new rootfs | 01:48 |
Recnamoruen | will the new ril work | 01:48 |
Recnamoruen | or how do i set up that thing to work withvertizon | 01:48 |
hyc | The ril in the April 30 rootfs is from March 23 in my tree. Personally I would recommend using something newer. | 01:51 |
Recnamoruen | yay hyc | 01:52 |
Recnamoruen | What woudl you suggest | 01:52 |
Recnamoruen | do you have a newer one in your thread? | 01:52 |
hyc | of course | 01:53 |
Recnamoruen | is it the one in post #6? | 01:53 |
hyc | that would be the newest, yes | 01:54 |
Recnamoruen | k | 01:54 |
Recnamoruen | are you using froyo on ur device or gb? | 01:55 |
hyc | froyo | 01:55 |
hyc | gb is missing too much, froyo is actually useful | 01:55 |
Recnamoruen | kk | 01:55 |
Recnamoruen | Do I still have to put the opoerator id and everything somewhere for your ril to work? | 01:56 |
hyc | does it say so in the thread? | 01:56 |
hyc | Don't ask questions that have already been answered | 01:57 |
Recnamoruen | Sorry, I have 3 different threads open about your ril :( | 01:58 |
GPFerror | how do i add highlandsun's write cache setting to /init ? | 02:18 |
toadlife | remount your root filesystem rw (# mount -o remount,rw /) | 02:30 |
toadlife | and then you can copy the modified init | 02:30 |
Recnamoruen | oh man | 02:30 |
toadlife | run `chmod 755 /init` after copying the new file | 02:30 |
Recnamoruen | going through these instructions for hycs ril is fun | 02:30 |
toadlife | Glad I'm not CDMA. :) | 02:31 |
*** toadlife has quit IRC | 02:32 | |
Recnamoruen | okies | 02:36 |
*** rpierce99 has quit IRC | 02:36 | |
Recnamoruen | time to edit a build.prop | 02:36 |
Recnamoruen | and hopefully ill have it owrking | 02:36 |
hyc | actually, the /init.rc will override two of the cache settings | 02:39 |
hyc | so you need to edit /init.etc/init.froyo.rc too. (or init.gingerbread.rc if you're foolish enough to be running gingerbread) | 02:39 |
*** toadlife has joined #xdandroid | 02:41 | |
Recnamoruen | hmm | 02:41 |
Recnamoruen | so the operator id will have to goto init.rc also? | 02:42 |
hyc | operator id is not a cache setting | 02:42 |
hyc | wtf are you talking about... | 02:42 |
Recnamoruen | your thread | 02:42 |
Recnamoruen | says i have to set the operator id | 02:42 |
Recnamoruen | inside build.prop | 02:42 |
hyc | yes | 02:43 |
hyc | I was responding to GPFerror, not you | 02:43 |
Recnamoruen | oh | 02:43 |
Recnamoruen | I apologize | 02:43 |
hyc | I was talking about cache settings. nothing at all with what you were talking about. | 02:43 |
GPFerror | thanks toadlife | 02:43 |
Recnamoruen | Does it matter where in the build.prop i put the operator id? | 02:44 |
hyc | no | 02:44 |
GPFerror | thanks hyc | 02:44 |
hyc | in fact you don't even need to edit build.prop, you can just create /data/local.prop and put the operator settings there. | 02:44 |
toadlife | No problem. Be carefull! Back up your rootfs | 02:44 |
Recnamoruen | Do these numbers look right | 02:45 |
Recnamoruen | its the only operator id i could find for verizon | 02:46 |
Recnamoruen | Verizon Wireless80 | 02:46 |
hyc | stinebd: the Wiki mainpage points to the FRX04 thread in XDA forum | 02:46 |
hyc | that probably ought to be changed... | 02:46 |
hyc | Recnamoruen: nope, that definitely looks wrong. | 02:46 |
hyc | An operator ID will be usually a 5 or 6 digit number | 02:46 |
hyc | in some rare cases maybe even longer | 02:47 |
Recnamoruen | hmm, what would be the easiest way to find that | 02:47 |
hyc | For US networks the first 3 digits will always be 310. google MCC and MNC and Verizon | 02:47 |
Recnamoruen | oh | 02:48 |
Recnamoruen | ty | 02:48 |
Recnamoruen | so its 310012 | 02:49 |
hyc | where did you find that? I should probably add it to the thread | 02:50 |
Recnamoruen | oh | 02:50 |
Recnamoruen | wikipedia has an entire listing of the mall | 02:50 |
hyc | ok | 02:50 |
Recnamoruen | http://en.wikipedia.org/wiki/List_of_mobile_network_codes_in_the_United_States | 02:50 |
Recnamoruen | there you go | 02:50 |
hyc | I should just link the wikipedia article then | 02:51 |
Recnamoruen | Okay, believe I got the build.prop pushed back to the device | 02:52 |
Recnamoruen | at least i hope so | 02:52 |
*** toadlife has quit IRC | 02:56 | |
Recnamoruen | Now to find the verizon mms settings | 02:59 |
*** rotom has joined #xdandroid | 03:08 | |
*** |Jeroen| has joined #xdandroid | 03:12 | |
Recnamoruen | Hmm I take it if my phone is saying tcdma 64 i messed up somewhere | 03:13 |
*** rotom has quit IRC | 03:13 | |
hyc | nah it's fine | 03:15 |
hyc | but I think 64 means you're roaming | 03:15 |
Recnamoruen | awesome | 03:18 |
Recnamoruen | but if im unable to pull up the apn menu it means something is wrong correct? | 03:19 |
hyc | the APN menu is only enabled if you have my patched Phone.apk | 03:19 |
Recnamoruen | I have it set up as a mount bind | 03:19 |
hyc | then it should be there in your network settings | 03:19 |
Recnamoruen | nope :*( | 03:20 |
hyc | just for my information, I'd like to see your radio log | 03:20 |
hyc | everyone else has been testing on sprint | 03:20 |
hyc | no verizon testers so far | 03:20 |
Recnamoruen | Oh | 03:20 |
Recnamoruen | Give me a moment | 03:20 |
Recnamoruen | I have to learn how to do that | 03:20 |
Recnamoruen | lol | 03:21 |
Recnamoruen | adb is awesome | 03:21 |
Recnamoruen | ok give me 2 seconds and i have it up on your thread for you ok? | 03:21 |
hyc | ok | 03:22 |
Recnamoruen | I take it you want the entire thing? | 03:22 |
Recnamoruen | stupid question | 03:24 |
hyc | yes, please | 03:24 |
Recnamoruen | sorry | 03:24 |
Recnamoruen | are you able to accept files over irc? | 03:25 |
Recnamoruen | Does that log work for you? | 03:27 |
hyc | looks ok, just starting into it | 03:28 |
*** toadlife has joined #xdandroid | 03:29 | |
Recnamoruen | k | 03:31 |
Recnamoruen | Does the version of radio i have flashed to the phone matter at all? | 03:40 |
*** ultradj83 has joined #xdandroid | 03:49 | |
ultradj83 | Hi guys. I've just installed the last build, wonderful but slow, will in the future a way to install to ROM instead of SD exist? | 03:51 |
hyc | ROM will not be any faster | 03:55 |
Recnamoruen | you might try a faster sdcard but i don't think once its loaded itll make a difference | 03:58 |
hyc | pretty much. the way to keep things fast is to prevent extraneous apps from starting | 04:01 |
hyc | read that again - Prevent extraneous apps from starting. | 04:01 |
Recnamoruen | k hopefully my pushing hte files to the device will get the apn menu to come up | 04:01 |
hyc | things like autokiller are the wrong solution. they kill things after they've already started. | 04:01 |
hyc | by then you've a;ready bogged down the phone loading the app, and occupying RAM that used to be doing something else. | 04:02 |
hyc | task killers are totally useless | 04:03 |
hyc | actually detrimental. if all they do is send a kill signal to an app, eventually the system will try to restart it. | 04:03 |
hyc | each time a process dies, and each time a process starts, is a hit on system performance. | 04:03 |
Recnamoruen | Yay! | 04:06 |
Recnamoruen | Got my apn menu | 04:06 |
Recnamoruen | Lol, I do tech support for verizon | 04:07 |
hyc | you do? | 04:08 |
Recnamoruen | I have to explain that to customers constantly | 04:08 |
Recnamoruen | yes I do | 04:08 |
hyc | I wonder if you can get hold of HTC's proprietary documentation ... | 04:08 |
Recnamoruen | hmm | 04:08 |
Recnamoruen | probably not | 04:08 |
hyc | eh, wasn't being serious ;) | 04:08 |
Recnamoruen | Any ideas where I can apn settings | 04:09 |
hyc | lol. you should have better access to them than anyone. | 04:09 |
Recnamoruen | I have the windows mobile settings | 04:10 |
Recnamoruen | I know them by heart | 04:10 |
Recnamoruen | just not the ones for android | 04:10 |
Recnamoruen | or i won't bothering adding my apn because it doesn't show up | 04:17 |
Recnamoruen | one of these days ill be able to get mms working on my device | 04:17 |
hyc | http://forum.xda-developers.com/showthread.php?t=535293 | 04:22 |
*** |Jeroen| has quit IRC | 04:27 | |
Recnamoruen | thanks hyc | 04:35 |
Recnamoruen | but for some reason its not saving the apn | 04:35 |
Recnamoruen | or i can't see it | 04:36 |
Recnamoruen | one of the 2 | 04:36 |
hyc | then the operator ID you set in your APN doesn't match the ID you set in your properties | 04:36 |
hyc | do a "getprop" in the shell. paste the whole output. | 04:36 |
hyc | on pastebin or something | 04:36 |
Recnamoruen | lol | 04:38 |
Recnamoruen | it doesn't have my changes to build.prop | 04:38 |
*** ultradj83 has quit IRC | 04:38 | |
Recnamoruen | at least i don't see them | 04:38 |
Recnamoruen | http://pastebin.com/HsaH8TnT | 04:39 |
hyc | then you're not going to succeed there. put your operator ID in /data/local.prop instead | 04:41 |
*** emwe has joined #xdandroid | 04:43 | |
*** Miga has left #xdandroid | 04:43 | |
*** Miga has joined #xdandroid | 04:47 | |
emwe | uh eh ... what do ril source code files have to do in rootfs?! | 05:07 |
emwe | some merge wen't into the wrong repo it looks | 05:09 |
Recnamoruen | Holy fuck | 05:10 |
Recnamoruen | hyc | 05:10 |
Recnamoruen | my mms works perfectly | 05:10 |
Recnamoruen | once i got the apn settings in | 05:10 |
Recnamoruen | i can send and recieve | 05:10 |
hyc | nice | 05:12 |
hyc | I wonder what's going on with Sprint then | 05:13 |
hyc | post your results to the thread | 05:13 |
Recnamoruen | I'm actually still testing | 05:14 |
hyc | emwe: oh, nice catch. I was wondering why all of those commits were in that log | 05:14 |
hyc | I thought he only committed the binary. | 05:14 |
emwe | ;) | 05:14 |
emwe | hyc: are you sleeping at all? | 05:15 |
hyc | oh, here and there | 05:15 |
emwe | hehe | 05:15 |
hyc | just found out that a few of my init patches broke secure apps. sigh. | 05:16 |
Recnamoruen | :) | 05:16 |
Recnamoruen | ok yes | 05:16 |
Recnamoruen | it works perfectly for me | 05:16 |
hyc | great | 05:17 |
hyc | mebbe the problem with MMS on Sprint is purely a Sprint thing ... | 05:17 |
Recnamoruen | I think its your ril | 05:17 |
Recnamoruen | the same settings before didn't work | 05:17 |
hyc | no, I know that | 05:17 |
hyc | but MMS receive still doesn't do much on Sprint | 05:18 |
Recnamoruen | ah | 05:18 |
Recnamoruen | hmmm | 05:18 |
hyc | you get the message, but the attachments aren't downloaded | 05:18 |
Recnamoruen | oh | 05:18 |
Recnamoruen | does the message show up as mms? | 05:18 |
hyc | probably Sprint wants some magic token in the HTTP request | 05:18 |
hyc | yes | 05:18 |
Recnamoruen | Ah, I don't know then | 05:18 |
hyc | the message shows up, but it only contains a link to the attachment. the MMS client fails to download the attachment. | 05:19 |
Recnamoruen | Thanks hyc for sticking with me as i set this up | 05:23 |
Recnamoruen | If you have any questions let me know ill be more then happy to try to answer them for you | 05:23 |
Recnamoruen | Oh and it might have been a stupid question but you never answered, does the radio flashed to the phone affect android at all, because if u want I'm more then happy to flash different radios for you | 05:26 |
hyc | I have no idea | 05:31 |
hyc | I'm sure different radio versions have different bugs | 05:31 |
Recnamoruen | Welp just let me know if u want logs from different radios | 05:32 |
hyc | whether that affects us is anybody's guess | 05:32 |
Recnamoruen | and I'll write the logs for you | 05:32 |
Recnamoruen | You have a rhodium correct? | 05:38 |
hyc | yes | 05:45 |
Recnamoruen | do you use sleep mode 1 or 0? | 05:46 |
hyc | 1 | 05:46 |
Recnamoruen | Do you know the difference between the 2? | 05:46 |
hyc | using wistilt2 test kernel, that's the only mode that exists | 05:46 |
Recnamoruen | oh | 05:46 |
Recnamoruen | I was not aware of that | 05:46 |
Recnamoruen | I'm glad I asked that question then | 05:47 |
Recnamoruen | because i just started using that kernal | 05:47 |
emwe | hyc: reverted that rootfs merge. anything speaking against a push? | 06:05 |
emwe | ok, it's out. | 06:13 |
hyc | emwe:sorry, was looking at something else. I'm pretty sure that stinebd meant to merge the binary, not the source. | 06:14 |
emwe | hyc: the binary is merged | 06:14 |
hyc | ok | 06:14 |
hyc | I should look at that. which version of the binary? | 06:15 |
emwe | https://gitorious.org/xdandroid/rootfs/commits/master | 06:15 |
emwe | don't see a mention of the version | 06:15 |
emwe | Sync froyo ril blob from hyc's codebase. | 06:16 |
hyc | ah right, ok | 06:16 |
Recnamoruen | oh fuck me | 06:20 |
Recnamoruen | I spent all that time getting it to work | 06:20 |
Recnamoruen | and i htink my sdcard just failed | 06:20 |
xdandroid | New rootfs available (20110501-5f3d39d) at: http://is.gd/SNqFO8 -- Changes at: http://is.gd/yUbMIN | 06:23 |
hyc | I wonder if this means stinebd didn't sync the ril source code. | 06:24 |
hyc | i.e., he merged it to the wrong repo. | 06:24 |
*** helicopter88 has joined #xdandroid | 06:29 | |
emwe | can look for that later. but we are getting visit of friends so won't be around that much | 06:30 |
emwe | just saw your mail hyc. so that initrd change is worth nothing on .27 without the patch i get it? | 06:31 |
emwe | hyc: don't look at other things :P | 06:39 |
*** GPFerror has quit IRC | 06:42 | |
emwe | hyc: last commit in RILs gingerbread is dec73a6ab085f9b828902d19f097ac3e47187445 "Still need world_phone status". sounds fine if i didn't mix things up on the merge madness. | 06:46 |
emwe | hyc: pls git format-patch your patch. it's not am'eable. | 06:49 |
hyc | ok | 06:52 |
emwe | i am ready when you are ;) | 06:58 |
Recnamoruen | the hw3d_force is deprecated now correct? | 07:00 |
hyc | emwe: just sent | 07:01 |
emwe | hrm ... getting warnings | 07:04 |
hyc | where? | 07:05 |
emwe | . /store/data/devel/topaz-dev/kernel/linux-msm-clean/fs/partitions/check.c:297:51: warning: 'struct kobj_uvent_env' declared inside parameter list | 07:07 |
emwe | and following due to unknown struct | 07:07 |
emwe | the gendisk assignment could be skipped as well, no? | 07:07 |
hyc | seems so | 07:09 |
hyc | this was a cherry-pick from a later tree, I only fixed the compile errors in block/genhd.c | 07:10 |
hyc | I missed these warnings on my recompile | 07:10 |
emwe | ehrm... kobj_uvent_env seems to be a typo. see warning fix commits on google | 07:12 |
emwe | u*e*vent | 07:12 |
hyc | ahhh | 07:13 |
hyc | so, fixing the typo and deleting the unused var, no more warnings | 07:17 |
emwe | hyc: your patch and my little warning patch pushed. let's wait for the autobuild to pick it up. | 07:17 |
hyc | cool | 07:17 |
emwe | is that fix related to partioned installs only? | 07:18 |
hyc | mmm. good question | 07:18 |
hyc | probably | 07:18 |
hyc | I've only been using partitions now. for months... | 07:19 |
hyc | I guess I need to test a loop mounted build with my current rootfs | 07:20 |
emwe | i could just use .35 and initrd and try to unmount? | 07:20 |
emwe | hm, but i see friends coming around quite soon. | 07:20 |
hyc | ah too bad. I guess it can wait. | 07:21 |
hyc | you have .35 working on your device? | 07:21 |
emwe | yes, but not as polished as alex ;) | 07:21 |
emwe | still missing a lot. | 07:21 |
hyc | what phone is yours? | 07:22 |
emwe | topaz | 07:22 |
emwe | got a donated raph waiting for .35 integration. | 07:22 |
hyc | ah cool | 07:22 |
emwe | and a rhod is supposed to be on the way | 07:22 |
emwe | the raph is good due to different amss | 07:22 |
hyc | if you are able to boot my rootfs then you can probably test | 07:22 |
emwe | i am using everything from .27 world. | 07:23 |
emwe | the current rootfs/master is not usable for usb-unmount, yet? | 07:23 |
hyc | in xdandroid, no | 07:24 |
hyc | in my repo, yes | 07:24 |
emwe | i need some more permissions set in init.xyz.cfg | 07:24 |
hyc | are those the ones F22 recently added? | 07:25 |
hyc | I have those in my rootfs/mine branch | 07:25 |
emwe | .. /dev/htc-acoustic_wince and some /sys/class/leds | 07:25 |
emwe | the former being just a recent push from earlier today | 07:25 |
hyc | I only recall some /sys/class leds | 07:25 |
hyc | ah no wonder | 07:25 |
emwe | no biggie. you can merge and then point me to a build of your rootfs ;) | 07:26 |
emwe | or i can do. | 07:26 |
emwe | brb5 | 07:26 |
xdandroid | New kernel available (20110501_132006) at http://zimages.googlecode.com/files/htc-msm-linux-20110501_132006-package.tar.bz2 | 07:27 |
emwe | i knew a repo sync would kill me... | 07:44 |
*** Erikson has joined #xdandroid | 07:44 | |
hyc | what is repo doing to you now? | 07:45 |
emwe | not building | 07:46 |
hyc | ugh | 07:46 |
emwe | frameworks/base/services/jni/com_android_server_UsbService.cpp: In function '_jobjectArray* android::android_server_UsbService_getAccessoryStrings(JNIEnv*, _jobject*)': | 07:46 |
emwe | frameworks/base/services/jni/com_android_server_UsbService.cpp:83: error: 'ACCESSORY_GET_STRING_MANUFACTURER' was not declared in this scope | 07:46 |
emwe | and some others | 07:46 |
emwe | going to clean... | 07:46 |
*** programmer8922 has quit IRC | 07:49 | |
*** Erikson has quit IRC | 07:56 | |
emwe | frameworks/base/services/jni/com_android_server_UsbService.cpp:31:35: error: linux/usb/f_accessory.h: No such file or directory | 08:03 |
emwe | got one in ./external/kernel-headers/original/linux/usb/f_accessory.h | 08:03 |
emwe | hm, contains the defines withouth the "_GET_" | 08:05 |
emwe | ahem ... a series of commits with DO NOT MERGE: Backport more USB accessory changes from honeycomb | 08:09 |
hyc | i always wondered what was up with those do not merges | 08:15 |
Recnamoruen | hyc | 08:15 |
Recnamoruen | your ril is beautiful | 08:16 |
Recnamoruen | gj | 08:16 |
hyc | lol | 08:16 |
Recnamoruen | Now to see if my phone still tries to start fires when i leave it charging all night | 08:16 |
hyc | oh boy... mine has no prblems like that now | 08:17 |
hyc | wistilt2's kernel definitely fixes a lot of issues | 08:17 |
Recnamoruen | well if my phone doesn't try to start fires | 08:17 |
Recnamoruen | Android just became the permanent os on my phone | 08:17 |
Recnamoruen | everything else seems to be working flawlessly | 08:17 |
Recnamoruen | Probably won't make it all the way through work, but I can hope | 08:18 |
hyc | heheh yeah, after i got the ril to stop crashing it became primary for me. | 08:18 |
hyc | i get about 12 hours of active use. | 08:18 |
hyc | on a long day trip it died around 15 hours in. somewhere on my return home. | 08:19 |
Recnamoruen | is that with wistilts kernel? | 08:21 |
Recnamoruen | any ways i'm out for the night. I'll let you know tomorrow how it performed during the day | 08:23 |
hyc | cool | 08:25 |
hyc | and yes, wistilt2 kernel | 08:25 |
hyc | i'm done for tonight too | 08:25 |
emwe | sleep tight. | 08:26 |
hyc | thanks for your help emwe, g'night | 08:27 |
emwe | your welcome! gnight. | 08:27 |
*** tinason has joined #xdandroid | 08:50 | |
*** helicopter88 has quit IRC | 08:58 | |
*** GPFerror has joined #xdandroid | 09:07 | |
*** tinason has quit IRC | 09:35 | |
*** jcmsVen has quit IRC | 09:50 | |
*** Kraln has quit IRC | 09:59 | |
*** Kraln has joined #xdandroid | 10:00 | |
*** rpierce99 has joined #xdandroid | 10:10 | |
*** GPFerror has quit IRC | 10:43 | |
*** virsys has quit IRC | 10:50 | |
*** virsys has joined #xdandroid | 11:03 | |
emwe | stinebd: if you could check the JNI_H_INCLUDE assignment? frameworks/base/services/jni/ fails to build due to missing include of extern/kernel-headers/original/include/linux/usb. got friends around, so no time to investigate further. | 11:08 |
*** valyk has joined #xdandroid | 11:23 | |
valyk | heya everyone | 11:23 |
valyk | can someone help me with the cyanogen mod 6.0 ? | 11:24 |
valyk | cause i don't know where to ask about it | 11:25 |
*** valyk has quit IRC | 11:27 | |
*** helicopter88 has joined #xdandroid | 11:50 | |
Entropy512 | ah valyk, yet another person who stays for <5 minutes not realizing there are a LOT of idlers here | 12:14 |
Entropy512 | and if you come at an offpeak time you won't get a response for a while | 12:14 |
*** helicopter88 has quit IRC | 12:42 | |
*** GPFerror has joined #xdandroid | 13:03 | |
*** programmer8922 has joined #xdandroid | 13:20 | |
*** helicopter88 has joined #xdandroid | 13:20 | |
*** arrrghhh has joined #xdandroid | 13:47 | |
*** arabdroid has joined #xdandroid | 14:18 | |
arabdroid | hi to all | 14:19 |
helicopter88 | hi | 14:19 |
arabdroid | ^^ good that some one said hi | 14:20 |
arabdroid | I thought i will be alone | 14:20 |
helicopter88 | usually,you'd be alone here.. | 14:21 |
arrrghhh | hey, this is a support channel | 14:21 |
arabdroid | really? | 14:21 |
arabdroid | why | 14:21 |
arabdroid | lol sry am a noob | 14:21 |
helicopter88 | lol | 14:22 |
arabdroid | so where is the discussoin channel | 14:22 |
arabdroid | sry my english isnt that good | 14:22 |
arabdroid | wanned to chat with other HTC Blackstone users about android on their devices | 14:23 |
*** helicopter88 is now known as helicopter_away | 14:25 | |
*** GPFerror has quit IRC | 14:42 | |
*** mes has quit IRC | 15:38 | |
*** ray|phone has joined #xdandroid | 15:42 | |
*** ray|phone has quit IRC | 15:43 | |
*** helicopter_away is now known as helicopter88 | 15:43 | |
*** helicopter88 has quit IRC | 15:47 | |
*** Chester0 has joined #xdandroid | 15:54 | |
*** tulzz has quit IRC | 16:00 | |
*** GPFerror has joined #xdandroid | 16:02 | |
*** helicopter88 has joined #xdandroid | 16:11 | |
*** helicopter88 has quit IRC | 16:33 | |
*** arrrghhh has quit IRC | 17:00 | |
*** arabdroid has quit IRC | 17:24 | |
*** emwe has quit IRC | 17:45 | |
*** jcmsVen has joined #xdandroid | 18:42 | |
jcmsVen | hi | 18:57 |
*** T_D_H has joined #xdandroid | 20:29 | |
*** rpierce99_ has joined #xdandroid | 21:29 | |
*** rpierce99 has quit IRC | 21:29 | |
*** rpierce99_ is now known as rpierce99 | 21:29 | |
jcmsVen | hello | 21:32 |
T_D_H | anyone able to help figuring out how to allow GSM(sim card) on a cdma phone, all I can see in the startup is force-cdms=1 , if I change to 0 i get no network on anything at all, confused as how to enable it | 21:34 |
crispee | is it a locked phone? | 21:35 |
crispee | i'm not sure what you're doing is possible | 21:36 |
crispee | with a locked phone anyway | 21:36 |
*** hardwalker has joined #xdandroid | 21:37 | |
T_D_H | its not locked | 21:46 |
T_D_H | hardSPL and unlocked sim | 21:46 |
T_D_H | I have two HTC TP2's and an unlocked LG IQ, in windows they swap over to gsm fine, android just seems to ignore GSM period | 21:47 |
jcmsVen | Hi... I have a Rhod500. I have formated SD Card with mkfs (GNU/Linux) copied content of the last version FRX06_Full_Bundle_25.3.2011.zip and ts-calibration_blac.zip to SD rootdir. Move /FRX06/STARTUPS/RHOD/RHOD500/startup.txt to SD rootdir. Boot with Haret, wait for 10 minutes and my touch screen does't work. | 21:47 |
rpierce99 | jcmsVen: you got a blackstone touchscreen calibration and a rhod500 startup.txt, one of those is incorrect | 21:48 |
jcmsVen | right.... let me fix it... | 21:54 |
hyc | T_D_H: it will only work if you install the new ril | 21:59 |
*** rpierce99 has quit IRC | 21:59 | |
T_D_H | oh yeah? im on it then lol, just had to unbrick from flashing a gsm ROM haha, im willing to try anything atm, ill check out the ril | 22:00 |
*** rpierce99 has joined #xdandroid | 22:00 | |
jcmsVen | I want to develop... where can I start? | 22:01 |
rpierce99 | java or C | 22:02 |
rpierce99 | which is your bag | 22:02 |
*** TheSeven has quit IRC | 22:05 | |
*** [7] has joined #xdandroid | 22:06 | |
T_D_H | hyc you help me out with a link to this? | 22:07 |
jcmsVen | maybe C | 22:07 |
jcmsVen | Android boots... but hangs-up | 22:08 |
hyc | sorry, got no browser working at the moment | 22:08 |
rpierce99 | T_D_H: http://forum.xda-developers.com/showthread.php?t=1009112 | 22:10 |
rpierce99 | jcmsVen: to contribute to the kernel dev you have to be a pretty damn good C dev, if you think you're up to it, download the kernel sources and fix something | 22:11 |
jcmsVen | No...I'm not | 22:17 |
jcmsVen | No way... I'll be a beta tester user.... | 22:17 |
jcmsVen | Well | 22:17 |
jcmsVen | Android boots... but hangs-up in my Rhod500 | 22:17 |
rpierce99 | did you replace your blackstone calib file? | 22:18 |
jcmsVen | yes | 22:19 |
jcmsVen | CDMA | 22:19 |
rpierce99 | with? | 22:19 |
jcmsVen | the other file ts-calibration.zip | 22:19 |
jcmsVen | (content) | 22:19 |
rpierce99 | are you using it on verizon? | 22:19 |
jcmsVen | 4. Download the ts-calibration file from this post (should work for RHOD/TOPA) | 22:19 |
jcmsVen | No, I'm Not.... I'm using Movilnet in Venezuela | 22:20 |
jcmsVen | CDMA | 22:20 |
jcmsVen | I've read the http://forum.xda-developers.com/showthread.php?t=951962 | 22:21 |
jcmsVen | format SD, etc. etc. etc... | 22:21 |
jcmsVen | Android boot fine... but hangs-up after 10 sec.... Can I see any log? | 22:21 |
*** rpierce99 has quit IRC | 22:21 | |
*** rpierce99 has joined #xdandroid | 22:21 | |
jcmsVen | It's a BUG? | 22:26 |
jcmsVen | It's a good idea to report it? | 22:26 |
rpierce99 | is your sim card out? | 22:27 |
jcmsVen | I don't have simcard because in Venezuela only GSM uses SIM Card. This is CDMA | 22:28 |
rpierce99 | i | 22:28 |
rpierce99 | i'm on cdma also, but the phone comes with a sim card | 22:28 |
rpierce99 | are you sure there is no sim card in it | 22:28 |
jcmsVen | sure | 22:28 |
jcmsVen | My sim card slot is empty | 22:29 |
*** rpierce99 has quit IRC | 22:29 | |
jcmsVen | but... let me check one more time | 22:29 |
*** rpierce99 has joined #xdandroid | 22:29 | |
jcmsVen | empty | 22:29 |
jcmsVen | I can see the label "SIM" in the chasis.... | 22:30 |
hyc | weird... had a bootup where no non-root process could use the network | 22:30 |
rpierce99 | jcmsVen: when it "freezes" does the power button or hard buttons or volume buttons do anything? | 22:31 |
jcmsVen | all button are off... | 22:31 |
jcmsVen | only power light on top is ON (red permanenty) | 22:32 |
jcmsVen | The network never was UP because a I called to my phone and never ring... | 22:33 |
jcmsVen | I will boot one more time to tell you what I see.... | 22:34 |
rpierce99 | well if you can get ADB set up you could try pulling a logcat while it's booting up | 22:34 |
rpierce99 | but that's really beyond the scope of my ability to help | 22:34 |
jcmsVen | and my hability to check.... | 22:35 |
jcmsVen | but thank for your time and support | 22:35 |
jcmsVen | This is a very good community... | 22:35 |
jcmsVen | androids flying and drawing XDandroid | 22:37 |
jcmsVen | power red light is ON and stay | 22:38 |
jcmsVen | bring-up main screen | 22:38 |
jcmsVen | battery full but is really is 20% | 22:38 |
jcmsVen | network on...but I call and it doesn't ring | 22:39 |
jcmsVen | hard buttons: call, Hell, Back and Power are ON and stay | 22:40 |
jcmsVen | touch doesn't work | 22:40 |
jcmsVen | it's all for now | 22:40 |
*** T_D_H has quit IRC | 22:41 | |
jcmsVen | phone is hang-up | 22:41 |
jcmsVen | see you tomorrow | 22:42 |
jcmsVen | my email is jcmonsalve75@hotmail.com | 22:42 |
*** arrrghhh has joined #xdandroid | 22:50 | |
*** arrrghhh has joined #xdandroid | 22:51 | |
*** rpierce99 has quit IRC | 22:57 | |
*** rpierce99 has joined #xdandroid | 22:59 | |
*** rpierce99 has quit IRC | 23:00 | |
*** rpierce99 has joined #xdandroid | 23:00 | |
*** rpierce99_ has joined #xdandroid | 23:02 | |
*** rpierce99 has quit IRC | 23:02 | |
*** rpierce99_ is now known as rpierce99 | 23:02 | |
YellowGTO | Bin Laden has been killed | 23:07 |
arrrghhh | i saw | 23:07 |
arrrghhh | Usama tho? | 23:07 |
arrrghhh | lol | 23:07 |
*** arrrghhh has quit IRC | 23:23 | |
*** arrrghhh has joined #xdandroid | 23:23 | |
hyc | have you played Quake on TP2 ? | 23:28 |
*** arrrghhh_ has joined #xdandroid | 23:30 | |
*** arrrghhh has quit IRC | 23:30 | |
*** arrrghhh_ is now known as arrrghhh | 23:30 | |
*** YellowGTO has quit IRC | 23:33 | |
arrrghhh | Quake on TP2? | 23:33 |
arrrghhh | that's random. | 23:33 |
arrrghhh | is that avail on WinMo? | 23:33 |
hyc | it's part of the android source tree | 23:38 |
hyc | it's always compiled, but not part of the default install | 23:39 |
hyc | been there since android 0.9 actually | 23:39 |
arrrghhh | orly | 23:41 |
hyc | yep | 23:41 |
arrrghhh | after id went OSS i assume | 23:41 |
arrrghhh | crap | 23:42 |
hyc | i guess | 23:42 |
arrrghhh | no way to save in nano without ctrl... | 23:42 |
hyc | heh | 23:42 |
arrrghhh | soft kbd doesn't have ctrl | 23:42 |
arrrghhh | crap | 23:42 |
hyc | what were you editing? | 23:43 |
arrrghhh | o wait | 23:43 |
arrrghhh | connectbot has ctrl | 23:43 |
arrrghhh | sweet. | 23:43 |
arrrghhh | file on my file server | 23:43 |
arrrghhh | hosts.deny had the IP of my lappy in it | 23:44 |
arrrghhh | so it was denying my laptop | 23:44 |
arrrghhh | ah, fixed. | 23:45 |
hyc | heh | 23:53 |
hyc | gawd. reading neopeek forums, was thinking of trying cwm. but those guys know zilch about android update.zip syntax | 23:54 |
hyc | ridiculous... | 23:54 |
arrrghhh | yea | 23:54 |
arrrghhh | it's kinda funny | 23:55 |
arrrghhh | neopeek usually doesn't follow thru on anything he produces. | 23:55 |
arrrghhh | main reason he does things on his own... | 23:55 |
hyc | yeah, painful to watch but funny. "i tried to make an update with the new ril and now init.android is gone" | 23:56 |
hyc | oh well. | 23:56 |
hyc | it's amazing how chaotic and crufty these projects get, and these phones have only existed for a couple years. | 23:58 |
hyc | my project has been around since 1998, and it doesn't have these cobweb-infested corners... | 23:58 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!