*** Chester0 has quit IRC | 00:07 | |
*** programmer8922 has quit IRC | 00:09 | |
XirXes | does anyone know where i could find an arm ssh binary? | 00:26 |
---|---|---|
*** Andre569 has joined #xdandroid | 00:57 | |
*** manekineko has quit IRC | 00:58 | |
*** rpierce99_ has joined #xdandroid | 01:03 | |
*** rpierce99 has quit IRC | 01:03 | |
*** rpierce99_ is now known as rpierce99 | 01:03 | |
*** programmer8922 has joined #xdandroid | 01:04 | |
*** bzo has quit IRC | 01:11 | |
*** GPFerror has joined #xdandroid | 01:12 | |
*** programmer8922 has quit IRC | 01:21 | |
hyc | mms_config.xml means it's a build-time setting | 01:38 |
hyc | which sucks | 01:38 |
rpierce99 | yep | 01:38 |
hyc | we want it to be either a runtime setting or a prop | 01:38 |
rpierce99 | i've been trying to hack mine, but all i managed to do was kill my mms.apk | 01:38 |
hyc | But I'm backtracking here. reading the code for pduparser.java | 01:38 |
hyc | if it's dying there, we have a problem, because that's parsing the actual short message, not the attachment | 01:39 |
hyc | do you have a logcat showing where it dies? | 01:39 |
rpierce99 | the stack trace? | 01:39 |
hyc | yeah | 01:39 |
*** Andre569 has left #xdandroid | 01:40 | |
rpierce99 | didn't want to channel spam | 01:41 |
hyc | 'k | 01:41 |
hyc | pastebin might have been more intelligible :P | 01:41 |
rpierce99 | i just installed your /system and rootfs and it built me a GSM phone :( | 01:42 |
hyc | ugh | 01:42 |
hyc | that system is about a week out of date already :P | 01:42 |
rpierce99 | i figured | 01:42 |
rpierce99 | i had trashed my messaging app already so i figured it was a good time to try it out | 01:43 |
hyc | I'll put a new one together later, with the audio stuff | 01:43 |
hyc | heh | 01:43 |
hyc | but I thought the mode switching is working in that system | 01:43 |
hyc | are you also using my rootfs? | 01:44 |
hyc | gotta have both | 01:44 |
rpierce99 | May 6, 3:50pm | 01:44 |
hyc | that's system, rootfs is may 10 | 01:44 |
rpierce99 | no system is 3:58 am | 01:45 |
*** Andre569 has joined #xdandroid | 01:45 | |
hyc | hmm | 01:46 |
rpierce99 | yeah the date on the zip is 5/10, but the .img is 5/6 | 01:46 |
hyc | I guess I can try to put one together right now hold on | 01:46 |
rpierce99 | my build isn't important | 01:46 |
rpierce99 | i'd rather fix mms if that's the alternative | 01:47 |
hyc | ok | 01:47 |
hyc | well I have an image build started now | 01:47 |
hyc | meanwhile, we know that mms wants some compile-time config | 01:47 |
hyc | I could convert it to properties, like I did with world_phone | 01:47 |
rpierce99 | i've seen some build.prop have ro.moto.uaprof or something | 01:48 |
hyc | so moto customized their framework too | 01:48 |
hyc | that seems to be the only way to make this easy to deal with | 01:49 |
rpierce99 | ro.mot.hw.uaprof=http://uaprof.motorola.com/phoneconfig/MotoMB200/profile/MotoMB200.rdf | 01:50 |
rpierce99 | ro.config.hw_uaprof =http://wap1.huawei.com/uaprof/Huawei_M860_Normal.xml | 01:52 |
*** Fatty has joined #xdandroid | 01:53 | |
hyc | ro.config.hw_uaprof doesn't exist in my source tree | 01:53 |
*** Fatty has quit IRC | 01:53 | |
rpierce99 | yeah these are just build.props i'm finding in google | 01:54 |
rpierce99 | customized frameworks i'm sure | 01:54 |
hyc | so again, looks like vendor tweaks | 01:54 |
hyc | but ro.config isn't a bad name for it ;) | 01:54 |
rpierce99 | just showing you what others are doing in case you want to stay in line | 01:54 |
hyc | we've got the config string uaProfUrl in mms_config.xml | 01:55 |
rpierce99 | yeah i tried hex editing that but apparently fail at apk editing so it crashed my app | 01:55 |
hyc | other than useragent and wap-profile there's nothing else different in the request headers | 01:57 |
hyc | let's build an mms.apk with just those values set first, and see what happens | 01:57 |
hyc | I think we want you to be on my build | 01:57 |
hyc | and we want it to work :P | 01:57 |
hyc | try setting CDMA in *#*#INFO#*#* | 01:58 |
rpierce99 | i wonder if another way to do it would be to have an override xml file like eri does, so people can change the other stuff | 01:58 |
rpierce99 | probably much more difficult | 01:58 |
hyc | I have no idea | 01:58 |
hyc | and the eri.xml completely replaced the original | 01:58 |
hyc | I guess it doesn't hurt to try it | 01:59 |
hyc | copy mms_config.xml from the build tree to /data | 01:59 |
rpierce99 | /data/eri.xml isn't where the original was | 01:59 |
hyc | no but that's where the override works | 01:59 |
rpierce99 | there's special code to load the override for eri though, that kind of code doesn't exist for the apk afaik | 02:00 |
hyc | copy it and set the uaProfUrl and the userAgent | 02:00 |
hyc | you sure it's a special case? | 02:00 |
rpierce99 | i saw the code that looked for it | 02:00 |
hyc | ok | 02:00 |
hyc | so it's not a regular framework feature | 02:00 |
hyc | I see. alternate_eri_file in framework | 02:01 |
hyc | too bad | 02:01 |
rpierce99 | dding img files to sd card partitions through the phones usb is too slow :( | 02:02 |
hyc | yeah | 02:03 |
hyc | are you using adb push, or masss storage/ | 02:03 |
hyc | ? | 02:03 |
rpierce99 | winmo mass storage | 02:03 |
*** manekineko has joined #xdandroid | 02:05 | |
hyc | I'm just building a new mms.apk with the sprint config hardcoded | 02:07 |
hyc | we'll try and see if it makes any difference | 02:07 |
rpierce99 | sounds good, i'm reloading a working data/system so i'll adb push it over top once it's done | 02:07 |
rpierce99 | hm, found my microsd adapter, maybe this will go faster | 02:08 |
hyc | http://highlandsun.com/hyc/FRX06+/Mms.apk | 02:08 |
hyc | this may not work if the certs don't match your build | 02:08 |
rpierce99 | so what you're saying is i should run your system too | 02:09 |
hyc | probably | 02:09 |
hyc | but if my build isn't running in CDMA mode that's a dead end | 02:09 |
rpierce99 | yeah i'll need to fix that first | 02:09 |
hyc | are you able to set it to CDMA using the INFO menu? | 02:09 |
rpierce99 | haven't tried | 02:09 |
hyc | that mode setting stuff all worked fine for arrrghhh and stinebd | 02:10 |
rpierce99 | yeah, i'm going to kill my mount bind of build.prop and see if that helps | 02:11 |
rpierce99 | i really wanted netflix :P | 02:11 |
hyc | Ironically, I have audio working great now and it's been 2 weeks since I've made an actual (non-test) voice call on my phone | 02:20 |
hyc | everything else is texts... | 02:20 |
rpierce99 | yeah everyone who has gotten it working raves about the audio quality | 02:21 |
rpierce99 | am i trying cdma auto (prl) | 02:23 |
rpierce99 | or cdma only | 02:23 |
hyc | ok, a couple of my failed wakes appear to be due to low battery. once I plugged in the cable it would wake up, and battery level was low. | 02:23 |
hyc | auto prl | 02:23 |
hyc | er, SoD, not failed wake | 02:23 |
rpierce99 | it's a problem with rild | 02:25 |
hyc | ? | 02:25 |
rpierce99 | RIL_register: RIL_RadioFunctions * null or invalid version (expected 3) | 02:25 |
rpierce99 | Couldn't find 'rild' socket; retrying after timeout | 02:25 |
hyc | eh, then it failed to load the ril library | 02:25 |
hyc | that is pretty bizarre | 02:26 |
rpierce99 | yeah i'm not exactly sure what i did to break this | 02:26 |
hyc | with my rootfs and system, everything Just Worked :P | 02:26 |
hyc | you have a funky bindmount going on? | 02:26 |
hyc | gott a get rid of those | 02:26 |
rpierce99 | ok i have data | 02:31 |
rpierce99 | but i'm on a new data so i'm going to have to set up an apn | 02:32 |
hyc | ok | 02:32 |
rpierce99 | oh but i'm on your fancy pants system so i can do it graphically | 02:32 |
hyc | what did you have to change? | 02:32 |
hyc | lol | 02:32 |
rpierce99 | kill my build.prop mount | 02:32 |
rpierce99 | i thought i had done it | 02:33 |
rpierce99 | but i apparently missed that step | 02:33 |
hyc | heh | 02:33 |
rpierce99 | how can i tell what your ril detected for op id | 02:33 |
hyc | getprop | 02:33 |
hyc | getprop | grep operator | 02:33 |
hyc | it will probably be 310/00 for you | 02:34 |
hyc | seems like they didn't bother to put in an actual MNC | 02:34 |
rpierce99 | yeah that's what it is | 02:35 |
rpierce99 | ok mms me up | 02:35 |
rpierce99 | Messaging app runs, so that's a good start | 02:36 |
hyc | ok 1 sec | 02:37 |
hyc | do the tcpdump too | 02:37 |
rpierce99 | gotta get the app | 02:37 |
hyc | ok ready when you are | 02:38 |
hyc | looking at the backtrace, I'm not convinced that this is the problem.... | 02:38 |
hyc | but we'll know in a minute | 02:38 |
hyc | dude. this chunk of code was patched in March for gingerbread | 02:40 |
hyc | mebbe I should pull that patch to froyo | 02:40 |
hyc | i.e. the chunk where the stack trace is from | 02:40 |
rpierce99 | ok shoot it | 02:41 |
hyc | ok sent | 02:41 |
rpierce99 | this log might be a bit spammy because google is still syncin | 02:41 |
hyc | ugh | 02:41 |
hyc | should've let it quiet down :P | 02:41 |
hyc | my god. they patched around this with another compile-time config setting | 02:42 |
hyc | the bastards | 02:42 |
hyc | the comment is "some carrier mmsc servers do not support content_disposition field correctly" | 02:42 |
hyc | and your trace is exactly from parsing content-disposition | 02:43 |
rpierce99 | same exception | 02:43 |
hyc | their "fix" is to SKIp parsing it. | 02:43 |
hyc | brilliant | 02:43 |
hyc | ok I'm gonna pull that patch to my tree. | 02:43 |
rpierce99 | so the upstream froyo isn't patched for this? | 02:46 |
hyc | no, this is a gingerbread patch | 02:46 |
rpierce99 | there are sprint froyo phones, they had to have fixed it on froyo | 02:46 |
hyc | hmmm | 02:47 |
hyc | yeah but mebbe in a private tree. dunno | 02:47 |
rpierce99 | i guess, leave it up to sprint to fix their own crap | 02:47 |
hyc | after all they're running sense, a lot of the stuff is patched | 02:48 |
hyc | ok this will be a new framework-res.apk I think | 02:49 |
rpierce99 | it might be because nothing is installed, but this phone feels snappy | 02:50 |
hyc | lol | 02:50 |
hyc | my build is faster | 02:50 |
rpierce99 | so apparently none of the supported netflix phones have a slide out qwerty, because it doesn't go landscape for text entry | 02:52 |
hyc | heh. ok can't compile, missing a definition | 02:55 |
hyc | gotta track down something else I guess | 02:56 |
rpierce99 | sadly the netflix app is still a failure, even with your system | 02:57 |
*** kalemas has joined #xdandroid | 02:58 | |
hyc | failure? | 02:58 |
hyc | nothing at all? | 02:58 |
hyc | I don't have a netflix acct | 02:58 |
rpierce99 | oh it runs if you hack your build.prop, but the video doesn't play | 02:59 |
rpierce99 | i got about 1/2 second of audio the first time | 02:59 |
hyc | well, not surprising. our hw video support is very limited as far as range of codecs and rez. | 03:00 |
rpierce99 | yeah i'm not surprised, was worth a shot though | 03:01 |
hyc | hmm. not having much luck finding these missing symbols. wtf. | 03:03 |
hyc | ok, I got it. need to do a top-level build, not just a subdir | 03:09 |
rpierce99 | did 1324 help with the sod issues in 1323? | 03:11 |
hyc | I think so, I'm still on it | 03:11 |
hyc | but it's still got lots of failed wakes | 03:11 |
hyc | hm, no wait, I had a SoD earlier today while we were chatting here | 03:11 |
hyc | gonna try again soon with that last cpuclock patch | 03:12 |
hyc | acpuclock | 03:12 |
toadlife | hyc, took logs all day in WinMo. http://dl.dropbox.com/u/25754012/ATDbg0.zip | 03:14 |
hyc | cool, you're a saint ;) | 03:14 |
toadlife | Called the phone once and it didn;t ring. Called it right back and it rang. | 03:15 |
rpierce99 | man when i turned that on in winmo my phone choked, i couldn't use it at all, crash city | 03:15 |
hyc | wow | 03:15 |
toadlife | Phone seemed fine all day. Connection dropped a few times, but that's SOP for that office | 03:16 |
hyc | hmm | 03:17 |
hyc | so we don't know for sure if it hit the same problems | 03:17 |
hyc | well, one thing is certain. the AT+CLCC command didn't hang here | 03:18 |
hyc | wtf... | 03:18 |
hyc | hmmmm | 03:19 |
hyc | ok I needto compare with your other log, seems like the RIL gets a command to wakeup from sleep first | 03:19 |
hyc | yeah, that seems to be the big difference | 03:21 |
hyc | on winmo as soon as the first +CRING arrives, the phone wakes up from sleep | 03:22 |
hyc | on Android, the wakeup command comes about 10 commands later | 03:22 |
hyc | probably too late | 03:22 |
*** [1]manekineko has joined #xdandroid | 03:22 | |
*** manekineko has quit IRC | 03:22 | |
*** [1]manekineko is now known as manekineko | 03:22 | |
hyc | I'm gonna tweak this a bit to wakeup the radio right away | 03:23 |
*** Fatty has joined #xdandroid | 03:24 | |
hyc | 'course I'm in the middle of a full system compile right now. sigh... | 03:24 |
*** Fatty is now known as Guest61679 | 03:24 | |
toadlife | Hyc, lol don't worry a bout it | 03:29 |
hyc | 'ssok, I can edit the code while the compiles run | 03:30 |
rpierce99 | hyc: on your rootfs is init.rc a symlink to init.cfg/init.froyo.rc | 03:30 |
hyc | yeah | 03:30 |
rpierce99 | k, editing it offline, wanted to make sure it was the right file | 03:30 |
manekineko | hey, I don't suppose one of you with a build environment setup would be able to compile me a kernel with ext4 support cooked in? | 03:31 |
manekineko | I think ext4 might be worth investigating, since it seems to do much better on benchmarks and the nilfs thing doesn't seem to be working out | 03:31 |
rpierce99 | i thought we were staying away from ext4 because of the journaling killing the sd card or something | 03:32 |
manekineko | most other Android on SD cards seem to use ext4 | 03:32 |
hyc | really? ext4 does at least 2x write amplification | 03:32 |
hyc | will wear out cards fast | 03:32 |
manekineko | and the SD card seems to be our main bottle neck is my feeling on using these | 03:32 |
manekineko | I'm okay with wearing it out if it makes it more usable | 03:32 |
manekineko | cards are cheap | 03:33 |
manekineko | check out this benchmark http://www.linuxplanet.com/linuxplanet/tutorials/7208/1 | 03:33 |
manekineko | 4x faster writes | 03:33 |
hyc | interesting | 03:35 |
hyc | I guess it's worth looking into then | 03:35 |
manekineko | I think the Nook color guys have a similar setup with the SD card, and I think they're using ext34 | 03:35 |
manekineko | *ext4 | 03:35 |
*** GPFerror_ has joined #xdandroid | 03:36 | |
*** GPFerror has quit IRC | 03:36 | |
toadlife | W00t! Finally got BT working. Had to blow out my data.img and start from scratch | 03:38 |
hyc | that's actually surprising. can't think of anything in here that dependend on /data | 03:38 |
toadlife | I also started with a fresh rootfs/sysy | 03:39 |
toadlife | May ahve had something fubared there | 03:39 |
hyc | well glad you got it sorted | 03:39 |
hyc | I'm tired of debugging your phone :P | 03:39 |
toadlife | Heh | 03:40 |
hyc | ok new ril2-test.zip, same place as before | 03:42 |
toadlife | ok. Won't really get to test it till next monday, so you get a vacation from my phone | 03:43 |
toadlife | ;P | 03:43 |
hyc | rpierce99: new framework files too | 03:43 |
hyc | http://highlandsun.com/hyc/FRX06+/framework.jar | 03:43 |
hyc | and framework-res.apk | 03:43 |
hyc | put in /system/framework ... | 03:44 |
hyc | this should bypass the content-disposition parsing | 03:44 |
hyc | I suppose it might be interesting to pull a message out of the msgDB and see just how sprint screwed it up though | 03:44 |
hyc | some other time... | 03:45 |
rpierce99 | here goes nothing, just added libaudio, bluetooth (won't work because i didn't copy the hcds), and framework! | 03:50 |
hyc | woohoo | 03:50 |
rpierce99 | trying to see how badly i can crash this thing i think | 03:51 |
hyc | hehheh | 03:51 |
rpierce99 | hyc, was that a video you sent | 03:54 |
hyc | no just a jpg | 03:55 |
rpierce99 | hmmmm | 03:55 |
rpierce99 | download button went away, new big Play button, but nothing happens when i click it, the screen just flashes for a split second | 03:55 |
hyc | well that's weird | 03:56 |
rpierce99 | hm, displayed activity com.android.mms/.ui.SlideShowActivity: 550ms | 03:56 |
hyc | slideshow, cool | 03:56 |
hyc | hmmmmmm | 03:57 |
hyc | i think your winmo capture said something about that | 03:57 |
hyc | lemme look again | 03:57 |
hyc | no the Evo's | 03:57 |
hyc | it has <par dur="8000ms"> in the XML | 03:58 |
hyc | did you get a packet log for this? | 03:58 |
rpierce99 | no | 03:58 |
hyc | want me to send it again? | 03:58 |
rpierce99 | it was already downloaded | 03:58 |
hyc | already downloaded? so now it's displaying it? | 03:58 |
hyc | displaying *something* | 03:59 |
rpierce99 | i have a feeling it is displaying it, but only for a split second | 03:59 |
hyc | other than a download link | 03:59 |
rpierce99 | it flashes on the screen | 03:59 |
rpierce99 | the download link went away | 03:59 |
hyc | what does the play button do? | 03:59 |
rpierce99 | flashes the screen | 03:59 |
hyc | bummer | 03:59 |
hyc | lemme try sending you a video | 03:59 |
rpierce99 | k | 03:59 |
rpierce99 | i'm recording | 03:59 |
rpierce99 | hm no i'm not | 04:00 |
rpierce99 | it's not liking something | 04:00 |
hyc | no? | 04:00 |
rpierce99 | oh bad -i param | 04:00 |
hyc | ppp0 ? | 04:01 |
rpierce99 | is now :) | 04:01 |
rpierce99 | ok it's recording | 04:01 |
hyc | ok... sent | 04:01 |
hyc | bummer my clock is 2 minutes behind already | 04:02 |
hyc | I think these failed wakes are blocking clock interrupts | 04:02 |
hyc | or, something blocked the clock so the wakesfailed :P | 04:02 |
rpierce99 | Cannot play video | 04:02 |
rpierce99 | error message | 04:02 |
hyc | hm | 04:02 |
hyc | well send me the trace | 04:02 |
hyc | I have a feeling this patch is a poor solution | 04:03 |
hyc | toadlife: I think the ril I just posted is bad | 04:03 |
toadlife | I haven't booted back into android yet\ | 04:04 |
hyc | ok, new one on now | 04:04 |
hyc | well, it's sending the wap-profile and useragent we set ;) | 04:05 |
rpierce99 | and it's not crashing in pduparser either | 04:06 |
hyc | ok I'm curious - can you find the actual record in the msg DB that has this message? | 04:06 |
rpierce99 | yep, i've pulled it before | 04:06 |
hyc | let's see what it really contains, and why the parser didn't like it | 04:06 |
rpierce99 | hm, so i have an attachments table, but i'm guessing that's the parsed attachment | 04:07 |
rpierce99 | do you want the download link it uses to download the file? | 04:08 |
rpierce99 | so you can check it at the source | 04:08 |
hyc | I'm not sure the attachment is the problem | 04:08 |
hyc | it may be the actual SMS containing the link | 04:08 |
rpierce99 | oh ok | 04:08 |
hyc | funny that Sprint is running Apache huh | 04:09 |
rpierce99 | alright i've got 2 records in the pdu table, a pic and a vid | 04:10 |
hyc | ok are they plaintext or are they still binary encoded? | 04:11 |
rpierce99 | for some reason the Fwd: has a mmsc url, the other doesn't | 04:11 |
hyc | don't think that matters too much. MMSC is only for sending | 04:11 |
rpierce99 | all it has is the phone#, subject, content type, url (for the one), and some other numbers, all plain text | 04:12 |
rpierce99 | mmsc is the wrong term, it's the download link | 04:12 |
hyc | hmmm | 04:12 |
rpierce99 | it has a msg id and stuff in it | 04:12 |
hyc | So there isn't even a "Content-Disposition" header at all | 04:12 |
rpierce99 | what would the value be? | 04:13 |
rpierce99 | wait | 04:13 |
hyc | dunno for sure | 04:13 |
rpierce99 | this isn't the downloaded file | 04:13 |
hyc | I wanted to see it :P | 04:13 |
hyc | well. there's no "Content" headers at all here | 04:19 |
hyc | must have been stripped out already | 04:20 |
*** toadlife has quit IRC | 04:20 | |
hyc | I think the only way forward from here is to revert that gingerbread patch and throw in a bunch of Log msgs | 04:20 |
hyc | or to jdb it while it's receiving a message and see what it didn't like | 04:20 |
hyc | you've got all the source code right? | 04:21 |
rpierce99 | no i deleted my trees a while back | 04:21 |
hyc | ah too bad | 04:22 |
hyc | http://asantoso.wordpress.com/2009/09/26/using-jdb-with-adb-to-debugging-of-android-app-on-a-real-device/ | 04:22 |
hyc | I had to do this to track down the usb tethering issue | 04:22 |
rpierce99 | i'm certainly not opposed to doing it, but not tonight | 04:22 |
hyc | yeah it's late | 04:22 |
hyc | ok, well too bad we struck out this time | 04:23 |
hyc | get it next time | 04:23 |
rpierce99 | progress | 04:23 |
rpierce99 | the download button went away | 04:23 |
rpierce99 | and was replaced with nonfunctioning play buttons | 04:23 |
hyc | heh. to be replaced by an invisible sliodeshow | 04:23 |
hyc | are you comfrotable with using a debugger, singlestepping, etc.? | 04:24 |
rpierce99 | yeah, i'm a software developer, not like you of course | 04:24 |
hyc | heh ok. | 04:24 |
hyc | as long as you've been thru the motions before... | 04:24 |
rpierce99 | once or twice :) | 04:24 |
hyc | ok I guess that's it for us now. have a good weekend ;) | 04:25 |
rpierce99 | you too | 04:25 |
hyc | seems like the wap profile and useragent may have no impact | 04:25 |
hyc | so we can ignore those settings for now | 04:25 |
rpierce99 | i wouldn't say no impact | 04:25 |
rpierce99 | well yeah maybe | 04:26 |
hyc | hm. no you're right | 04:26 |
hyc | they affected the attachments | 04:26 |
hyc | the first one you got was sized down to like 400x240 | 04:26 |
hyc | after you set the profile it was 800x480 | 04:26 |
hyc | so the server is scaling what it sends you | 04:27 |
rpierce99 | makes sense | 04:27 |
hyc | ok. then it looks like I'm going to turn those config settings to properties | 04:27 |
hyc | might just use ro.mms.xxx tho | 04:28 |
hyc | whatever | 04:29 |
rpierce99 | yeah i never got the hw part | 04:29 |
rpierce99 | well i guess it's a hardware profile | 04:29 |
hyc | yet another piece of user-config that has to be done. how annoying. | 04:30 |
rpierce99 | cdma blows | 04:30 |
hyc | lol | 04:30 |
hyc | well actually - this probably affects everyone | 04:30 |
hyc | i.e., if you don't tell the MMS server the right profile, you're receiving tiny JPGs | 04:31 |
rpierce99 | true | 04:31 |
hyc | bah. now I need to run a capture on my winmo side to see what my profile is | 04:32 |
hyc | what did you use on winmo? | 04:32 |
rpierce99 | handy sniffer | 04:32 |
rpierce99 | but remember it's not pcap | 04:32 |
hyc | ok | 04:32 |
hyc | and interface name? | 04:33 |
rpierce99 | i used the one labeled like cellular connection or something | 04:34 |
rpierce99 | it was the long device id | 04:34 |
rpierce99 | async was in it i think | 04:34 |
rpierce99 | haha | 04:34 |
hyc | ok | 04:35 |
rpierce99 | trying to copy things out of the /Windows directory is like pulling teeth | 04:42 |
*** Fatty has joined #xdandroid | 04:45 | |
rpierce99 | alright i'm going to bed, it's really late | 04:46 |
rpierce99 | nite | 04:47 |
*** rpierce99 has quit IRC | 04:47 | |
*** emwe has joined #xdandroid | 05:02 | |
*** Recnamoruen has quit IRC | 05:18 | |
xdandroid | Donation received! Thanks, James Kupke, who says: Thanks for the good work! I have a Sprint Touch Pro 2 running Android! | 05:37 |
*** |Jeroen| has joined #xdandroid | 05:44 | |
hyc | OK, for future reference, the ua profile that my phone uses is http://www.htcmms.com.tw/gen/RhodiumMR-1.0.xml | 05:56 |
hyc | looks pretty generic, but it has some winmo/MSIE/specific lines in it | 05:56 |
ryannathans | hey\ | 06:09 |
*** Erikson has joined #xdandroid | 06:54 | |
*** Erikson has quit IRC | 07:04 | |
*** kalemas has left #xdandroid | 07:31 | |
*** kipill has joined #xdandroid | 08:02 | |
*** |Jeroen| has quit IRC | 08:06 | |
*** programmer8922 has joined #xdandroid | 08:31 | |
*** kipill has quit IRC | 08:43 | |
*** programmer8922 has quit IRC | 08:45 | |
*** helicopter88 has joined #xdandroid | 09:01 | |
*** helicopter88 has left #xdandroid | 09:04 | |
*** |Jeroen| has joined #xdandroid | 09:11 | |
*** Andre569 has quit IRC | 09:12 | |
*** Fatty_ has joined #xdandroid | 09:25 | |
*** arrrghhh has joined #xdandroid | 09:47 | |
arrrghhh | man. extUSB slow bug confirmed. | 09:47 |
arrrghhh | if only i knew why | 09:47 |
emwe | slow? bug? | 09:55 |
arrrghhh | yea | 09:56 |
arrrghhh | so i have a 3.5mm jack on my RHOD | 09:57 |
arrrghhh | but most RHOD's don't have it | 09:57 |
arrrghhh | they have to use that extUSB dongle thingy to get a 3.5mm jack | 09:57 |
arrrghhh | so some said there's a bug where you remove the extUSB plug and the phone slows to a crawl | 09:57 |
arrrghhh | well, i can confirm it. top doesn't really show me what's going wrong tho | 09:58 |
arrrghhh | the system is so slow, top doesn't even update... | 09:58 |
arrrghhh | it's REALLY slow. | 09:58 |
emwe | aha | 09:58 |
arrrghhh | sound familiar? | 09:59 |
emwe | i can't confirm that on topa. additionally have that yc-a100 adapter | 09:59 |
arrrghhh | hrm | 09:59 |
arrrghhh | acl kinda just 'got it working' | 09:59 |
emwe | but i have no audio routing on .35 correctly working | 09:59 |
arrrghhh | and hasn't been willing to revisit the code | 09:59 |
arrrghhh | i can't say i blame him | 09:59 |
emwe | i think on .27 i could not see sth like that | 09:59 |
arrrghhh | i can't figure out why it happens | 09:59 |
arrrghhh | nothing out of the ordinary in the logs from what i can tell | 09:59 |
arrrghhh | top didn't show any process in particular being pegged | 10:00 |
arrrghhh | this is WORSE than sys_server i think | 10:00 |
emwe | for how long does that issue persist yet? | 10:00 |
*** balans has quit IRC | 10:00 | |
emwe | s/persist/exist | 10:00 |
arrrghhh | it doesn't go away until a reboot | 10:00 |
emwe | i think we have a SOD issue on .27 autobuild now | 10:00 |
arrrghhh | i was messing with this last night | 10:00 |
emwe | no, i mean, has that bug been there forever? | 10:01 |
arrrghhh | oh no | 10:01 |
arrrghhh | it only was introduced when extUSB code came in | 10:01 |
emwe | i've been revisiting jb's interrrupt handling | 10:01 |
arrrghhh | the dongle was useless before | 10:01 |
emwe | oh wait | 10:01 |
emwe | extusb code? that sounds longer ago | 10:01 |
emwe | that bug is not just a few days old, no? | 10:02 |
emwe | <ot>i've been - today again - using my phone as a phone. two calls. no freezes. driving around, still waking. farytale.</ot> | 10:03 |
arrrghhh | hrm | 10:03 |
arrrghhh | yea not sure if you read the logs | 10:03 |
arrrghhh | incoming call just fine on new audio code | 10:03 |
arrrghhh | also, extUSB is much older than a few days ;) | 10:03 |
emwe | :/ | 10:04 |
emwe | would have had an idea. | 10:04 |
arrrghhh | at least feburary | 10:04 |
emwe | any increasing number of autobuild SOD reports? | 10:04 |
emwe | (if you have an overview of that) | 10:04 |
emwe | i adjusted jbs interrupt handling code a bit regarding instant usb notify and i got raph and topa running with this last night and both devices just survived it till the morning. | 10:05 |
emwe | unless the days before. | 10:05 |
emwe | wis was also reporting SODs with autobuild only. | 10:05 |
arrrghhh | yea i heard | 10:06 |
arrrghhh | he wanted me to post a test kernel | 10:06 |
arrrghhh | didn't have time yesterday :/ | 10:06 |
arrrghhh | i'm amazed at how much louder the speaker goes | 10:09 |
arrrghhh | damnit | 10:11 |
arrrghhh | i guess i should just reboot | 10:11 |
arrrghhh | this dmesg is really short too | 10:11 |
arrrghhh | wtf | 10:12 |
*** balans has joined #xdandroid | 10:12 | |
*** balans has quit IRC | 10:20 | |
*** NeoMatrixJR has quit IRC | 10:38 | |
arrrghhh | g2g | 10:41 |
*** arrrghhh has quit IRC | 10:41 | |
xdandroid | New kernel available (20110514_165614) at http://zimages.googlecode.com/files/htc-msm-linux-20110514_165614-package.tar.bz2 | 11:07 |
*** rpierce99 has joined #xdandroid | 11:20 | |
*** Entropy512 has quit IRC | 11:29 | |
*** manekineko has quit IRC | 11:48 | |
*** rpierce99 has quit IRC | 12:15 | |
*** balans has joined #xdandroid | 12:26 | |
*** ORi| has quit IRC | 12:30 | |
*** ORi| has joined #xdandroid | 12:30 | |
xdandroid | Donation received! Thanks, Ran Brodo! | 12:42 |
*** |Jeroen| has quit IRC | 13:29 | |
*** |Jeroen| has joined #xdandroid | 13:38 | |
*** helicopter88 has joined #xdandroid | 13:44 | |
*** |Jeroen| has quit IRC | 13:46 | |
*** Entropy512 has joined #xdandroid | 14:04 | |
*** toadlife has joined #xdandroid | 14:06 | |
*** kipill has joined #xdandroid | 14:09 | |
*** kipill has quit IRC | 14:10 | |
*** NeoMatrixJR has joined #xdandroid | 14:15 | |
NeoMatrixJR | anyone know if the rootfs builder is down? I got a tweet about a rootfs update but it's not on the autobuilder | 14:29 |
*** helicopter88 has quit IRC | 14:45 | |
*** rpierce99 has joined #xdandroid | 15:32 | |
*** Chester0 has joined #xdandroid | 15:53 | |
*** phh has quit IRC | 16:12 | |
*** helicopter88 has joined #xdandroid | 16:15 | |
*** phh has joined #xdandroid | 16:16 | |
*** programmer8922 has joined #xdandroid | 16:22 | |
toadlife | NeoMatrixJR : I heard someone else commenting on that too. It think it might be down | 16:31 |
*** helicopter88 has quit IRC | 16:35 | |
*** D3tul3 has joined #xdandroid | 17:19 | |
*** D3tul3 has quit IRC | 17:21 | |
*** jonpry has joined #xdandroid | 17:47 | |
jonpry | anyone have a terminal on there phone and want to run ls -l /dev/log/main ? | 17:50 |
*** Chester0 has quit IRC | 17:50 | |
hyc | crw-rw--w- 1 0 1007 10, 53 May 14 21:45 /dev/log/main | 17:51 |
*** Chester0 has joined #xdandroid | 17:52 | |
jonpry | ah, thanks | 17:54 |
*** Chester0 has quit IRC | 17:56 | |
*** rpierce99_ has joined #xdandroid | 18:00 | |
*** rpierce99 has quit IRC | 18:00 | |
*** rpierce99_ is now known as rpierce99 | 18:00 | |
*** XirXes has quit IRC | 18:13 | |
jonpry | whats in /sys/class/misc/log_main? | 18:34 |
jonpry | finally got a logcat. is this servicemanager dying because of sys/power ? http://pastebin.com/gpV65Vua | 18:51 |
*** emwe has quit IRC | 18:51 | |
*** programmer8922 has quit IRC | 18:57 | |
*** rpierce99_ has joined #xdandroid | 19:05 | |
*** rpierce99 has quit IRC | 19:05 | |
*** rpierce99_ is now known as rpierce99 | 19:05 | |
*** jonpry has quit IRC | 19:41 | |
*** XirXes has joined #xdandroid | 19:43 | |
*** jonpry has joined #xdandroid | 19:45 | |
*** ray|yar has quit IRC | 19:45 | |
*** ray|yar has joined #xdandroid | 19:46 | |
*** jon__ has joined #xdandroid | 20:48 | |
*** jonpry has quit IRC | 20:48 | |
*** jon__ is now known as jonpry | 20:48 | |
toadlife | Looks like the Pandora app is crashing Bluetooth | 21:43 |
toadlife | weird | 21:43 |
toadlife | After installing the BT code the bluetooth kept crashing. I reset my data.img and it worked. After restoring all of my apps it started to crash again. I jsut uninstalled Pandora and the crashing stopped | 21:44 |
rpierce99 | anyone getting a ridiculous amount of reboots to winmo with some of these new pieces | 21:49 |
toadlife | I've had a few reboots with the latest autobuilds. Can't day the audio/BT has caused me issue though | 22:04 |
rpierce99 | well i've made a lot of changes over the last 2 days, running hycs rootfs, system image, partitioned, audio/bt, wistilt2s test kernel, and a new data image, so yeah pretty much everything is new | 22:05 |
toadlife | Yeah, I'm running hyc;'s rootfs/sys, hyc's kernel plus audio/bt stuff. Not partitioned though. | 22:17 |
rpierce99 | hm, winmo reboot to winmo, that's not good | 22:47 |
*** TheSeven has quit IRC | 22:53 | |
*** TheSeven has joined #xdandroid | 22:53 | |
*** Andre569 has joined #xdandroid | 23:12 | |
*** Chester0 has joined #xdandroid | 23:15 | |
*** Andre569_ has joined #xdandroid | 23:30 | |
*** NeoMatrixJR has quit IRC | 23:30 | |
Andre569_ | Yo | 23:30 |
*** NeoMatrixJR has joined #xdandroid | 23:30 | |
*** Andre569 has quit IRC | 23:36 | |
*** Andre569_ has quit IRC | 23:49 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!