*** rpierce99 has quit IRC | 00:06 | |
arrrghhh | jonpry, so i do have to sacrifice a card of this thing eh? oh well. i think i have a 512mb card around that would be fine | 00:07 |
---|---|---|
arrrghhh | i was thinking i could just use my 8gb card since it's already partitioned | 00:08 |
arrrghhh | but re-reading your directions, it seems that it has to be on its own card | 00:08 |
jonpry | umm. i don't see why it needs to be on its own card. other than p2 needs wiping | 00:14 |
arrrghhh | cool | 00:15 |
jonpry | 512mb is good though | 00:17 |
arrrghhh | what do you do for /data? | 00:17 |
arrrghhh | damn, i thought this card was partitioned. | 00:20 |
jonpry | its all just one big partition | 00:25 |
jonpry | root/data/system | 00:25 |
arrrghhh | ah. all on the ext2 partition? | 00:26 |
jonpry | yeah | 00:26 |
arrrghhh | cool | 00:26 |
arrrghhh | is this Application Data folder needed jonpry ? lol | 00:51 |
jonpry | what is that? | 00:53 |
arrrghhh | that's what i'm wondering | 00:53 |
arrrghhh | in the root.tar file | 00:53 |
arrrghhh | there's a folder, Application Data | 00:53 |
arrrghhh | seemingly useless things inside | 00:53 |
arrrghhh | Application Data\HTC\databases\DocExp\ | 00:54 |
arrrghhh | is the only folder with anything in it | 00:54 |
arrrghhh | flintlock, iamflint, ringing any bells? i dunno what this is. | 00:54 |
jonpry | probably crap my phone made | 00:54 |
arrrghhh | lol | 00:54 |
arrrghhh | i see | 00:55 |
arrrghhh | LayerRenderer.h, is that your magic? | 00:55 |
arrrghhh | renderererererer | 00:55 |
arrrghhh | ok i think i'm ready to attempt booting | 00:56 |
jonpry | i need to look at this tarball. apparently it is all full of weird stuff | 01:03 |
arrrghhh | lol | 01:03 |
arrrghhh | well i failed to boot | 01:03 |
arrrghhh | does it have to be at the root of the SD? | 01:03 |
arrrghhh | i'm guessing since there's not a rootfs, init doesn't think to look for rel_path... | 01:03 |
jonpry | the stuffs in root.tar? | 01:03 |
arrrghhh | i don't even know how this would work without the funky stuff that we have in | 01:03 |
arrrghhh | yea | 01:04 |
arrrghhh | the stuffs in the root.tar :P | 01:04 |
jonpry | should be fine in a directory | 01:04 |
arrrghhh | hrm | 01:04 |
jonpry | er boot.tar | 01:04 |
arrrghhh | i defined rel_path and failed to boot | 01:04 |
arrrghhh | no, it's root.tar | 01:04 |
jonpry | so second parition is type linux, formatted e2? | 01:05 |
jonpry | did it show anything on the screen? | 01:05 |
arrrghhh | Oo | 01:06 |
arrrghhh | lots of bad errors | 01:06 |
arrrghhh | juicy stuff, 1sec | 01:06 |
arrrghhh | no msm_hw_reset_hook() available! system halted | 01:06 |
arrrghhh | restarting system with command "recovery" | 01:06 |
arrrghhh | emergency remount complete | 01:06 |
arrrghhh | md: stopping all md devices | 01:06 |
jonpry | sounds like the system partition is botched | 01:06 |
arrrghhh | i had a lot of untracked pids too | 01:07 |
jonpry | untracked exited? | 01:07 |
arrrghhh | yea | 01:07 |
jonpry | hmm. how did you decompress unto the card? | 01:07 |
jonpry | maybe permissions are not right | 01:07 |
arrrghhh | well i decompressed to a folder | 01:07 |
arrrghhh | then used tar to put them on the card | 01:07 |
arrrghhh | cd /dir1; tar cf - . | (cd /dir2; tar xf -) | 01:08 |
jonpry | why not just cd /dir2; tar xf /the/tar | 01:08 |
arrrghhh | should i just untar staright to the card? | 01:08 |
jonpry | i think so | 01:08 |
arrrghhh | lol | 01:08 |
arrrghhh | ok | 01:08 |
arrrghhh | i thought that would make it easier on me for some reason. | 01:08 |
arrrghhh | don't ask why, it seems pretty dumb in retrospect. | 01:09 |
jonpry | i don't really see why it would work | 01:10 |
jonpry | except maybe tar cf doesn't preserve links? | 01:10 |
arrrghhh | hrm i thought that was the point | 01:11 |
jonpry | then again i think i made it with tar c | 01:11 |
jonpry | probably should adb in and get a logcat before it reboots | 01:11 |
arrrghhh | i got that command to take files from a loop mounted file to a partition | 01:11 |
arrrghhh | maybe it was the way i added that init.rc? | 01:17 |
arrrghhh | is there some special way to do it? | 01:17 |
jonpry | copy it over the old one | 01:18 |
jonpry | you also copied the init? | 01:18 |
arrrghhh | hrm, i only think i got init.rc from you | 01:18 |
jonpry | cause that init.rc is not compatible with old init | 01:18 |
arrrghhh | ah | 01:18 |
arrrghhh | i definitely didn't do init, if you did send one. sorry :P | 01:18 |
jonpry | i said to get it from the build products on my account | 01:18 |
arrrghhh | d'oh | 01:18 |
jonpry | along with the bootani | 01:18 |
jonpry | :p | 01:19 |
jonpry | LayerRenderer.h is part of some special mojo that is seriously not done | 01:19 |
jonpry | we haz to make a new libs/hwui | 01:20 |
jonpry | at this point i'm just trying to make one that doesn't even do anything but has enough symbols so libandroid_runtime can build | 01:20 |
arrrghhh | heh | 01:20 |
jonpry | in principle i think it will not be hard :p | 01:21 |
jonpry | the only funky thing is renderscript, but it looks like that can be done in software while everything else is hardware | 01:22 |
jonpry | i think this is actually the only part of ics we want. the new apps are just going to be broke ass | 01:24 |
arrrghhh | wow dude | 01:25 |
arrrghhh | it made it to bootani SO fast | 01:25 |
arrrghhh | sooooo do i still need to echo that command? | 01:25 |
jonpry | no | 01:25 |
arrrghhh | echo 0 > /sys/devices/virtual/vtconsole/vtcon1/bind | 01:25 |
arrrghhh | ok | 01:25 |
arrrghhh | i'm actually kinda in shock at how fast the bootani started | 01:26 |
jonpry | unless its flashing between console and boot ani | 01:26 |
arrrghhh | not at all | 01:26 |
jonpry | takes like half an hour to boot | 01:27 |
arrrghhh | it has been on the bootani for a while, i will admit. | 01:27 |
arrrghhh | lol | 01:27 |
jonpry | which is another thing i don't understand. seems to do dexopt everytime | 01:28 |
arrrghhh | but getting to the bootani, that was fast :P | 01:28 |
jonpry | then it sucks up 90% of the cpu to make sure booting doesn't happen too fast | 01:28 |
arrrghhh | lol | 01:29 |
arrrghhh | sounds like a nice feature | 01:29 |
arrrghhh | disk space seems to be ok on the server | 01:30 |
jonpry | yeah. probably gonna have to have 2 builds soon | 01:31 |
arrrghhh | ? | 01:31 |
jonpry | w/ opengl renderer and w/o | 01:31 |
arrrghhh | ah | 01:32 |
jonpry | cause its useless. so other fixes aren't possible | 01:32 |
arrrghhh | Android_CM9 is ~21gb | 01:32 |
jonpry | i can remove the panda products and get some space | 01:32 |
arrrghhh | i'm doin alright on that drive | 01:33 |
jonpry | msm hal is working pretty good. has haptics and stuff | 01:33 |
arrrghhh | nice | 01:33 |
arrrghhh | you can use... let's say another 40gb before i'll start to complain at you. | 01:33 |
arrrghhh | :P | 01:33 |
jonpry | just need the 2 outputs, so it should be the same | 01:34 |
jonpry | unless i already zonked panda somehow | 01:34 |
arrrghhh | so how do i tell if it's in a bootloop? | 01:38 |
arrrghhh | just keep waiting? :P | 01:38 |
arrrghhh | lets see when did i start the process... | 01:38 |
jonpry | logcat | 01:39 |
*** babijoee has quit IRC | 01:39 | |
arrrghhh | it's only been like 15 minutes. i'm impatient. | 01:39 |
jonpry | thats pretty long | 01:39 |
jonpry | 5 is more normal | 01:39 |
arrrghhh | strictmode violation | 01:40 |
arrrghhh | oh i thought you were serious about the 30 minute thing | 01:40 |
jonpry | thats ok | 01:40 |
arrrghhh | oh | 01:40 |
arrrghhh | i think i see a clock | 01:40 |
arrrghhh | and a battery gauge | 01:40 |
arrrghhh | the 'android' from the bootani is kinda frozen in the center tho lol | 01:41 |
jonpry | cool | 01:41 |
jonpry | oh it goes away | 01:41 |
arrrghhh | woah | 01:42 |
arrrghhh | this cursor is fun | 01:42 |
arrrghhh | it's like i'm in donnie darko | 01:42 |
arrrghhh | i'm sure it's not supposed to look like this tho lol | 01:42 |
jonpry | i think it is | 01:42 |
jonpry | you ready for hints? | 01:43 |
arrrghhh | lay it on me | 01:43 |
arrrghhh | i think it's still booting | 01:43 |
arrrghhh | or something | 01:43 |
jonpry | orientation is critical | 01:43 |
jonpry | but i don't really know how to change it | 01:44 |
arrrghhh | the g-sensor works? | 01:44 |
arrrghhh | good lord. lolcat is just flying | 01:44 |
jonpry | no gsensor | 01:44 |
arrrghhh | what are these strictmode violations? | 01:45 |
arrrghhh | i see a lot of them | 01:45 |
jonpry | dunno | 01:47 |
jonpry | nothing important :p | 01:50 |
arrrghhh | hah | 01:50 |
arrrghhh | well this is odd | 01:50 |
arrrghhh | touchscreen seemed to be OK | 01:50 |
arrrghhh | now the axis are inverted | 01:50 |
arrrghhh | up=right | 01:50 |
arrrghhh | down=left | 01:50 |
arrrghhh | lol | 01:51 |
arrrghhh | crazy cursor | 01:51 |
jonpry | thats the orientation | 01:51 |
jonpry | gotta get it into portrait | 01:51 |
arrrghhh | yea, it doesn't seem to want to get back to portrait... | 01:51 |
jonpry | yeah i'm not to clear on that. lock and unlocking with the keyboard in different states seems to get it done eventually | 01:54 |
arrrghhh | hrm | 01:55 |
arrrghhh | for me it's perfectly inverted now | 01:55 |
arrrghhh | if the kb is open, it's in portrait | 01:55 |
arrrghhh | if kb is closed, it's in landscape | 01:56 |
jonpry | sounds right | 01:56 |
arrrghhh | lol | 01:56 |
arrrghhh | this cursor is wacky too | 01:56 |
arrrghhh | kinda fun, but its wearing off quickly | 01:57 |
arrrghhh | hrm | 01:57 |
arrrghhh | how do you scroll with this cursor doohickey? | 01:57 |
jonpry | double click or something | 01:58 |
jonpry | can't get it to work reliably | 01:58 |
jonpry | arrow keys in menus is the easiest | 01:58 |
arrrghhh | ah | 01:58 |
arrrghhh | about tablet | 01:58 |
arrrghhh | epic | 01:58 |
arrrghhh | Full AOSP on Panda | 01:59 |
arrrghhh | lol | 01:59 |
arrrghhh | this is awesome | 01:59 |
arrrghhh | the homescreen doesn't seem too happy | 02:00 |
jonpry | yeah thats the worst part of it | 02:01 |
jonpry | but i think it would be 10x better without the cursor bs | 02:01 |
arrrghhh | yea | 02:01 |
arrrghhh | you go to click and the cursor's like nope... fu, i'm over here. | 02:01 |
jonpry | hmm. i haven't had that problem | 02:02 |
arrrghhh | it's funny, a lot of these lines and the layout is very minimalistic | 02:02 |
arrrghhh | seemingly it's anything but underneath the hood. | 02:03 |
jonpry | what does that mean? | 02:03 |
arrrghhh | well i mean the way ics looks it seems like google is going with a minimalistic look/feel | 02:04 |
arrrghhh | yet it requires all this compositing and crazy stuff | 02:04 |
jonpry | have you managed to spin around the launched? | 02:04 |
jonpry | its like 3d windows and stuff | 02:04 |
jonpry | er launcher | 02:04 |
arrrghhh | no | 02:04 |
arrrghhh | lol | 02:05 |
arrrghhh | just tried | 02:05 |
arrrghhh | the home screen really is FUBAR for me | 02:05 |
jonpry | it take a lot of clicking and dragging | 02:05 |
arrrghhh | o wow | 02:06 |
arrrghhh | lol | 02:06 |
jonpry | i'm out. good night | 02:14 |
arrrghhh | take it easy | 02:14 |
arrrghhh | thanks man. this is crazy. definitely a cool preview. needs a little work :P | 02:15 |
*** disco_y2k has quit IRC | 02:15 | |
*** valyk has joined #xdandroid | 02:21 | |
valyk | anyone here? | 02:29 |
*** valyk has quit IRC | 02:32 | |
*** drakaz has quit IRC | 02:49 | |
*** drakaz has joined #xdandroid | 02:56 | |
*** kalemas has joined #xdandroid | 02:57 | |
*** virsys has joined #xdandroid | 03:26 | |
*** hardwalker has quit IRC | 03:28 | |
*** hardwalker has joined #xdandroid | 03:29 | |
*** virsys has quit IRC | 03:36 | |
*** virsys has joined #xdandroid | 03:50 | |
*** virsys has quit IRC | 04:04 | |
*** virsys has joined #xdandroid | 05:32 | |
*** hardwalker has quit IRC | 05:49 | |
*** babijoee has joined #xdandroid | 05:50 | |
*** madhukaraphatak has joined #xdandroid | 06:07 | |
madhukaraphatak | hi | 06:07 |
madhukaraphatak | i have a problem in adb with lenovo a60 | 06:08 |
madhukaraphatak | can anyone help me | 06:08 |
madhukaraphatak | please? | 06:08 |
*** babijoee has quit IRC | 07:08 | |
*** madhukaraphatak has quit IRC | 07:22 | |
*** jonpry has quit IRC | 07:33 | |
*** rpierce99 has joined #xdandroid | 07:33 | |
*** rpierce99 has quit IRC | 07:47 | |
*** kalemas has left #xdandroid | 07:53 | |
*** rpierce99 has joined #xdandroid | 08:11 | |
*** rpierce99 has quit IRC | 08:16 | |
*** rpierce99 has joined #xdandroid | 08:22 | |
*** helicopter88 has joined #xdandroid | 08:49 | |
*** SytheZN has joined #xdandroid | 09:01 | |
SytheZN | Greets all round | 09:02 |
*** SytheZN has quit IRC | 09:04 | |
*** SytheZN has joined #xdandroid | 09:04 | |
*** fishhead2567 has joined #xdandroid | 09:17 | |
*** fishhead2567 has joined #xdandroid | 09:21 | |
*** SytheZN has quit IRC | 09:21 | |
*** Yusuke14 has quit IRC | 09:30 | |
*** Yusuke has joined #xdandroid | 09:31 | |
*** Yusuke is now known as Yusuke14 | 09:31 | |
*** ryannathans has joined #xdandroid | 09:31 | |
*** virsys has quit IRC | 09:35 | |
*** virsys has joined #xdandroid | 09:36 | |
*** fishhead2567 has quit IRC | 09:49 | |
*** NeoMatrixJR has joined #xdandroid | 09:54 | |
*** Kraln has quit IRC | 09:55 | |
*** fishhead2567 has joined #xdandroid | 10:06 | |
*** jonpry has joined #xdandroid | 10:25 | |
*** helicopter88 has quit IRC | 10:32 | |
*** helicopter88 has joined #xdandroid | 10:43 | |
*** Bruce_Wayne has joined #xdandroid | 10:44 | |
*** detule has quit IRC | 10:53 | |
*** emwe has joined #xdandroid | 10:54 | |
*** Bruce_Wayne has quit IRC | 10:54 | |
*** kalemas has joined #xdandroid | 10:54 | |
emwe | hiho | 10:55 |
*** bla__ has joined #xdandroid | 11:02 | |
*** bla__ has quit IRC | 11:11 | |
*** detule has joined #xdandroid | 11:24 | |
detule | hey emwe | 11:29 |
emwe | hiho | 11:30 |
mgross029 | detule I saw you were looking into the audio on htc-linux yesterday | 11:31 |
mgross029 | Particularly the adc3001 and the a1010 | 11:31 |
emwe | in AudioHardware, the input == null branch can go entirely, or will it become "if (input == null) args->mic_mute = false; else ..." ? | 11:31 |
emwe | detule: ^^ | 11:32 |
emwe | and you guys got adc3001 and a1010 on now in all scenarios? | 11:32 |
mgross029 | hey emwe good weekend? | 11:33 |
detule | emwe, the way i had it last night (and i don't have it in front of me) is to comment out the contents of input == null | 11:33 |
mgross029 | emwe, when I enabled a1010 in .35 I start getting dmseg entries for adc3001 | 11:33 |
detule | in the else statement just leave inputDevice | 11:34 |
emwe | define good mgross029. flat cleaning and cloth washing :P | 11:34 |
detule | and comment out the mic calls | 11:34 |
arrrghhh | emwe, i feel your pain. | 11:34 |
emwe | lol | 11:34 |
detule | so basically it should be if (input != NULL) inputDevice = input->devices(); | 11:34 |
arrrghhh | hrm | 11:34 |
emwe | ok, so the input == null branch can go basically detule ? | 11:35 |
arrrghhh | i guess i should try troubleshooting my audio issues again | 11:35 |
mgross029 | But with .39 that didn't happen. I saw the a1010 enable at the beginning but that was all the verbose I saw in dmesg from it. Seems it is working better in .35 | 11:35 |
detule | mgross029, wasn't looking at the kernel side of acoustic last night...mostly userland | 11:35 |
emwe | i need to catch up ... | 11:35 |
mgross029 | detule, ok. Meaning libacuoustics and such? | 11:36 |
detule | and such | 11:36 |
mgross029 | lol | 11:36 |
jonpry | detule, i see you got a new job. flashy | 11:36 |
*** Bruce_Wayne has joined #xdandroid | 11:37 | |
detule | that's how i roll | 11:37 |
emwe | acoustic master? then i can stop digging into it, cool. :P | 11:37 |
detule | no master if what mgross029 saying is true and a1010 doesnt' enable adc in .39 than it means i broke something | 11:38 |
arrrghhh | lol | 11:39 |
detule | actually i am not sure how a1010 would enable adc - there are those micropklt dualmic calls in a1010 but aren't those only in the dbg hooks? | 11:39 |
mgross029 | detule, on .35 emwe isn't using micropklt as far as I can tell and in a1010.c it does perform some adc3001 calls | 11:42 |
emwe | we are using microp, though. basically the same .. lol. | 11:43 |
emwe | a1010 uses some hooks exported in board-htcrhodium-audio.c | 11:43 |
detule | yeah there's some differences between what you have in a1010 and what's in .39 | 11:44 |
detule | mgross029, micropklt_dualmic_set(char on); | 11:45 |
emwe | ping me if you find something broken. i need to break other stuff. | 11:46 |
detule | go ahead, likely i'll be stealing code from you...again | 11:46 |
emwe | phones' playing tricks on me and freezing sleeping quite often. | 11:46 |
emwe | all these freezes are since i disabled JIT :PPPPPPPPPP | 11:46 |
arrrghhh | hah | 11:47 |
arrrghhh | lies emwe | 11:47 |
arrrghhh | LIES | 11:47 |
detule | by the way | 11:47 |
detule | how does one mask ip and such? | 11:47 |
arrrghhh | wat | 11:47 |
detule | as in your info on freenode | 11:48 |
mgross029 | detule, you mean pass a fake IP? | 11:48 |
detule | like basically i want jonpry's whois | 11:48 |
jonpry | you ask in #freenode for a cloak | 11:48 |
detule | is it fairly automatic or do you gotta be buddies with someone | 11:49 |
jonpry | they will give you the unaffiliated cloak | 11:49 |
detule | k thanks bbl | 11:50 |
arrrghhh | lol you could've just said that | 11:51 |
arrrghhh | i helped jonpry with his :P | 11:51 |
mgross029 | arrrghhh, on your audio problem. If you still have it try to kill the media server while you have logcat and /proc/kmsg running to see what comes back | 11:53 |
arrrghhh | how is that a solution? :P | 11:54 |
mgross029 | Not a solution but and investigation to what is happening when the media server starts. :p | 11:54 |
*** helicopter88 is now known as helicAWAY | 11:54 | |
arrrghhh | i see | 11:54 |
arrrghhh | yea, i started over with .27 again | 11:55 |
*** helicAWAY is now known as helicopter88 | 11:55 | |
arrrghhh | fresh data.img | 11:55 |
*** helicopter88 is now known as helicAWAY | 11:55 | |
arrrghhh | still no audio | 11:55 |
mgross029 | What's your logcat look like at this moment? | 11:56 |
mgross029 | are you getting any cpu pegged messages? | 11:57 |
arrrghhh | i'm back on frx07.1 | 11:58 |
arrrghhh | i needed something that worked, but didn't want to deal with winmo :P | 11:58 |
mgross029 | bleh | 11:58 |
mgross029 | Where's your sense of adventure? :p | 11:58 |
arrrghhh | i was actually busy yesterday, needed to use the phone as a phone | 11:59 |
arrrghhh | kinda difficult when no audio works, whatsoever | 11:59 |
jonpry | using ICS? | 11:59 |
arrrghhh | ha | 12:00 |
arrrghhh | nice try jonpry :P | 12:00 |
arrrghhh | that t'was fun. but good lord. | 12:00 |
jonpry | too slow? | 12:01 |
arrrghhh | too buggy/slow | 12:01 |
arrrghhh | couldn't run that 24/7, sorry :P | 12:02 |
arrrghhh | was fun to play with tho | 12:02 |
arrrghhh | the donnie darko effect on the cursor was cool too, lol | 12:02 |
jonpry | phh is going to fix that cursor thing | 12:08 |
arrrghhh | nice | 12:08 |
phh | good you remember me it :p | 12:08 |
arrrghhh | the galaxy nexus doesn't have a removable SD card? | 12:09 |
arrrghhh | that sucks. | 12:09 |
phh | jonpry: which kernel tree are you using ? | 12:12 |
arrrghhh | .39 | 12:12 |
arrrghhh | at least the ics package he gave me included a .39 kernel :P | 12:12 |
phh | i meant an url on like gitorious for lazy people :D | 12:13 |
arrrghhh | oh fine | 12:13 |
jonpry | https://gitorious.org/linux-msm-rhod | 12:13 |
arrrghhh | https://gitorious.org/linux-msm-rhod/linux-msm-rhod/commits/htc-msm-2.6.39 | 12:14 |
arrrghhh | oops | 12:14 |
*** Bruce_Wayne has quit IRC | 12:17 | |
*** bzo has joined #xdandroid | 12:19 | |
phh | it's msm_ts.c that is used ? | 12:22 |
jonpry | tssc_manager | 12:22 |
phh | pff even on .39 there are multiple drivers | 12:23 |
jonpry | started with msm_ts | 12:23 |
jonpry | then upgraded | 12:23 |
*** virsys has quit IRC | 12:26 | |
*** rpierce99 has quit IRC | 12:44 | |
*** rpierce99 has joined #xdandroid | 12:45 | |
*** NeoMatrixJR has quit IRC | 13:08 | |
*** helicopter88 has joined #xdandroid | 13:27 | |
*** helicAWAY has quit IRC | 13:30 | |
*** vinceweis_ has joined #xdandroid | 13:49 | |
*** virsys has joined #xdandroid | 14:05 | |
*** NeoMatrixJR has joined #xdandroid | 14:17 | |
detule | hey bzo | 14:21 |
detule | 3.0 blow up on you? | 14:21 |
bzo | hi detule | 14:21 |
bzo | having a battery drain problem I thought was from switching to 3.0 | 14:21 |
bzo | but it is persisting on 39 | 14:21 |
bzo | other than that, I might have had a sod | 14:22 |
detule | yeah i read about the auto rotate issue -> i think it doens't poll the g-sensor if you turn off auto rotate in settings | 14:22 |
bzo | I'm running an autobuild 39 and pre gsensor gb, so we'll see if that is the issue | 14:23 |
detule | voice search working for you with that setup? | 14:23 |
bzo | no it doesnt seem to | 14:27 |
detule | i can't recall if it ever did | 14:28 |
bzo | think this is the first time I've tried recently | 14:29 |
detule | worked here after a phone call | 14:30 |
detule | perhaps it's a matter of not getting initialized at boot properly | 14:30 |
bzo | might have been always like that, maybe arrrghhh knows? | 14:30 |
* arrrghhh knows nothing | 14:31 | |
bzo | I know I've heard that workaround before, of having to make a call to make the mic work | 14:32 |
bzo | maybe that was fixed in the non-acoustic kernel? | 14:32 |
bzo | I think Wis may have looked into it back into the day | 14:32 |
detule | don't know if any adjustments then do much for acoustic today | 14:34 |
bzo | tru | 14:35 |
detule | emwe, let me guess voice search working flawlessly for you | 14:39 |
jonpry | android emulator has some kind of gles1 deal? | 15:00 |
emwe | detule: it does, yes. after disabling mic bias callback iirc. | 15:01 |
mgross029 | detule, voice search works for me. I had to revert back to enabling mic_bias_callback with my rhod500 | 15:01 |
emwe | regarding that do-outbound-call-first for incall mic to work sounds topa'ish. except that TOPA would arm9 reset if you don't do so and get an incall first. | 15:02 |
mgross029 | With it disabled it works intermittently | 15:02 |
detule | blah perhaps it's impossible to have unified acoustic for all devices | 15:02 |
detule | i know mic bias callback ruins mic for wistilt2 | 15:02 |
detule | here, if anything, enabling it makes voice search work for me | 15:03 |
emwe | perhaps msm7500 is only needing it? | 15:03 |
emwe | and only on cdma? | 15:03 |
emwe | one sec, need to find my anser to mgross029 mail. had a speculation... | 15:03 |
detule | perhaps with mic bias enabled, the _only_ time the mic is not picking up is at boot (init problem?) after i make a phone call or receive a call and flick spkr on off it works fine an all modes (limited testing) | 15:04 |
emwe | perhaps something is initialized on qdsp when we connect the mic_endpoint initially? | 15:05 |
detule | right | 15:05 |
emwe | but this msm7500+cdma thingy buggers me... | 15:05 |
detule | well the ril could be causing issues -> but how is the ril causing issues with voice search? | 15:06 |
emwe | here's the answer i wrote about mic bias callback to mgross029: So if you say you had issues on .27 and .39 regarding incall mic - and they have | 15:06 |
emwe | it disabled - and after you enabled it again, it seems apparent that | 15:06 |
emwe | at leastRHOD500 | 15:06 |
emwe | need the callback, whereas RHOD100-RHOD300 don't need it as WisTilt2 reports. | 15:06 |
emwe | I apparently also don't need it, but it doesn't hurt here when it's enabled. | 15:06 |
emwe | one sec, lemme lock at my locks regarding voice search. already forgot... | 15:06 |
emwe | hm, *adding* mic_bias_callback fixes voice search for me. | 15:07 |
detule | i am curious if it works for you on a fresh boot? | 15:07 |
detule | oh adding - and you have a cdma rhod | 15:07 |
emwe | but in GSM mode | 15:07 |
emwe | so this makes no sense at all. | 15:07 |
detule | ok not ril , rather device related? | 15:08 |
detule | there could be two issues, one is in-call mic, this could very well be ril related since re-routing some of the userland calls to the ril seems to alleviate the issue on cdma rhods | 15:08 |
mgross029 | gtg guys. I'll try to be back on later. | 15:09 |
emwe | laters mgross029 | 15:09 |
detule | later | 15:09 |
detule | what kind of a device does JB have? | 15:10 |
emwe | rhod300 | 15:10 |
emwe | ok, this was a kexed boot here with no audio happening beforehand... | 15:11 |
emwe | tried GVS and it didn't work | 15:11 |
emwe | so we got an init issue for mic it seems, eh? | 15:11 |
detule | right ok, so in jb's tree there are some dualmic calls in micropklt_probe that i don't think you are probing anywhere | 15:12 |
detule | something to the effect 'puts audio components in standby mode' | 15:12 |
detule | for the record i've added those back in, and this has not helped the issue | 15:12 |
emwe | one sec. | 15:13 |
detule | i am trying a full ADC3001_wakeup on boot | 15:13 |
emwe | ok, toggling volume in GVS fixes incall mic... | 15:13 |
emwe | perhaps some "force update" is not performed? | 15:14 |
emwe | i can try to boot with mic bias on/off | 15:14 |
detule | i wonder if toggling volume would fix the in-call mic issue | 15:15 |
emwe | where do you see dualmic stuff in .27 micropklt probe? | 15:15 |
detule | https://gitorious.org/~jbruneaux/linux-on-qualcomm-s-msm/linux-msm-home-work/blobs/htc-msm-2.6.27-libacoustic/drivers/i2c/chips/microp-klt.c#line808 | 15:19 |
emwe | as a side note in case you are bored and wanna test out: i got 470 mp3 (~2.5GB) as mp3 on the sd card (per artist-album in their subfolders). deleting meda library and booting fresh so that medisacanner kicks in, my device freezes after 10-15 minutes with NOOP and DEADLINE under high UI, but survived with CFQ. just fyi. | 15:20 |
detule | thanks for the heads up | 15:20 |
emwe | ouch, i must have missed that stuff. geez. | 15:21 |
emwe | no use, though? | 15:21 |
detule | alex doesn't have it | 15:21 |
detule | and i can't quite tell if it makes a difference on my device - too many damn things broken | 15:21 |
emwe | i can do that just fine in rhod-audio probe | 15:21 |
emwe | lol | 15:21 |
detule | yeah i have there now | 15:21 |
detule | we used to have it in 39 but i took it out and WisTilt2 hasn't complained so it couldn't have broken too many things:) | 15:22 |
arrrghhh | lol | 15:23 |
arrrghhh | those gsm devices evidently just work | 15:23 |
arrrghhh | bastard child cdma... | 15:23 |
emwe | detule: in my io schedule writing i meant, freeze under high IO, not UI. UI's been flat as usual. | 15:25 |
detule | that's kinda far on my list, there's so many things we can do with file systems and IO once this kernel/build gets ironed out that the scheduler probably will only be one part of it | 15:26 |
detule | as in noop might work fine with nilfs2, cfs with ext2, deadline with ext4 | 15:26 |
emwe | yeah, i initially had issues going data-ext4 and cfq. | 15:28 |
emwe | just trying it out with cfq again | 15:29 |
emwe | don't wanna start with bfs, even, allthough tempted. :) | 15:29 |
detule | phh, is right about nilfs2 it's the future if we can just re-write the daemon to run in idle | 15:29 |
emwe | i am gonna reboot to recheck GVS again. then gonna add the "missing" micropklt hooks. | 15:30 |
phh | detule: problem being 'idle' on a smartphone / | 15:30 |
phh | :/* | 15:30 |
phh | well you can wait for being plugged in i guess | 15:30 |
detule | early_suspend | 15:30 |
phh | detule: i think you can barely listen to music when nilfs_cleanerd runs at full power | 15:30 |
detule | oh i guess people use their phone for such things | 15:31 |
phh | and TP2 isn't a phone ?* | 15:31 |
arrrghhh | lol | 15:31 |
arrrghhh | phh, the problem with that is consumption of space | 15:32 |
jonpry | mine doesn't have the 3.5mm jack | 15:32 |
arrrghhh | will it get out of control if off the charger for 6+ hours? | 15:32 |
detule | sure need 1.5GB partition | 15:32 |
phh | arrrghhh: just double the size of rootfs | 15:32 |
phh | the increases i've seen really deserve that | 15:32 |
detule | my experience is that depending on usage you might get as much as 500MB of meta-data daily | 15:32 |
detule | if the cleaner is the only thing working it can reclaim it in under a minute | 15:33 |
phh | !?! | 15:33 |
phh | it's definitely not that fast ere | 15:33 |
jonpry | ext4 is faster than the underlying block device | 15:33 |
detule | phh, my arm cleaner is the bomb :) | 15:34 |
phh | jonpry: the problem is not the FS itself | 15:34 |
phh | it's how the FS uses the underlying block device | 15:34 |
phh | nilfs2 is append-only | 15:35 |
phh | which is way better for mmc | 15:35 |
phh | detule: side note, which segment-size do you use ? | 15:35 |
phh | default is 8MB, which sounds way too high | 15:35 |
detule | it must be what i was using since i don't remember ever changing it | 15:36 |
jonpry | we tried to make some statistics on performance. and nilfs2 just wasn't that fastest | 15:36 |
phh | jonpry: i've seen benchmarks too ... | 15:36 |
jonpry | need to RAID the nand and sd | 15:37 |
arrrghhh | lol | 15:38 |
phh | but still, on ac100, nilfs2 makes ubuntu from too slow to be used, to usable | 15:38 |
detule | phh, if you want to benchmark nilfs2 on the rhod you have i once spent way too much time trying to cross compile the daemon : http://forum.xda-developers.com/showpost.php?p=14813122&postcount=92 | 15:38 |
arrrghhh | lol | 15:38 |
arrrghhh | c'mon that was fun detule | 15:39 |
arrrghhh | nilfs2 was fast | 15:39 |
phh | wat ? | 15:39 |
phh | i remember i also crossbuilt the daemon at some point -_-' | 15:39 |
detule | could've saved me a lot of trouble i must've spent weeks | 15:39 |
emwe | detule: what's been the latest a1010 experiments? enable it or keep still disabled? | 15:41 |
detule | i think it broke my mic - but then again my mic seems broken in too many ways so can't really blame it on audience_a1010 | 15:41 |
emwe | k | 15:41 |
emwe | thanks | 15:41 |
arrrghhh | lol | 15:42 |
arrrghhh | mgross029 wanted me to try .39 with a1010 enabled | 15:42 |
arrrghhh | to see if it magically fixed all my audio issues. i think it's some other user-error, i just can't figure out what yet. | 15:42 |
detule | try it since none of us really knows what the hell is going on, perhaps if enough people try the different possibilitites we can hit a winner | 15:43 |
emwe | yeah. | 15:43 |
detule | audience on/off, micropklt init on/off, callback bias on/off, mic_routing_to_Audio on/off | 15:43 |
detule | that's 16 | 15:43 |
detule | snd endpoint 256/0x11 | 15:44 |
detule | 32 | 15:44 |
detule | one of those 32 hopefully works | 15:44 |
emwe | =256 fixes incall volume setting... | 15:44 |
emwe | lol | 15:44 |
emwe | quite some combinations. | 15:44 |
detule | jonpry, you wrote the driver for the touchpad no? (see where this is getting)? | 15:45 |
detule | i mean the audio routing | 15:46 |
jonpry | the sound driver? | 15:46 |
detule | yeah that | 15:46 |
jonpry | its all different on touchpad because there is no modem. strangely this is why it was so hard. nobody has ever written audio for modemless msm | 15:46 |
detule | should be easy for the tp2 you are saying | 15:47 |
detule | ... | 15:47 |
jonpry | well it should be like other devices | 15:47 |
detule | no problem for someone with skills.... | 15:47 |
jonpry | i never made it work right | 15:48 |
arrrghhh | sounds like jb got it close | 15:49 |
jonpry | there is a certain kind of insanity in the kernel interface | 15:51 |
jonpry | rewriting could well fix things | 15:52 |
detule | i think the userland stuff works as it should, at least judging by logcats it sends correct instructions at the right times | 15:53 |
jonpry | a lot of things are under this kind of pseudo kernel control. like ril sends some command, and then it decides well if this is going on turn the mic on, otherwise ignore it. if these other things are going on, then really reroute the audio | 15:54 |
arrrghhh | yea, that's what confuses me | 15:55 |
arrrghhh | why does userland and RIL tell the kernel where to route audio? | 15:55 |
arrrghhh | perhaps that is a source of the mixup | 15:55 |
jonpry | i think it should all be moved into userland | 15:55 |
jonpry | then it will be easy to fix | 15:55 |
* arrrghhh sees jonpry wiping his hands | 15:56 | |
jonpry | and there probably is some kind of ril <-> libaudio interface that should be made. otherwise libaudio will be sending reroutes that are totally unreasonable | 15:56 |
detule | the only mute calls going to the ril are in direction userland -> ril from what i can tell | 15:57 |
detule | CDMAPhone.java calls tells the ril to unmute whenever one initiates a call and whenever one answers a call | 15:58 |
arrrghhh | fuckin cdma again | 15:58 |
detule | (it's in GSM as well) | 15:58 |
detule | on top of those in PhoneUtil.java there are mute calls related to pressing the mute button in the in-call screen | 15:59 |
detule | android gives us the option where we want to route those calls whether to the ril or to the audio manager | 15:59 |
detule | perhaps they should _all_ be routed to the audio manager | 15:59 |
detule | i don't really understand how the RIL can mute the mic via these AT commands | 15:59 |
detule | they go to the audio processor? | 16:00 |
arrrghhh | hrm | 16:00 |
arrrghhh | how hard would it be to try it going all thru the audio manager? | 16:00 |
jonpry | no it uses some sysfs stuff called vogue_ril | 16:00 |
arrrghhh | would hyc kill us in our sleep? | 16:00 |
jonpry | which effects all sorts of nasty things | 16:00 |
jonpry | meanwhile libaudio and acoustic are all sending there own crap | 16:00 |
emwe | sysfs voque_ril? | 16:01 |
emwe | that is all gone | 16:01 |
jonpry | hmm | 16:01 |
detule | right there's some AT+CMUT call the ril sends | 16:01 |
detule | that actually works by the way | 16:01 |
detule | becuase currently that's how the mute button is wired to work (and it works) | 16:01 |
emwe | .. /sys/class/vogue_hw/audio is all gone on acoustic. that was one of the snd_state "hacks" | 16:01 |
rpierce99 | do we know if its possible that there are two different types of mute, one being mic off and one being radio don't transmit audio | 16:02 |
jonpry | what exactly is the difference? | 16:02 |
rpierce99 | one happens at the mic hardware, one at the radio hardware, in theory? | 16:02 |
rpierce99 | muting radio transmission leaves mic available to system apps | 16:03 |
jonpry | when in call mode, the audio stream is not available to android in any way | 16:03 |
rpierce99 | i disagree, i think there is a record call api | 16:04 |
detule | eh? | 16:04 |
jonpry | that works on some devices that support that routing | 16:04 |
detule | the mute button can be wired to work via the audio manager | 16:04 |
jonpry | which we might, i dunno, but it isn't being setup that way | 16:04 |
detule | doesn't that give android some power over the audio stream | 16:04 |
rpierce99 | i don't know, i'm just throwing out an idea, if it was radio related it would better explain the differences between 1/2/3 and 4/5 behavior | 16:05 |
*** kalemas has left #xdandroid | 16:06 | |
emwe | detule: that micropklt probe inits don't affect GVS after first boot here. broken. needs vol change. | 16:06 |
jonpry | so libacoustic is linked with the ril? | 16:06 |
detule | don't think so, libacoustic can send mic=off to htc_acoustic_wince | 16:06 |
jonpry | then where is it linked? | 16:07 |
detule | there is one spot in userland where you can elect to send mic_mute calls fron the In Call screen to the RIL or to libacoustic | 16:08 |
emwe | taht has improved it right, detule ? | 16:08 |
emwe | going to keep that then. just need to test out :) | 16:08 |
jonpry | so the libacoustic is in with libaudio? | 16:08 |
detule | rpierce99, is using such a contraption right now | 16:08 |
emwe | libaudio interacts with libacoustic which interacts with kernel. | 16:09 |
jonpry | and ril no longer has any sysfs control? | 16:09 |
emwe | right. | 16:10 |
emwe | and sorry, i was wrong. libaudio also directly interacts with kernel | 16:10 |
jonpry | that basically sounds like cooking with gas | 16:10 |
emwe | with msm_snd and a1010. | 16:10 |
detule | libaudio was also rewritten | 16:11 |
emwe | i think jb took the skeletton from CA. | 16:12 |
detule | i know JB's busy but perhaps we can arrange for a "sitdown" :) | 16:12 |
emwe | we just need to sit down and look :P | 16:13 |
arrrghhh | lol | 16:13 |
jonpry | the sandwich needs some work while you wait | 16:14 |
arrrghhh | as in sit jb down and make him finish what he started? :P | 16:14 |
detule | here's the RIL mute function http://gitorious.org/xdandroid/hardware_xdandroid-ril/blobs/froyo/htcgeneric-ril.c#line1503 | 16:14 |
jonpry | arrrghhh there's something wrong with your computer | 16:17 |
jonpry | my shit won't build | 16:17 |
arrrghhh | lol | 16:17 |
arrrghhh | why is that the server's fault...? :P | 16:17 |
jonpry | at first i thought it was mine | 16:18 |
jonpry | but it keeps happening | 16:18 |
arrrghhh | uh | 16:21 |
arrrghhh | what would you like me to do...? | 16:21 |
jonpry | nothing. j/k | 16:21 |
arrrghhh | heh | 16:22 |
arrrghhh | i'd like to help ya, just let me know if there is something i can do. | 16:22 |
arrrghhh | just thought you were teasing. if you're serious... i can hit it with a hammer a few times? | 16:22 |
jonpry | lol | 16:22 |
emwe | detule: i am getting aged. i disabled mic bias callback for RHOD in order to fix GVS. apparently i was in some state where it just worked, apparently isn't on boot. it's required for TOPA, though. | 16:27 |
detule | ok i*think* GVS is acting better with call_back bias over here as well | 16:30 |
emwe | i think that is what i recall from mgross029 as well. | 16:31 |
emwe | going to readd and test out the userland routing over audiomgr | 16:32 |
xdandroid | Donation received! Thanks, Michael O., who says: Thanks | 16:32 |
emwe | \o/ | 16:33 |
*** fishhead2567 has quit IRC | 16:48 | |
*** fishhead2567 has joined #xdandroid | 16:49 | |
emwe | detule: yeah, readding the mic bias callback fixes gvs on first boot on the rhod. at least in combination with updated userland. not sure if userland is related in this case here. | 16:49 |
*** TheSeven has joined #xdandroid | 16:50 | |
*** [7] has quit IRC | 16:50 | |
emwe | incall mic functional. | 16:50 |
emwe | on this first boot requestSetMute() was called only once on call start. | 16:54 |
*** fishhead2567 has quit IRC | 16:58 | |
*** helicopter88 has quit IRC | 17:02 | |
detule | incall mic while silent? | 17:03 |
detule | i usually only have issues with the first call if the device is in silent | 17:04 |
emwe | no, when not silent | 17:05 |
emwe | does it matter in what mode the device was stared up? | 17:05 |
detule | don't think so | 17:05 |
emwe | because i have the rhod all day set to silent | 17:05 |
emwe | i listen to music, get a call, unplug 3.5mm take the call and fine. | 17:05 |
emwe | silent=vibrate | 17:06 |
detule | i think when in silent the mic doesnt work on incoming, unless previously initialized | 17:06 |
detule | at least here | 17:06 |
*** fishhead2567 has joined #xdandroid | 17:06 | |
detule | as in if it gets initialized during a normal phone call, then it will work fine in silent | 17:06 |
detule | if on the other hand i try it in silent first (incoming) it won't work until i flick spkr on/off | 17:07 |
detule | i hate all these heuristics sounds so hocus pocus | 17:07 |
emwe | yeah, indeed. | 17:07 |
emwe | going to calm down some debugging here. feeling to get lost with all that stuff flying by. | 17:08 |
arrrghhh | yea | 17:08 |
emwe | 11-21 23:08:09.996 E/Libacoustic-wince( 1409): Unknown out_path | 17:08 |
emwe | gf called and hang up quickly. | 17:08 |
detule | oO, i've never seen that | 17:08 |
emwe | hm | 17:08 |
*** vinceweis_ has quit IRC | 17:09 | |
emwe | we'll see tomorrow. time for bed. hope to not get too distracted tomorrow... | 17:09 |
detule | take care | 17:09 |
arrrghhh | g'nite | 17:10 |
emwe | night. | 17:10 |
arrrghhh | too many distractions... | 17:10 |
*** toadlife has joined #xdandroid | 17:15 | |
*** emwe has quit IRC | 17:17 | |
jonpry | i think it finally built | 17:49 |
jonpry | yup | 17:51 |
toadlife | hey there jonpry. Long time no see. | 17:57 |
toadlife | how are things going with XDAndroid? | 17:57 |
jonpry | i'm working on ice cream sandwich for msm7k | 17:58 |
toadlife | oooh. | 17:58 |
toadlife | We just got Gingerbread for our Epic 4Gs. The Epic dev comminty sucks so I don' | 17:59 |
toadlife | expect ICS for it...ever. | 17:59 |
jonpry | there is surprising number of people still working on these ancient phones | 18:01 |
jonpry | doesn't CM support the Epic 4g? | 18:02 |
*** NeoMatrixJR has quit IRC | 18:02 | |
toadlife | No. There is broken partially working CM7 for the Epic 4G. | 18:02 |
toadlife | Not alot of real dev activity for the Epic | 18:02 |
arrrghhh | yea i'm really glad i didn't get that phone | 18:02 |
arrrghhh | i heard the keyboard is subpar | 18:03 |
toadlife | heh | 18:03 |
arrrghhh | for whatever reason no hackers latched onto it like the Evo... | 18:03 |
toadlife | Actually the keyboard is ok | 18:03 |
toadlife | Every third party ROM for the Epic sucked major ass, so I made my own | 18:03 |
arrrghhh | lol | 18:03 |
toadlife | It's the shit | 18:03 |
arrrghhh | hrm | 18:04 |
toadlife | What's sad is, the most popular Epic 4G ROM, SRF 1.2 is one of the worst engineered ROMS in existence. | 18:04 |
arrrghhh | troubleshoot this acoustic issue | 18:04 |
arrrghhh | or go back to nand... | 18:04 |
arrrghhh | toadlife, funny how that works | 18:04 |
arrrghhh | let me guess, the "dev" makes ridiculous claims about how awesome it is? | 18:04 |
*** fishhead2567 has quit IRC | 18:05 | |
toadlife | Yeah. Pure amateur hour. | 18:05 |
toadlife | The ROM comes with ext4 partitons with journaling disabled by default, so your data corrupted within a day of loading the ROM. The ROM has no HOME app in the system partitioon, so if you wipe data you phone is hosed. Three of the custom lockscreens that you can choose lock the phone up and cause a reboot | 18:06 |
arrrghhh | lol | 18:07 |
arrrghhh | that's awesome | 18:07 |
toadlife | I call them "ricer" comes. | 18:07 |
arrrghhh | so ext4 is good on native devices? | 18:07 |
arrrghhh | wtf | 18:07 |
toadlife | ROMS i mean | 18:07 |
arrrghhh | ext4 w/journaling is not made for NAND/sd cards | 18:07 |
arrrghhh | ext4 w/o journaling... well i'm sure it's fast but if it blows up constantly not worth it. | 18:08 |
toadlife | ext4 with noauto_da_alloc option gives better speeds - in quadrant benchmark. Not sure if it makes a difference in the real world though | 18:10 |
arrrghhh | yea | 18:10 |
arrrghhh | benchmarks are always so shady | 18:10 |
arrrghhh | yaffs2 that bad? | 18:10 |
toadlife | There is an unheahty obsession with quadrant in the Android community | 18:10 |
toadlife | no yaffs2 for the Epic | 18:11 |
toadlife | yet | 18:11 |
arrrghhh | wat | 18:11 |
arrrghhh | what does stock use? | 18:11 |
toadlife | "RFS" | 18:11 |
arrrghhh | wtf | 18:11 |
arrrghhh | did samsung just make that up? :P | 18:11 |
toadlife | which is FAT plus a proprietary Samsung module that provides journaling and permissions | 18:12 |
toadlife | Yeah, as a matter of fact, they did make it up. ;P | 18:12 |
arrrghhh | lmao | 18:12 |
arrrghhh | well that blows. really glad i didn't get that phone ('twas tempting because of the full qwerty) | 18:12 |
toadlife | It's reliable though. No data corruption like with ext4 | 18:13 |
arrrghhh | seems all the good devs are all on RHOD | 18:13 |
arrrghhh | well there's something to be said for that | 18:13 |
toadlife | Yeah, and the asshole/newbie devs are on the Epic | 18:13 |
arrrghhh | heh | 18:13 |
*** NeoMatrixJR has joined #xdandroid | 18:13 | |
toadlife | yaffs in being worked on for the Epic and CM7 is being worked on. They were waiting for an official GB release which came a couple of weeks ago | 18:14 |
toadlife | So all is no lost. | 18:14 |
toadlife | So what doesn't work on the Rhodium right now? have you guys made progress? | 18:15 |
arrrghhh | yes and no | 18:15 |
jonpry | my internet has all but failed. 80% packet loss to 8.8.8.8 | 18:15 |
arrrghhh | two steps forward, three steps back. | 18:15 |
arrrghhh | jonpry, damn. | 18:15 |
arrrghhh | toadlife, right now we're working on the audio routing nightmares | 18:16 |
arrrghhh | and there's a lot of new kernel work | 18:16 |
arrrghhh | .35/.39/3.0/3.1 all boot | 18:16 |
arrrghhh | they're all at different levels of functionality tho, none can completely replace .27 yet.. | 18:16 |
arrrghhh | .39's getting close tho | 18:16 |
jonpry | 27 cough cough | 18:17 |
arrrghhh | ? | 18:18 |
toadlife | Sounds fun. | 18:19 |
arrrghhh | good times indeed | 18:19 |
arrrghhh | acl has gotten NAND to boot | 18:19 |
arrrghhh | but he's kinda the lone ranger | 18:19 |
jonpry | makes me ill | 18:19 |
arrrghhh | most of the developer focus is on HaRET | 18:20 |
arrrghhh | hahaha | 18:20 |
arrrghhh | i think when everything has stabilized, it's the only option. i don't want winmo on the device if Android is just as functional hardware-wise. | 18:20 |
arrrghhh | getting close. | 18:20 |
toadlife | I need to buy a TP2 used. The Epic and its fast hardware is nice, but the community sucks. You guys rock | 18:23 |
arrrghhh | heh | 18:23 |
arrrghhh | you'll be angry by how slow it is | 18:23 |
toadlife | Yeah, probably. :D | 18:24 |
*** jonpry has quit IRC | 18:25 | |
arrrghhh | looks like his cxn finally collapsed | 18:25 |
*** jonpry has joined #xdandroid | 18:26 | |
toadlife | Oh, btw arrrghhh...you should have told me how much Sprint's network sucks. | 18:41 |
toadlife | :P | 18:41 |
toadlife | marginally better than T-Mo's | 18:41 |
rpierce99 | i've had sprint for like 8 years and never had a complaint about the network | 18:42 |
rpierce99 | it all depends on where you are | 18:42 |
toadlife | Yep | 18:42 |
toadlife | Call quality and reliablity have been great....but data speeds. | 18:42 |
toadlife | I'd still choose Sprint over T-Mo, but I was underwhelmed by the 3G data network. | 18:43 |
*** SytheZN has joined #xdandroid | 19:00 | |
SytheZN | Greetings .etc | 19:00 |
SytheZN | so I'm using ubuntu 11.10, and I've installed the java 5 sdk... | 19:02 |
SytheZN | But I'm still getting incorrect java version | 19:03 |
SytheZN | I tried commenting out the version check in the makefile and it runs through, but it's failing along the way | 19:04 |
SytheZN | Any ideas? | 19:04 |
jonpry | alternatives management | 19:06 |
jonpry | gotta select java 5 | 19:06 |
SytheZN | Ah... ty | 19:07 |
* SytheZN starts digging | 19:07 | |
jonpry | sudo update-alternatives --config java | 19:07 |
SytheZN | Thanks :) | 19:07 |
jonpry | arrrghhh, i am super confused | 19:08 |
*** SytheZN has quit IRC | 19:15 | |
rpierce99 | and you will stay that way as long as you continue asking arrrghhh | 19:15 |
*** SytheZN has joined #xdandroid | 19:15 | |
jonpry | where can i upload a file using lynx or ftp? | 19:16 |
*** SytheZN has quit IRC | 19:19 | |
*** SytheZN has joined #xdandroid | 19:21 | |
*** toadlife_ has joined #xdandroid | 19:22 | |
*** toadlife has quit IRC | 19:23 | |
*** toadlife_ is now known as toadlife | 19:23 | |
*** SytheZN has quit IRC | 19:25 | |
*** SytheZN has joined #xdandroid | 19:26 | |
toadlife | Sean-Peter says hi! http://dl.dropbox.com/u/25754012/sean-peter.jpg | 19:29 |
*** SytheZN has quit IRC | 19:30 | |
*** toadlife has quit IRC | 19:31 | |
*** SytheZN has joined #xdandroid | 19:31 | |
*** phh has quit IRC | 19:35 | |
*** SytheZN has quit IRC | 19:35 | |
*** phh has joined #xdandroid | 19:36 | |
*** SytheZN has joined #xdandroid | 19:36 | |
*** SytheZN has quit IRC | 19:41 | |
*** SytheZN has joined #xdandroid | 19:42 | |
*** SytheZN has quit IRC | 19:46 | |
*** SytheZN has joined #xdandroid | 19:47 | |
*** SytheZN has quit IRC | 19:51 | |
*** d3tul3 has joined #xdandroid | 20:21 | |
*** hardwalker has joined #xdandroid | 20:30 | |
*** NeoMatrixJR has quit IRC | 21:00 | |
*** tiad8 has joined #xdandroid | 22:01 | |
*** NeoMatrixJR has joined #xdandroid | 22:02 | |
*** NeoMatrixJR has quit IRC | 22:03 | |
*** rpierce99 has quit IRC | 22:05 | |
tiad8 | hey phh, he got the hw libs for GB gps from Lengend, he added some kind of patch to the libs to make it work. | 22:07 |
d3tul3 | one thing you should realize, that I am not sure you ever did, is that xdandroid does not operate on the principle of distributing pre-compiled binaries from sources other than xdandroid (with very few exceptions)...coming here and advertising roms and re-distributing binaries only deepens any rift between you and xda | 22:15 |
*** babijoee has joined #xdandroid | 22:17 | |
*** babijoee has quit IRC | 22:17 | |
*** babijoee has joined #xdandroid | 22:18 | |
jonpry | gotta do something about this boot animation sucking the life out the phone | 22:18 |
babijoee | remove it | 22:19 |
babijoee | :D | 22:19 |
tiad8 | d3tul3. dude i know. i'm not asking anybody to do anything | 22:19 |
tiad8 | hey guys take a look at this comment by Reggie Shottas using my sd recovery. http://tiad8.com/htc-touch-pro-2-sd-android-development/609-cwm-build-tiadroid6-7.html#post13908 | 22:22 |
d3tul3 | jonpry, what's the deal can't you just take the animation out...i'm almost thinking about taking bootani out on my phone, it makes boot times considerably longer for what useless eyecandy | 22:26 |
jonpry | i removed the zip, but i don't think the stock animation is any cheaper | 22:26 |
babijoee | how long is it loading for | 22:28 |
jonpry | 20 minutes | 22:28 |
babijoee | i dont think the stock android boot animation really sucks much power | 22:28 |
babijoee | oh | 22:28 |
babijoee | thats ages | 22:28 |
jonpry | it uses 90% of the cpu time | 22:28 |
jonpry | could be that everything else is IOW | 22:29 |
d3tul3 | is there on way to just tell it to blank screen or something | 22:30 |
jonpry | or make it not use egl | 22:30 |
jonpry | could hack the source to make egl fail easily enough | 22:31 |
d3tul3 | hm i guess you can fire up an emulator with no boot anim option ... but that's no help | 22:32 |
*** babijoee has quit IRC | 22:32 | |
jonpry | i've been thinking about doing this in the emulator. since its really in the same state w/ gles1 only | 22:33 |
*** babijoee has joined #xdandroid | 22:33 | |
*** TheSeven has quit IRC | 22:34 | |
*** [7] has joined #xdandroid | 22:34 | |
jonpry | it has driven me to drinking | 22:46 |
*** tiad8 has quit IRC | 22:47 | |
jonpry | doh W/Watchdog( 3202): *** WATCHDOG KILLING SYSTEM PROCESS: com.android.server.am.ActivityManagerService | 22:50 |
jonpry | D/AndroidRuntime( 3300): Shutting down VM | 22:50 |
jonpry | if it takes too long to boot, it starts over | 22:50 |
*** NeoMatrixJR has joined #xdandroid | 22:56 | |
*** NeoMatrixJR has quit IRC | 23:00 | |
*** Entropy512 has quit IRC | 23:30 | |
*** Entropy512 has joined #xdandroid | 23:32 | |
*** d3tul3 has quit IRC | 23:35 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!