Friday, 2011-05-20

manekinekowhen creating a partitioned build, is there a better way to turn our system/data/root images into files on the partitions than mounting them and then doing a cp -p ?00:11
hycif the partition is the exact same size as the image's filesystem you can just dd it00:11
hycif the partition is smaller you will destroy something00:12
hycif the partition is larger you will waste some space00:12
*** ray|phone has joined #xdandroid00:12
manekinekohmm maybe not as noob friendly then. thinking about writing a tutorial on that00:13
manekinekoanyone remember the startup.txt command to tell a build not to boot partitioned even if there are partitions?00:38
hycno_partitions00:38
manekinekothanks00:39
manekinekojust like that on its own? no =true or anything?00:39
hycon itso wn00:39
manekinekoarrrghhh, or someone else with wiki access should probably update this page to include that http://xdandroid.com/wiki/Kernel_boot_command-line_parameters00:40
hycnot likely to happen00:40
manekinekooh?00:40
hycsince officially, partitioned builds are unsupported00:40
hycThey are undocumented so that users don't try it.00:40
hycnobody wants to answer the questions when they run into trouble.00:41
manekinekowell, it's not supporting the partitioned build, just adding a recognized command to their wiki list of commands that can go in startup.txt00:41
hycThere's no reason to document it.00:41
hycif you want to go down an unsupported route, you should now how to support yourself.00:41
hycknow00:41
manekinekoI don't really get why everyone seems to be so anti-partitioned layout, plenty of other devices and builds do this00:42
manekinekoincluding Vogue that we forked00:42
hycI'm not against, obviously.00:42
hycbut the position has already been stated a few times in conversations here. just relaying to you what I heard.00:43
manekinekofair enough00:43
hyclikewise I don't advertise the stuff I've built. I don't want to support newbies.00:44
hycIf you are smart enough to read and install it correctly yourself, have fun using it.00:44
hycif you have to ask how to get it or how to install it, you shouldn't be using it.00:44
arrrghhhheh00:45
arrrghhhi think that option should be added00:46
hycI make sure all of the essential facts are present.00:46
hyci make sure the code works as described.00:46
hycbeyond that, if you make a hash of it, it's your problem...00:46
manekinekohey arrrghhh, do you use a colorizer with your ADB command line at all?00:47
manekinekoor moreover, do you have those hideous color codes when you use ls with ADB shell?00:47
manekinekosuch that it's hard to use without a colorizer?00:47
arrrghhhi'd assume not00:47
arrrghhhcuz i don't know what you're talking about :P00:47
manekinekohmm odd, wonder why my ADB is so fancy that it's sending over all this extraneous color coding, making a mess of everything00:48
arrrghhhlol00:48
arrrghhhdunno00:48
arrrghhhi need to sleep tho, g'nite guys.00:48
*** arrrghhh has quit IRC00:48
manekinekoyeah I should head out now too00:48
hycnite00:48
*** manekineko has quit IRC00:48
*** GPFerror has joined #xdandroid00:54
*** toadlife has quit IRC01:12
*** ray|yar has joined #xdandroid01:21
*** ray|away has quit IRC01:25
*** Fudge has quit IRC01:30
*** Fudge has joined #xdandroid01:30
*** kalemas has joined #xdandroid01:52
*** Miga_ has quit IRC01:54
*** Miga_ has joined #xdandroid01:55
*** Miga has joined #xdandroid01:58
*** Miga_ has quit IRC01:59
*** nautis has joined #xdandroid02:15
*** hardwalker has joined #xdandroid02:40
*** nautis has quit IRC04:47
*** nautis has joined #xdandroid04:47
stinebdholy tokyo batman05:00
*** ORi| has quit IRC05:12
*** ORi| has joined #xdandroid05:12
ryannathansapparently git doesnt exist anymore and it's now called git-core when installing it05:13
*** SpecR has quit IRC05:46
*** SpecR has joined #xdandroid05:50
*** hardwalker has quit IRC06:25
*** nautis has quit IRC06:29
*** nautis has joined #xdandroid06:30
*** nautis has quit IRC07:23
*** nautis has joined #xdandroid07:24
*** nautis has quit IRC07:25
*** nautis has joined #xdandroid07:26
*** nautis has quit IRC07:27
*** nautis has joined #xdandroid07:28
*** nautis has quit IRC07:29
*** nautis has joined #xdandroid07:30
*** nautis has quit IRC07:32
*** nautis has joined #xdandroid07:33
*** nautis has quit IRC07:36
*** nautis has joined #xdandroid07:37
*** kwoodyusa has joined #xdandroid08:30
*** nautis has quit IRC08:32
*** nautis has joined #xdandroid08:33
*** InternetToughGu1 has joined #xdandroid08:36
*** InternetToughGuy has quit IRC08:36
*** stockymoney has joined #xdandroid08:40
*** calon has joined #xdandroid08:42
*** stockymoney has quit IRC08:44
*** helicopter88 has joined #xdandroid08:50
*** helicopter88 has quit IRC09:38
*** fishhead2567 has joined #xdandroid09:57
*** |Jeroen| has joined #xdandroid10:07
hycugh. Android seems to think that because you have a light sensor and automatic screen brightness, it doesn't need to turn on keyboard or button lights for you10:15
hycstupid....10:15
*** emwe has joined #xdandroid10:19
hycOK, I have userland keyboard and buttonlights working now10:19
hycwill see if the key repeat bug is still present or not...10:20
*** helicopter88 has joined #xdandroid10:26
*** arrrghhh has joined #xdandroid10:34
hycemwe: I get the feeling that the fb patch never does anything useful. at most it sits in a loop with mutexes held, preventing other stuff from progressing.10:37
emwehyc: hey. dunno if you read logs when i was talking with wistilt about it. that panel->unblank(panel) just always returns =! 0 no matter how often i iterate. topa and raph reproducable. i have not been able to track down where that can happen.10:38
emweneither board panel file nor mddi client ever return something != 0.10:38
emweso there must still be sth betweend msm_fb and mddi_client_xyz10:39
hycI recall some of that conversation10:39
hycso failcnt is always zero, or always equai to limitcnt?10:39
emweequal limitcnt10:40
emwei had it loop 10 times, so 11 calls to unblank, it always hit the limitcnt10:40
emwei haven't investigated further, but the panel->unblank() is "unknown" to me from which component it comes from10:41
emwemddi client itself eg. the novatek one mddi_client_novb6foobar.c returns the board-panel return code. so that's not it.10:41
emwehaven't followed that though.10:41
hycat this point I'm seeing: long delay, backlight comes long, long delay, display is drawn10:41
emwei just see it repeating very quick the limitcnt+1 times10:42
emweand after that panel unblanks of what i recall10:42
emwei think that stuff - same like pm patch - is fighting windmills/sd/non-and or whatnot10:43
emwenon-nand i mean10:43
hycperhaps10:43
emwei think that panel->unblank() is the key to the real thing10:43
emwebut i am busy with other stuff10:43
hycbut we know that he had a good test kernel in March/April timeframe with none of these issues10:43
emwewell yeah, but it's perhaps the wrong approach10:43
emweinstead of finding the real cause10:44
hycah. fair enough.10:44
emwecan you repdocude the limitcnt+1 calls to panel->unblank()?10:44
hycI haven't checked10:44
emweit's just an assumption of mine it might be the wrong place. so no offencse to anyone10:44
hycare you debugging the kernel to check the value, or just printing it?10:44
emweif you have a chance, put limitcnt to 10 and add some output10:44
hycok10:44
emweprintk() ;)10:44
emwedid i mention JB is my hero ;)10:45
hycoh?10:45
hycdid he fix your incall bug?10:45
emwehe just sent me an arm9 diag driver and a little app10:45
emwewhich fetches arm9 debug log so to say10:45
hycahhh, I saw those commits in his diag branch10:45
emwejust need to integrate it. then i can hopefully find sth useful out of the logs10:46
hyccool10:46
hycmight help with the remaining radio hang bugs?10:46
hycor why smd_tty seems to lose characters?10:46
emwethat as well. there's different subsystem logs one can request if i got it right...10:46
emwe*clueless*10:46
emweyou always mention that smd bug?10:46
emwewhat is it?10:46
hyclemme find the line number10:47
emweand btw... can we drop that /dev/smd7 hack?10:47
hycyes10:47
hycwith newest init anyway10:47
hycnew rootfs + ril210:47
emweehm? autobuild initramfs + rootfs?10:47
emwesorry, sometimes i don't get the short english sentences right :)10:47
hycsmd_tty.c line 8110:47
emweah yeah, seen this one... at least on .27 ;)10:48
hycquite often after this message is printed, the kernel panics in tty_ldisc.c with a null pointer deref10:48
emwenot sure i got that one on .35 ever10:48
hycgah. i really need to get a .35 running on rhod.10:48
hychate this .27 junk10:48
emwei need a rhod first10:48
emwegf just came home. be back in a bit.10:49
hycttyl10:49
arrrghhhhyc, yes, you do need to get .35 running on RHOD :D10:53
* arrrghhh whips hyc10:53
hyc:P10:53
arrrghhhhehe.  how you doin?10:53
hycpretty good10:53
arrrghhhschweet.10:53
hycuntil you reminded me about that caps/fn thing :P10:53
arrrghhhbwhahaha10:53
arrrghhhso there are no userland hooks10:54
arrrghhhi'm saying they need to be made10:54
hycugh...10:54
arrrghhhWisTilt2 put kbd bl and caps/fn lights in kernel knowing that's not where they were going to stay10:54
arrrghhhobviously the kernel will still turn them on/off, but userland should tell the kernel when to do so...10:54
hycyes10:55
hycthat'd be ideal. I have that working now for keyboard and button10:55
arrrghhhorly?10:55
hycwill send a new patch to ML soon to rip out the unnecessary kernel bits10:55
arrrghhhit'd be nice to have those userland hoooks.10:55
hycread back a bit in the log. It ought to have Just Worked from day one but...10:55
hycas usual Android is stupid10:56
arrrghhhi have no clue what that entails tho, i'm just spouting info i heard from other devs.10:56
arrrghhhheh10:56
arrrghhh"With my system specs how many websites do you think I could run and still be able to browse the internet, watch moviess, and play games like sims3, warband, sim city 4?"10:58
arrrghhhwtf are you running a web server on a machine you play games on... oy.10:59
hyclol11:03
nautiswow11:09
*** manekineko has joined #xdandroid11:11
*** netson99-hd2 has joined #xdandroid11:12
manekinekohyc, what is required to have USB mass storage remount working? I'm on a partitioned build with your latest system (modified), one of your older rootfs, and the audio kernels, but mass storage only works once11:12
hychmmmm. sorry can't remember what else at the moment11:13
hycI think you should have all the right elements11:13
hycoh11:13
manekinekohmm odd11:13
hycyou also need the initramfs11:13
manekinekothe initrd.gz?11:14
hycyes11:14
arrrghhhheh11:15
manekinekowhere can I get a modified one of those from?11:15
*** kalemas has left #xdandroid11:15
arrrghhhso much for supporting your build hyc11:15
manekinekolol sorry11:15
hycit's the latest autobuild11:15
manekinekooh really? is USB working with latest autobuild everything?11:15
manekinekoon partitioned builds?11:15
hycyeah, I really shouldn't even be helping such a frankenstein patchwork11:15
*** kalemas has joined #xdandroid11:15
manekinekolol sorry11:15
hyclet's see....11:16
arrrghhhheh11:16
hycautobuild initrd, autobuild kernel, definitely good11:16
hycthe rest, dunno11:16
arrrghhhyou WILL support your frakenbuild!11:16
arrrghhh:P11:16
manekinekodid you  manage to get p2 rootfs working or are you using loopback for rootfs still?11:16
hycI think rootfs is still missing a bunch of patches11:16
manekinekothis time will partitioning I tried p2 rootfs and it didn't work for me11:16
hycI still use a loopback but I don't see any reason why p2 wouldn't work11:17
manekinekoodd, I'll double check that then11:17
*** kalemas has left #xdandroid11:19
hycdo all of these phones have ambient light sensor?11:19
hyctopaz, kovbsky, etc?11:19
hyckovsky11:19
arrrghhhhrm11:20
arrrghhhi don't think so, but i'm not positive.11:20
hycok11:20
hycour userland is compiled with auto-brightness always enabled11:20
hycand auto-brightness basically disables Android's control of keyboard/button lights11:21
manekinekoquick search says both of those have sensors11:21
hycso perhaps that setting should remain as-is11:21
manekinekoso on native devices, when you turn on auto-brightness keyboard/button lights stop working?11:21
hycI guess so. G1 has no auto setting, no light sensor.11:22
hycand it's not just when you set it to auto mode. When the userland is compiled with auto support at all, it's all disabled.11:22
arrrghhhbut it has a digital compass!11:22
hycthus my comment about how stupid this stuff is.11:23
arrrghhhheh, that is stupid.11:23
hycobviously they should only be changing behavior if the screen is currently set to auto mode.11:23
hycif it's set to a manual brightness level, it should just behave normally.11:23
manekinekothat doesn't sound like desired behavior really, would it be possible just to comment out the part where it disables the lights?11:24
hycthat's pretty much what I've done.11:24
arrrghhhlol11:24
hycin auto mode, it actually has a table of brightness values.11:24
hycour config.xml had bogus values there11:24
hyc(in device/.../overlay/...)11:25
hycso currently we have 4 auto brightness levels11:25
hycthe idea seems to be, in the two dimmest levels, also enable the key/button lights11:25
arrrghhhweird11:25
hycin the brighter levels don't bother, because you're probably in daylight.11:26
manekinekodo the keys/button lights have adjustable brightness?11:26
arrrghhhyea, that makes a little more sense11:26
hycbut our overlay appears to have been copied from the nexus-1, which has no keyboard11:26
hycso the table for keyboard brightness was all zeros11:26
arrrghhhmanekineko, AFAIK wistilt2 said yes but didn't bother with it.11:26
arrrghhhi think he said it had more levels than the backlight lol11:26
hycfunny...11:27
*** helicopter88 has quit IRC11:27
hycI think userland just toggles 0/255 though11:27
*** netson99-hd2 has quit IRC11:35
manekinekoyep, updated initrd.gz and everything is working for USB mass storage now11:38
arrrghhh"One of the biggest insurance companies in the world held a party for salesmen where they were rewarded with the services of prostitutes. "11:43
arrrghhhsign me up11:43
|Jeroen|yeah lets drop those dinner checks and replace them with prostitutes11:46
*** calon has quit IRC12:06
hycok, kernel patches for keyboard lights posted. userland patches posted, merge requests updated.12:07
*** NevroPus_ has joined #xdandroid12:10
NevroPus_Hi. I have a GSM touch pro 2, I have set force_cdma=0, but still can't get a signal. Any ideas why? And, is it fixed so the external speaker works along with the internal? So I can have a ringtone and still talk privately with someone?12:11
NevroPus_saw that the sound was marked green, so guessing it should work, but have to check12:12
*** manekineko has quit IRC12:18
*** toadlife has joined #xdandroid12:21
*** rpierce99 has joined #xdandroid12:22
arrrghhhNevroPus_, does sound not work...?12:23
arrrghhhwhat build are you using?12:24
Detuleomg i hate ubuntu12:27
Detulethat's all12:28
toadlifen00butu?12:28
toadlifeWhat's not to like? ;P12:28
* toadlife says as he set's up his Ubuntu machines12:28
arrrghhhlol12:28
Detulewasted a day of my life trying to compile something on an ubuntu box12:29
toadlifeDebian FTW12:30
Detulefinally switched to my fedora box where i have no root access and it worked first try12:30
arrrghhhlol12:31
toadlifeor that....12:31
arrrghhhuser error.12:31
toadlife:)12:31
toadlifeOn n00butu they are called 'luser errors'12:32
arrrghhhheh12:32
Detulecould be, i never thought i would run into a compiler error that would throw up 0 hits on google, but it happened on ubuntu12:32
Detuleso it's likely my box wasn't setup correctly12:33
toadlifeDetule, no surprising. Nobody compiles software on Ubuntu12:33
arrrghhhi do12:34
toadlifeThe signal to noise ratio in Ubuntu focuses forums is way too high, so it's really hard to find solutions to actual problems12:34
arrrghhhwhen i have to.12:34
arrrghhhand i use ubuntu for that reason12:34
arrrghhhbecause i can usually find solutions to my problems.12:34
toadlifelol12:34
arrrghhhfor better or worse, a lot of people use it.12:34
toadlifeYeah.  I'm just being non-conformist12:35
arrrghhhlol12:35
toadlifeI use it.12:35
arrrghhhi don't really care.12:35
arrrghhhi use what works fo rme.12:35
* toadlife ducks his head in shame12:35
arrrghhhfor812:35
arrrghhhdamnit.12:35
arrrghhhyou know what i mean :P12:35
toadlifeI've always hated Ubuntu's security setup with root disabled and wide open sudo.  It12:35
arrrghhhyea that didn't make any sense to me.12:35
arrrghhhmeh.12:35
arrrghhhi guess it's better than wide-open root :P12:35
toadlifeActually it's pretty much the same as wide open root.12:36
toadlifeThat's why I hate it12:36
arrrghhheh12:36
arrrghhhit's supposed to make ppl stop and think12:36
arrrghhhif i'm putting sudo in front of this, what will it do12:36
*** nautis has quit IRC12:36
arrrghhhproblem is, everyone puts sudo in front of everything.12:36
arrrghhhno thought goes into the process12:36
toadlifeTheir default sudo setup is set to cache credentials for a few minutes. That means that any malware could lurk in the bakground and wait for the user to invoke sudo and then grab root12:36
*** nautis has joined #xdandroid12:37
arrrghhhalso, i'm a noob - how would root NOT be wide-open access?  i thought that was the point of root.12:37
toadlifeI wasn't saying users should log in as root for every day use.12:38
arrrghhhk.12:38
arrrghhhthey would, i think is ubuntu's point.12:38
arrrghhhi see all sorts of posts on why can't i be root for this or that.12:38
toadlifeheh12:38
arrrghhhi want to log my DE in as root, what gives12:38
arrrghhhetc12:38
arrrghhhdumb.12:38
toadlifeusually the first thing I do in Ubuntu is sudo passwd root12:39
arrrghhhheh12:39
toadlifeEach to their own though12:40
arrrghhhindeed12:40
toadlifeI've brought up the security vulnerability in their default sudo setup (any process running under the users account being able to lurk and grab root) in several discussions and every time it was like I walked into a baptist church and praised satan.12:41
hyclol12:42
hycthey have some pretty odd notions about security...12:42
*** nautis has quit IRC12:42
hycI'm personally annoyed at AppArmor, and their default policy preventing you from gdb'ing other processes that have your uid12:43
hyctotally ridiculous...12:43
toadlifegbs = debug?12:44
toadlifegdb12:44
hycdebugger, yes12:44
hycnormally you can debug any process you own12:44
hycthey change the default so that you can only debug a child process12:44
toadlifeyeah, it would seem rational to be able to debug your OWN processes. ;P12:44
hycwhich generally means, a process that you started in the debugger12:44
*** nautis has joined #xdandroid13:08
emweholy cow...13:09
emwe(0000/00000004) htcdataex.c [Line 624]: process_dataex: cmd=138, cntr=153, data=-10013:09
emwe(0000/00000004) htcdataex.c [Line 192]: BATT_ALL: (data_1) = 19, (data_2) = 884, (data_3) = 3245,13:09
emwe(0000/00000004) htcdataex.c [Line 193]: BATT_ALL: (data_4) = 1131, (data_5) = 013:09
emwearm9 diag output13:09
arrrghhhw00t13:09
toadlifeThis will of course, fix all of our problems, right? 'P13:13
nautisis it done yet?!13:14
hyclol13:14
toadlife10:17AM and my radio hasn't gone comatose yet. ;P  I flash the latest Rhodium radio (*.95) last night.13:18
hyccool13:19
hyci'm not sure i'm getting valid results from the ambient light sensor13:20
toadlifeAuto backlight is flaky. In daylight the screen does not brighten up like it should13:21
hyctried in a completely dark room, no key/button lights13:21
hycyeah, i noticed it's pretty flaky13:21
arrrghhhdon't tell WisTilt2 that :P13:22
hycit's completely hw controlled? no sw intervention at all?13:23
arrrghhhnot sure13:24
hycpanel seems to vary even when ambient light is constant....13:24
hycwell, seems like i'm not getting autorepeat bugs any more13:24
arrrghhhw00t13:25
arrrghhhi was pretty sure that bug NEVER happened before the kbd bl code.13:25
hyccool13:25
*** |Jeroen| has quit IRC13:40
DetuleDo you guys get adb functionality on a virtualbox guest (assume no root access on linux host/no adb)?13:50
arrrghhhare you using the OSS version?13:52
arrrghhhor the binary version13:52
NevroPus_Damn, sound isn't working on touch pro 2 gsm. That is, I can call, but no ringtone. Any ideas13:53
NevroPus_?13:53
NevroPus_Do I have to add external.rhod_speaker=1?13:53
arrrghhhdo you have any ringtone selection?13:53
arrrghhhlolwut13:53
arrrghhhare you just making up options?13:53
Detulebinary13:55
NevroPus_external.rhod_speaker is a valid options. At least according to the wiki13:55
NevroPus_but just makes the speaker noisy13:56
nautisrhod_everything_work=113:57
arrrghhhit's a deprecated option if anything13:57
NevroPus_I'm using the newest build, that is 2.2.2 FRX06 and XDANDROID.2.2.ASOP.29.7.10.RC2.113:57
NevroPus_nautis: is that really an option?:P13:57
arrrghhhNevroPus_, yea why don't you have that option :P13:58
nautisyes it isnt13:58
arrrghhhNevroPus_, check the ringtones13:58
arrrghhhis silent the only option?13:58
NevroPus_arrrghhh: I have, non of them are playing13:58
arrrghhhso they're there but they don't play?13:58
arrrghhhyou have the volume turned up!??!13:58
NevroPus_No, I can set the sound on, put I don't hear anything13:59
NevroPus_volume on full13:59
arrrghhhthis is clean13:59
arrrghhhFRX0613:59
arrrghhhno changes13:59
NevroPus_yes13:59
arrrghhhthat other one you listed i hop you're not running13:59
arrrghhhjuly 29th is ancient.13:59
arrrghhhhope*13:59
NevroPus_yeah, but was the one listed in wiki, so I used that.13:59
arrrghhhNevroPus_, you're the first to ever experience this issue.14:00
NevroPus_Was also the newest I could find with ASOP14:00
arrrghhhwait are you on that build now?14:00
arrrghhhAOSP14:00
arrrghhh;)14:00
arrrghhhugh14:00
arrrghhhyou're a dangerous user it seems.14:00
NevroPus_yeah, but switched system.ext2 with the one in version 2.2.2 FRX0614:00
arrrghhhknowledgeable enough to poke around, but dangerous in what you do.14:00
NevroPus_nah, as long as I don't kill my phone I don't find it dangerous. Anything that can be fixed is safe:D14:01
rpierce99NevroPus_: you should update to an all together new build, the system image is one thing but if you are running a rootfs and kernel from july of last year, you're going to have problems14:02
NevroPus_ok, then I'll do that14:03
NevroPus_thanks;)14:03
NevroPus_but should I still use the ASOP builds?14:04
arrrghhhAOSP14:04
arrrghhhsure14:06
arrrghhhwhy not14:06
NevroPus_Then the newest AOSP build is from November, which also seems quite a while ago14:07
DetuleNevroPus_: http://forum.ppcgeeks.com/android-tp2-development/140848-build-complete-froyo-bundle-frx06-stable-minor-fixes.html  (Download full bundle and read carefully, come back thank arrrghhh and rpierce99)14:09
arrrghhhlol14:10
arrrghhhNevroPus_, it's from March 201114:10
NevroPus_yeah, that one, but not the AOSP build, but downloaded the full bundle now, so thanks for the help. Now I'll try it out14:11
arrrghhheh?14:12
arrrghhhyour words confuse me.14:12
arrrghhh(Updated Mar. 25 2011)14:12
arrrghhhFRX0614:12
*** calon has joined #xdandroid14:17
*** helicopter88 has joined #xdandroid14:28
toadlifeLinux weenies here: Where is a/the standard place on our phones to store a pid of a process in a file for later reference? '/data/misc/*' perhaps?14:48
arrrghhhsounds dangerous14:49
arrrghhhwhat are you doing?14:49
toadlifelol14:49
toadlifedangerous?14:50
toadlifeFixeing my dumplogs.sh script14:50
arrrghhhah14:50
toadlifeIt don't work so work so well since I switch to a partitioined build14:50
arrrghhhheh14:50
toadlifeI'm fixing once and for all14:50
toadlifeI having the shell sript record it's shells' pid so that I I launch the script again it can kill the other instance of the script14:51
arrrghhhnice14:52
arrrghhhi'm not sure where you stuff it for android14:52
arrrghhhdoesn't it usually go in like /var/run or smth?14:52
toadlifeWell wifi, dhcps, bluetooth all keep their dynamic config stuff in folders under /data/misc14:53
toadlifelol Doe we even have a var?14:53
arrrghhhprobably not14:54
arrrghhhstuff in in /data/misc, see what happens.14:54
rpierce99wow this villa15 guys just keeps saying the same thing, you see it plays the HD videos but it's just in black and white15:01
arrrghhhone track mind15:01
toadlifeyeah I saw that. Had hyc laid into him good yet?15:01
arrrghhheh kinda15:01
* toadlife gets popcorn15:01
arrrghhhjust said it probably won't work :P15:01
arrrghhhi love how the dude refuses to test on XDAndroid build15:02
toadlifeI tried that cyanogen build, and yeah there were some nice features, but not THAT nice.15:14
toadlifestock AOSP build is more than good enough for me15:14
NevroPus_just wanted to thank the developers for making android run on my TP2. Now I can use a good OS on my cellphone the last three months of its life15:30
arrrghhhlast 3 months of its life?15:31
arrrghhhyou're planning on murdering your phone?15:31
toadlifeSend it to me!!15:32
NevroPus_arrrghhh: Yeah. It's almost dead, just have to wait untill I start working to change it15:32
NevroPus_toadlife: You pay the transport?15:32
toadlifeWhere are you?15:33
NevroPus_oslo, norway15:33
toadlifeLOL. Nevermind15:33
toadlifeNorway to CA might cost a bit15:33
arrrghhhbwhahaha15:33
arrrghhhi have some friends in Norway15:33
NevroPus_some, not too much though, if I send it as a letter. Don't have the box:P15:35
arrrghhhlol15:35
toadlifeNo. It's okay.  There are no phone carriers here that it would work with. Is it a stock TP2?15:36
toadlifeNo phone carriers that I would want anyway15:36
arrrghhhheh15:36
arrrghhhhe's probably got a RHOD10015:36
toadlife*cough* At&T-Mobile15:37
arrrghhhyou're already there15:37
arrrghhhyou whore15:37
toadlifeJust waiting for my contract to expire in August15:37
arrrghhhheh15:37
arrrghhhcontract.15:37
toadlifeAugust 13th15:37
toadlifeWell when T-Mo contracts expire you automatically go month-to-month but get to keep the contract terms/plan15:39
toadlifeThey only require you sell your soul when you buy a subsidized phone from them.15:40
arrrghhhofc15:40
arrrghhhthat's how all carriers work15:40
arrrghhhAFAIK15:40
arrrghhhwell, in the US at least.15:40
arrrghhhrpierce99, i think that slickdaddy guy is a lost cause.16:03
arrrghhhyou can't fix stupid.16:03
rpierce99man after using the bt/audio testing kernel for a few days it's sure nice to be back on the wistilt2 4/15 kernel, wake is sooooo fast16:06
arrrghhhi noes16:07
arrrghhhhe needs to get that to the autobuild16:07
*** kwoodyusa has quit IRC16:07
rpierce99i don't think anyone in this NAND thread speaks english, geeze16:09
rpierce99well except for the devs16:09
arrrghhhlol16:10
*** dieter1981 has joined #xdandroid16:13
toadlifeDoh!  no need to store the pid of my script.  "pgrep" command has me covered.16:13
dieter1981hello16:13
arrrghhhdieter1981, hi.  do you have a question?16:15
dieter1981yes16:15
arrrghhh...16:15
dieter1981i think it has been probably asked a thousand times16:15
arrrghhhlol ok16:15
emwethis is a good opening :)16:15
arrrghhhsearch turned up nada eh?16:15
arrrghhhemwe, no joke :P16:15
dieter1981but will there be a xdandroid version for imagio because i cant find anything16:15
arrrghhhno16:16
emweimagio? was that whitestone?16:16
arrrghhhyes16:16
dieter1981yes16:16
arrrghhhdieter1981, no16:16
arrrghhhnot unless a dev pops up with the device...16:16
emweit just misses kernel support no? wasn't it identical hw-wise?16:16
dieter1981ooh ok isn't it possible .16:16
arrrghhhand ports it16:16
arrrghhhemwe, i don't know what it's missing TBH16:16
arrrghhhto my knowledge, no one has the device.16:16
dieter1981aah ok16:17
arrrghhhbut the hardware is similar16:17
emweso yeah, then it just misses support in the kernel.16:17
dieter1981yeah i have  no understanding on how to  program stuff that's why i asked  to you guys16:18
dieter1981but thanx for the answer  then i  maybe better start looking for another pone if i want android  not ?16:18
emwehm, or get into kernel ;)16:18
emwehm, that thing looks like a wrhod without keyb16:19
dieter1981wrhod ?16:19
emweworld rhodium16:19
arrrghhhdieter1981, have you tried booting it?16:19
emwerhod400/50016:19
arrrghhhdoes it just fail..?16:19
emweit likely will fail. there's no single line for the whitestone16:19
arrrghhhbut if the hardware matches...16:20
emweno board files, nothing. whonder if it has a machine type assigned16:20
arrrghhhi guess it won't be identical.16:20
dieter1981i wanted to try the blackstone build but i was afraid of  bricking my device16:20
arrrghhhdieter1981, you can't brick it16:20
arrrghhhunless you flash it16:20
dieter1981aah ok16:20
arrrghhhDON'T flash anything16:20
arrrghhhif it's running off the SD... really no chance for brick.16:20
dieter1981is it best that i return to stock rom to try it or  could i  do it with a custom rom16:21
emwedieter1981: you won't get anywhere without kernel support. and all "builds" share more or less the same kernel16:21
arrrghhhROM doesn't matter16:21
dieter1981ok16:22
emwebad somehow16:22
rpierce99some guy with a whitestone came in here a while back asking about haret machine type settings and such16:22
rpierce99so someone has at least attempted16:22
arrrghhhheh16:22
rpierce99don't think he got very far16:22
dieter1981yeah i read that some  tried it but stopped or something16:22
dieter1981it's a shame because i  saw that lots of people like to try android on their  imagio16:23
arrrghhhmeh16:24
arrrghhhnot many people have that device...16:24
dieter1981really  i dunno16:24
dieter1981i think i'm the only one in belgium lol because it didn't came in stores here16:24
*** calon1 has joined #xdandroid16:25
*** calon1 has left #xdandroid16:26
*** calon has quit IRC16:28
*** dieter1981 has quit IRC16:31
*** vw has joined #xdandroid16:35
emweoh eh, there is apparently people having android already up16:46
emwehttp://forum.ppcgeeks.com/htc-imagio/104666-whitestone-android-booted.html16:46
*** vw has quit IRC16:58
*** helicopter88 has quit IRC16:59
*** arrrghhh has quit IRC17:08
*** nautis has quit IRC17:09
*** arrrghhh has joined #xdandroid17:20
*** fishhead2567 has quit IRC17:56
stinebdmorning folks18:38
arrrghhhafternoon stine18:39
stinebdlive from taito, tokyo18:39
rpierce99how's rapture day treating you18:39
arrrghhhperhaps it just hit18:40
stinebdit's not rapture day18:40
stinebdthat was yesterday18:40
arrrghhhthe 21st?18:40
rpierce99no it's saturday18:40
arrrghhhyea dude, it's tomorrow.   well, for you it's today.18:40
stinebdoh i thought it was the 20th18:40
arrrghhhno18:40
stinebdshows how much i know about insane christians18:40
arrrghhhevidently it ends on October 21st18:41
arrrghhhso we'll surely all be dead by then.18:41
stinebdthat's one hell of a long rapture18:41
arrrghhhi'm glad the rapture will be long and drawn out.18:41
arrrghhhi didn't want a quick apocalypse18:41
rpierce99if people start dissappearing is it too late to start being good? or can you catch the tail end18:41
arrrghhhgood question18:42
arrrghhhis there an #insane_christians or something?18:42
arrrghhh#the_end_is_nigh18:42
toadlifeWell it's the 21st over in Australia and according to reports no one has been raptured. I knew those Aussies were a bunch of heathens.18:46
arrrghhhlol18:46
arrrghhhkiwis too eh?18:46
toadlifeKiwi's? Their "relations" with sheep will keep them out.18:47
arrrghhho right.18:47
arrrghhhbuncha sinners18:47
arrrghhhaussies are just english people that couldn't pay their bills18:47
toadlifelol18:48
toadlifeSo I finished me logging script. Spent WAY to much time on it.  It's a rare slow day here at work.18:49
toadlifeI not only logs, but makes your bed, rubs your feet and makes angry birds run at 40fps18:49
stinebdarrrghhh: did you ever find out if your pops flew my plane?18:50
stinebdif he did, tell him good job on the landing18:51
arrrghhhlol18:51
arrrghhhnah18:51
arrrghhhhe doesn't fly the 777 any more18:51
stinebdaww18:51
arrrghhhso no mo narita18:51
arrrghhhyea, oh well.18:51
arrrghhhwould've been funny :P18:51
arrrghhhhe still flies outta newark18:51
arrrghhhjust on the 757 mostly.  sometimes the 76718:52
stinebdtiny little things18:52
arrrghhhlol18:52
arrrghhhhe does miss the 77718:52
arrrghhhnice airplane.18:52
arrrghhhemwe, you thar?19:21
*** emwe has quit IRC19:21
arrrghhhhmph19:21
toadlifeYOU KILLED HIM!19:22
arrrghhhlol19:22
arrrghhhfirst to be raptured19:22
toadlifeheh19:22
toadlifeOh gawd.  That guide by manekineko is going to confuse the hell out of the n00bs19:23
arrrghhhheh19:23
arrrghhhthe su one?19:23
toadlifeyeah19:24
arrrghhhheh19:24
arrrghhhhe can have fun supporting it :P19:24
arrrghhhit shouldn't be that difficult to implement.19:24
toadlifeI think hyc said that all you have to do is delete the su from/bin and put the new one in /system/bin or /system/xbin19:24
toadlifeMuch simpler19:25
toadlifeThe bind mounts in /init are still an issue though19:26
arrrghhhyea19:28
arrrghhhthose need to be cleaned up19:28
*** arrrghhh has quit IRC19:29
*** toadlife has quit IRC19:49
*** arrrghhh has joined #xdandroid19:56
*** netson99-hd2 has joined #xdandroid19:59
*** netson99-hd2 has quit IRC20:03
*** Miga_ has joined #xdandroid20:12
*** arrrghhh_ has joined #xdandroid20:12
*** arrrghhh has quit IRC20:13
*** arrrghhh_ is now known as arrrghhh20:13
*** Miga has quit IRC20:15
*** nautis has joined #xdandroid20:15
*** XirXes has quit IRC20:33
*** arrrghhh has quit IRC20:41
*** rpierce99_ has joined #xdandroid20:54
*** rpierce99 has quit IRC20:56
*** rpierce99_ is now known as rpierce9920:56
*** XirXes has joined #xdandroid21:04
*** XirXes has quit IRC21:20
*** XirXes has joined #xdandroid21:28
*** nautis has quit IRC21:44
ryannathansarrrghhh> aussies are just english people that couldn't pay their bills - rofl21:51
stinebdhaha21:52
ryannathansI worked out how to fix the letter repeating problem after spending a few days on it, then as soon an im finished i get an email from the mailing list and someone had already done it and was commiting... D:22:00
rpierce99suuuuuuuuuuuuuuuuurrrrrrrrrreeeee ya did22:00
ryannathans:P was easy22:00
ryannathansbut never got kernel to compile22:01
ryannathanstook quite some time to work it out22:01
*** slickdaddy96 has joined #xdandroid22:11
ryannathansWhats up with some people talking about testing BT?22:16
slickdaddy96What's up with people talking crap about people on here would by my question. :-(22:18
ryannathansdid you end up getting that fixed22:18
*** [7] has quit IRC22:21
*** toadlife has joined #xdandroid22:21
*** TheSeven has joined #xdandroid22:21
ryannathansohai toadlife22:21
toadlifehey22:21
slickdaddy96working on it as we speak no thanks to them, I was just asking for a link. All that crap cost them a donation from me.22:22
ryannathanswhats up with some people claiming they have bluetooth working?22:22
ryannathansI haven't seen any threads on it 0.o22:22
toadlifeslickdaddy96: The devs here aren't doing it for the money.22:23
toadliferyan: It;s in the audio routing thread.22:24
toadlifeBT working like a champ!22:24
toadlifeapologies for the rude comments slickdaddy96. Us IT nerd types are assholes. arrrghhh especially22:25
toadlifeIn fact, I bet arrrghhh has an extra asshole just in case he runs out.22:26
slickdaddy96no problems...22:26
ryannathanswin.22:27
ryannathansafter i come back from cricket I shall have BT working. mwahahaha22:27
toadlifeTIP: Don't bind mount the files. Remount your filesystems and copy them in. bind mounting seems to cause it to not work for some unknown reason22:28
*** jcmsVEN has joined #xdandroid22:33
toadlifearrrghhh >slickdaddy96 as usual is failing at life.22:34
toadlifeYeah, that was harsh. ;P22:34
jcmsVENhi...I receive android.process.acoreunespected error continuely22:34
jcmsVENAny ideas?22:34
rpierce99jcmsVEN: corrupted permissions in android most likely, grab the fix_permissions script from cyanogenmod and run it with ADB22:34
jcmsVENmmmm How-to-do it URL please....sorry22:35
slickdaddy96toadlife: he was just pissed about me going off in him the forums for being an asshole earlier.  I got thick skin, I just think he thought I was so stupid I couldn't use IRC? :-)22:36
rpierce99!g cyanogen fix_permissions22:36
rpierce99damnit what is xdandroids google command22:37
toadlifeis is just me, or is Android is kind of fragile. :\  Is there a more robust filesystem that we could use?22:40
rpierce99i don't think it's android, pretty sure if we were able to cleanly dismount the file system every shutdown we wouldn't have half of these problems22:40
toadlifeI'm not blaming Android. I'm blaming ext222:41
jcmsVENusing startup file?22:41
rpierce99jcmsVEN: you talkin to me?22:41
jcmsVENLOL....I suposed....22:42
rpierce99then you're going to have to try again, no idea what you just asked22:42
jcmsVEN(I don't know)22:42
toadlifehttp://lmgtfy.com/?q=cyanogen+fix_permissions22:43
toadlifejcmsVEN - you will need to run teh script via adb22:44
toadlifeYour other option is to delete yolur data.img. You will lose your custom settings/apps if you do that22:45
*** toadlife has quit IRC22:58
*** rpierce99 has quit IRC23:04
hycwell it's my work and my webserver. I don't want those urls posted in the forums.23:05
hycI put files up for testing here, that's it.23:06
*** jcmsVEN has quit IRC23:06
hycif random people who weren't helping me test are downloading them I'll simply delte the files.23:07
hycwhen I hae something to share with the public I post it on the forums. If I don't post, then it means it's not ready.23:08
*** nautis has joined #xdandroid23:14
hycAnd yeah, that's why my rootfs has a shutdown service, to cleanly unmount /data.23:15
slickdaddy96I completely understand what you are saying hyc, my issue was them leading me along just to waste my time and piss me off really on purpose.  What you just said is all they had to say to me, and I wouldn't have pursued it anymore.23:18
slickdaddy96For the record I am not some dumb newb.  I have been on here since 2009, and never usually have that much issues patching stuff or testing stuff, but I have big problems when people don't give full information to me or at least explain to me that they can't give me the full info and waste my time.23:20
* nautis eats popcorn23:27
nautisreally looking forward to the new FRX release23:42
nautisthings seem to be really clicking23:43
*** toadlife has joined #xdandroid23:48
*** toadlife_ has joined #xdandroid23:53
hycat any rate, I've submitted my source patches to gitorious. I'm as eager to see a clean new release as anyone.23:53
*** toadlife has quit IRC23:55
*** toadlife_ is now known as toadlife23:55
stinebdnot gonna happen this week ;)23:57

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!