*** NeoMatrixJR has joined #xdandroid | 00:06 | |
jonpry | broken oc is even better. people will set it to like 11ghz. be like wow 3.2 allows way moar overclock. this thing hauls | 00:09 |
---|---|---|
jonpry | +super stable | 00:10 |
arrrghhh | hah | 00:11 |
detule | i just downloaded neocore from the market | 00:12 |
detule | they've added a third digit | 00:12 |
detule | my score is "022.6" | 00:13 |
detule | a bit depressing | 00:13 |
arrrghhh | oh... that is depressing. | 00:14 |
detule | what kind of a beast scores +100? | 00:15 |
arrrghhh | prime? | 00:15 |
detule | i remember i tried the touchpad once | 00:15 |
detule | ~50 maybe | 00:15 |
detule | one thing that I may need to include in that post is this wifi-nvram business | 00:16 |
detule | it happened to me yesterday had to manually import the file | 00:16 |
arrrghhh | orly? | 00:17 |
arrrghhh | i thought that only happened to people who it couldn't pull the mac from. | 00:17 |
arrrghhh | damnit, you're really not going to add the OC caveat? i'm going to edit your post. :P | 00:17 |
arrrghhh | i guess i need to sort that out. | 00:18 |
detule | it could be the new kernels | 00:18 |
arrrghhh | well, that's always been an issue | 00:18 |
detule | perhaps we're not compiling some of the mtd modules it needs to generate that file though i would think this would have cropped up by now | 00:18 |
arrrghhh | perhaps the new kernels make it worse? | 00:18 |
detule | no idea next time i blow my data i'll put some sleep statements in init so i can better read the errors in the flying text | 00:19 |
arrrghhh | heh | 00:19 |
jonpry | yeah i never really ported the mtd stuff to 39 | 00:29 |
jonpry | in particular there is some bs in mach-msm that is supposed to make a fake partition layout. and its busted. but even if it worked the nand driver we are using can't read its partitions | 00:30 |
jonpry | if it can read anything | 00:31 |
arrrghhh | well having the right mac is all well and good | 00:32 |
arrrghhh | but we should figure out a way to insert one if one is not available... | 00:32 |
jonpry | sounds good to me | 00:36 |
arrrghhh | detule, so no wifi-nvram file gets created at all, or just the mac is missing? | 00:37 |
arrrghhh | i forget. | 00:37 |
detule | in our case nothing gets created | 00:37 |
arrrghhh | ok | 00:37 |
detule | "our" = 3.2 | 00:37 |
arrrghhh | that's probably always the case, looking at init. | 00:37 |
arrrghhh | i *think* i know how to do this in a semi-sane way. | 00:38 |
*** raymonddull has quit IRC | 00:38 | |
jonpry | convert linux to hex? | 00:39 |
detule | take a seed from the clock | 00:39 |
detule | do some mod 16 arithmetic | 00:40 |
jonpry | create a prompt like enter password, then convert to hex | 00:40 |
arrrghhh | lol | 00:40 |
arrrghhh | you guys are nuts. | 00:40 |
detule | enter password :) | 00:41 |
jonpry | later sniff password off the air | 00:41 |
arrrghhh | crap, i forget it's not straight up bash | 00:42 |
arrrghhh | i failed so hard on the simplest thing last time, mainly because of that lol. | 00:42 |
jonpry | we could change that | 00:42 |
jonpry | i have bash 4 android | 00:42 |
arrrghhh | don't we have bash too, it's just not the default? | 00:42 |
arrrghhh | i thought i could do /bin/bash and get a bash prompt | 00:42 |
jonpry | not sure | 00:43 |
jonpry | don't think xdandroid has bash. just busybox | 00:43 |
arrrghhh | damn. | 00:44 |
jonpry | its just really big | 00:44 |
arrrghhh | ah. probably why it's been left out... | 00:44 |
jonpry | maybe not 406kb | 00:46 |
arrrghhh | not bad | 00:47 |
jonpry | that sounds almost worthwhile to me | 00:47 |
arrrghhh | why wouldn't it be in thar? | 00:47 |
detule | MAC=`(date; cat /proc/interrupts) | md5sum | sed -r 's/^(.{10}).*$/\1/; s/([0-9a-f]{2})/\1:/g; s/:$//;'` | 00:47 |
detule | lol | 00:47 |
detule | i can't take credit for that | 00:47 |
arrrghhh | detule, did you just do my work for me | 00:47 |
arrrghhh | is that a completely random mac? | 00:47 |
detule | google did | 00:47 |
arrrghhh | wouldn't we want the first 4 octets static or something? | 00:48 |
jonpry | hmm. i think the trouble with bash is that its dynamicly linked | 00:48 |
jonpry | could always strip init to just enough to mount system. then run an init.bash with moar power | 00:51 |
arrrghhh | yea... | 00:52 |
arrrghhh | hrm | 00:52 |
detule | well that script above seems to work in an adb shell | 00:53 |
arrrghhh | nice | 00:54 |
detule | i am out goodnight | 00:57 |
*** detule has quit IRC | 00:57 | |
arrrghhh | aw wth | 01:15 |
arrrghhh | how did i break netloc!?!? | 01:22 |
ryannathans | roar | 01:23 |
ryannathans | arrrghhh: gps works but netloc doesn't aye? | 01:23 |
arrrghhh | correct | 01:24 |
arrrghhh | and netloc worked in my previous build | 01:24 |
arrrghhh | but in my effort to sign i jumped thru many hoops | 01:24 |
arrrghhh | and now it's not working. not sure wtf. | 01:24 |
arrrghhh | i'll re-release tomorrow. probably something stupid. | 01:24 |
ryannathans | arrrghhh: copy accross the networklocation from the gapps package back to your data.img | 01:24 |
arrrghhh | upload's almost done. oh well. | 01:24 |
arrrghhh | stfu. | 01:24 |
arrrghhh | i had this fixed in the build damnit. | 01:25 |
ryannathans | i had the same problem a while back | 01:25 |
ryannathans | ;D | 01:25 |
arrrghhh | i'll fix it again | 01:25 |
arrrghhh | this was working... | 01:25 |
ryannathans | my guess is that something isn't being linked properly while building | 01:25 |
arrrghhh | dunno | 01:25 |
arrrghhh | dunno why it worked before and not nao | 01:25 |
arrrghhh | i'll rebuild | 01:26 |
arrrghhh | and check it in the mornin | 01:26 |
ryannathans | i posted th fix here i think, it's down for maintenance or something atm though http://forum.xda-developers.com/showthread.php?t=1420264&page=7 | 01:27 |
arrrghhh | lawdy | 01:28 |
arrrghhh | i know dude. | 01:28 |
arrrghhh | that's not really a fix tho | 01:28 |
arrrghhh | emergency maintenance | 01:28 |
arrrghhh | oO | 01:28 |
ryannathans | touche | 01:29 |
arrrghhh | that's really weird stinebd, how it goes to the .cz site | 01:31 |
arrrghhh | but not files.xdandroid.com | 01:31 |
arrrghhh | unless it goes to .cz first...? | 01:32 |
arrrghhh | oh well. bedtime, peace. | 01:32 |
arrrghhh | build is on the .cz site lol | 01:32 |
arrrghhh | http://htcandroid.xland.cz/ | 01:32 |
arrrghhh | netloc still broken :P | 01:32 |
arrrghhh | other poop should be all fixxxxored | 01:32 |
*** panda84kde has joined #xdandroid | 02:41 | |
*** hardwalker has quit IRC | 04:37 | |
*** Kraln has quit IRC | 08:06 | |
*** Kraln has joined #xdandroid | 08:07 | |
*** detule has joined #xdandroid | 08:25 | |
*** hellion439 has joined #xdandroid | 08:39 | |
*** NeoMatrixJR has quit IRC | 08:52 | |
*** rpierce99 has joined #xdandroid | 09:06 | |
*** helicopter88 has joined #xdandroid | 09:12 | |
*** fishhead2567 has joined #xdandroid | 09:14 | |
*** helicopter88 has quit IRC | 09:22 | |
*** helicopter88 has joined #xdandroid | 09:38 | |
detule | oh i see gbx0c is up | 09:40 |
detule | or rather gbx0b retouched…. | 09:42 |
*** helicopter88 has quit IRC | 09:47 | |
*** helicopter88 has joined #xdandroid | 09:58 | |
*** kalemas has joined #xdandroid | 10:08 | |
*** helicopter88 has quit IRC | 10:10 | |
arrrghhh | detule, retouched... | 10:19 |
arrrghhh | ha | 10:19 |
detule | what's wrong with your netloc | 10:20 |
arrrghhh | it don't work :( | 10:21 |
detule | on coma? i never had any issues with it | 10:21 |
detule | cdma | 10:21 |
arrrghhh | really? | 10:21 |
arrrghhh | i'm in a coma. | 10:21 |
detule | :) | 10:21 |
arrrghhh | yea, cdma | 10:22 |
detule | i thought gsm folks had some problems | 10:22 |
arrrghhh | when i tick location by wireless networks, i don't get the popup | 10:22 |
arrrghhh | well it should work over wifi too dude | 10:22 |
arrrghhh | and it does not. | 10:22 |
detule | hm my build must be magical | 10:22 |
arrrghhh | and since that popup doesn't show, i'm pretty sure it's not activating for some reason. | 10:22 |
arrrghhh | this did work before | 10:22 |
arrrghhh | wtf | 10:22 |
arrrghhh | before i signed it... | 10:22 |
arrrghhh | you're not running my poop are you | 10:22 |
detule | i don't go by popups i go by google maps finding my location | 10:23 |
arrrghhh | you know what i mean tho? | 10:23 |
detule | though truth be told i am on some google maps 5. something | 10:23 |
arrrghhh | settings -> location & security | 10:23 |
arrrghhh | if you check "use wireless networks" it'll pop a agree/disagee box up | 10:24 |
arrrghhh | some google mumbo jumbo that they're stalking you | 10:24 |
arrrghhh | that doesn't pop up when it's broken | 10:24 |
jonpry | morning | 10:25 |
arrrghhh | jonpry, wassup | 10:25 |
detule | "I don't know where the "actual" error is. I don't know if anyone has found it yet... Bleh." <- have faith | 10:25 |
jonpry | dunno, no service | 10:25 |
arrrghhh | detule, early report is good | 10:26 |
arrrghhh | i've only got one so far :P | 10:26 |
arrrghhh | that wizardking had no audio, ever... but he said it's workin now. | 10:26 |
arrrghhh | this has quite a few updates | 10:26 |
arrrghhh | i dragged ass getting it out :D | 10:26 |
*** helicopter88 has joined #xdandroid | 10:28 | |
arrrghhh | detule, NetworkLocation.apk exists in /system/app | 10:31 |
arrrghhh | i'm at a loss, and have to go to work :( i'll bbl. | 10:31 |
*** detule has quit IRC | 10:39 | |
*** raymonddull has joined #xdandroid | 10:41 | |
*** jonpry has quit IRC | 10:50 | |
*** detule has joined #xdandroid | 10:52 | |
rpierce99 | only replacing system.ext2, netloc isn't working for me either | 10:57 |
detule | rpierce99, 959c48b49be3843c512355f1ee8e1c25 NetworkLocation.apk | 11:01 |
*** jonpry has joined #xdandroid | 11:03 | |
detule | though i guess those could differ | 11:03 |
rpierce99 | 2da42f44dbe75e24109b3f84f4d8e7e3 | 11:03 |
detule | i wonder which gaps arrrghhh used | 11:06 |
rneese | ? | 11:12 |
rneese | morning | 11:12 |
detule | rpierce99, think NetworkLocation is signed? | 11:15 |
rpierce99 | not sure how i would know | 11:16 |
arrrghhh | detule, i can look | 11:19 |
detule | arrrghhh, pretty sure you and i have different gapps | 11:19 |
arrrghhh | also, i just did the .sh with -g | 11:19 |
arrrghhh | so it "automatically" downloaded 'em. | 11:19 |
arrrghhh | they appeared to be from 8/28/2011 IIRC | 11:19 |
arrrghhh | where do you get your gapps !!?! | 11:19 |
detule | pretty sure the same way you do | 11:20 |
arrrghhh | yea | 11:20 |
arrrghhh | so | 11:20 |
arrrghhh | uhhhh | 11:20 |
arrrghhh | why the hell can't i search my own thread | 11:20 |
detule | can you md5 the gapps in your build directory | 11:22 |
*** jonpry has quit IRC | 11:24 | |
arrrghhh | detule, sure 1 sec | 11:26 |
*** mgross029 has joined #xdandroid | 11:35 | |
detule | anyways it should be 1647897d8ac3efb04723d2ad2c361a3f as in http://goo-inside.me/gapps/ | 11:37 |
detule | that package produces a network location with md5 959c48b49be3843c512355f1ee8e1c25 which is what i have and it works fine | 11:38 |
detule | in the meantime i guess people can download/install their own | 11:38 |
detule | i am out | 11:38 |
*** detule has quit IRC | 11:39 | |
arrrghhh | annoying. | 11:41 |
arrrghhh | thanks detule, will check whenever i get a chance to breath. | 11:41 |
arrrghhh | e* | 11:41 |
*** NeoMatrixJR has joined #xdandroid | 12:03 | |
mgross029 | arrrghhh: did you get the SuperUser update fixer to work on your personal install? | 12:04 |
arrrghhh | yea | 12:04 |
arrrghhh | couldn't roll it in | 12:04 |
arrrghhh | i guess i could provide the update fixer in AndroidApps | 12:04 |
arrrghhh | but i was hoping to roll it all in. doesn't seem feasible. | 12:04 |
mgross029 | Yeah not if it stops us from compiling the image | 12:05 |
arrrghhh | hah | 12:05 |
arrrghhh | emwe said he couldn't do et | 12:05 |
arrrghhh | eeeeeeeeeet | 12:05 |
mgross029 | ChainDD wrote a nice update tool though... | 12:06 |
mgross029 | It's really just knowing that it is out there. Because it doesn't really jump up and say "hey run this first" | 12:07 |
arrrghhh | yea it doesn't | 12:07 |
arrrghhh | and when it failed, i honestly didn't look into it cuz everything still worked lol | 12:08 |
mgross029 | Yep... | 12:08 |
mgross029 | for detule's benefit I loaded up 3.2. Update SU... All working good. :) | 12:08 |
arrrghhh | hah | 12:08 |
stinebd | arrrghhh: you replaced the 12/30 one? | 12:11 |
arrrghhh | stinebd, yea i'm a slacker | 12:11 |
stinebd | yeah don't do that again | 12:11 |
arrrghhh | i just wanted the link to be the same | 12:11 |
arrrghhh | why? | 12:11 |
stinebd | for the historians | 12:11 |
arrrghhh | don't make me put the date in the link then :P | 12:11 |
arrrghhh | oh? | 12:12 |
arrrghhh | screw them, these are test builds | 12:12 |
stinebd | well then screw you, ssh key removed :P | 12:12 |
arrrghhh | hahaha | 12:12 |
arrrghhh | so you're a historian i guess? :P | 12:12 |
stinebd | no but i don't like to hear them bitch | 12:12 |
arrrghhh | you have people bitching? | 12:12 |
stinebd | yes | 12:12 |
arrrghhh | tell them to bitch at me | 12:12 |
arrrghhh | so that i may slap them | 12:12 |
mgross029 | Just don't date your links. :p | 12:13 |
arrrghhh | that's what i'm sayin | 12:13 |
arrrghhh | stine wanted me to | 12:13 |
arrrghhh | seriously tho | 12:14 |
arrrghhh | i understand for gbx0a -> gbx0b -> etc | 12:14 |
arrrghhh | but i'm still fixing regressions. that doesn't warrant a new release. | 12:14 |
*** raymonddull has quit IRC | 12:33 | |
*** raymonddull has joined #xdandroid | 12:36 | |
*** rneese has quit IRC | 13:22 | |
*** rneese has joined #xdandroid | 13:24 | |
*** raymonddull has quit IRC | 13:27 | |
*** helicopter88 is now known as helicAWAY | 13:55 | |
*** NeoMatrixJR has quit IRC | 14:03 | |
*** helicAWAY is now known as helicopter88 | 14:10 | |
*** detule has joined #xdandroid | 14:31 | |
*** kalemas has left #xdandroid | 14:52 | |
arrrghhh | detule, md5 of gapps zip matches | 15:03 |
arrrghhh | so i guess the signing process is buggering it? | 15:03 |
arrrghhh | i thought the gapps package was signed | 15:04 |
arrrghhh | perhaps re-signing those apk's with XDAndroid's keys is bad juju? | 15:04 |
rpierce99 | market still works, not sure why netloc would care so much | 15:09 |
helicopter88 | Just to make sure,can't you copy later the gapps? | 15:15 |
helicopter88 | after the signing process? | 15:15 |
detule | arrrghhh, if it's the keys there could be something in logcat at boot | 15:17 |
arrrghhh | helicopter88, i might be able to | 15:17 |
arrrghhh | seems dubious tho | 15:17 |
arrrghhh | detule, you want a logcat from boot? :P | 15:18 |
helicopter88 | as detule has said,it shouldn't be the cause | 15:18 |
detule | nope | 15:18 |
detule | anyone here building their own omgb nand images? | 15:36 |
arrrghhh | dunno | 15:37 |
arrrghhh | muziling i think | 15:37 |
arrrghhh | i don't know if anyone else it | 15:37 |
arrrghhh | is* | 15:37 |
*** mgross029 has quit IRC | 15:38 | |
*** panda84kde has quit IRC | 16:00 | |
*** corein has joined #xdandroid | 16:07 | |
*** helicopter88 has quit IRC | 16:23 | |
*** hellion439 has quit IRC | 16:42 | |
*** ke- has quit IRC | 17:06 | |
*** raymonddull has joined #xdandroid | 17:09 | |
*** corein has quit IRC | 17:37 | |
*** NeoMatrixJR has joined #xdandroid | 17:53 | |
*** fishhead2567 has quit IRC | 18:16 | |
arrrghhh | oshit | 18:16 |
arrrghhh | wait, isn't there a wifi.mac command!?? | 18:20 |
arrrghhh | hrm, i guess it still would be better to do this in init. | 18:20 |
rneese | ? | 19:05 |
rneese | arrrghhh how goes ? | 19:07 |
rneese | you sound fustrated.... | 19:07 |
arrrghhh | eh? | 19:07 |
arrrghhh | meh | 19:07 |
rneese | ok | 19:08 |
arrrghhh | i said oshit cuz i read something on a website that was surprising | 19:09 |
arrrghhh | and i was just thinking out loud about the issue with wifi-nvram.txt | 19:09 |
rneese | ok | 19:09 |
arrrghhh | obviously if anyone had any ideas, they were welcome to chime in. not sure why you did... | 19:09 |
arrrghhh | rpierce99, it still says test-keys, despite the apk's being signed. | 19:15 |
arrrghhh | so i don't know if that's another issue... seems trivial, if there's no other problems. | 19:15 |
rpierce99 | sounds more like a question for stinebd to me :) | 19:16 |
arrrghhh | yea, probably right. | 19:16 |
arrrghhh | IMHO it's trivial :P | 19:17 |
rpierce99 | well it could mean that the signing isn't working right | 19:17 |
arrrghhh | true | 19:17 |
arrrghhh | i guess i don't quite get it. | 19:17 |
arrrghhh | is it just signing APK's? | 19:17 |
arrrghhh | or is there something else with the actual system image that it signs? | 19:17 |
rpierce99 | no idea, someone should try to upgrade from gbx0a to gbx0b w/o replacing data and see if it dies | 19:18 |
arrrghhh | hah | 19:18 |
arrrghhh | yea, considering my versioning has been...non-existent. | 19:18 |
rpierce99 | well, i upgraded from gbx0b to gbx0b2 today without replacing data, so i guess that means it works | 19:20 |
arrrghhh | yup | 19:20 |
arrrghhh | cuz the last public release was signed by stine | 19:20 |
arrrghhh | coool | 19:21 |
arrrghhh | i guess it's just this stupid netloc, and wifi-nvram | 19:21 |
*** ray|yar has joined #xdandroid | 20:00 | |
*** hardwalker has joined #xdandroid | 20:04 | |
*** ryannathans has quit IRC | 20:14 | |
*** ryannathans has joined #xdandroid | 20:21 | |
*** ray|desktop has joined #xdandroid | 20:23 | |
*** JesusFreak316 has joined #xdandroid | 20:26 | |
*** JesusFreak316 has quit IRC | 20:56 | |
*** JesusFreak316 has joined #xdandroid | 21:51 | |
*** d3tul3 has joined #xdandroid | 22:03 | |
*** JesusFreak316_ has joined #xdandroid | 22:26 | |
*** JesusFreak316 has quit IRC | 22:29 | |
*** JesusFreak316 has joined #xdandroid | 22:32 | |
*** JesusFreak316_ has quit IRC | 22:35 | |
*** JesusFreak316 has quit IRC | 22:35 | |
*** raymonddull has quit IRC | 22:43 | |
*** ray|yar has quit IRC | 22:44 | |
rneese | ok | 23:04 |
rneese | arrrghhh you named it b2 and not c ok | 23:04 |
*** NeoMatrixJR is now known as NeoMatrixJR_away | 23:24 | |
rpierce99 | no its neither | 23:25 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!