arrrghhh | rpierce99, ok now you're startin to worry me | 00:00 |
---|---|---|
programmer8922 | lolz | 00:00 |
rpierce99 | i posted a logcat to a pm for hyc | 00:00 |
arrrghhh | didn't work? | 00:00 |
rpierce99 | no, same crash of phone | 00:00 |
arrrghhh | i presume | 00:01 |
arrrghhh | bummer | 00:01 |
rpierce99 | i have a java debug environment set up so i'm tracing it, he's going to try rebuilding after a clean | 00:01 |
hyc | if it doesn't work that way, I'm just gonna have to upload the entire system.img | 00:02 |
hyc | the new framework.jar and framework-res.apk look identical to before | 00:06 |
rpierce99 | could i have done something wrong placing them into the filesystem? | 00:06 |
hyc | dunno | 00:06 |
hyc | build is still running | 00:07 |
rpierce99 | they are both chowned to root, just to be safe i chmoded the apk to 777, the .jar is rw r r like all the other jars in that folder | 00:07 |
hyc | will ship the system.img in a bit | 00:07 |
hyc | ~5-6mins | 00:11 |
*** arrrghhh has quit IRC | 00:20 | |
hyc | ok system.ext2.7z same place | 00:21 |
hyc | rpierce99: this may not have all my other recent patches | 00:22 |
rpierce99 | hm, ok | 00:22 |
rpierce99 | i guess i'll back up first then? | 00:22 |
rpierce99 | i have to dd over the partition | 00:23 |
hyc | so only use it for this mms test | 00:23 |
hyc | yeah. dd the partiton to back it up | 00:23 |
hyc | then dd the new one over it | 00:23 |
rpierce99 | gonna take a bit | 00:24 |
hyc | yeah... | 00:24 |
rpierce99 | lets hope it's worth it :) | 00:24 |
hyc | ;) | 00:25 |
rpierce99 | linux is starting to grow on me | 00:27 |
rpierce99 | cat /dev/disk1s3 is kinda fun to look at | 00:28 |
*** vw has quit IRC | 00:30 | |
rpierce99 | hm, what are all these changes for audio and bt going to do with the files missing in system | 00:34 |
hyc | well.... I built the audio libraries on this source tree | 00:35 |
hyc | so those should still be in place | 00:35 |
hyc | otherwise, you'll probably have no audio | 00:35 |
*** Nautis has quit IRC | 00:48 | |
rpierce99 | http://pastebin.com/bsjX9NHj | 00:57 |
rpierce99 | just flashed on the screen like before with the google hackjob hyc | 00:58 |
rpierce99 | but pduParser didn't puke, so that's progress | 00:59 |
hyc | hm ok | 00:59 |
hyc | did you grab the patch I pasted? | 00:59 |
hyc | might want to jdb it again | 00:59 |
hyc | and make sure it parsed what we wanted it to parse | 00:59 |
hyc | also | 00:59 |
hyc | let's try it with a new MMS | 00:59 |
hyc | I have a feeling it's just using cached results, even with that download link | 01:00 |
rpierce99 | ok i downloaded the patch, don't know how to apply it though. Also, i assume you're going to send me a new mms? | 01:02 |
rpierce99 | oh i'll have to get the trace up first | 01:03 |
hyc | ok lemme know when ready | 01:03 |
rpierce99 | command to apply the patch? | 01:03 |
rpierce99 | or you could wait for me to look it up :P | 01:03 |
hyc | patch < the_patch | 01:03 |
rpierce99 | hm, from the root xdandroid directory? | 01:04 |
hyc | mmm | 01:04 |
hyc | from frameworks/base | 01:04 |
rpierce99 | k | 01:04 |
hyc | patch -p1 < the_patch | 01:04 |
hyc | actually hang on | 01:05 |
hyc | don't use the pastebin copy | 01:05 |
hyc | use http://highlandsun.com/hyc/FRX06+/fram.patch | 01:05 |
hyc | I don't trust pastebin to preserve whitespace | 01:05 |
rpierce99 | 4/4 hunks failed | 01:07 |
rpierce99 | i had to fix some line wrapping | 01:07 |
*** Serren has quit IRC | 01:07 | |
*** toadlife has quit IRC | 01:08 | |
rpierce99 | all 4 hunks failed with that one too | 01:08 |
rpierce99 | ah i had to cd all the way to the file | 01:09 |
hyc | ok, so it applied? | 01:10 |
*** programmer8922 has quit IRC | 01:10 | |
rpierce99 | yep | 01:10 |
hyc | ok, so, ready to recv? | 01:10 |
rpierce99 | almost | 01:11 |
*** programmer8922 has joined #xdandroid | 01:12 | |
rpierce99 | any specific place you'd like a breakpoint | 01:15 |
hyc | thinking about that... | 01:15 |
hyc | line 1569 | 01:15 |
hyc | that's where it ought to be setting the disposition to "inline" | 01:16 |
hyc | i.e., the parser ought to return "inline" | 01:16 |
rpierce99 | alright, well hopefully my environment works, go ahead and shoot | 01:16 |
hyc | are you able to view the "part" data structure? | 01:16 |
hyc | sending | 01:17 |
*** mes has quit IRC | 01:17 | |
hyc | also line 1577 | 01:17 |
hyc | want to see what tk is | 01:17 |
rpierce99 | k | 01:17 |
rpierce99 | got it | 01:17 |
rpierce99 | well same results with the new file but my debugger didn't break, its finicky with sometimes it's debugging the wrong process | 01:19 |
hyc | hm, too bad. probably something else is being parsed wrong still | 01:20 |
rpierce99 | might have fixed the debugger, another? | 01:21 |
hyc | ok 1 sec | 01:21 |
hyc | sending | 01:22 |
rpierce99 | hmmmm, i think i need to start a different activity with the debug flag to catch these when they are incoming like that, they download on a different thread, oh i'll set it to not automatically download so the button has to be hit for each one | 01:24 |
hyc | ok | 01:24 |
rpierce99 | ok whenever you're ready | 01:24 |
hyc | wait, so you're still getting the slideshow and the Play button? | 01:24 |
rpierce99 | yes | 01:24 |
rpierce99 | well slideshow in the log, play button just causes a blink | 01:25 |
rpierce99 | a flash | 01:25 |
hyc | ok sent | 01:25 |
rpierce99 | damnit, i apparently don't know how to use this debugger, i can only break into it like 1/10 times | 01:26 |
hyc | I think we want a Verison blob to compare... | 01:27 |
rpierce99 | that's what i was thinking | 01:27 |
hyc | wondering why it thinks it needs to do a slideshow | 01:27 |
hyc | probably it's missing a mime-type somewhere | 01:28 |
rpierce99 | so when you hit play on yours it doesn't start com.android.mms/.ui.slideShowActivty? | 01:28 |
hyc | I don't get a play button, I just have an image | 01:29 |
rpierce99 | oh you're sending me images | 01:29 |
hyc | yeah, not videos | 01:29 |
hyc | I guess I should be able to examine a blob that I received here | 01:29 |
hyc | it should all just be WAP after all | 01:29 |
rpierce99 | you might need to turn off auto download so you have a download button | 01:30 |
rpierce99 | once it downloads i think it cleans up the pdu table | 01:30 |
hyc | ah | 01:30 |
hyc | what's the path to the mms DB? | 01:30 |
rpierce99 | /data/data/com.android.providers.telephony/databases/mmssms.db | 01:31 |
rpierce99 | looks like they stay | 01:31 |
rpierce99 | some dont have blob urls though for some reason | 01:32 |
hyc | ok | 01:32 |
rpierce99 | whoever came up with the path /data/data should be shot | 01:32 |
hyc | heh | 01:33 |
hyc | ok, select * from pdu; doesn't show me any URLs | 01:33 |
rpierce99 | hm, maybe it only persists the url if the download fails or if downloading is turned off | 01:34 |
rpierce99 | that would explain why some of mine have urls and some dont | 01:34 |
rpierce99 | i want to see arrrghhh and dswaggz throw down | 01:35 |
rpierce99 | that is getting heated | 01:35 |
hyc | lol | 01:35 |
hyc | loved randomblame's post | 01:37 |
rpierce99 | agreed | 01:38 |
rpierce99 | were you able to get a URL? | 01:47 |
hyc | nope | 01:48 |
hyc | what table is it in? | 01:48 |
rpierce99 | pdu | 01:48 |
hyc | nope. I've got no URLs in pdu at all | 01:48 |
hyc | lemme check my settings | 01:49 |
rpierce99 | did you try receiving one with autodownload turned off | 01:49 |
hyc | heh no atuo-retrieve was still on | 01:50 |
hyc | trying again | 01:50 |
hyc | I have the URL this time | 01:51 |
hyc | but it's on a t-mobile internal IP address | 01:52 |
*** mes has joined #xdandroid | 01:52 | |
rpierce99 | no surprise there i guess, tether? | 01:52 |
hyc | i tried wget from the phone | 01:53 |
hyc | connection refused | 01:53 |
rpierce99 | ah, the headers | 01:53 |
rpierce99 | you need to spoof a user agent and x-wap-profile probably | 01:53 |
hyc | hm no, that's after successful connect | 01:53 |
rpierce99 | hm | 01:53 |
hyc | I can't even get there. wrong port#? | 01:53 |
rpierce99 | port is part of the URL on mine | 01:54 |
hyc | no port# on mine | 01:54 |
hyc | dunno why. the Download button worked of course | 01:57 |
rpierce99 | you run firewalled don't you? i assume you allowed wget | 01:57 |
hyc | doh.... | 01:58 |
hyc | ok, added that to firewall.... | 02:00 |
hyc | got it this time | 02:01 |
rpierce99 | :) | 02:01 |
rpierce99 | i wonder what the point of the duration in there is | 02:07 |
hyc | no idea | 02:08 |
rpierce99 | i'm not nearly experienced enough with this to know why my file has 282828282828282 aka ((((((((((((( instead of your 00000000000000 aka ............... | 02:10 |
rpierce99 | make that 01010101 | 02:11 |
*** InternetToughGuy has joined #xdandroid | 02:12 | |
hyc | are you cahnging the url in your DB? | 02:22 |
rpierce99 | yeah | 02:22 |
hyc | or do you need to start with a new MMS? | 02:22 |
rpierce99 | i forwarded to myself | 02:22 |
hyc | cool | 02:23 |
rpierce99 | i've been avoiding that as to not start with a corrupted file | 02:23 |
rpierce99 | but in this case i had no intention of actually using the file | 02:23 |
hyc | ;) | 02:23 |
rpierce99 | but i changed the db, backed out to the home screen, launched messaging, opened the thread, hit download, and i get the same results | 02:23 |
hyc | weird | 02:25 |
rpierce99 | hmmmm did you send me another one | 02:25 |
hyc | might need to kill the messaging app | 02:25 |
hyc | nope | 02:25 |
rpierce99 | ohhhhh | 02:25 |
hyc | it might have the old DB content cached | 02:25 |
rpierce99 | no it downloaded the new pdu and made a new msg out of it | 02:25 |
rpierce99 | the old one is still there | 02:25 |
rpierce99 | the new msg, the picture is good | 02:26 |
rpierce99 | well, a little blue | 02:26 |
hyc | heh, it was a dark restaurant | 02:26 |
hyc | and the G1 camera sucks in low light | 02:26 |
rpierce99 | hm, so that proves it's the blob | 02:26 |
hyc | ok, so we know now that it's all about the blob encoding, nothing else matters | 02:26 |
rpierce99 | effing sprint | 02:27 |
rpierce99 | bastards | 02:27 |
hyc | lol | 02:27 |
rpierce99 | so there are 2 possibilities with that, either sprint has to hack their framework on all of their phones for their encoding, or there is some kind of account flag that encodes the messages for android? | 02:28 |
hyc | well, most of their phones are running Sense aren't they? | 02:29 |
hyc | HTC has their own MMS app | 02:29 |
hyc | doesn't use the google code | 02:30 |
hyc | and remember, we changed the UAprof | 02:30 |
hyc | hmmm. | 02:30 |
hyc | we changed it to a winmo profile huh | 02:30 |
rpierce99 | we changed it to the one winmo uses | 02:30 |
rpierce99 | what did that others guys uaprof say | 02:31 |
hyc | do you still have that EVO 4G info somewhere? | 02:31 |
hyc | it's probably way back in my log buffer | 02:31 |
rpierce99 | mine has rolled off, but i'm sure i can find it on the web | 02:31 |
rpierce99 | oh wait | 02:31 |
rpierce99 | sense is an htc app, there are samsung android sprint phones | 02:32 |
rpierce99 | do they bundle a sms app too? | 02:32 |
hyc | dunno | 02:32 |
hyc | http://device.sprintpcs.com/HTC/APA9292KT/1326511.rdf | 02:33 |
rpierce99 | the nexus s 4g just launched, that's a google experience phone | 02:33 |
hyc | I can try recompiling the framework with this one | 02:33 |
rpierce99 | better yet, can we compare the response from the server to make sure they're not identical | 02:34 |
rpierce99 | i'm sure i've got something for header spoofing | 02:34 |
hyc | well, the T7380 profile URL we have is invalid, 404 | 02:34 |
rpierce99 | didn't it work yesterday? | 02:35 |
hyc | not today :P | 02:35 |
hyc | http://forum.xda-developers.com/showpost.php?p=13851195&postcount=8 | 02:36 |
*** manekineko has joined #xdandroid | 02:36 | |
hyc | is 2046514 your rom version? | 02:36 |
manekineko | do any of you guys use any apps to manage access to root for other apps? | 02:36 |
rpierce99 | nope | 02:36 |
hyc | nah | 02:36 |
rpierce99 | @manekineko | 02:36 |
hyc | cyanogen usually bundles one | 02:37 |
rpierce99 | hyc: dunno even how to check that | 02:37 |
rpierce99 | i'm stock | 02:37 |
manekineko | hmm, the reason I ask is because I'm trying to get Superuser from XDA to work, but it doesn't seem to be compatible with us | 02:37 |
rpierce99 | oh it's in the post | 02:37 |
hyc | it shows in the post | 02:37 |
rpierce99 | haha | 02:37 |
manekineko | don't like the idea that any random app from the market could have root access | 02:37 |
hyc | good point | 02:37 |
hyc | what problem does the superuser app have? | 02:37 |
manekineko | for some reason it's never picking up on other apps using root | 02:38 |
manekineko | like ships in the night | 02:38 |
manekineko | launched XDAndroid Wifi Tether, and it just runs with no issues | 02:38 |
manekineko | nothing in the logcat of it even trying to stop it | 02:38 |
hyc | probably because our rootfs mountbinds on top of /bin/su | 02:38 |
manekineko | ahh yeah that would be it | 02:39 |
rpierce99 | preventing superuser from doing the same | 02:39 |
manekineko | because it also can optionally attempt to update su and fails at it | 02:39 |
manekineko | perfect fit for the facts | 02:39 |
manekineko | is there a reason we need to have su in the rootfs? | 02:40 |
rpierce99 | yes i'm on 2.14.651.4 | 02:40 |
manekineko | hmm, though system wouldn't help actually | 02:40 |
manekineko | since they're both ro | 02:40 |
hyc | the comment says it's to fix bad su in some builds | 02:40 |
hyc | dunno | 02:40 |
manekineko | thanks for the insight hyc, very helpful as always | 02:41 |
hyc | no prob ;) | 02:41 |
manekineko | is there any particular reason it's important for us to mount rootfs and system as ro? or is it just for extra safety? | 02:42 |
hyc | safety, yes | 02:42 |
hyc | also, android doesn't do clean unmounts of its filesystems | 02:42 |
hyc | filesystems mounted ro are no problem | 02:42 |
hyc | if it's mounted rw when shutdown, it will come up needing fsck | 02:43 |
manekineko | how do native devices deal with that? | 02:44 |
hyc | native always mounts /system ro | 02:44 |
hyc | that's why adb has a remount command... | 02:44 |
manekineko | okay, I think I get it now | 02:45 |
manekineko | so just get rid of this bind mounted su in rootfs and we should be good to go on this | 02:45 |
manekineko | in my opinion, we should probably be bundling Superuser the way CM does | 02:45 |
manekineko | seems kinda reckless to ship a ROM rooted without it | 02:45 |
hyc | probably a good idea | 02:46 |
manekineko | alright, I'll play with this later, time for bed now, thanks for your help again | 02:46 |
hyc | no prob | 02:46 |
*** manekineko has left #xdandroid | 02:46 | |
hyc | that didn't work either. I had to copy the /system/bin/su from my G1 over to make it work | 03:01 |
hyc | rpierce99: rebuilding mms.apk with the evo4G uaprof | 03:05 |
rpierce99 | k, this will be my last test for the night, hard to keep my eyes open, haha | 03:06 |
hyc | ok ;) | 03:06 |
hyc | http://highlandsun.com/hyc/FRX06+/Mms.apk | 03:06 |
hyc | should be able to kill current mms process and just install and run | 03:06 |
rpierce99 | i'm still in winmo from checking the rom version | 03:07 |
rpierce99 | throw it in androidapps? | 03:07 |
hyc | ah ok | 03:07 |
hyc | no | 03:07 |
rpierce99 | k, i'll just replace | 03:07 |
hyc | I dunno how that works when you already have it on /system/app | 03:07 |
hyc | yeah | 03:07 |
rpierce99 | alright, one last mms if you would please | 03:15 |
hyc | ok 1 sec | 03:15 |
hyc | sending | 03:16 |
rpierce99 | same :( | 03:17 |
hyc | kinda expected that | 03:18 |
rpierce99 | agreed | 03:18 |
hyc | since the original hardcoded profile was android | 03:18 |
hyc | ok, we'll try again later | 03:18 |
rpierce99 | alright, good night | 03:18 |
*** rpierce99 has quit IRC | 03:19 | |
*** SpecR has quit IRC | 03:54 | |
*** SpecR has joined #xdandroid | 03:58 | |
*** Erikson has joined #xdandroid | 04:23 | |
*** dief has joined #xdandroid | 05:24 | |
dief | hey, guys i need a bit of help setting up xdandroid frx06 on a htc diamond. All works well untill it show the android desktop, then it turns the display off | 05:25 |
*** dief has quit IRC | 05:28 | |
*** programmer8922 has quit IRC | 05:39 | |
*** hardwalker has quit IRC | 06:12 | |
hyc | rpierce99: I've figured out what's going on with Sprint. Not entirely sure what to do about it yet. | 07:24 |
hyc | I hacked my DB to point the URL to your wap.blob and spent some time singlestepping thru the parsing and such | 07:25 |
hyc | it turns out that (a) my patch was parsing correctly, but (b) we don't want it. | 07:25 |
hyc | The patch correctly sets the content disposition to inline and filename to whatever was specified. But this actually breaks things, because later on, if it sees the filename field set in the DB, | 07:26 |
hyc | it tries to read the image from there, instead of the actual pathname where Android stashed the image. | 07:26 |
hyc | So in fact the safest thing to do is just ignore the Content-Disposition field completely... | 07:27 |
hyc | and that's only part of the problem. The other part is that the message I sent you contained both text and an image. Sprint formats these two pieces as two separate paragrpahs in the SMIL layout of the message. | 07:28 |
hyc | The Android client treates each paragraph as a separate slide, and so it puts up the Slideshow play button. | 07:28 |
hyc | I think if I had sent you an MMS with only the image attachment and no text, it would have displayed just fine | 07:29 |
hyc | (after we fixed the parsing exception) | 07:30 |
*** jonpry has joined #xdandroid | 08:05 | |
*** raymonddull has joined #xdandroid | 08:05 | |
*** helicopter88 has joined #xdandroid | 08:21 | |
*** helicopter88 has quit IRC | 08:23 | |
*** Mikey has joined #xdandroid | 08:42 | |
*** Mikey is now known as Guest3293 | 08:42 | |
*** Guest3293 has quit IRC | 08:46 | |
*** rpierce99 has joined #xdandroid | 09:10 | |
*** raymonddull is now known as ray|school | 09:13 | |
*** rpierce99 has quit IRC | 09:17 | |
*** ray|school is now known as ray|away | 09:28 | |
*** kwoodyusa has joined #xdandroid | 09:30 | |
*** rpierce99 has joined #xdandroid | 09:57 | |
*** emwe has joined #xdandroid | 10:11 | |
hyc | rpierce99: 'morning | 10:24 |
rpierce99 | mornin | 10:24 |
hyc | did you read the last bunch of text I wrote in here, in hte logs? | 10:24 |
rpierce99 | just now | 10:25 |
hyc | new framework.jar on my page. it just ignores the content-disposition stuff | 10:25 |
hyc | because setting the filename just breaks everything else | 10:26 |
rpierce99 | can i just replace framework.jar now? | 10:26 |
hyc | yeah | 10:26 |
hyc | I already did on my phone, no problem | 10:26 |
rpierce99 | were you able to see my blob with this patch? | 10:26 |
hyc | hehheh | 10:26 |
hyc | I saw something.... | 10:26 |
hyc | like I said, the slideshow is there because there are two different <par>'s in the SMIL body | 10:27 |
hyc | the first one is text, the 2nd is the jpg | 10:27 |
rpierce99 | right, so is the slideshow dying on the text image? | 10:27 |
hyc | if you swap the order around, the JPG shows up under the play button | 10:28 |
hyc | (I hacked up mms.apk to show it...) | 10:28 |
hyc | so I'd like to try a new test with sending an MMS with no text, just img | 10:28 |
hyc | and maybe another test with two imgs. dunno. I've never tried multiple attachments in one MMS before. | 10:29 |
hyc | but I suspect the slideshow will work better in those cases | 10:29 |
rpierce99 | alright i'm up and running, mms away | 10:38 |
hyc | 'k 1 sec | 10:39 |
*** helicopter88 has joined #xdandroid | 10:39 | |
hyc | hmm. sending is pretty slow for some reason | 10:41 |
hyc | gonna reboot my phone | 10:42 |
*** kwoodyusa has quit IRC | 10:48 | |
hyc | still not completing the send | 10:49 |
hyc | hmmm. gonna try from my other phone | 10:50 |
rpierce99 | i was able to forward myself your working mms and it came through with just the picture | 10:51 |
rpierce99 | no play button | 10:51 |
hyc | ok | 10:51 |
hyc | so I think we're actually fine | 10:51 |
rpierce99 | i did remove the body text | 10:52 |
hyc | yeah. ok good | 10:52 |
hyc | just sent you one from my other phone | 10:54 |
rpierce99 | autodownloaded and everything | 10:56 |
rpierce99 | worked perfectly | 10:57 |
rpierce99 | and much better picture | 10:57 |
hyc | heh | 10:57 |
hyc | ok cool | 10:57 |
hyc | this is also a much simpler patch | 10:57 |
hyc | and simpler than Google's stupid patch too | 10:57 |
rpierce99 | hah, galler does not like the slide to change orientation | 10:57 |
rpierce99 | galler=gallery | 10:57 |
hyc | gallery3D? | 10:58 |
hyc | no it doesn't | 10:58 |
hyc | I haven't updated this image, found a better version of gallery3D | 10:58 |
rpierce99 | so at this point with just this small patch we can tell people just don't receive mmses with text bodys | 10:59 |
hyc | yep | 10:59 |
*** vinceweis_ has joined #xdandroid | 11:09 | |
hyc | I've pushed the patch to gitorious | 11:12 |
rpierce99 | did you end up using googles skip it method or something better | 11:13 |
hyc | something better | 11:14 |
hyc | https://gitorious.org/~hyc/xdandroid/hycs-frameworks_base/commit/72b564c8ff0a724df57c24d6470e3c8f3b1c6065 | 11:14 |
hyc | none of their ridiculous compile-time config crap | 11:14 |
*** helicopter88 is now known as heli_studies | 11:15 | |
rpierce99 | oh i didn't realize they have compiler conditionals to determine whether to parse content disposition, haha thats dumb | 11:15 |
hyc | yeah the google patch is braindead | 11:15 |
rpierce99 | i'm really glad tiad8 set up his own domain | 11:29 |
hyc | whyso? | 11:30 |
rpierce99 | i went over there to see how much of the new stuff has been stolen so far, only to find out he took a good % of the idiots with him | 11:30 |
hyc | lol | 11:30 |
rpierce99 | i don't think anyone over there has a clue what they are doing | 11:30 |
hyc | how could they ever | 11:31 |
hyc | they're following a guy who never lets them know what *he's* doing | 11:31 |
hyc | neopeek is about the same. clueless. | 11:31 |
hyc | can't even get the new ril installed... | 11:31 |
rpierce99 | here's the thing, chefs are a valuable community to have around, ONCE STUFF WORKS, they can't chef their way into new features | 11:32 |
rpierce99 | hope i didn't offend any actual chefs my mentioning that term so closely after talking about tiad8 | 11:33 |
hyc | lol | 11:35 |
heli_studies | neopeek should have fixed the ril issue with latest cwm | 11:35 |
hyc | yeah, that's what I heard the last 3 times | 11:35 |
hyc | cwm 1.6, 1.7, and 1.8 | 11:35 |
heli_studies | but now no one is talking about that issue | 11:36 |
heli_studies | so it should be fixed | 11:36 |
hyc | 4th time | 11:36 |
hyc | 4th time's the charm... | 11:36 |
heli_studies | but it got it working,so that's a good thing,i don't care about how much times he tried that :) | 11:38 |
hyc | it was just a matter of tweaking some shell scriptws. there's no excuse for releasing stuff like that without testing it yourself. | 11:39 |
*** programmer8922 has joined #xdandroid | 11:39 | |
heli_studies | I'm releasing stuff without testing too,now,but i'm without a phone | 11:40 |
heli_studies | and most of my trials have failed | 11:41 |
hyc | that's an extremely slow way to make progress... | 11:41 |
heli_studies | but if you can't test,it's a known thing that it will take more time.. | 11:42 |
*** programmer8922 has quit IRC | 11:44 | |
hyc | then you find one or two people to work closely with you | 11:44 |
hyc | you don't put it out there for the mass public, without knowing whether it's any good at all | 11:45 |
heli_studies | that's right,i push my untested build only to testers,usually neo does so,but i don't know why he didn't with cwm.. | 11:46 |
hyc | rpierce99: I put a summary here http://forum.xda-developers.com/showpost.php?p=13866390&postcount=16 | 11:59 |
rpierce99 | did that guy with the evo connect to the same MMS download server I do? | 12:04 |
hyc | hmmm. the play button worked fine for me. | 12:04 |
hyc | don't remember, lemme check | 12:04 |
hyc | he connected to mms.sprintpcs.com:80 | 12:05 |
rpierce99 | any path? /servlet/mms? | 12:05 |
hyc | to retrieve? no | 12:06 |
rpierce99 | oh that path is downloaded as part of the sms pdu anyways, we don't control that | 12:06 |
hyc | GET /?msgid=028_36182dc1d93c0455_0&userId=42644332 HTTP/1.1 | 12:06 |
hyc | right | 12:06 |
hyc | anyway as I was saying, the play button works for me, with the wap.blob you originally gave me | 12:07 |
rpierce99 | hm, that's interesting | 12:07 |
hyc | when I press it, first it shows a black screen with white text | 12:07 |
hyc | and if I swipe I can see the playback controls / seek bar | 12:07 |
hyc | and move forward, and I see the JPG | 12:07 |
rpierce99 | send me another combo message with text/pic? | 12:08 |
rpierce99 | i haven't received a combo since your patch | 12:08 |
hyc | ok 1 sec | 12:08 |
hyc | sent | 12:09 |
hyc | this is infact my copy of your blob. ;) | 12:09 |
hyc | so that explains the durations too. 5 seconds on the text, 8 seconds on the jpg | 12:11 |
hyc | the annoying thing is you can't select the jpg this way. | 12:11 |
rpierce99 | well this is interesting | 12:11 |
hyc | what happened? | 12:12 |
rpierce99 | the way i received that is 2 messages, 1 is the picture of your cable with no text, 2 is the text with no picture | 12:12 |
hyc | hmmm | 12:12 |
hyc | pretty cool ;) ok I'll send an original then | 12:12 |
hyc | ok sent | 12:14 |
rpierce99 | hm, no, 1 message, play button, just flashes | 12:14 |
hyc | ok | 12:15 |
hyc | download my Mms.apk then | 12:15 |
hyc | also in FRX06+ directory... | 12:15 |
hyc | was thinking we wouldn't need it any more but try it | 12:16 |
hyc | oh wait | 12:17 |
hyc | the one there is not up to date | 12:17 |
hyc | ok now | 12:18 |
*** heli_studies has quit IRC | 12:18 | |
hyc | with this one you'll get the same behavior I was talking about | 12:18 |
rpierce99 | you said i can just adb install Mms.apk? | 12:21 |
hyc | no | 12:21 |
hyc | push it onto /system/app | 12:21 |
rpierce99 | ok | 12:21 |
rpierce99 | hm that has an interesting affect on the messages already downloaded, not sure if it's supposed to fix those | 12:23 |
rpierce99 | the picture is now behind the play button | 12:23 |
hyc | yep | 12:23 |
rpierce99 | but the play button still just causes a flash | 12:23 |
hyc | oh | 12:24 |
hyc | odd | 12:24 |
hyc | nothing else has changed | 12:24 |
hyc | I don't know why your durations aren't working | 12:25 |
rpierce99 | 05-17 11:19:25.990 I/ActivityManager( 1301): Starting activity: Intent { dat=content://mms/28 cmp=com.android.mms/.ui.SlideshowActivity } | 12:29 |
rpierce99 | 05-17 11:19:26.540 W/InputManagerService( 1301): Starting input on non-focused client com.android.internal.view.IInputMethodClient$Stub$Proxy@441671a0 (uid=10009 pid=2581) | 12:29 |
rpierce99 | 05-17 11:19:26.570 I/ActivityManager( 1301): Displayed activity com.android.mms/.ui.SlideshowActivity: 550 ms (total 550 ms) | 12:29 |
rpierce99 | 05-17 11:19:28.220 I/WindowManager( 1301): Setting rotation to 3, animFlags=0 | 12:29 |
rpierce99 | 05-17 11:19:28.240 I/ActivityManager( 1301): Config changed: { scale=1.0 imsi=310/0 loc=en_US touch=3 keys=2/1/2 nav=2/1 orien=2 layout=34 uiMode=17 seq=9} | 12:29 |
hyc | 550ms... that's half a second, you could have hit the screen and paused it :P | 12:32 |
hyc | but that's really weird | 12:32 |
rpierce99 | i think there's some lag in the screen because it's literally a flash like a camera, split second | 12:33 |
hyc | my log sayed 350ms | 12:34 |
hyc | but the actual slideshow lasted the full 13 seconds | 12:34 |
*** ORi| has quit IRC | 12:34 | |
*** ORi|| has joined #xdandroid | 12:34 | |
hyc | I think we should assume this is something else flaky on that particular system.img | 12:35 |
hyc | so we need someone else to install the framework.jar and test | 12:35 |
hyc | you switched to my full build before | 12:36 |
rpierce99 | hm, i was able to get it to pause for a second | 12:36 |
hyc | and then we tried the google patch on that? | 12:36 |
rpierce99 | the system i'm running right now is the full build from last night | 12:36 |
hyc | yeah | 12:37 |
hyc | I don't think that actually has all of the updated video libraries | 12:37 |
hyc | I dunno what's up with that, it's like someone is not parsing the durations correctly | 12:39 |
hyc | but we know that the blob had 5000ms and 8000ms | 12:39 |
hyc | well... I'm out of ideas for now | 12:41 |
hyc | and mostly it will be a non-issue | 12:41 |
rpierce99 | at some point i'll switch over to my old system with everything up to date and put in the new Mms.apk and framework.jar and see what happens | 12:45 |
hyc | ok | 12:46 |
rpierce99 | otherwise you could post em up, they work better than the current ones, for sprint at least | 12:46 |
rpierce99 | i'd guess not many people are on your system image though | 12:46 |
hyc | right | 12:46 |
hyc | and it's a real bitch getting these patches to play with FRX06 | 12:46 |
hyc | I mean, getting the patched files to run on a stock FRX06 install | 12:47 |
rpierce99 | yeah i wouldn't even discuss the possibility | 12:47 |
hyc | yeah | 12:47 |
hyc | hmmm. let's compare mmssms.db contents again. 1 sec | 12:48 |
hyc | I'm going to pull up the rows from the part table for this msg | 12:48 |
hyc | http://pastebin.com/HnELL4Py | 12:51 |
hyc | I was actually running the earlier patched framework when I received the message. | 12:51 |
hyc | so that version stored the content-disposition filename | 12:51 |
hyc | I manually deleted the filename from record #107 | 12:52 |
hyc | left it in for the text part, figured it didn't matter | 12:52 |
*** helicopter88 has joined #xdandroid | 12:52 | |
hyc | what do you have in yours? I can try making mine match and see if the slideshow gets messed up | 12:53 |
hyc | and you can try mine, and see if the slideshow works ... | 12:53 |
rpierce99 | i'm not sure how to match mine up | 12:58 |
rpierce99 | i mean i know how to edit | 12:58 |
rpierce99 | but i can't tell which one | 12:58 |
hyc | well, you should have 3 records right? 1st is the SMIL | 12:58 |
hyc | 2nd is the jpg, 3rd is the text | 12:58 |
rpierce99 | well i have 48 parts | 12:58 |
hyc | it should be one of the last records in the table, most recently arrived | 12:59 |
rpierce99 | ok the last message i received, got it | 12:59 |
rpierce99 | http://pastebin.com/bReEVafR | 13:00 |
hyc | ok, so your record 47 and 48 have no content disposition or filename | 13:00 |
hyc | I'll delete those from mine... | 13:01 |
rpierce99 | your smil has duration mine doesn't | 13:01 |
*** vinceweis_ has quit IRC | 13:02 | |
hyc | oh, wow. | 13:03 |
rpierce99 | that'd do it :P | 13:04 |
hyc | this is from the original wap.blob you sent me | 13:04 |
hyc | and that has duration in it | 13:04 |
rpierce99 | you sent me wap.blob, i didn't send you wap.blob | 13:05 |
rpierce99 | i sent you a link to download it | 13:05 |
hyc | ? no, I sent you wap2.blob :P | 13:05 |
hyc | oh ok | 13:05 |
hyc | well, this is from your download link | 13:05 |
rpierce99 | hm, so your phone parsed out duration where my phone didn't | 13:05 |
hyc | I wonder if this is also realted to the change in user-agenet | 13:06 |
hyc | user-agent or uaprof | 13:06 |
rpierce99 | i have one smil in here with dur | 13:06 |
rpierce99 | the weird thing is it's super nicely formatted | 13:06 |
rpierce99 | line breaks and tabs and everything | 13:07 |
hyc | must not have come from sprint then :P | 13:07 |
hyc | that might have been my wap2.blob | 13:07 |
rpierce99 | how did it get into my db? | 13:07 |
hyc | after you changed your msg URL to point to it | 13:07 |
rpierce99 | oh it did | 13:07 |
rpierce99 | that's right | 13:07 |
rpierce99 | it is yours then, that's why there is only one | 13:07 |
hyc | ok, well the current Mms.apk has a bogus user-agent T7380 | 13:08 |
hyc | let's revert back to the default user-agent Android/MMS | 13:08 |
rpierce99 | all of the others have either no dur property at all or have 0ms | 13:08 |
hyc | 0ms? | 13:08 |
rpierce99 | <smil><head><layout><root-layout width="480px" height="800px"/><region id="Text" left="0" top="240" width="480px" height="800px" fit="meet"/><region id="Image" left="0" top="0" width="480px" height="800px" fit="meet"/></layout></head><body><par dur="0ms"><text src="textplain_3.txt" region="Text"/></par><par dur="0ms"><img src="imagejpeg_2.jpg" region="Image"/></par></body></smil> | 13:09 |
hyc | weird | 13:09 |
*** arrrghhh has joined #xdandroid | 13:11 | |
hyc | what do you think, revert from the Evo4G uaprof too? | 13:12 |
*** manekineko has joined #xdandroid | 13:12 | |
hyc | gonna try only the user-agent for now | 13:13 |
manekineko | hyc: am I seeing that you got Superuser working on your phone by copying over your G1 binary? | 13:13 |
hyc | yes | 13:13 |
manekineko | wow, you're fast, get up in the morning and everything is done already | 13:13 |
hyc | heh | 13:14 |
manekineko | any ideas on why it was necessary to change the su binary? | 13:14 |
manekineko | and can I get a copy of that G1 binary? | 13:14 |
hyc | rpierce99: ok new Mms.apk, using default Android useragent | 13:14 |
rpierce99 | and x-wap-profile? | 13:14 |
arrrghhh | hyc, do you sleep? | 13:14 |
hyc | still using evo4g profile | 13:14 |
arrrghhh | :P | 13:14 |
rpierce99 | k | 13:14 |
rpierce99 | arrrghhh: i think not | 13:14 |
arrrghhh | lol no joke. | 13:14 |
hyc | arrrghhh: once in a while ;) | 13:15 |
arrrghhh | :D | 13:15 |
arrrghhh | i'm stirring shit on the forums again, w00t. | 13:15 |
manekineko | he's an Android-optimizing beast | 13:15 |
hyc | no idea what's going on with the su binary | 13:15 |
hyc | the G1 binary is only 24K | 13:15 |
hyc | the ones in our image are 75K and 80K | 13:15 |
arrrghhh | sorry it had to be in your thread this time hyc :P | 13:15 |
hyc | arrrghhh: no worries | 13:15 |
manekineko | still, I don't see any particular downside to just substituting in your G1 binary | 13:15 |
hyc | i don't much care at this point, ignoring most of those recent posts | 13:16 |
arrrghhh | yea | 13:16 |
arrrghhh | i need to learn how to do that.. | 13:16 |
manekineko | especially since it apparently gets our project closer to real Android devices | 13:16 |
hyc | ok. http://highlandsun.com/hyc/FRX06+/su | 13:16 |
manekineko | thanks! | 13:16 |
hyc | you will have to eliminate /bin/su from your path | 13:16 |
manekineko | you have commit access and are on the dev mailing list, you gonna try and add the fix to the official builds? | 13:16 |
hyc | I have commit access to the ril only. | 13:17 |
hyc | I'm pretty sure the G1 binary is built from the cyanogen source tree | 13:17 |
hyc | I just haven't chased it down yet | 13:17 |
hyc | (or replace /bin/su with this one) | 13:18 |
manekineko | xbin/su actually I think | 13:18 |
hyc | xbin typically is not in your path | 13:19 |
hyc | droidwall didn't trigger until I deleted /bin/su and added /system/bin/su | 13:19 |
*** helicopter88 is now known as heli_dinner | 13:19 | |
manekineko | hmm really | 13:20 |
manekineko | so right now our system images have no bin/su only xbin/su | 13:20 |
hyc | yep | 13:20 |
hyc | weird | 13:20 |
manekineko | so are all root requiring apps actually broken? | 13:20 |
hyc | they get /bin/su from rootfs | 13:21 |
manekineko | but that can't be, I've used many of them and they work | 13:21 |
*** nautis has joined #xdandroid | 13:21 | |
manekineko | what a convoluted system we have | 13:21 |
hyc | yes | 13:21 |
manekineko | yeah ok, I'm seeing that | 13:21 |
hyc | rpierce99: kinda wondering if the duration is set on the sender side | 13:22 |
manekineko | I assume you tried just using either the existing system su or rootfs su and copying them over to system/bin and they didn't work? | 13:22 |
manekineko | needed the G1 su? | 13:22 |
hyc | doesn't make sense for the mms server to be munging the SMIL like this | 13:22 |
rpierce99 | well i saw the duration in all of the blobs i downloaded | 13:22 |
hyc | manekineko: right | 13:23 |
manekineko | that's so odd, can't think of any reason why that'd be the case considering it uses its own su binary | 13:23 |
*** programmer8922 has joined #xdandroid | 13:24 | |
hyc | I didn't spend much time digging. just pulled the G1 binary 'cause I know it works already | 13:24 |
manekineko | yeah that's really good enough | 13:24 |
manekineko | so who do you suppose I should lobby to get Superuser built into the next FRX/GRX by default | 13:24 |
manekineko | heh maybe arrrghhh? | 13:25 |
hyc | the last time I tried to chase down the lineage of /bin/pppd I got nowhere... | 13:25 |
arrrghhh | why? | 13:25 |
hyc | you can submit a bug report / feature request | 13:25 |
arrrghhh | we have SU | 13:25 |
manekineko | because it's a gigantic security risk letting every random app have full root access | 13:25 |
hyc | yes, we have a very promiscuous su | 13:25 |
arrrghhh | heh | 13:25 |
arrrghhh | what apps are you downloading | 13:25 |
arrrghhh | :P | 13:25 |
manekineko | any app could be secretly trying to access root and doing shady stuff and we'd never know | 13:26 |
arrrghhh | i don't have a problem giving titanium backup root | 13:26 |
hyc | exactly | 13:26 |
hyc | all in all I think it's better to know what apps are getting root. | 13:26 |
manekineko | Superuser gives you a notification when an app requests root, and let's you authorize or deny them once each | 13:26 |
arrrghhh | eh i guess | 13:26 |
arrrghhh | enhancment | 13:26 |
manekineko | it's really just sensible security | 13:26 |
arrrghhh | file a bug | 13:26 |
hyc | yes | 13:26 |
arrrghhh | as an enhancement | 13:26 |
arrrghhh | assign it to sir stine | 13:27 |
manekineko | especially since hyc got it working already | 13:27 |
hyc | lol | 13:27 |
arrrghhh | explain how you got it working in the bug :P | 13:27 |
manekineko | alright, will do | 13:27 |
hyc | be careful when you install the new su binary | 13:27 |
hyc | xbin/su didn't ever allow me to have root | 13:27 |
manekineko | did you just remove xbin/su and copy your new one into /bin/su? | 13:28 |
hyc | yeah | 13:28 |
hyc | and symlinked xbin/su | 13:28 |
hyc | that's the layout the G1 has | 13:28 |
manekineko | okay, sounds good | 13:28 |
hyc | rpierce99: if you have the new mms.apk running, ready to receive another msg? | 13:29 |
rpierce99 | haha forgot i downloaded another one, got flooded by 3 gtalk convos at once | 13:29 |
hyc | lol | 13:29 |
hyc | hm. I would have expected android to use a default duration if none was in the actual parts | 13:32 |
hyc | maybe that's expecting too much.... | 13:33 |
rpierce99 | alright new apk installed | 13:33 |
hyc | ok will re-send | 13:33 |
hyc | sent | 13:34 |
hyc | arrrghhh: probably should just lean back from all those newbie posts. | 13:35 |
arrrghhh | i guess. | 13:36 |
hyc | there's always gonna be clueless newbies | 13:36 |
arrrghhh | just pisses me off | 13:36 |
arrrghhh | indeed | 13:36 |
arrrghhh | i've just been the noob wrangler | 13:36 |
arrrghhh | making sure these fools stay in line | 13:36 |
arrrghhh | and i read your thread | 13:36 |
arrrghhh | three pages of complete nonsense. | 13:36 |
arrrghhh | kinda pissed me off. | 13:36 |
hyc | yeah, it pisses me off sometimes too. but now I'm just too tired to react. :P | 13:36 |
arrrghhh | lol | 13:37 |
rpierce99 | no diff, hyc. I have yet to see any of these changes actually change the returned file, have you? | 13:37 |
hyc | hm, no. | 13:37 |
hyc | but I don't know how to explain the presence or absence of the duration field. | 13:37 |
rpierce99 | well since the sender can't even set the duration, what diff does it make, I say throw a minVal in there and call it a day | 13:38 |
hyc | good point | 13:38 |
hyc | I was kinda thinking there was already a minval tho | 13:39 |
hyc | 7 seconds is in mms_config.xml | 13:39 |
hyc | so, don't understand why it's getting ignored | 13:39 |
hyc | oh well | 13:39 |
hyc | arrrghhh: if you're still running on my system, you can try downloading my new framework.apk | 13:40 |
rpierce99 | framework.jar and mms.apk | 13:40 |
hyc | oops | 13:40 |
hyc | yeah that | 13:40 |
hyc | for MMSs with no body text, image/audio/video should work fine | 13:41 |
hyc | for MMSs with body text ... it's a bit of a mystery still | 13:41 |
arrrghhh | hrm | 13:50 |
arrrghhh | i am on your system | 13:51 |
arrrghhh | not sure if it's up-to-date tho | 13:51 |
arrrghhh | seems you pump out a new one nightly :P | 13:51 |
hyc | lol | 13:51 |
manekineko | hyc, just to confirm, all you did was: (1) remove 2x bind mounts from rootfs init for su (2) remove /system/xbin/su (3) cp in new /system/bin/su (4) ln -s a link for /system/xbin/su | 13:51 |
hyc | no, i'm actually quite behind on overall system builds ;) | 13:51 |
hyc | manekineko: yes | 13:52 |
manekineko | dang, not working here that's unfortunate | 13:52 |
manekineko | well, maybe I'll go poke it with a stick some more | 13:53 |
hyc | arrrghhh: pretty sure the framework and mms will work on that | 13:53 |
hyc | manekineko: what doesn't work? | 13:53 |
hyc | if you run the su binary from connectbot, doesn't it trigger the superuser ui? | 13:54 |
manekineko | I ran XDAndroid Wifi Tether without triggering Superuser | 13:54 |
manekineko | also Superuser remains unable to permanently update its su binary it seems | 13:55 |
manekineko | as each time I check it says there's a new one | 13:55 |
hyc | well, one step at a time... make sure the g1 binary works on the cmdline | 13:55 |
manekineko | yeah, good call, I'll try that after it boots up again | 13:55 |
hyc | for me the version check always fails. hm, that's probably just droidwall tho. | 13:56 |
arrrghhh | ah looks like your site has the same system image i'm on. | 13:59 |
hyc | ok no worries then | 14:01 |
*** heli_dinner is now known as helicopter88 | 14:01 | |
manekineko | yep, nothing when I called su from connectbot | 14:02 |
hyc | you just got an immediate root shell? | 14:03 |
manekineko | yep | 14:04 |
hyc | did you give the full path to the su binary? | 14:04 |
manekineko | when? on the command line? | 14:05 |
hyc | yes | 14:05 |
manekineko | hmm didn't the first time, but just restarted connectbot and did this time | 14:05 |
hyc | and same result? | 14:06 |
manekineko | yep | 14:06 |
hyc | weird. dunno what's up. | 14:06 |
hyc | and i'm fading out. time to sleep. :) | 14:07 |
manekineko | yeah, I'll keep poking at it | 14:07 |
manekineko | thanks for the help | 14:07 |
hyc | ttyl | 14:07 |
*** jonpry has quit IRC | 14:07 | |
arrrghhh | hyc, cya | 14:08 |
rpierce99 | whoah, he does sleep | 14:08 |
arrrghhh | i was thinking the same thing | 14:08 |
manekineko | so he claims | 14:08 |
arrrghhh | heh | 14:08 |
manekineko | he's probably going to go hack on the kernel | 14:08 |
helicopter88 | that's another unbelievable thing.. | 14:08 |
arrrghhh | lol | 14:08 |
*** jonpry has joined #xdandroid | 14:08 | |
*** toadlife has joined #xdandroid | 14:12 | |
arrrghhh | rpierce99, reading the logs, i'm grasping most of what happened | 14:20 |
arrrghhh | but what's this jibba jabba about a slideshow? | 14:20 |
rpierce99 | com.android.mms/.ui.slideShowActivity is the activity that the mms app uses to view multiple attachments | 14:21 |
arrrghhh | ooooh | 14:21 |
arrrghhh | ok | 14:21 |
rpierce99 | in our case it treats the text as an attachment so it shows up before the image | 14:21 |
arrrghhh | huh | 14:21 |
rpierce99 | well i think hycs mms.apk fixed that | 14:21 |
arrrghhh | and it seems if the mms is sent with just an image it's fine | 14:21 |
arrrghhh | but image+text, not fine? | 14:21 |
*** mes has quit IRC | 14:21 | |
rpierce99 | it's fine, for the most part | 14:22 |
arrrghhh | lol | 14:22 |
rpierce99 | on my phone i can't parse out the duration | 14:22 |
arrrghhh | do tell | 14:22 |
rpierce99 | so it opens and immediately closes | 14:22 |
arrrghhh | heh | 14:22 |
rpierce99 | can't see anything | 14:22 |
arrrghhh | weird | 14:22 |
rpierce99 | hyc gets duration just fine | 14:22 |
rpierce99 | but it sounds like he's just going to throw a minimum duration into the slideshow activity in case this happens | 14:22 |
rpierce99 | it might just be my system image though | 14:23 |
arrrghhh | ah, hence he wanted me to test it. | 14:23 |
arrrghhh | alrighty | 14:23 |
arrrghhh | rpierce99, so i just need the framework.jar and mms.apk? | 14:25 |
rpierce99 | afaik | 14:25 |
arrrghhh | i got the framework, can't find mms.apk tho | 14:25 |
rpierce99 | FRX06+/Mms.apk | 14:26 |
rpierce99 | it's case sensitive | 14:26 |
arrrghhh | d'oh | 14:26 |
arrrghhh | i tried mms.apk | 14:26 |
arrrghhh | and MMS.apk | 14:26 |
*** jonpry has quit IRC | 14:26 | |
arrrghhh | but not Mms.apk :P | 14:26 |
rpierce99 | i had a problem with just replacing the framework.jar once without the framework-res.apk, but it was fine the last time, so I think it's ok | 14:26 |
*** helicopter88 is now known as heli_shower | 14:27 | |
*** jonpry has joined #xdandroid | 14:27 | |
*** arrrghhh has quit IRC | 14:31 | |
manekineko | rpierce99, you've compiled the XDAndroid kernel before right? | 14:46 |
rpierce99 | it's been a while, and I never ran it | 14:46 |
rpierce99 | but yeah | 14:46 |
manekineko | after compiling it, did you manage to get it to be exactly the same as the one produced by autobuild? | 14:46 |
manekineko | for some reason my diff's are mismatching | 14:46 |
rpierce99 | just the zImage itself md5 against md5? | 14:47 |
manekineko | yeah, just used the Linux diff command | 14:47 |
manekineko | filesizes differ | 14:48 |
rpierce99 | oh i don't know what diff does, but i wouldn't be surprised if they didn't match up exactly, slight differences in any part of the toolchain, as well as including or not including certain kernel drivers, compilation options, etc | 14:48 |
emwe | depends on compiler toolchain used i'd say | 14:48 |
manekineko | hmm ok, followed nate's instructions on ppcgeeks, and am using Google's prebuilt toolchain | 14:49 |
manekineko | but maybe I'll just ignore the difference and try booting it | 14:49 |
emwe | hm, most are using the codesourcery toolchain | 14:50 |
emwe | autobuild too | 14:50 |
manekineko | ah that'd explain it | 14:50 |
emwe | 2010q3 one | 14:52 |
manekineko | any particular reason I should switch if my current setup is working? | 14:52 |
emwe | dunno much about the google toolchain. | 15:01 |
emwe | can't really say. codesourcery is gcc 4.5.1 that's all i can tell | 15:01 |
heli_shower | changing toolchain makes huge differencies? | 15:02 |
*** fishhead2567 has joined #xdandroid | 15:02 | |
emwe | heli_shower: no idea. always been using codesourcery for kernel as like everybody else. | 15:03 |
*** heli_shower has quit IRC | 15:11 | |
*** mes has joined #xdandroid | 15:19 | |
*** NeoMatrixJR has joined #xdandroid | 15:35 | |
*** Chester0 has joined #xdandroid | 15:43 | |
*** kwoodyusa has joined #xdandroid | 15:43 | |
*** arrrghhh has joined #xdandroid | 15:45 | |
arrrghhh | rpierce99, well that was a bust. you said mmsc isn't required for receiving mms, just sending right? | 15:46 |
rpierce99 | yeah, what are you seeing? | 15:46 |
arrrghhh | well the download link appears to churn this time | 15:46 |
arrrghhh | but it just sits there saying 'downloading...' | 15:47 |
arrrghhh | and i saw this | 15:47 |
arrrghhh | E/TransactionSettings( 1938): Invalid APN setting: MMSC is empty | 15:47 |
arrrghhh | which it is in fact empty... | 15:47 |
rpierce99 | hm, you know what | 15:47 |
rpierce99 | i bet it has to send a conf back to the server | 15:47 |
arrrghhh | i've seen several versions of MMSC | 15:47 |
arrrghhh | do you know what the 'official' one is? | 15:48 |
arrrghhh | i've seen some with an IP in thar | 15:48 |
arrrghhh | which makes me leery :P | 15:48 |
rpierce99 | I'm just using http://mms.sprintpcs.com i believe | 15:48 |
arrrghhh | don't you need your 10-digit number on thar as well? | 15:48 |
rpierce99 | i know http://mms.sprintpcs.com/servlets/mms is common too | 15:48 |
rpierce99 | i haven't had a problem | 15:48 |
arrrghhh | huh | 15:49 |
arrrghhh | ok | 15:49 |
rpierce99 | i am able to send mmses to myself | 15:49 |
rpierce99 | i'll double check my settings | 15:49 |
arrrghhh | lol | 15:49 |
arrrghhh | useful | 15:49 |
arrrghhh | :PO | 15:49 |
rpierce99 | yeah this is my APN: 53|sprint|31000|310|00|sprint||||||||http://mms.sprintpcs.com|-1||1 | 15:50 |
arrrghhh | k | 15:50 |
rpierce99 | cdma mode might add that other stuff automatically, not really sure why that's necessary for some | 15:51 |
arrrghhh | hrm | 15:53 |
arrrghhh | i always forget i have this fancy linux server at home | 15:53 |
arrrghhh | perhaps i don't need to tether at all | 15:53 |
rpierce99 | really need to put my system image back on, having no audio sucks | 15:56 |
*** vinceweis has joined #xdandroid | 15:57 | |
arrrghhh | lol | 15:57 |
*** Chester0 has quit IRC | 16:09 | |
arrrghhh | so rpierce99 who else in the room is a bot? :P | 16:17 |
arrrghhh | InternetToughGuy, let's pick on him | 16:17 |
rpierce99 | always fun to pick on the InternetToughGuy | 16:17 |
arrrghhh | i don't think i've seen him say anything bwhahaha | 16:17 |
* rpierce99 things arrrghhh is bored | 16:18 | |
rpierce99 | damnit thinks | 16:18 |
arrrghhh | heh | 16:18 |
arrrghhh | well i'm trying to figure out why this port forward isn't working | 16:18 |
arrrghhh | and there's tumbleweeds rolling across #dd-wrt | 16:18 |
arrrghhh | bleh. | 16:18 |
arrrghhh | i guess i could do real work | 16:18 |
arrrghhh | that would be even more boring tho | 16:18 |
rpierce99 | i've been scrambling to get a feature implemented before a midnight release tonight. Just found out the release is tomorrow night. D'oh! | 16:19 |
arrrghhh | heh, nice. | 16:20 |
arrrghhh | sheesh, i've used dd-wrt to redirect ports before. | 16:20 |
arrrghhh | i don't get why this isn't working now... | 16:20 |
arrrghhh | zomg i think i got it. | 16:22 |
arrrghhh | crap, i'm never going to get any work done... ever again. :P | 16:22 |
*** vinceweis has quit IRC | 16:26 | |
rpierce99 | now that you've broken through the firewall? | 16:28 |
arrrghhh | eh i should be able to get on IRC without my phone now :D | 16:29 |
arrrghhh | i successfully ssh'd to my box @ home! | 16:29 |
rpierce99 | i've heard of people doing that but what is there a command line irc client? | 16:29 |
arrrghhh | pidgin | 16:29 |
arrrghhh | but i'd just use it to tunnel | 16:30 |
arrrghhh | with ssh, possibilities are endless. | 16:30 |
rpierce99 | oh, well i don't know much about ssh tunneling | 16:30 |
arrrghhh | you can pipe anything over it | 16:30 |
arrrghhh | so you can have an encrypted tunnel for any type of traffic basically. | 16:30 |
*** Chester0 has joined #xdandroid | 16:40 | |
toadlife | stayed home for work today..sick. arrrghhh..have you tried speakerphone yet with the new audio libs? | 16:43 |
arrrghhh | no, i keep forgetting | 16:43 |
* toadlife shakes fist at arrrghhh | 16:44 | |
arrrghhh | heh | 16:44 |
toadlife | Well when you get around to it let me know. I don't use speakerphone...ever, so it's not a big deal | 16:44 |
toadlife | But I'd still like to know | 16:44 |
arrrghhh | lol | 16:45 |
arrrghhh | evidently you do... :P | 16:45 |
toadlife | Had a weird thing happen. This morning the mic on my phone would not work at all, internal or externel. Rebooted to winmo and tested it and both worked, then booted into android and the internel mic worked again | 16:45 |
toadlife | "It seems you do not have the hardware required to run Unity." --Ubuntu | 16:51 |
toadlife | Yay! | 16:51 |
toadlife | I didn't want that POS anyway | 16:51 |
arrrghhh | lol | 16:52 |
*** programmer8922 has quit IRC | 16:52 | |
*** Kraln has joined #xdandroid | 16:59 | |
*** CASJ has joined #xdandroid | 16:59 | |
*** Chester0 has quit IRC | 17:02 | |
*** Kraln has quit IRC | 17:04 | |
*** Kraln has joined #xdandroid | 17:05 | |
arrrghhh | wow. hyc's testing thread has blown up into a freakin hilarious mess... sorry dude. | 17:09 |
rpierce99 | you're blowing up threads left and right | 17:09 |
arrrghhh | i noes. | 17:09 |
arrrghhh | OoOo they're starting to release phones with 'wireless charging' built in. | 17:11 |
arrrghhh | can't say that's a feature my next phone has to have, but it would be nice to see that standard take flight. | 17:11 |
arrrghhh | or... perhaps a standard at all heh. | 17:12 |
rpierce99 | yeah as long as it's a standard i'm good, not down with buying new charging pads for every phone | 17:12 |
arrrghhh | no joke. | 17:14 |
arrrghhh | i'm not really excited about getting all new plugs | 17:15 |
NeoMatrixJR | arrrghhh u gotta start bein nicer on the forums. I gotta admit that the instructions on that thread are not right anymore and he was asking valid questions | 17:15 |
arrrghhh | i kinda liked that my last 3-4 phones all had the same plugs. | 17:15 |
arrrghhh | NeoMatrixJR, it's not easy | 17:15 |
arrrghhh | noobs beware. | 17:15 |
arrrghhh | it pretty much states that in the first post | 17:15 |
arrrghhh | and probably several after that as well. | 17:15 |
arrrghhh | i'm just sick of seeing page after page of drivel. | 17:15 |
NeoMatrixJR | just do what your momma said and "if u can | 17:15 |
arrrghhh | eh? | 17:16 |
NeoMatrixJR | if you can't say something nice don't say anything at all | 17:16 |
arrrghhh | hrm | 17:16 |
arrrghhh | my momma said if you're a noob, STFU and read. | 17:16 |
NeoMatrixJR | sry, hate this laptop's keyboard. Hit enter too easy | 17:16 |
arrrghhh | so... yea. | 17:16 |
arrrghhh | i had to do SO much reading to even scratch the surface of this project | 17:17 |
arrrghhh | and i probably still haven't | 17:17 |
arrrghhh | pisses me off when people waltz in and assume they can absorb all the info needed in 10 minutes. | 17:17 |
arrrghhh | then ask retarded question after retarded question... | 17:17 |
NeoMatrixJR | even trying to keep up anymore it's hard to tell what info's out of date | 17:17 |
arrrghhh | it is hard to keep up. stuff changing very quickly. | 17:18 |
NeoMatrixJR | and so many different things going on at once. | 17:18 |
arrrghhh | hence the reason i'm telling people to wait for the new build, and quit filling the forums with feces. | 17:18 |
NeoMatrixJR | ppl want to combine it all and I'm not sure there's a good way to | 17:18 |
arrrghhh | well some of it you can, some of it you can't. | 17:18 |
arrrghhh | hence - wait. | 17:19 |
NeoMatrixJR | speeking of, does stine think he's going to be able to get it before he goes on his trip? I haven't been on IRC much lately but I've been trying to keep up on the logs...at least searching the high points. | 17:19 |
arrrghhh | i think he's already left. | 17:20 |
arrrghhh | so... no. | 17:20 |
arrrghhh | based on my last convo with him, he wasn't going to get anywhere near to release before he leaves. | 17:21 |
arrrghhh | there's so much stuff, especially if it's all going to be integrated. | 17:21 |
arrrghhh | perhaps the audio routing stuff can be pushed back to 08... | 17:21 |
NeoMatrixJR | oh, I thought it was this thursday not last.... oh well. | 17:21 |
NeoMatrixJR | :( | 17:21 |
NeoMatrixJR | that's a pretty big one | 17:21 |
NeoMatrixJR | I know everyone's fighting for 7 but I'd be willing to wait for that | 17:21 |
arrrghhh | i don't recall exactly when he's leaving. | 17:21 |
arrrghhh | that's the problem | 17:21 |
arrrghhh | noobs want a new build now | 17:22 |
arrrghhh | but there's a ton of stuff that hasn't even barely been staged yet. | 17:22 |
arrrghhh | let alone thoroughly tested. | 17:22 |
NeoMatrixJR | one thing I was confused on is hyc's thread. people are still saying you need a modified rootfs. Do the auto-build ones not have his modifications yet even though the RIL's in the auto-build? | 17:23 |
rpierce99 | wow you need to get a mod to clean up your frx06 thread, it's getting hostile | 17:23 |
arrrghhh | rpierce99, lol | 17:23 |
arrrghhh | oy. | 17:25 |
arrrghhh | i guess i should... | 17:25 |
arrrghhh | blah | 17:25 |
arrrghhh | i hate the forums sometimes. not sure why i keep going back thar :P | 17:25 |
*** emwe has quit IRC | 17:29 | |
NeoMatrixJR | arrrghhh, actually, thanks, I pulled up my remote computer that had the forums open and I saw you already posted on there. Sorry for double-asking, I just hadn't been able to pull that back up yet. | 17:33 |
arrrghhh | np | 17:33 |
arrrghhh | kinda hard to make one component ready for a big change without breaking other components | 17:34 |
arrrghhh | so there might still be some changes waiting for a new system image... | 17:34 |
NeoMatrixJR | yeah. I kinda figured that getting everything to merge and not overlap would slow things down. | 17:34 |
arrrghhh | yup | 17:35 |
arrrghhh | plus, stine wants a lot of the merge requests tested against a clean tree | 17:35 |
arrrghhh | as in, not the way we've been testing them for the most part :P | 17:35 |
NeoMatrixJR | Would be nice if WisTilt2 would get his stuff on git so we could see what changes he's making so nobody would step on his toes either. he seems to be working on a lot but I haven't seen anything from him drop on the mainline in a while. | 17:35 |
arrrghhh | uhm | 17:36 |
arrrghhh | all his changes have been posted | 17:36 |
arrrghhh | as of a month ago | 17:36 |
arrrghhh | have they all been committed? i don't think we're there yet. | 17:37 |
*** ilkinansr92 has joined #xdandroid | 17:37 | |
NeoMatrixJR | oh, damn...missed that | 17:38 |
* NeoMatrixJR goes back to re-search the logs | 17:38 | |
arrrghhh | he posts patches to the ML... | 17:38 |
NeoMatrixJR | oh, I'm not on that. | 17:38 |
ilkinansr92 | Arrrghhh does htc-msm-linux @ 20110514_165614 Kernel and WisTilt2's newest Kernel use the same fix for SOD's? | 17:38 |
arrrghhh | ilkinansr92, i think so | 17:39 |
*** vinceweis has joined #xdandroid | 17:39 | |
ilkinansr92 | how do i post logs havent done it yet and something is causing reboot after call on tilt 2 | 17:40 |
rpierce99 | wistilt2 (obviously) has a tilt2 and he's not seeing the issues, are you sure you haven't changed anything (ie sound fixes, bluetooth) | 17:41 |
*** kwoodyusa has quit IRC | 17:42 | |
arrrghhh | ilkinansr92, indeed. have you changed anything with the build other than the kernel? | 17:42 |
arrrghhh | someone posted a bug similar to that | 17:42 |
arrrghhh | said that after every phone call, if the other end hangs up his phone reboots. | 17:42 |
ilkinansr92 | nope everythin is stock | 17:43 |
ilkinansr92 | just kernels | 17:43 |
arrrghhh | FRX06? | 17:43 |
ilkinansr92 | yup | 17:44 |
ilkinansr92 | i also use roofs from autobuild service | 17:44 |
ilkinansr92 | does he use F22's or it doesnt matter | 17:44 |
toadlife | You should try to be a little nicer to the n00bs arrrghhh. Not everyone is an uber hacker. | 17:50 |
ilkinansr92 | should i update initrd to the newest one? | 18:01 |
*** fishhead2567 has quit IRC | 18:13 | |
arrrghhh | toadlife, don't start. | 18:33 |
arrrghhh | i will kill you. | 18:33 |
arrrghhh | :D | 18:33 |
ilkinansr92 | hey arrrghhh is initrd an important file to update? | 18:35 |
arrrghhh | eh, kinda. | 18:35 |
arrrghhh | i can't say the new one is required tho | 18:35 |
arrrghhh | the last commit was Don't use /sdcard for initial mount | 18:35 |
arrrghhh | before that, there hasn't been any changes to the initial ramdisk since august 2010. | 18:36 |
ilkinansr92 | well i got anyways and formated the card and reinstalled everythin | 18:36 |
arrrghhh | that's fine | 18:36 |
arrrghhh | it certainly won't hurt anything. | 18:36 |
arrrghhh | it's just not required by any means... | 18:36 |
ilkinansr92 | gonna see is the issue with reboot is there | 18:36 |
arrrghhh | ... | 18:36 |
ilkinansr92 | i mean reboot after call is done not reboot itself | 18:37 |
arrrghhh | ... | 18:37 |
ilkinansr92 | lol wat | 18:37 |
arrrghhh | i'm pretty sure you're doing something else wrong if it's rebooting after a phone call. | 18:37 |
ilkinansr92 | its not always | 18:38 |
arrrghhh | if you're starting over fresh, then so be it. | 18:38 |
ilkinansr92 | just sometimes our of no where | 18:38 |
ilkinansr92 | out* | 18:38 |
arrrghhh | could be your card | 18:38 |
ilkinansr92 | anyways gonna test it fresh see what happens | 18:39 |
ilkinansr92 | how so? | 18:39 |
arrrghhh | uhm | 18:39 |
arrrghhh | card bad | 18:39 |
ilkinansr92 | some are not supported? | 18:39 |
arrrghhh | causes system to flake | 18:39 |
arrrghhh | and reboot | 18:39 |
arrrghhh | considering EVERYTHING Android is on the card | 18:39 |
arrrghhh | a bad card would be bad news. | 18:39 |
ilkinansr92 | how can i test it? | 18:39 |
arrrghhh | i'm not saying a particular card isn't supported, i'm just saying it *could* be your card. | 18:39 |
arrrghhh | the only way to know is to analyze the logs from the reboot. | 18:39 |
ilkinansr92 | what program do i use? | 18:40 |
arrrghhh | for? | 18:42 |
toadlife | I should post a HOWTO: log from init | 18:43 |
arrrghhh | toadlife, that would be silly | 18:43 |
arrrghhh | gscript is WAY easier. | 18:43 |
toadlife | arrrghhh could answer the n0b questions | 18:43 |
toadlife | gscript is a POS | 18:43 |
arrrghhh | lolwut | 18:43 |
ilkinansr92 | how to get my logs | 18:43 |
arrrghhh | why would you want to hack init? | 18:44 |
arrrghhh | ilkinansr92, dmesg | 18:44 |
toadlife | it hangs in the bakround and takes up 70% of CPU every time you exit it | 18:44 |
arrrghhh | toadlife, don't exit it :D | 18:44 |
arrrghhh | and i don't think i've had that problem | 18:44 |
arrrghhh | but i don't think i've specifically tried to recreate it... | 18:44 |
arrrghhh | as i didn't realize that was an issue :P | 18:44 |
toadlife | run a script from gscript, push the bak button to get out of it and go look at top and you will see it in the background going nuts | 18:45 |
arrrghhh | can't right now. | 18:45 |
arrrghhh | but i will | 18:45 |
arrrghhh | not that i use gscript that frequently. | 18:45 |
arrrghhh | but hacking init seems like a silly way to shoehorn logs in | 18:45 |
toadlife | not at all. I wrote it so I just put dump.logs=1|0 in the command line | 18:50 |
arrrghhh | so every rootfs update | 18:50 |
arrrghhh | you rehack the init | 18:50 |
arrrghhh | silly | 18:50 |
toadlife | Yeah it takes a few minutes | 18:50 |
toadlife | silly..to you | 18:51 |
arrrghhh | meh | 18:52 |
arrrghhh | i'd rather not have to hack init every time there's a rootfs update. | 18:52 |
toadlife | The other way I've done it is to implement as a service. More gracefull, but requires more effort, so I don't do that | 18:54 |
arrrghhh | heh | 18:54 |
ilkinansr92 | ok i been trying to find gscript where is it | 18:56 |
arrrghhh | the Market? | 18:56 |
ilkinansr92 | lol | 18:56 |
ilkinansr92 | kk | 18:56 |
arrrghhh | what are you even trying to do? | 18:56 |
ilkinansr92 | i though it was with buld | 18:56 |
ilkinansr92 | get the log | 18:56 |
ilkinansr92 | couz it only reboots after person hangup the phone | 18:57 |
ilkinansr92 | but doesnt reboot if im the first one | 18:57 |
arrrghhh | did you file that bug? | 18:57 |
arrrghhh | bug 133 | 18:57 |
xdandroid | Bug http://bugs.xdandroid.com/show_bug.cgi?id=133 major, Normal, ---, developers, RESOLVED DUPLICATE, No signal during sleep | 18:57 |
rpierce99 | sounds more like ril | 18:57 |
arrrghhh | crap | 18:57 |
arrrghhh | bug 134 | 18:57 |
xdandroid | Bug http://bugs.xdandroid.com/show_bug.cgi?id=134 normal, Normal, ---, developers, NEW , Crash and reboot on phone call disconnect | 18:57 |
arrrghhh | that one | 18:57 |
toadlife | ilkinansr92, I've had that bug | 18:58 |
ilkinansr92 | so thats the fix? | 18:58 |
toadlife | Haven't had it lately, but I've definitly had it | 18:58 |
arrrghhh | rpierce99, RIL wouldn't cause it directly. | 18:58 |
arrrghhh | ilkinansr92, christ no did you not read what i said? | 18:58 |
ilkinansr92 | no lol i wasnt the one who filed it | 19:00 |
ilkinansr92 | i just though the link provided was the fix | 19:00 |
arrrghhh | no | 19:00 |
arrrghhh | i think it's a bogus bug | 19:00 |
ilkinansr92 | yeh i just saw that | 19:00 |
ilkinansr92 | just talks about the issue | 19:00 |
ilkinansr92 | arrrghhh in that post u asked about what build he was running when he got that bug | 19:03 |
arrrghhh | yes...? | 19:03 |
ilkinansr92 | well its FRX06 with all newest files and i just reinstalled it clean | 19:03 |
toadlife | ilkinansr92, does it happen *every* time? | 19:04 |
ilkinansr92 | yeh | 19:04 |
arrrghhh | ilkinansr92, which kernel | 19:04 |
ilkinansr92 | htc-msm-linux @ 20110514_165614 | 19:05 |
arrrghhh | is that the only one you tried? | 19:05 |
arrrghhh | that's not what is included with FRX06 | 19:05 |
ilkinansr92 | yeh i know | 19:05 |
arrrghhh | .. | 19:05 |
ilkinansr92 | but the last 3 newest once from auto build site' | 19:05 |
ilkinansr92 | have that issue | 19:05 |
arrrghhh | so before that kernel, no issue? | 19:06 |
arrrghhh | which one exactly? | 19:06 |
arrrghhh | which is the last kernel that does not exhibit the issue. | 19:06 |
toadlife | Well the latest autobuild kernels there has been some instability. I would try previous autobuilds | 19:06 |
toadlife | gotta go | 19:06 |
ilkinansr92 | im gonna try them all in reverse and see which works | 19:07 |
arrrghhh | k that would help. | 19:07 |
arrrghhh | which phone as well...? | 19:07 |
arrrghhh | zomg tunnel test time | 19:08 |
arrrghhh | brb | 19:08 |
*** arrrghhh has quit IRC | 19:08 | |
ilkinansr92 | couz i would use the kernel that originaly with your post but battery life is shorter | 19:08 |
*** arrrghhh has joined #xdandroid | 19:09 | |
arrrghhh | WINNING | 19:09 |
arrrghhh | why the hell didn't i think of this sooner. | 19:09 |
rpierce99 | arrrghhh is tunneling out of a bank, that's got to be dangerous | 19:09 |
arrrghhh | lol | 19:10 |
arrrghhh | shhhhh | 19:10 |
arrrghhh | it's an encrypted tunnel | 19:10 |
rpierce99 | for stealing all their dataz! | 19:10 |
arrrghhh | i think the USB tether was more of a risk than this setup lol | 19:10 |
arrrghhh | TBH | 19:10 |
*** arrrghhh has quit IRC | 19:16 | |
*** arrrghhh has joined #xdandroid | 19:19 | |
ilkinansr92 | found the newest one that works | 19:20 |
ilkinansr92 | modules-2.6.27.46-01318-g4ff4420.tar | 19:20 |
*** ksjhsldjkfhlsdkj has joined #xdandroid | 19:22 | |
*** jonpry has quit IRC | 19:22 | |
*** ksjhsldjkfhlsdkj is now known as jonpry | 19:22 | |
toadlife | rpierce9 > arrrghhh is tunneling out of a bank, that's got to be dangerous | 19:47 |
toadlife | Your going to wrong way arrrghhh! | 19:48 |
arrrghhh | i'm going to wrong way? | 19:48 |
toadlife | the wrong way | 19:48 |
toadlife | hehe | 19:48 |
arrrghhh | who died and replaced you with an old confused asian man. | 19:48 |
arrrghhh | hehehe | 19:48 |
toadlife | My mother teaches keyboarding. Can you tell | 19:49 |
arrrghhh | oh i'm tunnelling back in too | 19:49 |
arrrghhh | giggity | 19:49 |
arrrghhh | LOL | 19:49 |
toadlife | She can type 60 WPM with no errors. I can type 60WPM with 52 errors | 19:50 |
arrrghhh | you guys suck | 19:50 |
arrrghhh | teaches typing and can't break 60wpm | 19:50 |
toadlife | I don't know her actual top speed. 60 is more than enough for taking dictation. | 19:52 |
arrrghhh | depends on who is speaking | 19:53 |
arrrghhh | :P | 19:53 |
stinebd | Our Product Specialists have taken a look at your item and we're happy to let you know that your claim has been approved! | 19:54 |
stinebd | Your item will be repaired within the next 5 business days and sent back to you. In the rare case where we do not have parts in stock, the repair may take longer. We will update you either way. Shipping time is generally 1-2 business days. We'll send it to your address on file. | 19:54 |
stinebd | :> | 19:54 |
stinebd | maybe they'll put an slcd in it | 19:54 |
toadlife | That for your phone with the hairline scratches? | 19:55 |
stinebd | yes | 19:55 |
arrrghhh | hairline lol | 19:55 |
stinebd | i'm being picky about it but those scratches could lead to bigger problems | 19:55 |
arrrghhh | lmao | 19:55 |
arrrghhh | toadlife, confirmed. speakerphone audio is busted. | 19:56 |
toadlife | That's great news. It means it not my phone. :P | 19:57 |
nautis | happens here too | 19:57 |
arrrghhh | yea... odd. | 19:57 |
toadlife | So arrrghhh, so you have a quick guide on how to convert xdandroid build to a partitioned build? | 19:58 |
arrrghhh | no | 19:59 |
arrrghhh | i never made one | 19:59 |
arrrghhh | just make some partitions on the card | 19:59 |
toadlife | I have a vague idea of how to do it but would prefer not to have to figure it out myself | 19:59 |
arrrghhh | p2 is for / | 19:59 |
arrrghhh | p3 is for sys | 19:59 |
arrrghhh | p4 is for data | 19:59 |
arrrghhh | i think... | 19:59 |
toadlife | lol | 19:59 |
toadlife | Thanks for the guide | 19:59 |
toadlife | rpierce99 was running partitioned. Maybe he can throw me a bone | 20:00 |
nautis | there should be something on neo*cough* about it | 20:00 |
toadlife | Actaully I saw that thread | 20:01 |
arrrghhh | nautis, our rootfs is different | 20:01 |
arrrghhh | toadlife, lol what else do you want? | 20:02 |
toadlife | I'll have to go take a look later. No really a high prio, but something I'd like to try eventually. | 20:02 |
toadlife | Boxes of $20 bills? | 20:02 |
toadlife | A pony. | 20:02 |
arrrghhh | fawk. | 20:02 |
*** jonpry has quit IRC | 20:02 | |
toadlife | A car that gets 1000 miles per gallon | 20:02 |
arrrghhh | ok, anything else related to setting a build up for partitions. asshat. | 20:03 |
arrrghhh | :P | 20:03 |
toadlife | No, I think just try and figure it out myself. Should be fun. | 20:04 |
arrrghhh | it's really not bad | 20:05 |
arrrghhh | the rootfs is already configured to work | 20:05 |
toadlife | I really need to get a linux/freebsd desktop set up again | 20:05 |
ilkinansr92 | hey arrrghh modules-2.6.27.46-01313-g850715a.tar kernel doesnt reboot after call | 20:05 |
arrrghhh | so 20110509_063825 is the one that first exhibits the issue? | 20:06 |
arrrghhh | there wasn't really much in that one at all | 20:06 |
arrrghhh | just a wake lock timer change to make the phone sleep faster. | 20:06 |
ilkinansr92 | idk wat changes wore made but i called myself about 10 times with modules-2.6.27.46-01313-g850715a.tar havent rebooted yet | 20:07 |
arrrghhh | good god i hope you're not just changing the modules. | 20:07 |
ilkinansr92 | no Zimage too | 20:08 |
arrrghhh | so 1314 you get reboots...? | 20:08 |
arrrghhh | modules-2.6.27.46-01314-g151b5df.tar.gz | 20:08 |
arrrghhh | aka 20110509_063825 | 20:08 |
arrrghhh | did you ever say which phone you have? | 20:08 |
ilkinansr92 | yeh i do | 20:08 |
*** toadlife_ has joined #xdandroid | 20:08 | |
toadlife_ | heh | 20:09 |
arrrghhh | ilkinansr92, which phone do you have | 20:10 |
toadlife_ | Just changing the modules would only serve to break wifi | 20:10 |
arrrghhh | i know, he said he's swapping kernels too. | 20:10 |
rpierce99 | sorry toadlife_ I was afk | 20:10 |
ilkinansr92 | sec | 20:10 |
ilkinansr92 | i know its tilt 2 not sure which rod | 20:10 |
rpierce99 | 1 is fat32, remainder of card | 20:10 |
nautis | rhod300 | 20:11 |
rpierce99 | 2 is unused, i made it a hidden partition | 20:11 |
ilkinansr92 | rod300 | 20:11 |
*** toadlife has quit IRC | 20:11 | |
rpierce99 | 3 is ext2 "system" | 20:11 |
*** toadlife_ is now known as toadlife | 20:11 | |
rpierce99 | 4 is ext2 "data" | 20:11 |
arrrghhh | rpierce99, 2 is used | 20:11 |
arrrghhh | rootfs | 20:11 |
arrrghhh | and didn't i already say all that? :P | 20:11 |
rpierce99 | you said i think | 20:11 |
arrrghhh | okie fine. | 20:12 |
rpierce99 | and i don't read your messages | 20:12 |
rpierce99 | because you flame people :P | 20:12 |
arrrghhh | just wanted to cover my butt in case i mixed up p3&4 | 20:12 |
arrrghhh | lol | 20:12 |
arrrghhh | watch it, i'll turn that flamethrower of justice on you | 20:12 |
ilkinansr92 | so arrrghhh anythin alse u want me to check | 20:12 |
toadlife | Thanks | 20:12 |
toadlife | I'll give it a go some time | 20:13 |
arrrghhh | ilkinansr92, logs | 20:13 |
arrrghhh | i'd like to see logs from this | 20:13 |
arrrghhh | but i'm goin home, i'll try to recreate it mahself. | 20:13 |
ilkinansr92 | from the one that works or that doesnt work | 20:13 |
arrrghhh | perhaps try on a completely clean build, but you seem to feel it's fairly reproducible. | 20:13 |
arrrghhh | the one that doesn't work | 20:13 |
arrrghhh | i don't care about the one that works lol | 20:13 |
arrrghhh | i want to know why it doesn't work. | 20:13 |
arrrghhh | but i'm outtie. peace! | 20:13 |
*** arrrghhh has quit IRC | 20:13 | |
rpierce99 | toadlife: the only issue is you can't use a mac (well you can't use disk utility) because it throws the 4th partition into an extended partition without asking | 20:14 |
toadlife | lol. I'm not hip/douchy enough to own a Mac | 20:14 |
toadlife | ;P | 20:14 |
rpierce99 | i don't own one, my work gave me this one | 20:14 |
toadlife | heh | 20:15 |
rpierce99 | but i run ubuntu and windows in vms, if that counts for anything | 20:15 |
toadlife | I have exactly that. Ubuntu in VMWare | 20:15 |
rpierce99 | gparted in ubuntu is what i used to partition my sd card | 20:16 |
rpierce99 | and what i did first is copy off my data.img | 20:16 |
rpierce99 | and system.ext2 | 20:16 |
rpierce99 | and then once i had my partitions set up | 20:16 |
rpierce99 | dd if=/path/to/system.ext2 of=/dev/disk1s3 | 20:16 |
rpierce99 | dd if=/path/to/data.img of=/dev/disk1s4 | 20:16 |
rpierce99 | and threw my andboot folder (and everything else from the sd card) back in part1 | 20:17 |
rpierce99 | that way i didn't have to start over from scratch | 20:17 |
*** ilkinansr92 has quit IRC | 20:17 | |
toadlife | awesome. Thanks. That sounds pretty easy | 20:18 |
rpierce99 | (i ended up starting over from scratch when I switched to hycs build anyways) | 20:18 |
toadlife | Gotta go cook dinner for the family. Thanks again rpierce99 | 20:20 |
rpierce99 | np | 20:20 |
nautis | cwm? | 20:22 |
*** vinceweis has quit IRC | 20:38 | |
*** ilkinansr92 has joined #xdandroid | 20:41 | |
ilkinansr92 | what script do i run to make a log | 20:41 |
rpierce99 | what kind of log | 20:43 |
ilkinansr92 | to see why my phone keeps rebooting after call | 20:49 |
ilkinansr92 | arrrghhh asked me to make a log | 20:49 |
rpierce99 | you comfortable hacking init? | 20:51 |
ilkinansr92 | if u guide me ill do it | 20:52 |
rpierce99 | meh, install gscript from the market and use hycs script - http://forum.xda-developers.com/showpost.php?p=13103207&postcount=17 | 20:53 |
rpierce99 | sorry http://forum.xda-developers.com/showpost.php?p=13102370&postcount=16 | 20:53 |
ilkinansr92 | thnx | 20:53 |
*** arrrghhh has joined #xdandroid | 20:57 | |
*** hardwalker has joined #xdandroid | 20:57 | |
ilkinansr92 | hey arrrghhh so i can the script now just make a call and wait for it to reboot and then where do i find the log file created from gscript | 21:10 |
ilkinansr92 | ran*' | 21:10 |
arrrghhh | uhm | 21:10 |
arrrghhh | where did you point it to...? | 21:10 |
arrrghhh | might be easier to pull logs from dropbox | 21:10 |
arrrghhh | as in /data/system/dropbox | 21:10 |
ilkinansr92 | cd /sdcard mv logg.txt logg.0.txt mv logr.txt logr.0.txt nohup logcat -v time > logg.txt & nohup logcat -v time -b radio > logr.txt & nohup klogd > klog.txt | 21:11 |
arrrghhh | good god what is that mess | 21:11 |
arrrghhh | looks like /sdcard then | 21:11 |
ilkinansr92 | HYC code | 21:11 |
arrrghhh | i hope you didn't put that all on one line lol | 21:11 |
ilkinansr92 | lol no | 21:11 |
arrrghhh | well then, /sdcard | 21:12 |
ilkinansr92 | http://forum.xda-developers.com/showpost.php?p=13102370&postcount=16 | 21:12 |
arrrghhh | how could you not tell that...? | 21:12 |
ilkinansr92 | thats what i used | 21:12 |
ilkinansr92 | i dont know scripts | 21:12 |
arrrghhh | uh | 21:12 |
arrrghhh | cd /sdcard | 21:12 |
arrrghhh | should've given it away | 21:12 |
ilkinansr92 | so i wasnt sure if it means it goes to SDcard | 21:12 |
ilkinansr92 | lol thnx anyways | 21:12 |
arrrghhh | sure? | 21:12 |
ilkinansr92 | where should i upload it to? | 21:13 |
arrrghhh | you're welcome anyways? | 21:13 |
arrrghhh | wherever | 21:13 |
arrrghhh | pastebin? | 21:13 |
ilkinansr92 | what about FRX06 threat | 21:14 |
arrrghhh | i'd prefer that you don't | 21:14 |
arrrghhh | the bug if anywhere | 21:14 |
arrrghhh | that bug has NOTHING to do with FRX06 | 21:14 |
ilkinansr92 | kk noob question where is pastebin | 21:14 |
arrrghhh | it has everything to do with newer kernels. | 21:14 |
arrrghhh | zomg have you ever used the internet? | 21:14 |
arrrghhh | how did you even find us!?!? | 21:15 |
*** nautis has quit IRC | 21:15 | |
ilkinansr92 | yes not for development much | 21:15 |
arrrghhh | google isn't for development | 21:15 |
arrrghhh | it's for searching for things | 21:15 |
arrrghhh | but pastebin.com | 21:15 |
*** nautis has joined #xdandroid | 21:15 | |
ilkinansr92 | k | 21:15 |
hyc | whats up with that guy on the cm6.1 thread asking you to give him everything | 21:17 |
arrrghhh | i dunno | 21:17 |
arrrghhh | funny tho | 21:17 |
arrrghhh | a link to voice search? lmao | 21:17 |
*** Miga_ has joined #xdandroid | 21:17 | |
hyc | sigh. so many stupid people, and all of them demanding the right to be stupid in your face | 21:18 |
arrrghhh | bwhahahaha | 21:19 |
arrrghhh | no joke | 21:19 |
arrrghhh | stupid people always feel they have the right to be stupid. | 21:20 |
*** nautis has quit IRC | 21:20 | |
hyc | oh well. | 21:20 |
arrrghhh | we should be more accommodating hyc. :P | 21:20 |
*** Miga has quit IRC | 21:20 | |
hyc | sure, they have that right. they don't have the right to drag others down into it tho. | 21:21 |
arrrghhh | heh | 21:21 |
hyc | be stupid on your own time, don't use my time. | 21:21 |
stinebd | yo arrrghhh | 21:21 |
arrrghhh | what up dawg | 21:21 |
hyc | hey stinebd how goes | 21:22 |
stinebd | if anything goes wrong with our infrastructure from thursday to thursday, can you fire me an email? | 21:22 |
stinebd | if the server goes to hell i'll get emails anyway, but any random stuff like rootfs not building or some crap | 21:23 |
arrrghhh | sure | 21:23 |
stinebd | thanks | 21:23 |
arrrghhh | np | 21:23 |
stinebd | hyc: pretty well, how bout you? | 21:23 |
stinebd | squaretrade committed to repairing my phone | 21:23 |
hyc | nice... | 21:24 |
stinebd | which is great news | 21:24 |
stinebd | i was worried they'd reimburse me instead | 21:24 |
rpierce99 | on cell phones i'd hope you'd get off-contract price | 21:25 |
stinebd | their website claims the majority of dropped phones get reimbursed | 21:25 |
arrrghhh | that would suck | 21:25 |
arrrghhh | assurion doesn't do that | 21:25 |
arrrghhh | but ofc if they don't have your phone in stock, they reserve the right to replace it with something "comparable" | 21:26 |
rpierce99 | but is "reimbursed" what you paid or what you'd have to pay for new | 21:26 |
stinebd | rpierce99: with a nexus one, they're the same thing anyway | 21:26 |
stinebd | but it's what you paid for it | 21:27 |
rpierce99 | so what's the prob then | 21:27 |
rpierce99 | new phone > old phone | 21:27 |
stinebd | can't get a nexus one anymore | 21:27 |
arrrghhh | indded | 21:27 |
arrrghhh | er, indeed | 21:27 |
arrrghhh | no mo n1's | 21:27 |
arrrghhh | unless you buy used | 21:27 |
stinebd | new phones don't do what nexus one does | 21:27 |
rpierce99 | saw new n1s on slickdeals the other day | 21:27 |
rpierce99 | think they were tmo though | 21:27 |
stinebd | yeah they're all tmo now | 21:27 |
stinebd | since they still sell them on to market devs iirc | 21:27 |
stinebd | s/on// | 21:28 |
stinebd | after shutting down the online store, they stopped making att n1's entirely | 21:28 |
rpierce99 | well, yay netflix! | 21:29 |
hyc | netflix? | 21:29 |
stinebd | yeah i'm gonna need to start a new netflix account | 21:29 |
stinebd | i'm all out of slots | 21:29 |
rpierce99 | nothing you can deactivate? | 21:30 |
stinebd | took the wii off since my home theatre thing does netflix hd | 21:30 |
hyc | speaking of which - how are we gonna manage binary-patched codec libraries? | 21:30 |
rpierce99 | hyc: n1 officially supported by netflix mobile app | 21:30 |
stinebd | but then some time this summer the 3ds will do netflix | 21:30 |
stinebd | i can't win | 21:31 |
rpierce99 | sounds like win all around to me | 21:31 |
stinebd | hyc: probably the same as we do for hw3d -- just tarball it up and have unzip-files handle it | 21:31 |
hyc | ok | 21:31 |
stinebd | that way we can stick it on some file sharing site somewhere and not get dmca'd quite so easily | 21:32 |
stinebd | not that we do anyway | 21:32 |
rpierce99 | nah they just "accidentally" crash the web server | 21:32 |
stinebd | lol that's not even the IP owners | 21:32 |
stinebd | it's the riaa/mpaa mafia that does that | 21:33 |
stinebd | anyway that problem should be solved | 21:33 |
*** nautis has joined #xdandroid | 21:33 | |
stinebd | until i wake up tomorrow and the server is thrashing again | 21:33 |
hyc | heh | 21:33 |
*** nautis has quit IRC | 21:38 | |
*** nautis has joined #xdandroid | 21:38 | |
ilkinansr92 | hey arrrghhh which one should i post klog logg.0 logg logr.0 logr or all of them | 21:39 |
arrrghhh | i only want to see your dmesg | 21:40 |
arrrghhh | klog | 21:40 |
rpierce99 | .0 is the older one | 21:40 |
arrrghhh | he's just putting in commands without understanding what they do lol | 21:40 |
arrrghhh | the mv statement will ensure there's always an older log to pull | 21:40 |
arrrghhh | probably should've just had you pull dropbox logs. | 21:41 |
arrrghhh | oh well | 21:41 |
ilkinansr92 | hmm odd klog is empty | 21:48 |
arrrghhh | ... you're on autobuild kernels right? | 21:49 |
ilkinansr92 | yup | 21:49 |
arrrghhh | gimmie the dropbox logs then | 21:49 |
arrrghhh | /data/system/dropbox | 21:49 |
arrrghhh | adb pull the whole folder | 21:49 |
arrrghhh | or whatever you want to do, doesn't matter | 21:49 |
arrrghhh | i need the LAST_KMSG files | 21:49 |
arrrghhh | just the last 2 i'd say. | 21:49 |
ilkinansr92 | downloading dropbox atm | 21:57 |
rpierce99 | roflcopter | 21:58 |
ilkinansr92 | wat lol | 21:58 |
rpierce99 | dude | 21:58 |
rpierce99 | dropbox is a folder | 21:58 |
rpierce99 | not the dropbox app | 21:58 |
ilkinansr92 | cant find it on my SD card | 21:58 |
ilkinansr92 | looked all over | 21:58 |
ilkinansr92 | so though its an app | 21:58 |
rpierce99 | its not on your sd card | 21:59 |
ilkinansr92 | T.T | 21:59 |
ilkinansr92 | on phone itself? | 21:59 |
rpierce99 | when running android, yes | 22:00 |
ilkinansr92 | im using file manager | 22:01 |
ilkinansr92 | ok so i went to /data but there is no folders | 22:02 |
rpierce99 | your file manager has to be able to run as root | 22:03 |
arrrghhh | hence the reason i recommended adb pull | 22:03 |
arrrghhh | did you literally just see the word 'dropbox' and ignore every other work i said? | 22:04 |
ilkinansr92 | no | 22:04 |
ilkinansr92 | but issue is im not as good as u guys lol | 22:04 |
arrrghhh | are you 19? | 22:04 |
ilkinansr92 | just trying to help because i love android and u guys rock | 22:05 |
ilkinansr92 | yeh | 22:05 |
arrrghhh | i know 14 year olds that have build kernels | 22:05 |
arrrghhh | you just need to slow down and read a shitton | 22:05 |
arrrghhh | i'm still a newb really compared to folk like hyc | 22:05 |
arrrghhh | and stinebd | 22:05 |
arrrghhh | rpierce99 tho, that guy i can run circles around | 22:05 |
* arrrghhh runs | 22:05 | |
arrrghhh | but seriously, i had to read _a lot_ to know what i know. | 22:06 |
ilkinansr92 | u guys are all geniuses to me lol | 22:06 |
rpierce99 | unlike arrrghhh i know how to mount --bind | 22:06 |
arrrghhh | damnit. | 22:06 |
arrrghhh | somehow i knew that was going to be dragged back up lmao | 22:06 |
arrrghhh | it was a trailing CR, i swear! | 22:06 |
arrrghhh | damn \r | 22:06 |
arrrghhh | or \n? whatever. | 22:06 |
rpierce99 | come on, is it a cr or a newline | 22:07 |
rpierce99 | epic fail | 22:07 |
rpierce99 | /flame | 22:07 |
arrrghhh | not sure tbh | 22:08 |
arrrghhh | whichever | 22:08 |
arrrghhh | just needed it | 22:08 |
arrrghhh | after the brace | 22:08 |
arrrghhh | which i had no idea was required. | 22:08 |
arrrghhh | like an OCD tard, i removed it lol | 22:08 |
ilkinansr92 | Android Debug Bridge is that an app? | 22:10 |
arrrghhh | for your computer | 22:10 |
arrrghhh | yes | 22:10 |
ilkinansr92 | so download it and install it them usb connect the phone and pull the folder? | 22:11 |
ilkinansr92 | then8 | 22:11 |
arrrghhh | have you read the FAQ? | 22:11 |
arrrghhh | there's a section on ADB | 22:11 |
arrrghhh | i guess i could probably flesh out my thread into a full-fledged guide, but on windows it's pretty straightforward assuming the drivers work - which is what that thread addresses. | 22:11 |
*** manekineko has quit IRC | 22:11 | |
ilkinansr92 | going there now | 22:11 |
*** toadlife has quit IRC | 22:17 | |
hyc | the klog in my script does nothing. i guess mebbe should edit that posg | 22:23 |
hyc | post | 22:23 |
arrrghhh | haha | 22:24 |
hyc | arrrghhh - did you get anywhere with mms? | 22:25 |
arrrghhh | well i didn't have the mmsc filled out | 22:25 |
arrrghhh | didn't follow up after filling that out tho, let me look at it now. | 22:26 |
arrrghhh | i'm wondering what the 'recommended' value is for that for sprint? | 22:26 |
hyc | i thought that you had that, at one point | 22:26 |
arrrghhh | yea | 22:26 |
arrrghhh | i was using some weird one i found on ppcg | 22:26 |
arrrghhh | that referenced an IP lol | 22:26 |
arrrghhh | rpierce99 said he just had something really simple | 22:26 |
arrrghhh | without his 10 digit num in it | 22:26 |
hyc | yeah, whatever works | 22:27 |
rpierce99 | gogo spontaneous reboot to winmo | 22:27 |
hyc | mebbe sprint has loosened up since that ppcg post | 22:27 |
arrrghhh | heyhey! | 22:30 |
*** mes has quit IRC | 22:30 | |
hyc | hey? | 22:31 |
arrrghhh | helps when you have the right info in thar | 22:31 |
arrrghhh | that was a pic message with no text | 22:31 |
arrrghhh | worked :D | 22:31 |
hyc | cool | 22:31 |
hyc | now try with txt | 22:32 |
arrrghhh | hrm | 22:33 |
arrrghhh | i wonder if i sent from my sprint to my gv what would happen | 22:33 |
arrrghhh | probably open a hole in the space-time continuum | 22:33 |
hyc | lol | 22:33 |
arrrghhh | uh am i just retarded or do i actually have to remove my sync acct if i change my gmail password? | 22:34 |
rpierce99 | it tells me my password is wrong and asks me for the new one | 22:35 |
*** programmer8922 has joined #xdandroid | 22:35 | |
hyc | dunno what you're talking about | 22:35 |
arrrghhh | oops | 22:36 |
arrrghhh | i cleared that notification lol | 22:36 |
arrrghhh | eh i can just force it again. | 22:37 |
*** rpierce99 has quit IRC | 22:37 | |
*** rpierce99 has joined #xdandroid | 22:37 | |
hyc | so, did you get a working slideshow? | 22:45 |
*** arrrghhh has quit IRC | 22:46 | |
*** [7] has quit IRC | 22:47 | |
*** TheSeven has joined #xdandroid | 22:47 | |
ilkinansr92 | hey guys so i installed ADB and everything so how do i pull out the dropbox folder now from data/system/ | 23:02 |
*** arrrghhh has joined #xdandroid | 23:04 | |
arrrghhh | hyc, so the pic mail with text and subject came thru | 23:05 |
arrrghhh | but it 'appeared' like a video on my end | 23:06 |
arrrghhh | even tho the sending phone it was definitely a picture | 23:06 |
arrrghhh | i sent another to make sure :P | 23:06 |
arrrghhh | also, can't play the vid. just flickers | 23:06 |
*** toadlife has joined #xdandroid | 23:07 | |
ilkinansr92 | adb pull <remote> <local> what do i put for remote and local | 23:13 |
arrrghhh | uhm, /data/system/dropbox is remote | 23:13 |
arrrghhh | and local is wherever you want, on your PC | 23:13 |
arrrghhh | remote = phone | 23:13 |
arrrghhh | local = pc | 23:13 |
arrrghhh | if you don't specify, it puts it in the current directory | 23:14 |
arrrghhh | if you put adb in the environment vars it makes it a lot easier | 23:14 |
hyc | arrrghhh: ok, so just like rpierce99 was seeing | 23:15 |
arrrghhh | ah, didn't realize that was the result. | 23:16 |
arrrghhh | interesting. | 23:17 |
hyc | do you still have your original mms.apk? | 23:17 |
arrrghhh | yea | 23:17 |
arrrghhh | i backed it up | 23:17 |
hyc | switch back to it | 23:17 |
arrrghhh | k | 23:17 |
hyc | and try a new msg | 23:17 |
ilkinansr92 | im gettin error new line unexpected | 23:20 |
arrrghhh | whatwhere | 23:21 |
arrrghhh | context | 23:21 |
ilkinansr92 | syntax error | 23:21 |
ilkinansr92 | when i try to pull the folder | 23:21 |
arrrghhh | doing what? | 23:21 |
arrrghhh | what's the exact command you're using | 23:22 |
ilkinansr92 | using ADBpull | 23:22 |
arrrghhh | that's the problem | 23:22 |
arrrghhh | adb pulll | 23:22 |
arrrghhh | er | 23:22 |
arrrghhh | 2 l's | 23:22 |
ilkinansr92 | yeh thats what i use | 23:22 |
arrrghhh | uh | 23:23 |
ilkinansr92 | ADB pull </data/system/dropbox> | 23:23 |
arrrghhh | no <> | 23:23 |
ilkinansr92 | ohh | 23:23 |
ilkinansr92 | now is says ADB: not found | 23:24 |
arrrghhh | do you have adb in your environment variables? | 23:24 |
arrrghhh | if not, then you have to run it from the folder where you have adb installed | 23:24 |
toadlife | lol | 23:24 |
ilkinansr92 | so run ADB from androidSDK | 23:25 |
toadlife | adb.exe - it's part of the android sdk | 23:27 |
toadlife | On my computer it's in C:\Program Files\Droid Explorer\SDK\tools | 23:27 |
ilkinansr92 | well im using http://forum.xda-developers.com/showthread.php?t=532719 guide | 23:27 |
ilkinansr92 | so got to the part that it shows serial # | 23:28 |
ilkinansr92 | then did adb shell | 23:28 |
ilkinansr92 | which made my next line # | 23:28 |
ilkinansr92 | and now im stuck | 23:28 |
toadlife | well regardless of where it is, you need to either put the folder in your path variable or cd to the directory where it is located before you run it | 23:28 |
arrrghhh | that's the shell.... | 23:29 |
toadlife | What folder on your system is adb.exe in? | 23:29 |
arrrghhh | lol | 23:29 |
arrrghhh | i think you're in over your head ilkinansr92 | 23:29 |
arrrghhh | stick to that older kernel | 23:29 |
arrrghhh | we'll figure out the issue. | 23:29 |
ilkinansr92 | C:\AndroidSDK\platform-tools | 23:29 |
ilkinansr92 | one more in C:\AndroidSDK\tools | 23:30 |
toadlife | ilkinansr92, have you installed droid explorer? | 23:30 |
ilkinansr92 | Android Debug Bridge | 23:31 |
toadlife | Droid explorer gives you a gui to browse your android file system | 23:31 |
ilkinansr92 | so its batter? | 23:31 |
toadlife | no droid explorer .. it's like a gui front-end for adb | 23:31 |
toadlife | It's n00b friendly | 23:31 |
ilkinansr92 | ohh nice | 23:31 |
arrrghhh | isn't that in the FAQ? | 23:31 |
arrrghhh | it should be if it's not. | 23:31 |
ilkinansr92 | doesnt say noob friendsly | 23:32 |
ilkinansr92 | XD | 23:32 |
toadlife | I use it even though I'm really a n00b because I'm lazy | 23:32 |
*** nautis has quit IRC | 23:32 | |
toadlife | *not* really a n00b | 23:32 |
*** nautis has joined #xdandroid | 23:32 | |
arrrghhh | stfu noob | 23:32 |
arrrghhh | :P | 23:32 |
toadlife | google: droid explorer | 23:32 |
toadlife | Who you talkin' to kiddo? | 23:32 |
ilkinansr92 | yeh downloading it | 23:32 |
toadlife | :D | 23:33 |
toadlife | Of course, on one computer I had droid explorer file to install and could not figure out why, so if you have problems installing it, don't ask me | 23:34 |
toadlife | *fail* to install | 23:34 |
arrrghhh | i had driver issues | 23:34 |
arrrghhh | i reference a thread that i created where someone suggested a fix that worked for me, when none of the other crap i tried did :P | 23:34 |
ilkinansr92 | na i got the drivers to work | 23:35 |
toadlife | Yeah, I also had driver issues. I gave up. It was a computer at work that I rarely use and it has other stuff to do | 23:35 |
ilkinansr92 | FINALLY | 23:35 |
arrrghhh | hyc, didn't seem happy with doing that... i'm rebooting to see if it's better. | 23:35 |
ilkinansr92 | so u only want SYSTEM_LAST_KMSG | 23:36 |
arrrghhh | yea just the last couple | 23:37 |
ilkinansr92 | kk i got them where u want me to upload them | 23:38 |
ilkinansr92 | nvm its text so i got it | 23:38 |
arrrghhh | wherever | 23:38 |
ilkinansr92 | http://pastebin.com/3edTEfd7 | 23:42 |
ilkinansr92 | http://pastebin.com/rp7w2NFt | 23:42 |
ilkinansr92 | http://pastebin.com/pU8DAMSd | 23:43 |
ilkinansr92 | so 3 of them should be fine? | 23:43 |
arrrghhh | kernel BUG at drivers/char/tty_ldisc.c:199! | 23:44 |
arrrghhh | wtf | 23:44 |
ilkinansr92 | so thats wat causing it? | 23:45 |
*** programmer8922 has quit IRC | 23:45 | |
arrrghhh | that last one was probably your most recent | 23:45 |
arrrghhh | which means, no reboot | 23:45 |
*** Andre569 has joined #xdandroid | 23:46 | |
arrrghhh | but yea those other two logs look suspicious | 23:46 |
arrrghhh | i'll post these on the bug, thanks. | 23:46 |
ilkinansr92 | np | 23:46 |
ilkinansr92 | happy i could help after takin so long | 23:46 |
hyc | that bug has been there forever | 23:47 |
hyc | smd driver sucks | 23:47 |
*** programmer8922 has joined #xdandroid | 23:48 | |
Andre569 | Any way to get a better one? | 23:48 |
* toadlife hit's the easy button | 23:49 | |
toadlife | That was easy! | 23:49 |
Andre569 | Lol | 23:50 |
arrrghhh | hyc, what do you think of that log? | 23:50 |
toadlife | Just converted my phone to a partitioned build | 23:50 |
toadlife | Booted on the second try | 23:50 |
* toadlife bows in rpierce99 's general direction | 23:51 | |
*** ilkinansr92 has quit IRC | 23:51 | |
arrrghhh | heh | 23:51 |
arrrghhh | fu, mine was even more vague :P | 23:51 |
*** Andre569 has quit IRC | 23:54 | |
toadlife | FUK YES! Working USB Mass storage!! | 23:54 |
*** ilkinansr92 has joined #xdandroid | 23:54 | |
arrrghhh | lol | 23:54 |
* toadlife bows in hyc 's general direction | 23:54 | |
ilkinansr92 | So arrrghhh u think that bug will be present in frx 07? | 23:56 |
rpierce99 | frx07 is a system image, that bug is in the kernel, they are updated seperately (except for things like audio/bt that require both) | 23:57 |
arrrghhh | ilkinansr92, that's a kernel bug | 23:58 |
arrrghhh | and i'm late | 23:58 |
arrrghhh | :P | 23:58 |
*** Miga_ is now known as Miga | 23:58 | |
ilkinansr92 | I see | 23:58 |
rpierce99 | oh congrats arrrghhh | 23:58 |
arrrghhh | eh? | 23:58 |
arrrghhh | hyc, i just get a 'play' button now with the old mms app | 23:58 |
rpierce99 | you're having a baby | 23:58 |
ilkinansr92 | I think he mean on been late lol | 23:58 |
arrrghhh | before there was a bg icon | 23:59 |
arrrghhh | christ, not that kind of late. do i look that fat? hahaha | 23:59 |
ilkinansr92 | xD | 23:59 |
arrrghhh | hrm. so pic mail works... w/o text. | 23:59 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!