arrrghhh | stinebd, you thar? | 00:28 |
---|---|---|
arrrghhh | wondering what rootfs to use | 00:28 |
arrrghhh | or kernel for that matter | 00:33 |
arrrghhh | not even sure where i can dig up a .27 acoustic kernel... hrm... | 00:33 |
*** rpierce99 has quit IRC | 00:52 | |
*** ^Tempest_ is now known as ^Tempest | 01:12 | |
*** vinceweis_ has quit IRC | 01:44 | |
*** d3tul3 has quit IRC | 01:50 | |
*** kalemas has joined #xdandroid | 02:27 | |
*** kalemas has left #xdandroid | 03:32 | |
*** babijoee has joined #xdandroid | 05:20 | |
*** hardwalker has quit IRC | 05:29 | |
*** babijoee has quit IRC | 05:33 | |
*** helicopter88 has joined #xdandroid | 06:49 | |
*** fishhead2567 has joined #xdandroid | 09:15 | |
*** helicopter88_1 has joined #xdandroid | 09:30 | |
*** helicopter88 has quit IRC | 09:31 | |
*** helicopter88_1 is now known as helicopter88 | 09:43 | |
*** rpierce99 has joined #xdandroid | 09:46 | |
*** rpierce99 has quit IRC | 09:49 | |
*** rpierce99 has joined #xdandroid | 09:52 | |
*** helicopter88 has quit IRC | 09:57 | |
*** kalemas has joined #xdandroid | 10:02 | |
*** mgross029 has joined #xdandroid | 10:06 | |
*** emwe has joined #xdandroid | 10:11 | |
emwe | rpierce99: detule: the rootfs-unsecure i reference is just for pita-less adb debugging. superuser has been fixed to build with a specific (gp-api-compatible) revision a while ago. | 10:12 |
detule | emwe, quick question | 10:13 |
rpierce99 | awesome, thanks I must have missed that discussion | 10:13 |
detule | pmem_gpu0 no longer needed? | 10:13 |
emwe | detule: uh? wasn't that for framebuffer memory? | 10:13 |
emwe | and gpu1 for 3d? long time ago... | 10:13 |
emwe | rpierce99: don't ask how much i miss these times. i always have to reask because i forget in between ... | 10:14 |
emwe | must be the age. | 10:14 |
detule | no idea but i don't see you registering those devices in .35, and the regions they are declared in pmem.c overlap hw3d device | 10:14 |
emwe | oh now let me go lock. pmem.c is quite comparable to the .27 one. i just cleaned up some defintion stuff at the top iirc. | 10:15 |
emwe | pmem_setting.pmem_gpu0_start=MSM_SMI_BASE+1024*1024; | 10:16 |
emwe | pmem_setting.pmem_gpu0_size=0x700000; | 10:16 |
emwe | at the very bottom. identical for every device. | 10:16 |
detule | sure but in msm_add_mem_devices | 10:17 |
detule | in devices_htc | 10:17 |
emwe | line 342 | 10:17 |
detule | rt platform_device_register(&hw3d_device) | 10:18 |
detule | no platform_device_register(&pmem_gpu0) | 10:18 |
detule | no platform_device_register(&pmem_gpu1) | 10:18 |
detule | here it is in .27 https://gitorious.org/linux-on-qualcomm-s-msm/linux-msm/blobs/htc-msm-2.6.27/arch/arm/mach-msm/pmem.c#line157 | 10:19 |
emwe | it#s fetching the smi and ebi resource from hw3d_device and setting the values. | 10:19 |
emwe | and then it registers taht hw3d_device .. looks all fine to me | 10:19 |
detule | ok but the way you have it do you have "/dev/pmem_gpu0" ? | 10:20 |
emwe | good question. the thing is .. and that is why "my" pmem.c looks different is the fact that for .27 all that setup stuff has been copy-pasted in there allthough there is official code doing that. | 10:21 |
emwe | one sec. | 10:21 |
emwe | that's why i cleaned up pmem.c to the bare minimum and have official code doing the setup as done for any other native device. | 10:21 |
emwe | i hate copy-paste for the sake of butchering things over and over again. | 10:22 |
detule | i agree i was just grepping the userland source and i can't find where it calls /dev/pmem_gpu | 10:22 |
emwe | hmhmhm you now make me ehm... whonder... | 10:23 |
emwe | /dev/pmem_camera | 10:23 |
emwe | /dev/pmem_adsp | 10:23 |
emwe | /dev/pmem | 10:23 |
emwe | ahem. | 10:23 |
detule | for the record since .39 pmem is copy paste from .27 we are registering gpu0 and gpu1 as well | 10:23 |
emwe | /dev/msm_hw3dc | 10:23 |
emwe | /dev/msm_hw3dm | 10:23 |
detule | but the overlap with the hw3d makes me wonder | 10:24 |
emwe | ^^ those sound like conrtol and mem? | 10:24 |
emwe | and if this copy-paste actually leads to problems, my arguments regarding less-butchering and more pita to do it right initially gets food. :) | 10:25 |
detule | well i have no idea if it leads to problems or not, i am just curious what those devices get used for | 10:26 |
detule | doesn't look like userland is using them | 10:26 |
emwe | it's master and client device according to hw3d.c. i am no expert in how this works though ... | 10:28 |
detule | yea i think the hw3d setup is fine | 10:29 |
emwe | libgralloc works with /dev/hw3d[c,m] | 10:31 |
*** helicopter88 has joined #xdandroid | 10:31 | |
emwe | so, now to your sensors patch... | 10:31 |
detule | actually it probably doesn't matter those pmem_gpu* devices are 'name=pmem_gpu*' i don't think we are compiling a driver even that gets probed with that handle | 10:32 |
emwe | a grep agrees on what you said :) | 10:34 |
emwe | btw, i can't really spot a difference jit or jitless | 10:34 |
emwe | but i haven't had SODs in some days. | 10:34 |
emwe | no idea... | 10:34 |
emwe | we'll keep it off and be done with it. | 10:34 |
stinebd | arrrghhh: stock rootfs latest, and emwe had given me some .27+acoustic kernel at some point | 10:35 |
emwe | stinebd, hey. | 10:36 |
emwe | the only thing i haven't pushed to rootfs is the updated brcm firmware because that is not backwards compatible to .27 bcm4329 driver. | 10:36 |
emwe | stinebd: i already mailed him the link again :) | 10:36 |
stinebd | ok thanks | 10:37 |
emwe | i should ideally be able to push that to .releng | 10:37 |
stinebd | yeah you remember where to go with it right? xdandroid@maduin:/srv/www/files.xdandroid.com/htdocs/.releng/ | 10:37 |
emwe | thanks for the pointer again. ;) | 10:38 |
detule | actually i lied, pmem_gpu devices are '.name=android_pmem' which is our pmem driver so it certainly gets probed | 10:38 |
detule | taking them out | 10:39 |
emwe | the look like unused according to msm7k | 10:43 |
*** |Jeroen| has joined #xdandroid | 10:47 | |
detule | i need to look at pmem, but it must be equipped to register two devices sharing the same physical region | 10:57 |
*** |Jeroen| has quit IRC | 11:30 | |
arrrghhh | emwe, my apologies. i went thru mah mails and i couldn't find a .27 kernel. i might've deleted it (gasp) | 11:31 |
emwe | geez! you delete my mails?! i am abandoning the project. | 11:33 |
arrrghhh | lmao | 11:34 |
arrrghhh | i saved most of 'em. not sure why i couldn't find a .27 kernel tho... | 11:34 |
arrrghhh | all i could find was mgross talking about them. the tease | 11:34 |
mgross029 | arrrghhh: just sent the email to you.. | 11:35 |
*** vinceweis_ has joined #xdandroid | 11:35 | |
emwe | arrrghhh: uploading it to .releng | 11:36 |
mgross029 | It had gbx0aplus-2011-11-09 in the subject so you may of had it but now you have it again. :p | 11:36 |
arrrghhh | mgross029, lol no biggie | 11:37 |
arrrghhh | emwe already sent it along | 11:37 |
arrrghhh | throwing it all on mah phone now | 11:37 |
arrrghhh | yes, i'm back to winmo. | 11:37 |
emwe | so, it's up on releng. | 11:38 |
arrrghhh | hehe | 11:38 |
arrrghhh | thanks | 11:38 |
emwe | you're welcome (back to haret). | 11:39 |
emwe | xdandroid later tell GlemSom your new autobuild site suffers some outage? | 11:42 |
xdandroid | emwe: The operation succeeded. | 11:42 |
NeoMatrixJR | So, what's the best "daily use" setup to use still? FRX07.1 w/ .27 still? | 11:58 |
stinebd | no, the best daily driver is atrix running atrix-aosp 2.3.7 | 11:58 |
arrrghhh | lol | 11:58 |
arrrghhh | NeoMatrixJR, yes | 11:58 |
NeoMatrixJR | thought so, but figured I'd check. I'm a bit behind on xdandroid's current state. | 11:59 |
arrrghhh | .35/.39/3.0/3.1 are in the works | 12:00 |
arrrghhh | but they all have issues here or there, they are close to surpassing .27. | 12:00 |
arrrghhh | .35/.39 especially | 12:00 |
NeoMatrixJR | any better audio routing available/coming? | 12:01 |
arrrghhh | coming | 12:01 |
NeoMatrixJR | to .35/.39? I take it .27 = abandoned at this point. | 12:01 |
arrrghhh | it's getting bugfixes | 12:03 |
arrrghhh | but yea | 12:03 |
arrrghhh | pretty much abandoned | 12:03 |
NeoMatrixJR | ok, I'll go back to lurking XDA and playing with my tab for now. I'm trying to give them a hand with the .36 for my tab. Having troubles with that same damn BT chip the TP2 has. | 12:05 |
arrrghhh | hahaha | 12:05 |
NeoMatrixJR | don't suppose we have working BT in .35/.39 do we? | 12:06 |
NeoMatrixJR | so I could compare notes... | 12:06 |
arrrghhh | .35 yes | 12:06 |
arrrghhh | .39 working on it | 12:06 |
arrrghhh | you mean steal code :P | 12:06 |
NeoMatrixJR | hmmm...gonna have to look @ that! | 12:06 |
arrrghhh | .35 has an odd bug tho | 12:06 |
arrrghhh | BT has to be one | 12:06 |
arrrghhh | on* | 12:06 |
NeoMatrixJR | maybe. Not sure if we're missing kernel stuffs or userland right now | 12:06 |
arrrghhh | literally | 12:06 |
arrrghhh | phone won't sleep if BT is off | 12:06 |
NeoMatrixJR | wierd | 12:06 |
arrrghhh | yea, you can thank emwe for that :P | 12:07 |
NeoMatrixJR | have rfkill pm turned on? | 12:07 |
NeoMatrixJR | n/m I'll take a look a bit later I'm sure | 12:07 |
emwe | thanks :P | 12:07 |
*** fishhead2567 has quit IRC | 12:11 | |
*** fishhead2567 has joined #xdandroid | 12:13 | |
arrrghhh | gb tiem | 12:20 |
emwe | geez, that accel sensor is hammering userland like mad with updates. | 12:22 |
emwe | at least on the raph. | 12:22 |
emwe | 32 events a second... we need to slow that down sometime... | 12:23 |
stinebd | if anything we need to speed it up | 12:35 |
*** vinceweis_ has quit IRC | 12:36 | |
arrrghhh | booting gb | 12:49 |
arrrghhh | new data.img, w00t | 12:51 |
stinebd | with .27 acoustic? | 12:53 |
arrrghhh | yessir | 12:54 |
arrrghhh | had a phone FC on boot | 12:54 |
arrrghhh | i seem to usually get those tho | 12:54 |
arrrghhh | on first boot * | 12:55 |
arrrghhh | anyhoo, should i be focusing on acoustic routing? | 12:55 |
stinebd | focus on everything at once | 12:56 |
arrrghhh | lmao | 12:58 |
arrrghhh | alright, syncing | 12:58 |
arrrghhh | going to go out and put it thru the ringer | 12:58 |
arrrghhh | it's running pretty f-in fast tho. | 12:58 |
arrrghhh | i am oc'd to 710, but still | 12:58 |
arrrghhh | very nice | 12:58 |
stinebd | jit is disabled right? | 12:59 |
arrrghhh | lemme check | 13:01 |
arrrghhh | uh | 13:04 |
arrrghhh | getprop? | 13:04 |
rpierce99 | dalvik vm execution mode | 13:06 |
stinebd | cmon arrrghhh you've been doing this for years | 13:06 |
rpierce99 | dalvik.vm.execution-mode | 13:06 |
arrrghhh | stinebd, i know. i can't remember anything either lol | 13:07 |
mgross029 | cat /system/build.poop | 13:07 |
mgross029 | arrrghhh has ics on the brain. :p | 13:08 |
rpierce99 | technically getprop would be more accurate, because you could have a user override prop file that sets it outside of build.prop | 13:08 |
mgross029 | tru | 13:09 |
arrrghhh | getprop | 13:09 |
arrrghhh | [dalvik.vm.execution-mode]: [int:jit] | 13:09 |
arrrghhh | seems jit is on... | 13:09 |
stinebd | uh ohs | 13:09 |
arrrghhh | i g2g | 13:09 |
rpierce99 | yep, i was going to say when i did a new data yesterday with gb and jit off i got no FCs, first boot was super smooth | 13:09 |
stinebd | probably placebo | 13:10 |
arrrghhh | i do want jit off tho | 13:10 |
arrrghhh | i'll muck with it later, peace out guys | 13:10 |
stinebd | oh i built that before the jit commit | 13:10 |
stinebd | arrrghhh: i'll have another image tonight after i get home | 13:10 |
arrrghhh | np | 13:10 |
*** jONpRY has joined #xdandroid | 13:13 | |
jONpRY | stinebd, you got the ics going? | 13:14 |
*** rpierce99 has left #xdandroid | 13:14 | |
*** rpierce99 has joined #xdandroid | 13:14 | |
*** rpierce99 has left #xdandroid | 13:14 | |
stinebd | jONpRY: not gonna happen, even on atrix :( | 13:15 |
*** rpierce99 has joined #xdandroid | 13:15 | |
jONpRY | why is that? | 13:15 |
stinebd | graphics stack requires hardware composition | 13:15 |
jONpRY | how did you get the software compositor to work? | 13:15 |
stinebd | obviously msm7k won't do it, but also atrix drivers don't have support for the extensions yet | 13:16 |
stinebd | the android software egl driver does composition but it's slow as goatnuts | 13:16 |
stinebd | (as seen in the emulator) | 13:16 |
jONpRY | every time i try to use the software egl, its like gralloc flips out | 13:17 |
stinebd | yeah that too | 13:17 |
stinebd | even if you get it to boot there are insane graphical glitches | 13:17 |
jONpRY | what processor is atrix? | 13:18 |
stinebd | tegra2 | 13:18 |
stinebd | the hardware is definitely capable and moto has committed to ics for it | 13:18 |
jONpRY | i'm still battling the gralloc | 13:18 |
stinebd | i like my androids to be right now and aosp though | 13:18 |
*** RoTiV- has joined #xdandroid | 13:19 | |
jONpRY | who needs speed | 13:20 |
jONpRY | 3fps is fine. just need a libegl compat layer | 13:20 |
*** AndersG has joined #xdandroid | 13:21 | |
phh | stinebd: are you sure tegra drivers doesn't support composition ? | 13:22 |
phh | stinebd: it does on "linux" at least | 13:22 |
phh | just it doesn't announce it | 13:22 |
stinebd | phh: our android blobs don't work with it | 13:23 |
stinebd | with ics | 13:23 |
phh | don't work = ? | 13:23 |
phh | if it tries to find the extension and fails, disable the check | 13:23 |
stinebd | pretty sure someone tried that and got segfaults or something | 13:24 |
stinebd | but i might try anyway | 13:24 |
stinebd | phh: why not announce it though? | 13:25 |
phh | stinebd: god knows | 13:25 |
stinebd | nvidia of course | 13:25 |
phh | stinebd: linux tegra driver has several such flaws | 13:26 |
phh | like it doesn't support usual initialisation of EGL | 13:26 |
stinebd | their android blobs are completely nuts in general, so i wouldn't be surprised if that was the same thing | 13:26 |
stinebd | we already have egl hacks to work around some of their crap | 13:26 |
phh | like what ? | 13:27 |
stinebd | sorry | 13:29 |
stinebd | https://github.com/atrix-aosp/frameworks_base/commit/795523de692eb13228cc08a128ea686c00a33d27 | 13:29 |
stinebd | this kinda stuff | 13:30 |
*** RoTiV- has left #xdandroid | 13:32 | |
*** rpierce99 has quit IRC | 13:36 | |
*** rpierce99 has joined #xdandroid | 13:37 | |
*** rpierce99 has quit IRC | 13:38 | |
stinebd | phh: anyway yeah, the egl driver at the very least doesn't advertise compositing, and i think it might not even support it because it's pre-honeycomb | 13:38 |
*** rpierce99 has joined #xdandroid | 13:39 | |
phh | stinebd: well, strings thedriver |grep nameofcompositingfunctions :D | 13:39 |
emwe | stinebd: i assume you synced everything before building the image? whonder why jit was still on. also the phone crash is still around. bummer... thought we ironed that out in packages/apps/Phone. | 13:42 |
rpierce99 | emwe: this FC is only on first boot | 13:42 |
stinebd | emwe: i built the image on sunday | 13:42 |
rpierce99 | we fixed the other | 13:42 |
rpierce99 | and it's only with jit on afaict | 13:42 |
mgross029 | emwe: I've sync'd recently and jit is still enabled on my end | 13:43 |
emwe | stinebd: mgross029: i pushed jit-off on wednesday. | 13:43 |
stinebd | yeah i know | 13:43 |
stinebd | just explaining why it's not in the current image | 13:43 |
mgross029 | rpierce99: I changed my setprop ro.telephony.default_network to 7 instead of 0 and I don't get the FC on first boot any longer. | 13:44 |
mgross029 | emwe: sync'd today still shows. I will repo sync again. | 13:44 |
emwe | mgross029: git log on device/xdandroid/msm > commit 787ecfafc0efc944d1b2e301c39cee7a03616fd8 | 13:45 |
emwe | any buildspec.mk override left? | 13:45 |
stinebd | make installclean and rebuild | 13:46 |
mgross029 | fatal: Not a git repository (or any of the parent directories): .git ---- I must have run that command wrong | 13:48 |
mgross029 | Ha... My sync just pulled the update | 13:49 |
stinebd | mmhmm | 13:49 |
mgross029 | emwe: I see your commit but it does not change system.prop. That is still showing dalvik.vm.execution-mode = int:jit | 13:55 |
stinebd | make installclean and rebuild | 13:56 |
mgross029 | Ok... (think that was an echo I was supposed to pay attention to earlier) :p | 13:57 |
mgross029 | stinebd: Did ^^^ still seeing /device/xdandroid/msm/system.prop with dalvik.vm.execution-mode = int:jit, so won't the build have that in it? | 13:59 |
*** Tandyman100 has quit IRC | 14:01 | |
stinebd | the built is jitless now | 14:01 |
stinebd | build* | 14:01 |
stinebd | as in dalvik is being built without jit | 14:01 |
emwe | oh, missed that one. stinebd shall i change it to int:fast as well? | 14:02 |
emwe | the resulting imave has int:fast .. | 14:03 |
stinebd | emwe: you can if you want but without jit support it won't use jit no matter how you set build.prop | 14:03 |
stinebd | the only result of changing system.prop now is to avoid confusion by inexperience users such as mgross029 ;) | 14:04 |
*** helicopter88 is now known as helicAWAY | 14:04 | |
stinebd | poor mgross029, takes so much abuse here | 14:04 |
mgross029 | stinebd: Thanks for pointing out the obvious, but I was right. In a way. :p | 14:05 |
emwe | of course we are obliterating the chance to enable jit for people trying to re-evaluate it. | 14:05 |
mgross029 | I'm good... I'm old and tough. heh | 14:05 |
stinebd | emwe: for the people who matter, they know how to re-enable it | 14:05 |
emwe | but that will only work if dalvik is built with JIT support from my understanding. | 14:05 |
emwe | but if i WITH_JIT := false, then it won't i'd think. | 14:06 |
stinebd | yeah and the people who matter all build from source anyway | 14:06 |
stinebd | so they can change a flag in a makefile | 14:06 |
emwe | perhaps I am in the mood to tidy that up... | 14:06 |
stinebd | we're talking about the arrrghhhs and detules and bzos of the world | 14:06 |
stinebd | not the xda trash | 14:06 |
stinebd | also i guess hyc knows what he's doing | 14:07 |
mgross029 | Or could we set davlik back and make the change in the build.prop so the image wouldn't have to be rebuilt? Just throwing that out there. | 14:07 |
emwe | that's what i just said ^^ | 14:07 |
mgross029 | Sorry emwe didn't catch it before hitting <Enter> :p | 14:07 |
stinebd | i contend that xda people are so dumb they deserve to have their choice taken away | 14:08 |
stinebd | the instant anybody suggests jit is better (again) they'll all turn it back on | 14:08 |
phh | why disabling JIT ? RAM ? | 14:08 |
stinebd | stability | 14:08 |
mgross029 | stinebd: so you are saying like children if you give them too many choices they won't know the difference anyway. :p | 14:09 |
emwe | phh: some say it "feels" faster with int:fast | 14:09 |
emwe | i can't spot a difference. running jitless for some days. | 14:09 |
emwe | the synthetic performance is worse jitless, ofc. | 14:10 |
stinebd | some say it crashes things less often too | 14:10 |
mgross029 | Honestly I don't even notice a difference between the two. | 14:10 |
emwe | thanks mgross029 :) | 14:10 |
emwe | let's say i've been doing fine with jit. if those SODs where jit related is not entirely clear to me. | 14:10 |
emwe | bah, that htc bma150 driver is a bitch. | 14:11 |
emwe | not registering an input device... | 14:11 |
*** Tandyman100 has joined #xdandroid | 14:19 | |
mgross029 | emwe: you enabling gsensor in 35? | 14:21 |
emwe | yeah, lust looking at some alternate drivers. | 14:21 |
*** helicAWAY is now known as helicopter88 | 14:22 | |
mgross029 | Cool... | 14:22 |
detule | rpierce99, ugh | 14:24 |
rpierce99 | inorite | 14:24 |
rpierce99 | what's the best v6 setting these days? | 14:34 |
rpierce99 | maybe i should ping arrrghhh about it :P | 14:36 |
detule | dunno, haven't used v6, i am not sure if our rootfs override any oom and memfree values | 14:38 |
rpierce99 | yeah you have to use scriptmanager to reapply their values at every boot | 14:38 |
emwe | we do override | 14:38 |
emwe | but any script will override again | 14:39 |
emwe | it pushed out some lmk "patches" last week or so | 14:39 |
emwe | might be finetuned as detule pointed out to me :) | 14:39 |
emwe | somebody else can come up with a patch. | 14:39 |
Tandyman100 | Oh god everyone run for the hills it's me :P | 15:07 |
arrrghhh | rpierce99, i like the 512mb "middle" setting | 15:18 |
arrrghhh | i'm on the beta versions tho | 15:19 |
rpierce99 | i thought that's what you said, guess i'm just not sure why a setting designed for phones with "mega" ram would be ideal for our POS | 15:19 |
arrrghhh | it's just aggressive | 15:20 |
arrrghhh | his beta has 'suggestions' | 15:20 |
arrrghhh | and it suggests 256HP | 15:20 |
arrrghhh | but i say fuckthat | 15:20 |
stinebd | 256 horsepower | 15:23 |
arrrghhh | boom | 15:24 |
arrrghhh | cowpower | 15:24 |
detule | hey now easy with the pos | 15:24 |
arrrghhh | lol | 15:25 |
*** fishhead2567 has quit IRC | 15:26 | |
detule | my phone is pretty sensitive 's all | 15:26 |
*** fishhead2567 has joined #xdandroid | 15:28 | |
arrrghhh | hrm | 15:28 |
arrrghhh | BT enables | 15:28 |
arrrghhh | wifi doesn't | 15:28 |
arrrghhh | 11-18 13:27:57.660 E/WifiService( 1341): Failed to load Wi-Fi driver. | 15:28 |
detule | which rootfs? | 15:29 |
arrrghhh | newest autobuild | 15:29 |
arrrghhh | per sir stine | 15:30 |
arrrghhh | from 11/11 i think | 15:30 |
arrrghhh | yup | 15:30 |
arrrghhh | i guess i could try insmodding it | 15:30 |
rpierce99 | arrrghhh: you have to get the MODULES TOO :P | 15:30 |
arrrghhh | but why didn't it get loaded | 15:30 |
detule | k, as long is it's not one of these ones that have the new firmware which seems not backwards compatible | 15:30 |
arrrghhh | lol | 15:30 |
arrrghhh | yes, i haz ze modules | 15:30 |
arrrghhh | detule, that didn't get pushed did it? | 15:31 |
detule | no don't think so | 15:31 |
arrrghhh | hrm | 15:33 |
arrrghhh | says wlan.ko doesn't exist? | 15:33 |
arrrghhh | it's not in /system/lib | 15:33 |
arrrghhh | it is in /lib | 15:33 |
arrrghhh | er /lib/modules | 15:34 |
rpierce99 | find / -name wlan.ko ? | 15:34 |
detule | aren't they symlinked tese days | 15:34 |
arrrghhh | wtf | 15:34 |
arrrghhh | insmod: can't insert '/lib/modules/wlan.ko': No such device | 15:34 |
arrrghhh | evidently my wlan card fell out of my rhod somehow. | 15:34 |
arrrghhh | hate it when that happens | 15:34 |
stinebd | rhod doesn't use wlan.ko | 15:34 |
arrrghhh | orly | 15:34 |
stinebd | it's bcm4325 | 15:34 |
arrrghhh | ok, so i'm retarded | 15:34 |
arrrghhh | isn't that bt? | 15:35 |
stinebd | it's a combo chip but the kernel driver for wifi is bcm4325 | 15:35 |
arrrghhh | i have a bcm4329 | 15:35 |
stinebd | err 4329 is the driver | 15:35 |
stinebd | chip is 4325 | 15:35 |
arrrghhh | i see | 15:35 |
emwe | arrrghhh: which kernel? | 15:35 |
stinebd | 27+acoustic | 15:35 |
emwe | hm. | 15:35 |
arrrghhh | ^^ | 15:35 |
arrrghhh | ffs | 15:35 |
arrrghhh | insmod: can't insert '/lib/modules/bcm4329.ko': invalid module format | 15:35 |
arrrghhh | that means the modules don't match the kernel? | 15:36 |
stinebd | right | 15:36 |
arrrghhh | hrm | 15:36 |
rpierce99 | hah! | 15:36 |
arrrghhh | they definitely do. even had a new data.img. | 15:36 |
emwe | adb shell rm -rf /system/lib/modules/ | 15:36 |
detule | rm -rf /system/lib/modules | 15:36 |
emwe | lol | 15:36 |
arrrghhh | yea that | 15:36 |
detule | what he said | 15:36 |
arrrghhh | unless stine released a system image with modules in it? | 15:36 |
arrrghhh | lol | 15:36 |
stinebd | probably | 15:37 |
emwe | no, they stay there from previous extractions | 15:37 |
arrrghhh | good times | 15:37 |
arrrghhh | emwe, this is all new | 15:37 |
arrrghhh | i started fresh w/everything | 15:37 |
arrrghhh | haven't done any kernel hopping etc | 15:37 |
emwe | is this bind mounted over, right? | 15:37 |
arrrghhh | probably | 15:37 |
emwe | hm... somehow i always have to do the afformentioned rm to get modules good | 15:37 |
stinebd | can we please get rid of rootfs? | 15:38 |
jONpRY | how did you build ics for msm7k? | 15:41 |
stinebd | i didn't build no ics for no msm7k | 15:41 |
jONpRY | oh. what about the 3 fps? | 15:41 |
stinebd | that was on tegra2 lol | 15:42 |
jONpRY | ic | 15:42 |
jONpRY | so we are blazing a trail then | 15:42 |
stinebd | ics on msm7k would just be a static image | 15:42 |
stinebd | updates every half hour | 15:42 |
jONpRY | can't you turn off the eye candy? | 15:43 |
stinebd | no | 15:43 |
jONpRY | maybe just not yet | 15:43 |
stinebd | it's the same idea as honeycomb | 15:43 |
stinebd | except more requirements | 15:43 |
stinebd | now, all that stuff is compositing, egl and a bit of renderscript mixed in | 15:43 |
jONpRY | well i think we can build a compositor for glesv1 | 15:43 |
stinebd | if you can build one for ginger glesv2 that would be nice | 15:44 |
jONpRY | call it ghetto positor | 15:44 |
arrrghhh | ha | 15:45 |
*** mgross029 has quit IRC | 16:08 | |
*** AndersG has quit IRC | 16:29 | |
*** helicopter88 has quit IRC | 16:33 | |
*** virsys has quit IRC | 16:52 | |
*** kalemas has left #xdandroid | 17:00 | |
*** jONpRY has quit IRC | 17:04 | |
*** jONpRY has joined #xdandroid | 17:12 | |
*** d3tul3 has joined #xdandroid | 17:42 | |
*** fishhead2567 has quit IRC | 17:57 | |
emwe | arrrghhh: btw, you managed to get wifi up with .27-acoustic? | 18:04 |
*** ImCoKeMaN has joined #xdandroid | 18:08 | |
arrrghhh | emwe, haven't yet | 18:09 |
arrrghhh | i still need to rebootski tho | 18:09 |
arrrghhh | been cleaning | 18:09 |
emwe | ok. | 18:09 |
arrrghhh | gf thought it would be 'fun' to have thanksgiving at our house this year | 18:09 |
arrrghhh | and now she's freaking out that the house isn't spotless... | 18:10 |
emwe | hah | 18:10 |
emwe | enjoy | 18:10 |
arrrghhh | good times | 18:10 |
arrrghhh | thanks | 18:10 |
arrrghhh | rebooting now, will report back sir | 18:10 |
emwe | no hurries | 18:10 |
emwe | need to get to bed soon | 18:10 |
emwe | just got a new bma150 driver supported. what a pita. | 18:10 |
arrrghhh | heh | 18:11 |
emwe | stinebd: i'd like to ask for a new build. :) | 18:11 |
arrrghhh | at least it's working | 18:11 |
emwe | well, orientation appears strange. | 18:11 |
arrrghhh | hrm | 18:11 |
emwe | it switches when i hold to the left. don't care. | 18:11 |
emwe | or don't care, yet... | 18:11 |
emwe | it would have been ueber-pita to get that old micropklt-polluted microp-bma150.c going | 18:12 |
arrrghhh | lol | 18:12 |
arrrghhh | oh well, bbl if you're still on. | 18:12 |
emwe | likely not :) | 18:12 |
emwe | have fun! | 18:12 |
arrrghhh | oh yea... | 18:12 |
xdandroid | New rootfs available (20111118-0baf994) at: http://is.gd/XBhoYG -- Changes at: http://is.gd/rJ5m5A | 18:13 |
d3tul3 | emwe, userland bma150? | 18:13 |
emwe | d3tul3: massaged in the "driver api" to evdevsensor | 18:14 |
emwe | look at the .35 commits | 18:14 |
emwe | i wanted to take over microp-bma150.c and quickly realized i don't want to at all. | 18:14 |
emwe | you still have it on .39 right d3tul3 ? | 18:14 |
d3tul3 | oh nice this is pretty vanilla | 18:15 |
emwe | and from BOSCH itself :P | 18:15 |
d3tul3 | cool, likelihood high it will get stolen | 18:15 |
emwe | with pdata power hooks | 18:15 |
emwe | took it from CA | 18:15 |
emwe | they got it even hooked up via SPI (needed for TOPA) if i looked right | 18:15 |
emwe | their 3 board files have either GPIO or VREG power setup | 18:16 |
emwe | so we likely miss that apart from enabling/disabling the the sensor itself. | 18:16 |
emwe | we got gpio49 for rhod | 18:16 |
emwe | dunno if it will save ultra-power if we toggle it like CA/qcom does it for their comet and qsd8x50 boards | 18:17 |
arrrghhh | emwe, wifi still busted | 18:32 |
emwe | hmhmhm | 18:32 |
emwe | perhaps i should give it a testrun tomorrow | 18:32 |
arrrghhh | i guess it's possible the modules are just completely not matched | 18:32 |
emwe | i just rebuilt the .27 acoustic again | 18:33 |
arrrghhh | i extracted them straight to the phone. | 18:33 |
arrrghhh | dunno. i'll look at it later and let you know if i have any breakthrus | 18:33 |
emwe | oh noes, i inteded too. building now | 18:33 |
emwe | i am likely gonna md5sum and reupload if necessary to releng | 18:33 |
arrrghhh | heh | 18:33 |
arrrghhh | ok | 18:33 |
emwe | will ping here. | 18:33 |
emwe | arrrghhh: re-uploaded the .27-acoustic. the zips md5 changed... so perhaps a dirty module. | 18:48 |
emwe | new md5: 133c4efd5081f81406bc157a22aa2b71 | 18:49 |
arrrghhh | emwe, thanks mate | 18:53 |
arrrghhh | i'll check that out | 18:53 |
emwe | this might also explain why i failed to get .27 with new bcm firmware going... | 18:54 |
arrrghhh | lol | 18:54 |
emwe | one sec, let me update rootfs-unsecure.img .. i am sure you bookmarked. :P | 18:54 |
emwe | or well, you can use current state. | 18:55 |
* emwe whonders what dropbox delivers when file uploads are not done, yet. | 18:56 | |
emwe | rootfs-unsecure updated. it contains the updated bcm firmware. | 18:59 |
*** NeoMatrixJR has quit IRC | 19:01 | |
*** NeoMatrixJR has joined #xdandroid | 19:10 | |
*** Kraln has quit IRC | 19:17 | |
*** Kraln has joined #xdandroid | 19:20 | |
emwe | ehm, Failed to load wifi-driver? ... | 19:25 |
arrrghhh | even with the new image you just built? | 19:28 |
emwe | last time driver loaded but spit out errors about unknown packets | 19:28 |
emwe | i just wen't to stock rootfs with old firmware | 19:29 |
emwe | to verify if it's firmware or something else. | 19:29 |
arrrghhh | hrm | 19:29 |
emwe | but you know what i like? kexec. | 19:29 |
emwe | this is such a relief. unbelievable. | 19:29 |
arrrghhh | hah | 19:30 |
arrrghhh | think stinebd'll accept it? | 19:30 |
emwe | ahem... you don't read commits on gitorious.org/xdandroid/ do you? | 19:30 |
emwe | i pushed it out this week. | 19:31 |
arrrghhh | weird | 19:31 |
arrrghhh | i guess it's not in .27 tho eh? | 19:31 |
arrrghhh | i don't see the option in the menu. thought i would regardless. | 19:32 |
emwe | system image is from last sunday | 19:32 |
emwe | i am still uploading "mine". | 19:32 |
arrrghhh | stine just gave me one i assumed was freshly built | 19:32 |
emwe | it was from sunday he said earlier. | 19:32 |
arrrghhh | dated 11/17 | 19:32 |
arrrghhh | d'oh | 19:32 |
emwe | hm | 19:32 |
arrrghhh | you put in some lmk's? did you ever figure out the oom grouping poop? | 19:33 |
emwe | created on releng on 11/17 then perhaps :) | 19:33 |
arrrghhh | ah | 19:33 |
arrrghhh | looking at the build number | 19:33 |
arrrghhh | 11/13 | 19:33 |
emwe | nope, not looked. but autobuld rootfs has basic lmk patches | 19:33 |
arrrghhh | sunday | 19:33 |
emwe | i am running stock rootfs and stock userland apart from ro.secure=1 | 19:34 |
arrrghhh | i see | 19:34 |
emwe | so everything out there is what is running here. | 19:34 |
arrrghhh | +1 | 19:35 |
arrrghhh | i need to grab that new acoustic .27 kernel you put up tho | 19:35 |
emwe | nope... WTF?! | 19:37 |
emwe | failed to load wifi driver. | 19:37 |
emwe | ey, what have i fscked up now... | 19:37 |
arrrghhh | lol | 19:37 |
arrrghhh | at least it's not just my stupid user error | 19:38 |
arrrghhh | makes me feel a little better. rpierce99 was beginning to hurt my feelings thar :P | 19:38 |
emwe | i see no dmesg output whatsoever damnit. | 19:39 |
arrrghhh | hum | 19:39 |
emwe | oh! | 19:40 |
emwe | i think i obliterated system/lib/modules | 19:41 |
arrrghhh | they didn't repopulate? | 19:41 |
emwe | i deleted the dir itself | 19:41 |
arrrghhh | what would it take to integrate a newer busybox version...? | 19:42 |
emwe | i have not the slightest idea. | 19:42 |
arrrghhh | stinebd, pls, i can haz? | 19:42 |
arrrghhh | i assume it's trivial | 19:43 |
arrrghhh | but most things aren't.. | 19:43 |
emwe | tell me why .27 feels snappier | 19:46 |
emwe | <4>[ 294.398773] wlan0: non-BDC packet received, flags 0x20 | 19:47 |
emwe | <4>[ 294.398864] dhdsdio_readframes: rx protocol error | 19:47 |
arrrghhh | .27 feels snappier? | 19:47 |
arrrghhh | ouch | 19:47 |
emwe | .35 used to feel snappier :P | 19:48 |
emwe | dunno. | 19:48 |
emwe | up for another day | 19:48 |
arrrghhh | placebo effect | 19:48 |
emwe | ok, so have you had the same errors? | 19:48 |
arrrghhh | i didn't look at dmesg... | 19:49 |
arrrghhh | let me recreate and look | 19:49 |
emwe | adb shell md5sum /etc/wifi/bcm432x/bcm4325-rtecdc.bin | 19:51 |
arrrghhh | i'm on the kernel that's slightly older keep in mind | 19:51 |
arrrghhh | 48a36f22412ec284088bc4ea1552e795 | 19:52 |
emwe | ok, that is the autobuild one. | 19:52 |
emwe | isn't the new firmware copied over again? | 19:52 |
emwe | ah likely not... | 19:52 |
arrrghhh | wtf | 19:52 |
arrrghhh | nothing, like it's not even trying | 19:52 |
arrrghhh | i guess i need to reboot | 19:52 |
arrrghhh | might as well grab this new kernel whilst i'm at it. | 19:53 |
emwe | works | 19:53 |
arrrghhh | shut down has been shutting down lately | 19:53 |
emwe | only with old firmware... | 19:53 |
emwe | not with new firmware | 19:53 |
arrrghhh | ah | 19:53 |
arrrghhh | so will have to put a check in rootfs? | 19:53 |
emwe | looks like | 19:54 |
arrrghhh | if on shitty old kernel, use shitty old firmware.... | 19:54 |
emwe | if somebody would be so kind to come up with a solution? | 19:54 |
emwe | i'd like to do other stuff :P | 19:54 |
arrrghhh | that's my best idea. | 19:54 |
emwe | nah, i meant a patch or seomthing | 19:54 |
arrrghhh | oh | 19:54 |
emwe | for the idea you had in mind :) | 19:54 |
arrrghhh | i can try | 19:54 |
emwe | dunno what else to do | 19:55 |
arrrghhh | i need to figure out how to make merge requests against the rootfs | 19:55 |
arrrghhh | i have that blackstone layout to commit | 19:55 |
d3tul3 | ugh | 19:55 |
emwe | you can also git format-patch and sent it over | 19:55 |
arrrghhh | never figured out that raph400/diam300 thingy for those german phones | 19:55 |
arrrghhh | or was it diam200? | 19:55 |
arrrghhh | i can't remember. | 19:55 |
emwe | diam200 raph300? | 19:55 |
emwe | bah... | 19:55 |
d3tul3 | copy pate how you fail me | 19:55 |
arrrghhh | emwe, i usually just mount a rootfs and hack at it | 19:55 |
arrrghhh | d3tul3, well there's your problem | 19:56 |
arrrghhh | pate fails every time. | 19:56 |
d3tul3 | :) | 19:56 |
stinebd | [19:42:28] <arrrghhh> stinebd, pls, i can haz? | 19:56 |
stinebd | reasoning? | 19:56 |
emwe | arrrghhh: i wen't over to commit, use the buildscript for it and push | 19:56 |
arrrghhh | stinebd, newer version is recommended for that stuperpooper script | 19:57 |
stinebd | why would it matter? | 19:57 |
stinebd | and what is "that stuperpooper script"? | 19:57 |
emwe | we got changed lmk params in rootfs. don't need more :P | 19:57 |
arrrghhh | i dunno. it seems to work OK, but it says 1.16.2+ is recommended | 19:57 |
arrrghhh | emwe, lies | 19:57 |
arrrghhh | :P | 19:57 |
emwe | lol | 19:57 |
emwe | plenty of improvements left | 19:57 |
emwe | makes the vast difference though | 19:58 |
d3tul3 | emwe, drop that last memfree | 19:58 |
arrrghhh | stinebd, it's a script that modifies th internal android settings for lowmem, oom groupings, etc | 19:58 |
arrrghhh | d3tul3, ? | 19:58 |
arrrghhh | i set an even more aggressive memfree, why? | 19:58 |
stinebd | sounds poorly conceived | 19:58 |
d3tul3 | what's your last memfree value? | 19:58 |
emwe | arrrghhh: it scans for nothing | 19:58 |
d3tul3 | currently it starts scanning entire /proc at <80MB free | 19:59 |
d3tul3 | which is _all_ the time | 19:59 |
emwe | i settle around 45~50mb free. | 19:59 |
emwe | d3tul3: still got your mail here... you runnign with these settings? | 19:59 |
emwe | also with last oom-adj altered to what's out? | 20:00 |
arrrghhh | yea i guess if you set it too aggressive it'll just constantly run lol | 20:00 |
d3tul3 | not only is it constatnly running, but it's finding nothing to kill | 20:00 |
d3tul3 | emwe, actually no i havent gotten around to changing them :) | 20:00 |
d3tul3 | disregard my comment if people want to change them, they can do it themselves | 20:01 |
emwe | d3tul3: so if you are inclined to drive some tests with what you proposed. | 20:01 |
emwe | trying to do so here as well .) | 20:01 |
d3tul3 | sure | 20:01 |
d3tul3 | i'll give them a go -> i'll drop the last memfree and oom | 20:02 |
emwe | also 14 > lower? | 20:02 |
d3tul3 | it's fine | 20:03 |
d3tul3 | i think | 20:03 |
d3tul3 | i occasionally notice things elevated past 14 | 20:03 |
emwe | ok | 20:03 |
d3tul3 | ok my change is in waiting for my kernel with the dumbest typo fix to build before i reboot | 20:04 |
emwe | lol | 20:04 |
d3tul3 | check this out https://gitorious.org/linux-msm-rhod/linux-msm-rhod/blobs/htc-msm-2.6.39/arch/arm/mach-msm/board-htcrhodium-audio.c#line230 | 20:04 |
d3tul3 | in the disable | 20:05 |
emwe | different constant, heh. | 20:06 |
d3tul3 | this is what i get for _not_ just copying over your boar-*-audio | 20:07 |
emwe | i think i assembled the .35 one from JBs acoustic kernel tree | 20:07 |
emwe | i don't remember. | 20:08 |
emwe | think my sd is dying | 20:12 |
emwe | getting 0 byte files | 20:12 |
emwe | startup.txt just got fried | 20:12 |
emwe | rhod_ramconsole_last.txt which gets fired on every haret boot is 0 bytes as well | 20:13 |
emwe | at least from android side. | 20:13 |
d3tul3 | sounds like xdandroid needs to buy you a new one, i hear you can get one for free with a new phone.... | 20:14 |
arrrghhh | emwe, gps seems to work really well | 20:15 |
arrrghhh | i need to set that led setting to see if it's actually sleeping tho | 20:15 |
emwe | it does, otherwise i wouldn't survice the night here | 20:16 |
emwe | i always got gps on. | 20:16 |
emwe | same as with BT :P | 20:16 |
arrrghhh | lol | 20:16 |
emwe | i hope to finally get around to get into acoustic again | 20:20 |
arrrghhh | GPS lock in my basement Oo | 20:20 |
emwe | i got so quickly sidetracked somehow... | 20:20 |
arrrghhh | yea, easy to get sidetracked with this stuff | 20:20 |
arrrghhh | too many things to do :P | 20:20 |
emwe | exactamente | 20:20 |
emwe | acoustic is so sucky to test | 20:21 |
arrrghhh | heh | 20:21 |
emwe | need another phone... call.. put these things around your head, speak into mic and listen on the other phone, then switch around. | 20:21 |
emwe | i don't wanna know what my neighbours would say... | 20:22 |
arrrghhh | yup | 20:22 |
arrrghhh | my gf always gives me funny looks when i do that | 20:22 |
arrrghhh | i have a work phone, so i don't have to steal hers | 20:22 |
arrrghhh | i guess i could just use gtalk | 20:22 |
arrrghhh | you non-US heathen :P | 20:22 |
emwe | gtalk? | 20:23 |
emwe | ah voip, right? | 20:23 |
arrrghhh | yea there's free calls to the US & Canada | 20:23 |
arrrghhh | little phone built into gmail | 20:23 |
arrrghhh | pretty schweet | 20:23 |
rpierce99 | that's gvoice not gtalk | 20:23 |
arrrghhh | rpierce99, it's integrated to gtalk now -_- | 20:23 |
arrrghhh | that's my point | 20:24 |
arrrghhh | i don't think you need a full blown gvoice acct | 20:24 |
rpierce99 | no it's in the gtalk area of gmail | 20:24 |
arrrghhh | don't even need to use gvoice | 20:24 |
arrrghhh | semantics | 20:24 |
arrrghhh | but ok | 20:24 |
rpierce99 | its not in gtalk in g+ or the gtalk app | 20:24 |
arrrghhh | that distinction really matters to someone that can't use it, i'm sure. thanks. | 20:24 |
arrrghhh | lol | 20:25 |
rpierce99 | haha yes emwe is the only one who will ever read those words | 20:25 |
arrrghhh | well, he's the one i was talking to about it. yeesh. | 20:25 |
rpierce99 | some fool is going to go searching for how to make phone calls from the standalone gtalk app now | 20:25 |
arrrghhh | lol | 20:25 |
emwe | i can call you for 1,2<whatever> | 20:25 |
emwe | https://www.google.com/voice/rates?hl=de | 20:25 |
arrrghhh | all because of me | 20:25 |
arrrghhh | ah they're expanding it eh? | 20:25 |
emwe | is that a cent there or what? | 20:25 |
arrrghhh | very nice | 20:25 |
arrrghhh | yea | 20:26 |
arrrghhh | looks like a penny | 20:26 |
emwe | ah, didn't figure the currency toggle :) | 20:26 |
emwe | so, i got out all i wanted. 2:30am here... bedtime. | 20:27 |
emwe | night everybody. | 20:27 |
arrrghhh | g'nite | 20:27 |
arrrghhh | stinebd, does AT&T flag older phones for tethering? | 20:28 |
arrrghhh | i'd bet they do... | 20:28 |
d3tul3 | good night emwe | 20:29 |
stinebd | flag? | 20:29 |
stinebd | at&t doesn't know these phones are tethering | 20:29 |
arrrghhh | eh some guy complaining about getting nailed for tethering on his infuse | 20:29 |
arrrghhh | orly | 20:29 |
arrrghhh | he was asking if he could fly under the radar using his tp2 basically | 20:29 |
stinebd | there's no way for them to tell if an aosp phone is tethering or just using absurd amounts of normal bandwidth | 20:29 |
arrrghhh | i see | 20:30 |
stinebd | technically there is a way but it's too resource intensive for that scale | 20:30 |
*** mgross029 has joined #xdandroid | 20:30 | |
arrrghhh | i see | 20:30 |
arrrghhh | very nice | 20:30 |
arrrghhh | i'm sure he'll be happy to hear that | 20:30 |
mgross029 | emwe's burning the 1am oil it looks like. :p | 20:30 |
stinebd | if he's stupid about it, they can speculate about him using too much data too quickly and still bust him for it | 20:30 |
stinebd | and there's nothing he can do | 20:30 |
stinebd | i'm up at 4 this morning to go to nyc again | 20:31 |
arrrghhh | yea | 20:31 |
arrrghhh | sounds fun | 20:31 |
stinebd | big zelda launch | 20:31 |
arrrghhh | heh | 20:31 |
rpierce99 | /drool | 20:31 |
*** emwe has quit IRC | 20:32 | |
rpierce99 | i don't have nearly enough time for zelda too, so it will have to wait until skyrim is over with | 20:32 |
mgross029 | I may be out that way early Dec. | 20:32 |
stinebd | their half-assed mario thing last week got an insane crowd, i fear to see what this turns into | 20:32 |
stinebd | some of them say zelda is even better than skyrim | 20:32 |
stinebd | but those people are probably all japanese | 20:33 |
rpierce99 | well at least with zelda i would get a small amount of excercise | 20:33 |
stinebd | yeah, that is a huge minus | 20:33 |
arrrghhh | lol | 20:33 |
rpierce99 | i'm not sure how i'm going to feel about the 1:1 sword play | 20:34 |
stinebd | it was bad enough in the old days i had to move both my thumbs at once | 20:34 |
stinebd | now it's an entire arm | 20:34 |
arrrghhh | does sound strenuous | 20:35 |
stinebd | i'm just glad they didn't bring out GTA for the wii | 20:38 |
stinebd | i'd have to actually hump and then beat the hookers | 20:38 |
arrrghhh | zomg | 20:38 |
arrrghhh | that's awesome. | 20:39 |
arrrghhh | ok | 20:39 |
arrrghhh | cloned rootfs | 20:39 |
arrrghhh | probably didn't need to. | 20:39 |
arrrghhh | git cloned that locally | 20:39 |
arrrghhh | now to make these changes and see what i can do | 20:39 |
arrrghhh | s/do/break/ | 20:40 |
jONpRY | you got a rhod startup.txt? | 20:41 |
*** jONpRY has quit IRC | 20:59 | |
arrrghhh | stinebd, i haz patch | 21:12 |
arrrghhh | i wonder if it's good or not tho | 21:13 |
arrrghhh | stinebd, pm | 21:13 |
stinebd | go | 21:13 |
arrrghhh | damnit | 21:14 |
arrrghhh | the from didn't get fixed | 21:14 |
arrrghhh | if the rest of it looks good i'll fix that and resubmit | 21:14 |
stinebd | what part of it aren't you sure about? | 21:15 |
stinebd | keycodes? | 21:15 |
arrrghhh | i've never submitted a patch | 21:15 |
arrrghhh | is it guten? | 21:15 |
stinebd | yeah | 21:15 |
arrrghhh | wow, i was sure i would've screwed something up | 21:15 |
arrrghhh | let me make another and i'll put a merge request up | 21:16 |
stinebd | that reminds me | 21:16 |
stinebd | github has better merge requests | 21:16 |
stinebd | you can review and apply them on the site | 21:16 |
arrrghhh | is the rootfs on thar? | 21:16 |
stinebd | yeah but not live | 21:16 |
d3tul3 | oh that's nice | 21:17 |
arrrghhh | hrm | 21:18 |
arrrghhh | i guess i have to commit this change to my tree | 21:18 |
arrrghhh | then do some voodoo to get it to be a merge request on yours? lol | 21:18 |
stinebd | screw that shit | 21:18 |
arrrghhh | lol | 21:18 |
stinebd | just email the patch to me and i can git am it | 21:18 |
arrrghhh | ok | 21:18 |
arrrghhh | there you go sir | 21:20 |
stinebd | ok, i'll get to it some time next week | 21:20 |
arrrghhh | np | 21:20 |
arrrghhh | it'll probably take me that long to figure out the next patch, which will undoubtedly get shot down | 21:20 |
arrrghhh | just glad to get that one off my chest | 21:20 |
arrrghhh | i'm thinking emwe was talking about init | 21:21 |
stinebd | emwe was talking about buttsmurfs | 21:23 |
arrrghhh | possible | 21:23 |
xdandroid | New rootfs available (20111119-2ce1f82) at: http://is.gd/2iFPhD -- Changes at: http://is.gd/ldPFw5 | 21:23 |
arrrghhh | hrm | 21:24 |
arrrghhh | now how do i commit this to my tree? | 21:24 |
arrrghhh | i thought git commit was all i needed | 21:24 |
stinebd | the hell are you talking about | 21:25 |
arrrghhh | i cloned the rootfs | 21:25 |
arrrghhh | so i haz my own tree | 21:25 |
arrrghhh | i want to play with the firmware logic | 21:25 |
arrrghhh | since it seems .27 needs a different firmware than .35+ for wifi | 21:25 |
stinebd | sounds like you want to git push | 21:25 |
arrrghhh | boom | 21:26 |
arrrghhh | thanks ;) | 21:26 |
arrrghhh | damnit, should've given original credit to g3rm0 | 21:26 |
arrrghhh | my first commit, and it's a kang. oh well. | 21:26 |
stinebd | well get used to it | 21:27 |
arrrghhh | fyi: firmware is loaded from /data/etc/wifi/bcm432x/bcm4325-rtecdc.bin | 21:33 |
arrrghhh | wth? | 21:33 |
arrrghhh | firmware is loaded from /data? | 21:33 |
*** virsys has joined #xdandroid | 21:37 | |
d3tul3 | so what's your aim there, switch on uname? if *.*.3* then install new firmware | 21:40 |
*** AOSP_BUILD_HELP has joined #xdandroid | 22:08 | |
AOSP_BUILD_HELP | any devepoler here?? | 22:08 |
AOSP_BUILD_HELP | i need some help building | 22:08 |
d3tul3 | wrong channel, no developers here | 22:10 |
rpierce99 | IRC 101: Read the topic, Don't ask to ask | 22:10 |
rpierce99 | Lesson over, that'll be 32.50 | 22:10 |
AOSP_BUILD_HELP | which channel would hav dev except cyanogenmod ny help :) | 22:11 |
d3tul3 | rpierce99, if you are on 39 you may want to download the latest from the autobuild -> with the current one flicking spkrphone on/off may not help with the mic routing | 22:11 |
d3tul3 | (due to my error) | 22:12 |
rpierce99 | :) will do, I am on .39 but I haven't gotten any calls, it hasn't slowed down for me yet like 3.0 did | 22:12 |
d3tul3 | i feel bad about that, but even today i would've suggested trying 3.0 it's going strong over here since yesterday at noon | 22:13 |
d3tul3 | (though with a reboot or two) | 22:13 |
rpierce99 | i'm trying to give .39 a nice long test to make sure it's a difference between the two, because I've reproed it twice on 3.0 | 22:14 |
*** AOSP_BUILD_HELP has quit IRC | 22:16 | |
*** rpierce99 has quit IRC | 22:32 | |
arrrghhh | d3tul3, i am actually hoping for some help/guidance on that | 22:33 |
d3tul3 | i am probably much worse at scripting than you | 22:35 |
arrrghhh | well do you know where the firmware is that emwe is talking about? | 22:38 |
arrrghhh | is it in /data? | 22:38 |
arrrghhh | fyi: firmware is loaded from /data/etc/wifi/bcm432x/bcm4325-rtecdc.bin | 22:38 |
arrrghhh | i saw that in init ^^ | 22:38 |
d3tul3 | i think that's misleading | 22:39 |
arrrghhh | lol | 22:40 |
arrrghhh | wouldn't be the first time i barked up the wrong tree | 22:40 |
arrrghhh | i'll bbl, let me know if you find it. i'm not quite sure what i need to do... | 22:40 |
d3tul3 | i think the firmware is in /etc/wifi/blahblah | 22:42 |
d3tul3 | but /etc is just a symlink for /system/etc | 22:42 |
*** TheSeven has quit IRC | 22:50 | |
*** [7] has joined #xdandroid | 22:50 | |
*** jonpry has joined #xdandroid | 22:55 | |
jonpry | stinebd, is there some /sys entry or something that is used to turn off fb_console before surface flinger gets its turn? | 22:57 |
*** rpierce99 has joined #xdandroid | 23:04 | |
arrrghhh | hrm | 23:23 |
arrrghhh | i wonder where i can get both firmwares from | 23:23 |
arrrghhh | i guess this image has the newer firmware, and an older image will have the old firmware... | 23:24 |
arrrghhh | hrm | 23:25 |
arrrghhh | bcm4325-rtecdc.bin is the same in frx07.1 to the gb image i'm on now... | 23:25 |
arrrghhh | stinebd, you thar? | 23:26 |
arrrghhh | hrm. methinks i'll have to resume this tomorrow. | 23:30 |
*** bzo has joined #xdandroid | 23:34 | |
arrrghhh | bzo, what's up | 23:35 |
bzo | not much man | 23:35 |
bzo | just beat from another week | 23:35 |
arrrghhh | ditto | 23:35 |
bzo | too lazy to do anything tonight | 23:36 |
bzo | just coming by to admire all the progress | 23:36 |
arrrghhh | heh | 23:37 |
arrrghhh | jonpry got ics to boot | 23:37 |
arrrghhh | it's dog slow, but hey it boots | 23:37 |
arrrghhh | i'm trying to figure out something simple, but don't know what i'm looking for | 23:37 |
arrrghhh | do you know anything about the wifi firmware for 27 vs. .35/.39? | 23:38 |
bzo | I'm amazed he was able to have something up so quick | 23:38 |
bzo | yeah a little bit | 23:38 |
d3tul3 | hey bzo | 23:38 |
bzo | hi d3tul3 | 23:38 |
arrrghhh | bzo, basically the firmwares required are different from .27 to .35+ | 23:39 |
d3tul3 | have you given 3.0.9 a whirl yet? | 23:39 |
arrrghhh | do you know where they are? /system/etc/wifi? | 23:39 |
bzo | d3tul3: no not yet | 23:39 |
bzo | arrrghhh: lemme take a look, it's kinda confusing because they're either copied or binded to other spots | 23:40 |
arrrghhh | lol okie | 23:40 |
arrrghhh | thanks man | 23:40 |
arrrghhh | i finally pulled the rootfs | 23:40 |
arrrghhh | feelin ballsy | 23:40 |
bzo | d3tul3: re your email on when to push the 39.4 stuff - I think whenever you think it's ready | 23:41 |
arrrghhh | committed a basic keymap change, now i am thinking i can fix other things too. | 23:42 |
bzo | go arrrghhh go! :) | 23:42 |
arrrghhh | lol | 23:43 |
arrrghhh | does this mean i get recognized developer status? | 23:43 |
arrrghhh | woo one commit that i didn't really even create myself, lol | 23:43 |
bzo | heh, well a good chunk of our updates are just copied from elsewhere | 23:44 |
arrrghhh | yea | 23:44 |
arrrghhh | i'm just trying to help with pulling little things together | 23:44 |
arrrghhh | blackstone users will rejoyce | 23:44 |
bzo | ok, the firmware is in /init.etc/wifi/bcm432x in the rootfs | 23:44 |
arrrghhh | ah | 23:44 |
arrrghhh | no wonder, i was barking up the wrong tree. thanks | 23:44 |
bzo | what copies/binds it where, I have no clue | 23:45 |
arrrghhh | lol | 23:45 |
arrrghhh | i'm hoping init | 23:45 |
bzo | that or something called from there anyways | 23:45 |
d3tul3 | bzo, by the way lmk was doubly (?) broken in 3.0 | 23:47 |
d3tul3 | well lmk and another memory shrinker | 23:48 |
bzo | is the old oom completely removed from 3.0? | 23:49 |
d3tul3 | no it was a different issue they changed the prototypes for the shrinkers, and google hasn't updated their code | 23:50 |
d3tul3 | well for one of them at least | 23:50 |
bzo | so 3.0 is working as well for you as .39 now? | 23:52 |
bzo | our topics seems to be mixed up today, kernel talk on xdandroid and ics on htc-linux | 23:53 |
d3tul3 | i would say so but in very limited testing day and a half, rpierce was having issues | 23:53 |
arrrghhh | bzo, lol | 23:53 |
arrrghhh | i know there's all this activity on the tp2 again. it's awesome. | 23:54 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!