| babijoee | stinebd: i'm awake now :p | 00:50 | 
|---|---|---|
| babijoee | have you uploaded the changes to the binary for the ril? | 00:55 | 
| babijoee | also is there still support for system.img as bootable image? | 00:58 | 
| xUmaRix | 16:45 < stinebd> babijoee: awake? | 01:04 | 
| babijoee | yes i see that | 01:04 | 
| xUmaRix | babijoee any news on blac hw3d | 01:05 | 
| babijoee | not really | 01:10 | 
| babijoee | phh: isn't working on the kernel for awhile | 01:10 | 
| babijoee | but i've posted on the xdandroid thread how to remove 3d | 01:11 | 
| xUmaRix | memory out of alloc is the prblem | 01:15 | 
| xUmaRix | seems cotulla also face the same | 01:15 | 
| babijoee | do you get to the boot animation | 01:16 | 
| babijoee | or does it stop before it | 01:16 | 
| *** hamagc has joined #xdandroid | 01:17 | |
| xUmaRix | for me i managed to get it boot up without a prblem | 01:17 | 
| xUmaRix | it looks like when qcom driver loaded but EGL failed n force to software mode | 01:18 | 
| xUmaRix | from the log we could c /dev/msm_hw3d perms need to be fixed | 01:18 | 
| babijoee | stinebd: its building system.img rather than system.ext2 | 01:18 | 
| babijoee | i've got TARGET_USERIMAGES_USE_EXT2 := true in my buildspec.mk | 01:18 | 
| babijoee | hmmm | 01:18 | 
| babijoee | we'll i've posted how to remove it | 01:18 | 
| xUmaRix | but when u chmod both /dev/msm_hw3d u'll get black screen and memory out of alloc | 01:19 | 
| babijoee | so it should do the trick | 01:19 | 
| *** noob25 has quit IRC | 01:19 | |
| babijoee | you need to change permissions in init.rc iirc | 01:19 | 
| babijoee | but in any case | 01:19 | 
| xUmaRix | the problem lay down on Mem size for GPU i guess | 01:19 | 
| babijoee | the blackstone still has screen problems | 01:19 | 
| babijoee | and not much kernel work has been done for the blackstone | 01:20 | 
| xUmaRix | due to 480 x 800 | 01:20 | 
| babijoee | nope | 01:20 | 
| babijoee | tp2 and diamond 2 have 480x800 | 01:20 | 
| babijoee | all these devices have similar hardware | 01:21 | 
| xUmaRix | both of em also face the same problem i gues | 01:21 | 
| babijoee | hmmm | 01:21 | 
| babijoee | i dont really know as they dont post in main thread | 01:21 | 
| xUmaRix | what info u want im glad to help | 01:21 | 
| babijoee | i'm a userland development | 01:22 | 
| babijoee | so i'm afraid i'm very limited in what i can do to kernel | 01:22 | 
| babijoee | i've set it up and all | 01:22 | 
| babijoee | but i have no clue what to change | 01:22 | 
| xUmaRix | i dumped wince clockc reading from haret | 01:23 | 
| babijoee | xUmaRix: we dont know how to control GPU clocks atm | 01:23 | 
| xUmaRix | ic | 01:23 | 
| babijoee | just cpu | 01:23 | 
| xUmaRix | changing pmem_gpu ? | 01:24 | 
| babijoee | it involves also determing the specific clock that controls the GPU | 01:24 | 
| babijoee | and address | 01:24 | 
| babijoee | nope | 01:24 | 
| babijoee | i'm sure once we release 2.2 AOSP there will be some kernel development | 01:25 | 
| babijoee | iirc phh didn't like the blackstone due to it weird design | 01:26 | 
| babijoee | onscreen buttons | 01:26 | 
| babijoee | so theres no way to control the device | 01:26 | 
| xUmaRix | i read that someone want to remapped it according to nexus 1 | 01:27 | 
| babijoee | thing is the kernel we are on doesn't support it | 01:27 | 
| babijoee | and people on the nexus development don't know how to map to those buttons either | 01:27 | 
| babijoee | how do currently use android on blackstone? | 01:29 | 
| babijoee | ping: bzo | 01:30 | 
| xUmaRix | so far everything is quite ok | 01:43 | 
| xUmaRix | im using ext2 on sdcard with neopeek build ported from CM5 | 01:43 | 
| xUmaRix | http://blog.linuxconsulting.ro/2009/06/using-video-ram.html | 01:50 | 
| *** hamagc has quit IRC | 02:13 | |
| bzo | babijoee pong | 02:14 | 
| babijoee | hey bzo | 02:28 | 
| bzo | what's up? | 02:28 | 
| babijoee | when you compiled the source did it provide you with a system.ext2 or system.img? | 02:28 | 
| bzo | system.img, but you rename it to system.ext2 | 02:28 | 
| bzo | assuming you set that in the buildspec | 02:29 | 
| babijoee | yeah i did | 02:29 | 
| babijoee | just rename it @.@ | 02:29 | 
| babijoee | i'll try that | 02:29 | 
| bzo | yep, worked for me | 02:29 | 
| babijoee | did it say at a n d r o i d it couldn't find some files? | 02:29 | 
| bzo | don't remember anything like that | 02:30 | 
| babijoee | ok | 02:30 | 
| bzo | but I wasn't watching the whole time, it took a long time to boot the first time | 02:30 | 
| babijoee | how long? | 02:30 | 
| bzo | I dunno, maybe 5 minutes? | 02:31 | 
| babijoee | i see | 02:31 | 
| babijoee | how big is the system.img for you | 02:32 | 
| babijoee | ? | 02:32 | 
| bzo | about 99mb | 02:32 | 
| babijoee | woah? | 02:33 | 
| babijoee | mines 80mb | 02:33 | 
| babijoee | did you build in google apps? | 02:33 | 
| bzo | I added 3d, dream + google apps | 02:33 | 
| babijoee | same | 02:33 | 
| babijoee | hmmm | 02:33 | 
| Scepterr | i have aosp 2.2 sys img for nexus | 02:33 | 
| bzo | did you remember to extract the files? | 02:33 | 
| Scepterr | prop files ? | 02:34 | 
| babijoee | yeah via the unzip | 02:34 | 
| babijoee | Scepterr: ? | 02:34 | 
| Scepterr | sorry thought the extract q was for me | 02:35 | 
| babijoee | lol | 02:35 | 
| Scepterr | it applied :p | 02:35 | 
| xUmaRix | http://wiki.kldp.org/wiki.php/AndroidPortingOnRealTarget#s-3.1.3 --> if we modify mem size here will it work ? | 02:39 | 
| babijoee | possibly | 02:40 | 
| babijoee | you'll have to ask someone in kernel devel | 02:40 | 
| *** babijoee has quit IRC | 02:45 | |
| *** babijoee has joined #xdandroid | 02:52 | |
| *** bzo has quit IRC | 03:11 | |
| *** babijoee has quit IRC | 03:19 | |
| *** thedicemaster has quit IRC | 03:43 | |
| *** Unholy has quit IRC | 03:43 | |
| *** thedicemaster has joined #xdandroid | 03:43 | |
| *** babijoee has joined #xdandroid | 04:25 | |
| babijoee | yay finally built a working 2.2 system | 04:26 | 
| Scepterr | :) | 04:27 | 
| Scepterr | you booted it already ? | 04:27 | 
| babijoee | yeah | 04:27 | 
| babijoee | its working great | 04:27 | 
| Scepterr | bless you :) | 04:27 | 
| babijoee | i'm now testing things and readying a package | 04:27 | 
| babijoee | Scepterr: device? | 04:27 | 
| Scepterr | hd2 | 04:27 | 
| babijoee | ooo | 04:27 | 
| Scepterr | tmo us | 04:27 | 
| babijoee | are you a developer? | 04:28 | 
| Scepterr | for android a bit | 04:28 | 
| babijoee | kool | 04:28 | 
| Scepterr | build aosp/cyanogenmod, that kinda stuff | 04:29 | 
| Scepterr | let me know if youre having net location issues | 04:33 | 
| Scepterr | you should | 04:33 | 
| Scepterr | mind if i pm ? | 04:34 | 
| *** Reefermattness has joined #xdandroid | 04:41 | |
| Scepterr | hey Reefermattness :) | 04:41 | 
| Reefermattness | Hey guys. | 04:42 | 
| Scepterr | ive got gapps with working net location babijoee | 05:06 | 
| *** LeTama has joined #xdandroid | 05:09 | |
| babijoee | hey Reefermattness | 05:09 | 
| babijoee | nice work Scepterr | 05:09 | 
| babijoee | no problems Scepterr pm ahead | 05:10 | 
| Scepterr | are you working on hd2 or other device ? | 05:10 | 
| fakker | you have something to test on hd2 Scepterr? | 05:19 | 
| Scepterr | nope | 05:19 | 
| fakker | yeah i thought i read that wrong | 05:20 | 
| fakker | ;D | 05:20 | 
| fakker | it's too early | 05:20 | 
| babijoee | yep | 05:24 | 
| babijoee | it'll get there one day :D | 05:24 | 
| fakker | yep, i have desire while i have hd2 as alarm clock | 05:26 | 
| babijoee | wo0t | 05:29 | 
| babijoee | the only reason i would purchase a HD2 | 05:29 | 
| babijoee | is for fpsece | 05:29 | 
| Scepterr | nexus/hd2 here :) | 05:29 | 
| Scepterr | tp2 collecting dust | 05:29 | 
| Scepterr | actually im testing it atm, gonna upgrade my dads g1 for the tp2 :) | 05:30 | 
| fakker | aha, i do not give my old phones to my parents - it'll save me the headache in the long run | 05:31 | 
| Scepterr | hes tech savy | 05:31 | 
| Scepterr | he was using win mo for years and switch to android over a year ago | 05:31 | 
| fakker | mine can just about turn their laptops on and go on the internet | 05:31 | 
| babijoee | damn the GPRS connecting is buggy | 05:31 | 
| Scepterr | whats it doing ? | 05:33 | 
| babijoee | it d/c and is very slow | 05:34 | 
| babijoee | doesn't wanna sign in google acc | 05:34 | 
| Scepterr | whats your fingerprint in build.prop ? | 05:34 | 
| *** hamagc has joined #xdandroid | 05:35 | |
| babijoee | hold on | 05:35 | 
| babijoee | ro.build.fingerprint=generic/full_msm/msm/msm:2.2/MASTER/eng.joee.20100627.044114:eng/test-keys | 05:36 | 
| Scepterr | try this | 05:36 | 
| Scepterr | ro.build.fingerprint=/passion/passion/mahimahi:2.2/FRF83/42295:user/release-keys | 05:36 | 
| Scepterr | market wont accept aosp fingerprint | 05:37 | 
| babijoee | ro.build.fingerprint=generic/xdandroid_msm_us/msm/msm:2.1-update1/ECLAIR/eng.bryan.20100407.215527:eng/test-keys | 05:37 | 
| Scepterr | thats what was used before ? | 05:38 | 
| babijoee | the current 2.1 build | 05:38 | 
| Scepterr | thats wierd | 05:38 | 
| babijoee | its not the fingerprint | 05:38 | 
| babijoee | imo | 05:38 | 
| babijoee | its the GRPS connection | 05:38 | 
| Scepterr | hmm | 05:40 | 
| Scepterr | would the ril strings be affecting it ? | 05:40 | 
| babijoee | most likely | 05:40 | 
| babijoee | there has to be a binary revision change | 05:41 | 
| babijoee | not too hard | 05:41 | 
| babijoee | but i dont know how to do it | 05:41 | 
| Scepterr | hmm | 05:42 | 
| *** Reefermattness has quit IRC | 05:43 | |
| *** hamagc has quit IRC | 05:46 | |
| *** hamagc has joined #xdandroid | 05:47 | |
| babijoee | i'll wait for stinebd i guess | 06:28 | 
| CazH | Hi :) | 06:38 | 
| stinebd | babijoee: update your rootfs | 06:39 | 
| CazH | babijoee: you got froyo running? | 06:39 | 
| CazH | stinebd: what is the status of froyo got anything new working? :) | 06:43 | 
| stinebd | CazH: i've been working so no | 06:43 | 
| CazH | Ohhh :) shame | 06:43 | 
| phh | yeah some people happen to work sometimes. | 06:45 | 
| *** hamagc has quit IRC | 06:45 | |
| CazH | phh: you know, I'm unemployed so kinda of a unknown concept to me :P | 06:46 | 
| babijoee | hey stinebd | 06:46 | 
| babijoee | i have | 06:46 | 
| babijoee | did you just push something? | 06:47 | 
| stinebd | no | 06:47 | 
| babijoee | CazH: yep | 06:47 | 
| babijoee | got it running nice | 06:47 | 
| CazH | babijoee: congrats, I just got to the setupwizard :) | 06:47 | 
| stinebd | if data still isn't working then check your apn | 06:47 | 
| stinebd | rootfs has a froyo ril in it | 06:48 | 
| stinebd | and if it still doesn't work with correct apn, check logcat and see if there's a ppp complaint | 06:49 | 
| babijoee | stinebd: i get GPRS connecting but no internet coming through | 06:49 | 
| stinebd | i had that once for some reason and rebooting fixed it | 06:49 | 
| babijoee | i'll check that now | 06:49 | 
| babijoee | hmm | 06:50 | 
| babijoee | stinebd: is there any binary change for the ril? | 06:51 | 
| stinebd | babijoee: yes, the rild version number changed | 06:51 | 
| babijoee | ah k | 06:51 | 
| Scepterr | might phone info in #*#4636#*#* tell you something useful | 06:51 | 
| stinebd | no | 06:51 | 
| stinebd | if you have signal at all, it's not the ril | 06:51 | 
| *** hamagc has joined #xdandroid | 06:51 | |
| phh | (wrong pppd perms ?) | 06:53 | 
| stinebd | wrong something | 06:53 | 
| babijoee | stinebd: have you tried making a call? | 06:55 | 
| stinebd | babijoee: no | 06:55 | 
| stinebd | i have to leave for work now | 06:55 | 
| babijoee | it freezes my dev | 06:55 | 
| babijoee | ooo | 06:57 | 
| babijoee | cya later | 06:58 | 
| babijoee | phh: are you planning to help out with 2.2 AOSP? | 07:00 | 
| phh | babijoee: I already did | 07:00 | 
| phh | I just don't want to try it, just tell me what's wrong I'll fix it :p | 07:00 | 
| Scepterr | lol | 07:01 | 
| babijoee | i want to work on wifi :p | 07:01 | 
| babijoee | as stinebd says it scans but doesn't find | 07:01 | 
| phh | logcat ? | 07:02 | 
| babijoee | yeah | 07:02 | 
| babijoee | ummm i'm doing the GPRS atm | 07:02 | 
| phh | logcat ? :p | 07:02 | 
| babijoee | see whats happening | 07:02 | 
| babijoee | hhaha | 07:02 | 
| babijoee | wait | 07:02 | 
| babijoee | :p | 07:02 | 
| babijoee | fresh install | 07:03 | 
| babijoee | so its taking its time :p | 07:03 | 
| *** hamagc has quit IRC | 07:05 | |
| babijoee | ok system just froze | 07:08 | 
| babijoee | phh: http://pastebin.com/Z1t18uh5 | 07:09 | 
| phh | seems to work uh ? | 07:10 | 
| babijoee | yeah | 07:10 | 
| babijoee | but data doesn't come through on browser | 07:10 | 
| babijoee | or when i try to sign in google | 07:10 | 
| babijoee | i'll try again | 07:11 | 
| phh | route -n ? ifconfig ? ping 8.8.8.8 ? | 07:11 | 
| babijoee | shouldnt be long | 07:11 | 
| Scepterr | ping? | 07:11 | 
| phh | Scepterr: pong. | 07:11 | 
| babijoee | i'll try | 07:11 | 
| Scepterr | you can ping in *#*#4636#*#* | 07:11 | 
| phh | Scepterr: ah. | 07:11 | 
| phh | Scepterr: adb shell is better. | 07:11 | 
| Scepterr | whichever is closer :) | 07:12 | 
| babijoee | heres one with more info | 07:14 | 
| babijoee | D/pppd ( 395): rcvd P | 07:14 | 
| babijoee | D/pppd ( 395): sent P | 07:14 | 
| babijoee | W/pppd ( 395): Could not determine remote IP address: defaulting to I | 07:14 | 
| babijoee | I/pppd ( 395): local IP address I | 07:14 | 
| babijoee | I/pppd ( 395): remote IP address I | 07:14 | 
| babijoee | I/pppd ( 395): primary DNS address I | 07:14 | 
| babijoee | I/pppd ( 395): secondary DNS address I | 07:14 | 
| babijoee | D/pppd ( 406): Script /etc/ppp/ip-up started (pid 407) | 07:14 | 
| babijoee | radio logcat = adb logcat -radio? | 07:17 | 
| phh | yes | 07:17 | 
| babijoee | ok | 07:17 | 
| phh | babijoee: everything's fine here | 07:17 | 
| babijoee | hmmm | 07:17 | 
| babijoee | i dont know why its not working then | 07:17 | 
| babijoee | hmmm when i put that in it says not option | 07:18 | 
| phh | [13:11:08] <phh> route -n ? ifconfig ? ping 8.8.8.8 ? | 07:18 | 
| babijoee | adb logcat radio works however | 07:18 | 
| phh | adb logcat -b radio | 07:18 | 
| phh | ah. | 07:18 | 
| babijoee | ooo | 07:18 | 
| babijoee | ok | 07:18 | 
| babijoee | okay | 07:19 | 
| babijoee | this confirms it | 07:19 | 
| phh | confirms it works ? :p | 07:20 | 
| babijoee | phh: http://pastebin.com/xMEGTLAy | 07:20 | 
| babijoee | confirm its not | 07:20 | 
| babijoee | :p | 07:20 | 
| babijoee | i think :p | 07:20 | 
| phh | na, confirms we report something wrong. | 07:21 | 
| phh | so they also broke API \o/ | 07:21 | 
| phh | <3 G | 07:21 | 
| babijoee | lol | 07:21 | 
| babijoee | okay then | 07:21 | 
| babijoee | wifi time | 07:21 | 
| Scepterr | plenty changed in froyo | 07:21 | 
| babijoee | phh: is wifi recorded also in radio? | 07:22 | 
| phh | no | 07:22 | 
| babijoee | just normal logcat | 07:22 | 
| phh | yup | 07:23 | 
| babijoee | kk | 07:23 | 
| babijoee | wow saw lots of reasons for wifi not working | 07:23 | 
| phh | such as ? | 07:24 | 
| babijoee | http://pastebin.com/xbc94g44 | 07:25 | 
| phh | ok, wrong wpa_supplicant config | 07:26 | 
| babijoee | yep | 07:27 | 
| phh | hum | 07:27 | 
| phh | not sure | 07:27 | 
| phh | would need strace | 07:27 | 
| babijoee | okay how do i do that | 07:27 | 
| babijoee | phh: or would it take too long? | 07:45 | 
| phh | too long to explain yes :p | 07:45 | 
| babijoee | ok | 07:45 | 
| babijoee | generally which files do i need to look at | 07:45 | 
| phh | init.rc, /data/misc/wifi | 07:46 | 
| babijoee | ok | 07:46 | 
| Scepterr | http://benno.id.au/blog/2007/11/18/android-runtime-strace | 07:47 | 
| CazH | babijoee: was it really slow after first boot for you too? :) | 07:48 | 
| babijoee | CazH: yeah | 07:52 | 
| babijoee | but now its good | 07:52 | 
| CazH | Nice, mine is allready starting to get better, still a bit slow, hoping that is gonna clear up :) | 07:53 | 
| Scepterr | jit is running, yes ? | 07:56 | 
| *** TheDeadCPU|BRAVO has joined #xdandroid | 08:05 | |
| CazH | Scepterr: It should haven been but when I'm running linpack on my diam100 I get about 2mflops which suggests thats its not :S | 08:11 | 
| babijoee | Scepterr: i assume yes | 08:11 | 
| Scepterr | from what ive seen jit takes a little while to "warm-up" | 08:12 | 
| babijoee | phh: this is in /data/misc/wifi | 08:12 | 
| babijoee | update_config=1 | 08:12 | 
| babijoee | ctrl_interface=tiwlan0 | 08:12 | 
| babijoee | eapol_version=1 | 08:12 | 
| babijoee | ap_scan=1 | 08:12 | 
| babijoee | fast_reauth=1 | 08:12 | 
| phh | nothing interesting there | 08:13 | 
| babijoee | hmm | 08:13 | 
| babijoee | is there meant to be alot more? | 08:13 | 
| phh | no | 08:13 | 
| babijoee | thats the only file in there | 08:13 | 
| babijoee | wpasupplicant.conf | 08:13 | 
| Scepterr | CazH are you seeing a lot of dalvikvm msgs in logcat? | 08:13 | 
| babijoee | also do i need a new data.img? | 08:14 | 
| babijoee | i've made some changes to the froyo config to match the eclair | 08:14 | 
| CazH | Scepterr: having some trouble getting logcat up :S | 08:15 | 
| Scepterr | usb debugging turned on ? | 08:16 | 
| CazH | yeah | 08:20 | 
| babijoee | how can we definitely tell JIT is working? | 08:21 | 
| babijoee | i have adb working | 08:21 | 
| babijoee | omg it worked | 08:23 | 
| babijoee | i can see networks | 08:23 | 
| CazH | wifi? :D | 08:23 | 
| babijoee | yeah | 08:23 | 
| babijoee | lets see if it connect XD | 08:23 | 
| babijoee | andddddddddddddddddddddddddddddddddddd | 08:24 | 
| phh | no. | 08:24 | 
| babijoee | it keeps obtaining ip address | 08:24 | 
| babijoee | and then dc | 08:24 | 
| phh | bah wrong dhcp in init.rc | 08:25 | 
| babijoee | i'll try to get logcat | 08:25 | 
| Scepterr | bcm4329.ko correct ? | 08:25 | 
| Scepterr | cause thats what happens on nexus when wrong bcm4329 | 08:25 | 
| phh | Scepterr: babijoee doesn't have bcm4329 :p | 08:25 | 
| babijoee | if thats in n1 then i do phh :p | 08:26 | 
| babijoee | but yeah phh | 08:26 | 
| phh | pch. | 08:26 | 
| phh | we're not talking about your sucky phone :p | 08:26 | 
| babijoee | -.-" | 08:26 | 
| Scepterr | hmm | 08:26 | 
| babijoee | okay i'll have a look | 08:26 | 
| babijoee | i'll get some logcats | 08:26 | 
| phh | Scepterr: he has TI | 08:26 | 
| phh | in raph | 08:27 | 
| Scepterr | keep forgetting lol | 08:27 | 
| Scepterr | hd2 stuck in my head | 08:27 | 
| CazH | babijoee: what did you do to get you wifi to scan? | 08:28 | 
| babijoee | CazH: uhhh too many lines to remmeber | 08:30 | 
| babijoee | i'll push it through once i get wifi working :p | 08:30 | 
| CazH | oaky | 08:30 | 
| CazH | Okay * | 08:30 | 
| babijoee | phh: what do i do with dhcp? | 08:31 | 
| phh | babijoee: logcat you said | 08:31 | 
| babijoee | ok | 08:31 | 
| *** Flashtek has left #xdandroid | 08:33 | |
| babijoee | phh: http://pastebin.com/169M6q18 | 08:43 | 
| phh | nothing abuot dhcp there | 08:45 | 
| *** babijoee_ has joined #xdandroid | 08:55 | |
| babijoee_ | hmmm | 08:55 | 
| *** babijoee has quit IRC | 08:57 | |
| babijoee_ | ? | 08:57 | 
| babijoee_ | well after awhile it disables the connection | 08:57 | 
| babijoee_ | in the logcat it keeps saying wrong key | 09:02 | 
| babijoee_ | phh: also the networking is always scanning. is it meant to do that? | 09:04 | 
| phh | yes | 09:05 | 
| babijoee_ | ok | 09:05 | 
| phh | well, 10s every 45 or 15seconds | 09:05 | 
| phh | depending on the config | 09:05 | 
| babijoee_ | i see | 09:05 | 
| babijoee_ | i've only edited the init.froyo.rc | 09:06 | 
| Scepterr | scan delay is in build.prop | 09:09 | 
| phh | ah it's build.prop ? | 09:10 | 
| phh | ah right. | 09:10 | 
| phh | or init | 09:10 | 
| babijoee_ | build.prop | 09:10 | 
| Scepterr | :) | 09:11 | 
| phh | but we edit it in init. | 09:11 | 
| Scepterr | hmm | 09:11 | 
| Scepterr | i edit it in buildprop | 09:13 | 
| Scepterr | btw for editing build.prop on the go http://code.google.com/p/net-widgetron-propeditor/ | 09:33 | 
| *** xUmaRix has quit IRC | 09:36 | |
| *** chelbea has joined #xdandroid | 09:48 | |
| babijoee_ | CazH: download the new rootfs when its avaliable | 10:00 | 
| CazH | babijoee_: nice :D | 10:01 | 
| chelbea | hello | 10:01 | 
| chelbea | @babijoee .. how is battery life on 2.2? | 10:03 | 
| CazH | booting new rootfs :D | 10:07 | 
| babijoee_ | hmmm can't say | 10:10 | 
| babijoee_ | haven't testing long enough | 10:10 | 
| babijoee_ | CazH: let me know if it works :p | 10:12 | 
| CazH | will do in a moment :) | 10:12 | 
| babijoee_ | remember it only shows the network now | 10:12 | 
| CazH | found nets | 10:13 | 
| babijoee_ | awesome :) | 10:13 | 
| babijoee_ | can you connect? | 10:14 | 
| CazH | could not connect :( | 10:14 | 
| babijoee_ | oh wells | 10:14 | 
| babijoee_ | i'm working on it :p | 10:14 | 
| CazH | something about wrong key in logcat | 10:15 | 
| babijoee_ | yeah | 10:15 | 
| babijoee_ | saw that | 10:15 | 
| CazH | and loads of other shit that goes by way to fast :) | 10:15 | 
| babijoee_ | as phh said we probally need to look up some stuff | 10:15 | 
| CazH | yeah :9 | 10:16 | 
| CazH | :)* | 10:16 | 
| babijoee_ | hopefully when phh gives in it will get fixed | 10:16 | 
| babijoee_ | or me or stinebd figures it out instead @.@ | 10:17 | 
| babijoee_ | i'll be pushing some mroe stuff CazH so dont download the latest rootfs just yet :p | 10:17 | 
| CazH | hehe yeah | 10:18 | 
| babijoee_ | weird | 10:18 | 
| babijoee_ | now its really fast | 10:18 | 
| babijoee_ | hahaha | 10:18 | 
| CazH | what now? | 10:18 | 
| babijoee_ | the speed | 10:18 | 
| CazH | of the phone or? | 10:18 | 
| babijoee_ | yeah | 10:18 | 
| CazH | thats a good thing :P ? | 10:19 | 
| babijoee_ | yes | 10:19 | 
| babijoee_ | :) | 10:19 | 
| CazH | wow, don't try opening the camera app :P | 10:21 | 
| Scepterr | lol | 10:21 | 
| Scepterr | jit takes time to warm-up :) | 10:21 | 
| CazH | babijoee_: what device are you on? | 10:24 | 
| *** mint has joined #xdandroid | 10:27 | |
| babijoee_ | Touch Pro | 10:27 | 
| mint | Yo | 10:27 | 
| babijoee_ | CazH: are you able to get data GRPS working | 10:27 | 
| babijoee_ | ? | 10:27 | 
| CazH | had a data connection when I had a sim in it yes :) | 10:28 | 
| CazH | downloaded a app from the market :D | 10:28 | 
| babijoee_ | was it really working | 10:28 | 
| babijoee_ | ? | 10:28 | 
| *** mint has left #xdandroid | 10:28 | |
| CazH | I have then app on my phone so yeah :) | 10:29 | 
| CazH | and I recived mail | 10:29 | 
| babijoee_ | hmmm i guess GPRS works then | 10:30 | 
| Scepterr | agps working CazH? | 10:30 | 
| CazH | haven't tryed | 10:30 | 
| CazH | don't have any apps and I need my sim card in a working phone :) | 10:30 | 
| babijoee_ | what wifi network secuirty you have CazH | 10:31 | 
| babijoee_ | ? | 10:31 | 
| CazH | I guess I could try maps | 10:31 | 
| CazH | babijoee_: wpa | 10:31 | 
| babijoee_ | ok | 10:31 | 
| CazH | but can change it | 10:31 | 
| CazH | to what ever :) | 10:31 | 
| babijoee_ | change it to wep | 10:31 | 
| babijoee_ | see if it connects | 10:31 | 
| CazH | okay | 10:31 | 
| babijoee_ | thanks. i would do it but my internet is shared | 10:31 | 
| *** CazH has quit IRC | 10:36 | |
| *** CazH has joined #xdandroid | 10:37 | |
| *** CazH has quit IRC | 10:42 | |
| *** CazH has joined #xdandroid | 10:44 | |
| CazH | babijoee_: no luck with wep | 10:45 | 
| CazH | need to go for about 30 mins | 10:45 | 
| CazH | then ill try without encryption | 10:45 | 
| CazH | :) | 10:45 | 
| *** xUmaRix has joined #xdandroid | 10:50 | |
| babijoee_ | nps | 10:51 | 
| *** xUmaRix has quit IRC | 10:55 | |
| CazH | back :) | 11:08 | 
| babijoee_ | cool | 11:12 | 
| babijoee_ | how did you download and install a pack when SD card isn't working | 11:12 | 
| CazH | babijoee_: wifi still not working with out encryption | 11:12 | 
| babijoee_ | dl and install a app* | 11:12 | 
| babijoee_ | ok | 11:12 | 
| babijoee_ | CazH: is SD working for you? | 11:13 | 
| CazH | babijoee_: no clue, told market to download the app, it downloaded and then said installing forever | 11:13 | 
| CazH | yanked the battery out | 11:13 | 
| babijoee_ | yeah | 11:13 | 
| CazH | (for unrelated reasons) and then booted up again | 11:13 | 
| babijoee_ | SD card isn't avaliable | 11:13 | 
| CazH | and there it was installed and working :) | 11:13 | 
| babijoee_ | its mounted to /mnt/sdcard | 11:13 | 
| babijoee_ | in eclair its just /sdcard | 11:13 | 
| babijoee_ | but when i change it | 11:13 | 
| babijoee_ | it still doesn't work | 11:14 | 
| CazH | gets some warning about sd card not having a known fs on it | 11:14 | 
| babijoee_ | need to speak with stinebd to see whats going on | 11:14 | 
| babijoee_ | ah ko | 11:14 | 
| babijoee_ | ok* | 11:14 | 
| babijoee_ | damn my GPRS connection is freaking stupid | 11:14 | 
| babijoee_ | wont dl data at all | 11:14 | 
| CazH | my sdcard seems to be mounted at /sdcard :S | 11:14 | 
| babijoee_ | ? | 11:15 | 
| babijoee_ | can you view the contents of sdcard? | 11:15 | 
| CazH | yes | 11:15 | 
| CazH | /sdcard has everything that should be there and /mnt/sdcard is empty | 11:15 | 
| babijoee_ | what the hell | 11:16 | 
| CazH | I'm doing this by adb shell | 11:16 | 
| babijoee_ | what device are you running CazH ? | 11:16 | 
| CazH | diam100 | 11:16 | 
| babijoee_ | hmmm | 11:16 | 
| CazH | so it's not a sd card but a flash chip | 11:16 | 
| babijoee_ | phh would say a soldered SD card :p | 11:16 | 
| CazH | hehe | 11:16 | 
| babijoee_ | okay | 11:16 | 
| babijoee_ | this is weird | 11:17 | 
| babijoee_ | i think the build is meant to be mounted | 11:17 | 
| CazH | being a EE I would say a flash chip :P | 11:17 | 
| babijoee_ | on a ext2 fs | 11:17 | 
| chelbea | give me something to download and to try :) | 11:18 | 
| chelbea | i have a touch pro | 11:18 | 
| babijoee_ | okay | 11:18 | 
| babijoee_ | private link please dont release | 11:19 | 
| chelbea | ok | 11:19 | 
| babijoee_ | download the latest rootfs | 11:19 | 
| babijoee_ | are you an experienced user chelbea | 11:20 | 
| chelbea | no ... but i have sim with data connection | 11:20 | 
| chelbea | i could try to see if it's working | 11:20 | 
| chelbea | to install something | 11:20 | 
| babijoee_ | have you installed xdandroid before? | 11:21 | 
| chelbea | yes .. 2.1 version i have on it | 11:21 | 
| babijoee_ | ok | 11:21 | 
| CazH | babijoee_: I do have a annoying warning about a blank sdcard | 11:24 | 
| babijoee_ | yeah | 11:25 | 
| CazH | strange if the sd card is mounted :S | 11:25 | 
| babijoee_ | you can't see any music right? | 11:25 | 
| babijoee_ | CazH its not mounted to /sdcard | 11:25 | 
| babijoee_ | its mounted to /mnt/sdcard | 11:25 | 
| CazH | babijoee_: mount disagress with you on that one | 11:26 | 
| babijoee_ | i guess its to prepare to Aps2SD | 11:26 | 
| babijoee_ | check the init.froyo.rc CazH | 11:26 | 
| CazH | /dev/block/mmcblk0p1 /sdcard vfat rw,noatime,nodiratime,fmask=0000,dmask=0000,allow_utime=0022,codepage=cp437,iocharset=iso8859-1,utf8,flush 0 0 | 11:26 | 
| babijoee_ | actually | 11:26 | 
| babijoee_ | i do remmeber going into SD storage and blabla | 11:27 | 
| babijoee_ | and saw like 197mb free on internal storage | 11:27 | 
| babijoee_ | stinebd probally made it that way for diamond | 11:27 | 
| babijoee_ | how much free mem do you see CazH | 11:27 | 
| babijoee_ | ? | 11:27 | 
| *** chelbea has quit IRC | 11:28 | |
| CazH | /sdcard: 1960404K total, 436976K used, 1523428K available (block size 4096) | 11:28 | 
| babijoee_ | ummmm | 11:28 | 
| babijoee_ | not in adb | 11:28 | 
| babijoee_ | goto actual settings app | 11:28 | 
| CazH | oh | 11:28 | 
| CazH | 197mb | 11:29 | 
| babijoee_ | hrmmm | 11:29 | 
| babijoee_ | same as me | 11:29 | 
| CazH | data.img? | 11:29 | 
| babijoee_ | possibly | 11:29 | 
| babijoee_ | i'll have to talk to stinebd | 11:30 | 
| babijoee_ | i guess its enough for today | 11:30 | 
| babijoee_ | thanks for everything CazH | 11:30 | 
| babijoee_ | :p | 11:30 | 
| CazH | oh right it late for you babijoee_ :P | 11:30 | 
| CazH | You welcome | 11:30 | 
| CazH | thanks for the wifi work babijoee_ ;) | 11:30 | 
| babijoee_ | it wasn't hard | 11:36 | 
| babijoee_ | just copied from init.eclair.rc | 11:36 | 
| CazH | hehe okay :) | 11:41 | 
| babijoee_ | uploading @ 30kbps | 11:48 | 
| babijoee_ | -.-" | 11:48 | 
| babijoee_ | soooo slow | 11:48 | 
| CazH | hehe | 11:51 | 
| CazH | are you uploading a froyo build? | 11:52 | 
| babijoee_ | yeah | 11:56 | 
| babijoee_ | i want to see if data works for other people | 11:56 | 
| babijoee_ | on raph | 11:56 | 
| CazH | nice froyo for the masses :) | 11:56 | 
| *** xUmaRix has joined #xdandroid | 11:57 | |
| CazH | I'm gonna reboot and then i'm gonna see if my data still works and if I can install anything else from market :) | 11:57 | 
| *** dreamcwli has quit IRC | 11:58 | |
| CazH | babijoee_: my data is still working and I downloaded and install gpstest, which will not start up at all for me :( | 12:10 | 
| babijoee_ | yeah | 12:15 | 
| babijoee_ | gps doesn't work it seems | 12:15 | 
| CazH | yeah but the program normally doesn't control the gps, just reads from it and when its off it does nothing so it should start by my logic | 12:17 | 
| babijoee_ | CazH: i believe stinebd updated the build.xml to not build with GPS | 12:18 | 
| babijoee_ | thats the only reason why i was able to compile | 12:19 | 
| babijoee_ | unless you have the eclair source | 12:19 | 
| *** TheDeadCPU|BRAVO has quit IRC | 12:23 | |
| CazH | babijoee_: okay guess theres no chance of getting gps to work then :P | 12:24 | 
| babijoee_ | no i dont think so | 12:24 | 
| babijoee_ | :p | 12:24 | 
| babijoee_ | just like wifi i believe it just needs some configuring | 12:24 | 
| CazH | did compiling with the -i flag work for you? | 12:24 | 
| phh | ah yeah gps moved to libhardware | 12:25 | 
| babijoee_ | when i compiled with -i | 12:25 | 
| phh | instead of libhardware_legacy | 12:25 | 
| babijoee_ | it never worked | 12:25 | 
| babijoee_ | after i resync' | 12:25 | 
| babijoee_ | there was an update | 12:25 | 
| babijoee_ | which changed what was compiled | 12:25 | 
| babijoee_ | ah k | 12:26 | 
| babijoee_ | i'll guess we can just redirect it | 12:26 | 
| CazH | the first one for me didn't boot either, but it was just complaning about mediaserver, then I updated earlier today and it booted, but I still compiled with the -i flag so no clue if the compiler complained :) | 12:26 | 
| babijoee_ | yep | 12:27 | 
| babijoee_ | hrrmm | 12:27 | 
| babijoee_ | yeah i rather see what doesn't compile rather than ignore it :p | 12:27 | 
| CazH | I would to, but when in a hurry I wan't it to compile :P | 12:27 | 
| *** AndIrc_17 has joined #xdandroid | 12:28 | |
| CazH | then i'll take care of the errors later :) | 12:28 | 
| babijoee_ | :p | 12:29 | 
| *** byte has joined #xdandroid | 12:37 | |
| *** AndIrc_17 has quit IRC | 12:47 | |
| *** Unholy has joined #xdandroid | 12:56 | |
| *** Guest64132 has joined #xdandroid | 12:57 | |
| *** Guest64132 has quit IRC | 13:12 | |
| *** aurora has joined #xdandroid | 13:29 | |
| *** rayman18 has joined #xdandroid | 13:40 | |
| rayman18 | hi guys | 13:40 | 
| rayman18 | anybody there? | 13:41 | 
| rayman18 | there is one thing in the kernel that is really anoying related to wifi in a DIAM100 | 13:43 | 
| phh | ? | 13:44 | 
| rayman18 | i will try to explain | 13:45 | 
| rayman18 | when you activate wifi, the ligh of the back button "gets crazy" and get the other three buttons crazy too | 13:47 | 
| rayman18 | but what i realised | 13:47 | 
| phh | ah. that one. | 13:48 | 
| phh | I'm still not sure who is to blame | 13:48 | 
| rayman18 | is that the "crazy" behavior of the led is like of a led that it marks the behavior of the wifi, igniting and going out | 13:48 | 
| rayman18 | like if the back button led works as a wiffi led | 13:49 | 
| rayman18 | i dont know if i have explain it well :( | 13:50 | 
| phh | yeah not linked at all. | 13:50 | 
| phh | yeah yeah, it's kind of known | 13:50 | 
| rayman18 | could it be working as this kind of led, and that is why of this crazy work? | 13:51 | 
| rayman18 | there is any supported phones in the kernel that have this kind of leds? | 13:51 | 
| phh | the problem is not with the leds | 13:52 | 
| phh | but the capacitive area | 13:52 | 
| rayman18 | so the capacitative are enable the led | 13:53 | 
| phh | ? | 13:53 | 
| rayman18 | when capacitative detecs you, the led ligh | 13:54 | 
| phh | yes | 13:54 | 
| rayman18 | so anything is telling the capacitatibe a false "tru" | 13:54 | 
| rayman18 | anything related to wifi i guess | 13:55 | 
| phh | yes | 13:55 | 
| phh | could be just a leak of capacity somewhere | 13:55 | 
| rayman18 | its just on the kernel i guess | 13:57 | 
| rayman18 | so i have not been of any help :D | 14:00 | 
| *** rayman18 has left #xdandroid | 14:07 | |
| *** byte has quit IRC | 14:11 | |
| *** byte has joined #xdandroid | 14:14 | |
| *** byte has quit IRC | 14:20 | |
| *** TheDeadCPU|BRAVO has joined #xdandroid | 14:48 | |
| *** hamagc has joined #xdandroid | 14:59 | |
| *** byte has joined #xdandroid | 15:11 | |
| hamagc | nice work guys! | 15:12 | 
| *** byte has quit IRC | 15:14 | |
| *** hamagc has quit IRC | 15:22 | |
| babijoee_ | gnite al | 15:26 | 
| *** babijoee_ has quit IRC | 15:26 | |
| *** lastofthewolves has joined #xdandroid | 15:27 | |
| lastofthewolves | hi @all | 15:27 | 
| lastofthewolves | just tried the new 2.2 build on my HTC Topaz | 15:28 | 
| lastofthewolves | and I was wandering if you got adb to work | 15:28 | 
| CazH | lastofthewolves: I'm on diamond but as far as I know adb is working :) | 15:29 | 
| CazH | at least it is for me :) | 15:29 | 
| *** mufflon12 has joined #xdandroid | 15:30 | |
| mufflon12 | Hello everbody | 15:30 | 
| lastofthewolves | can you tell me what to do? | 15:30 | 
| CazH | have you used adb before? | 15:30 | 
| lastofthewolves | I plugged in the usb cable, connected activesync and ran haret | 15:30 | 
| lastofthewolves | no. didn't get it to work with 2.1 | 15:31 | 
| CazH | what happens if you run adb devices? | 15:31 | 
| CazH | Hello mufflon12 | 15:31 | 
| mufflon12 | i used neopeeks super e port , i install android sdk plug in usb and run haret , now my pc want some usb drivers ? -.- and i cant install droid explorer | 15:32 | 
| CazH | mufflon12: this here is for xdandroid, not neopeek, neopeek has a support forum on his own site I think you'll get more help there :) | 15:33 | 
| mufflon12 | its the same ;) | 15:33 | 
| mufflon12 | neopeek and xdandroid just the same neopeek is only faster | 15:33 | 
| phh | mufflon12: it's the same or not the same ? | 15:34 | 
| Unholy | i dont think its that faster than xdandroid | 15:34 | 
| mufflon12 | round about 4 mflops without overcloack on my td | 15:35 | 
| lastofthewolves | CazH: it just prompts an empty list of devices | 15:35 | 
| CazH | lastofthewolves: you on linux right? have you set udev rules? | 15:36 | 
| phh | mufflon12: I've 528Mflops on my TD. | 15:36 | 
| lastofthewolves | i'm on windows right now but can also try linux later | 15:36 | 
| phh | mufflon12: no pm. | 15:37 | 
| Unholy | whats that benchmark you guys are talking about? | 15:37 | 
| mufflon12 | linpack | 15:37 | 
| phh | Unholy: kernel's one | 15:38 | 
| mufflon12 | @phh 528 MFLOPS WTF ? | 15:38 | 
| Unholy | ah il download it | 15:38 | 
| CazH | lastofthewolves: I've not used windows in a long time so i'm not gonna be of much help, but you can try this: http://wiki.cyanogenmod.com/index.php/Install_the_Latest_Android_sdk#Windows | 15:38 | 
| phh | mufflon12: that's the actual cpu speed. | 15:40 | 
| mufflon12 | omg | 15:40 | 
| Unholy | hey phh what ever happen to donut? it never go hw3d, i tried the eclair 2.1 drivers on donut but as expected they dint work | 15:40 | 
| Unholy | got* | 15:41 | 
| phh | Unholy: it's in kernel's menuconfig | 15:41 | 
| phh | there is a switch box between eclair's and donut's 3D | 15:41 | 
| mufflon12 | phh ? | 15:41 | 
| mufflon12 | how to use that kind of privat chat ? :D | 15:42 | 
| *** thedicemaster has quit IRC | 15:42 | |
| *** thedicemaster has joined #xdandroid | 15:42 | |
| mufflon12 | how much mflops did you guys get with newest xdandroid rls | 15:45 | 
| phh | mufflon12: the cpu do run @ 528MFlops. Your 5MFlops is the score of a virtual machine. | 15:46 | 
| phh | namely java vm | 15:46 | 
| Unholy | can someone help with this im trying to compile android on ubuntu 9.04 | 15:48 | 
| Unholy | this is the rror i get when getting source | 15:48 | 
| Unholy | unholy@unholy-desktop:~/xdandroid$ repo init -u git://gitorious.org/xdandroid-eclair/manifest.git | 15:48 | 
| Unholy | Traceback (most recent call last): | 15:48 | 
| Unholy | File "/home/unholy/bin/repo", line 595, in <module> | 15:48 | 
| Unholy | main(sys.argv[1:]) | 15:48 | 
| Unholy | File "/home/unholy/bin/repo", line 562, in main | 15:48 | 
| Unholy | _Init(args) | 15:48 | 
| Unholy | File "/home/unholy/bin/repo", line 181, in _Init | 15:48 | 
| Unholy | _CheckGitVersion() | 15:48 | 
| Unholy | File "/home/unholy/bin/repo", line 210, in _CheckGitVersion | 15:48 | 
| Unholy | proc = subprocess.Popen(cmd, stdout=subprocess.PIPE) | 15:48 | 
| Unholy | File "/usr/lib/python2.6/subprocess.py", line 621, in __init__ | 15:48 | 
| Unholy | errread, errwrite) | 15:48 | 
| Unholy | File "/usr/lib/python2.6/subprocess.py", line 1126, in _execute_child | 15:48 | 
| Unholy | raise child_exception | 15:48 | 
| phh | lol ? | 15:49 | 
| thedicemaster | are there any plans to ever release partition-versions of xdandroid on the forum, or do i have to keep waiting for balsat to unpack the system images? | 15:49 | 
| phh | where's the actual error ? :p | 15:49 | 
| Unholy | last line | 15:49 | 
| phh | Unholy: I don't call that an error | 15:49 | 
| Unholy | really then its all good? | 15:49 | 
| *** bzo has joined #xdandroid | 15:49 | |
| phh | Unholy: no | 15:49 | 
| Unholy | oh | 15:50 | 
| phh | but there is just no message | 15:50 | 
| phh | bzo: want to have fun with GPS ? :p | 15:50 | 
| phh | bzo: froyo breaks gps' api | 15:50 | 
| bzo | yeah, I noticed | 15:50 | 
| phh | not badly though it seems | 15:50 | 
| phh | just libhardware_legacy vs libhardware | 15:50 | 
| bzo | I might take a look at it later today | 15:50 | 
| bzo | do you know what's going on with the audio? | 15:51 | 
| phh | uh ? | 15:51 | 
| phh | no what ? | 15:51 | 
| Unholy | phh did you see what i pasted the error, or did irc omit it im confused XD | 15:51 | 
| bzo | wasn't audio broken too? | 15:51 | 
| phh | Unholy: yes yes | 15:51 | 
| phh | bzo: don't know | 15:51 | 
| Unholy | ok | 15:51 | 
| phh | Unholy: just that there is no actual message | 15:51 | 
| phh | like permission denied or such | 15:52 | 
| phh | if you see what i mean | 15:52 | 
| Unholy | should i chown the directory? | 15:52 | 
| Unholy | or run it in sudo | 15:52 | 
| phh | no no | 15:52 | 
| phh | that was just an example of a real error message /o\ | 15:52 | 
| Unholy | repo init -u git://gitorious.org/xdandroid-eclair/manifest.git | 15:53 | 
| phh | i've no clue what the error actually is | 15:53 | 
| bzo | hmm, maybe audio is ok. When I dial numbers, I hear a tone | 15:53 | 
| Unholy | thats whats giving me an error when i run it in temrinal | 15:53 | 
| Unholy | terminal* | 15:53 | 
| phh | yeah I got it | 15:53 | 
| bzo | because of no sd card, it's tricky to figure out how to trigger a sound :) | 15:53 | 
| phh | bzo: press the volume button ? :p | 15:54 | 
| CazH | Unholy: try updating you python and download repo again? | 15:54 | 
| bzo | phh: doesn't make any sound when I do that, is it supposed to? | 15:55 | 
| CazH | bzo: When I recived a phone call there was no sound, maybe something is up? | 15:55 | 
| phh | bzo: yes it is supposed to | 15:55 | 
| bzo | dzo said sound wasn't working on the vogue froyo so I assumed we'd have to fix something as well | 15:55 | 
| CazH | Hmm found out why, there is no ringtones on my phone :P | 15:56 | 
| Unholy | i tihnk im missing some fo the compiling tools | 15:56 | 
| Unholy | of* | 15:56 | 
| bzo | CazH: i think because of no sdcard | 15:56 | 
| CazH | bzo: the strange thing is my sdcard is mounted as /sdcard :S | 15:57 | 
| bzo | when I call my voicemail, I can hear through the handset | 15:57 | 
| bzo | but I think the phone call sounds are completely different from the app sounds | 15:57 | 
| CazH | bzo: here sound to when I call my voicemail :) | 15:58 | 
| Unholy | is there a way to make the vm disk larger? | 15:59 | 
| phh | sdcard problem is just a matter of configuring vold | 16:00 | 
| bzo | I wonder if the jit is not actually being enabled? | 16:03 | 
| bzo | linpack is only 2mflops | 16:03 | 
| bzo | there is an eclair jit build out there that claims 4mflops | 16:03 | 
| CazH | bzo: yeah it seems very stripped but some users are claiming the same results with the build. wonder what he has done beside stripping? | 16:04 | 
| bzo | ok, sound seems to be ok. Downloaded the guitar solo app and it works | 16:08 | 
| mufflon12 | so , how to use dataconnection ? | 16:09 | 
| CazH | mufflon12: what do you mean? | 16:13 | 
| mufflon12 | ,caszh .. i heard about some guys thaht can accesing files by droid explorer ? | 16:14 | 
| lastofthewolves | CazH: got adb to work | 16:16 | 
| lastofthewolves | thanks for the link | 16:16 | 
| lastofthewolves | had to reinstall the drivers | 16:16 | 
| CazH | mufflon12: I don't know droid explorer, but seems to just need adb which is enabled by default | 16:17 | 
| CazH | lastofthewolves: congrats :) | 16:17 | 
| bzo | ok, pretty sure jit is off | 16:18 | 
| phh | bzo: in 2.2 ? | 16:19 | 
| bzo | yes | 16:19 | 
| bzo | dalvikvm -help does not show with jit | 16:19 | 
| *** mufflon12 has quit IRC | 16:27 | |
| Unholy | how much space do i need for the android source\ | 16:31 | 
| CazH | Unholy: about 10gb | 16:32 | 
| Unholy | damn | 16:32 | 
| Unholy | this vm only has 5gb | 16:32 | 
| Unholy | is there an easy way to copy my vm image to a larger one | 16:33 | 
| Unholy | so i dont ahve to re install ubuntu | 16:33 | 
| Unholy | have* | 16:33 | 
| CazH | Unholy: my tree is 8GB as of right now | 16:33 | 
| CazH | don't have a clue about vm, but I'm gonna guess google has tons of guides for you | 16:34 | 
| stinebd | [12:18:59] <babijoee_> CazH: i believe stinebd updated the build.xml to not build with GPS << no i didn't | 16:41 | 
| CazH | stinebd: what did you do then? :S | 16:43 | 
| stinebd | to gps? | 16:43 | 
| CazH | to make it compile the gps? | 16:43 | 
| stinebd | nothing | 16:43 | 
| CazH | strange | 16:43 | 
| stinebd | i had to merge our old libhardware_legacy code into upstream froyo's libhardware_legacy | 16:44 | 
| stinebd | that's all | 16:44 | 
| CazH | okay | 16:44 | 
| stinebd | is it not building for you? | 16:44 | 
| CazH | had some errors while compiling which resultet in a build a non working build, but did a repo sync this morning and now i builds :) | 16:44 | 
| stinebd | you probably had our old libhardware_legacy then | 16:45 | 
| stinebd | especially if you got some weird error in frameworks/base about GpsPrivacySomethingorother | 16:46 | 
| CazH | I did | 16:46 | 
| stinebd | yeah, now imagine trying to track down the source of that error | 16:46 | 
| stinebd | that's what my friday afternoon was | 16:46 | 
| CazH | I have very little experince and tried to that my self :P After a while I gave up and tried using the file from eclair which made the error go away :P | 16:47 | 
| stinebd | i can't believe babijoee released this | 16:47 | 
| stinebd | we're gonna be sifting through so many posts :( | 16:47 | 
| CazH | But then it gave me another strange error at something else | 16:47 | 
| CazH | stinebd: well people where hungery for froyo :( | 16:48 | 
| stinebd | it's not even alpha quality. we're lucky it boots. | 16:48 | 
| stinebd | and i think he might not have built it with jit anyway | 16:48 | 
| CazH | but it boots and wifi is working and gprs(for most anyways) and calling | 16:49 | 
| stinebd | calls work? he said something about it hanging on him | 16:49 | 
| stinebd | nobody uses the phones to call people anyway | 16:49 | 
| CazH | stinebd: yeah I kinda figured JIT wasn't on when i got 2mflops in linpack :) | 16:49 | 
| CazH | stinebd: I do ;) | 16:49 | 
| bzo | stinebd: not sure if the with_jit is working in buildspec | 16:50 | 
| bzo | I build with it, and jit is not enabled | 16:50 | 
| CazH | the with_jit argument is used in some of the files, but I'm think maybe theres another one that needs to be set? | 16:51 | 
| stinebd | ifeq ($(TARGET_ARCH_VARIANT),armv5te) | 16:51 | 
| stinebd | WITH_JIT := false | 16:51 | 
| stinebd | endif | 16:51 | 
| stinebd | hah | 16:51 | 
| stinebd | stilly android | 16:51 | 
| Scepterr | thats no good | 16:52 | 
| Scepterr | :/ | 16:52 | 
| stinebd | time to set TARGET_ARCH_VARIANT := armv5TEHCAKEISALIE | 16:52 | 
| bzo | lol | 16:52 | 
| Scepterr | yum sync finished | 16:52 | 
| stinebd | ok | 16:56 | 
| stinebd | bzo: do we have vfp? | 16:56 | 
| stinebd | i think i'll just change it to armv5te-vfp in our device tree and let the poor peasants test it out | 16:58 | 
| CazH | stinebd: ill be ready to test when you commit :P | 17:01 | 
| lastofthewolves | i'll do some long time testing and try to build it on my own tomorrow | 17:02 | 
| *** lastofthewolves has left #xdandroid | 17:04 | |
| Unholy | im reisntalling ubuntu on my vm | 17:04 | 
| Unholy | hopefully no i have enof space to compile | 17:04 | 
| Unholy | ok wtf this new ubuntu installation dosent what to connect to internet | 17:14 | 
| Unholy | anyone here whats to help me getting source? | 17:29 | 
| *** TheDeadCPU|BRAVO has quit IRC | 17:30 | |
| CazH | Unholy: what seems to be your problem? | 17:33 | 
| Unholy | im stuck in part fo the tutorial | 17:34 | 
| Unholy | to set up source | 17:34 | 
| Unholy | http://xdandroid.com/wiki/Getting_the_Source thats the guide | 17:34 | 
| CazH | yeah I know the guide :) | 17:34 | 
| bzo | stinebd: I don't think we have vfp, arm5 usually has it, but qualcomm stripped it out | 17:34 | 
| Unholy | repo init -u git://gitorious.org/xdandroid-eclair/manifest.git | 17:36 | 
| Unholy | that command dosent seem to work | 17:36 | 
| Unholy | cazh you here 0o | 17:39 | 
| CazH | Unholy: what does it say? | 17:39 | 
| Unholy | sec let me paste it | 17:41 | 
| CazH | if its more then 3 lines use pastebin | 17:42 | 
| Unholy | now its giving me a new error | 17:43 | 
| Unholy | wtf | 17:43 | 
| Unholy | http://pastebin.com/HccAjsCN | 17:44 | 
| CazH | what does "echo $PATH" says? | 17:45 | 
| CazH | and where did you put repo? | 17:45 | 
| Unholy | were the guide says? think it sin bin | 17:46 | 
| CazH | okay | 17:49 | 
| CazH | and the echo $PATH ? | 17:49 | 
| CazH | stinebd: any luck getting JIT working? | 17:51 | 
| *** LeTama has quit IRC | 17:58 | |
| Unholy | sorry | 18:01 | 
| Unholy | my friend is here | 18:01 | 
| Unholy | um it says nothing | 18:01 | 
| Unholy | i just hit enter and nothing happens | 18:01 | 
| CazH | Unholy: do this: export PATH="${PATH}:~/bin" | 18:01 | 
| CazH | and then try again | 18:01 | 
| Unholy | wait i dint run echo path | 18:03 | 
| Unholy | i ran the comand in the guide | 18:03 | 
| Unholy | dumb me | 18:03 | 
| Unholy | it did say something | 18:04 | 
| Unholy | bash: echo /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games: No such file or directory | 18:04 | 
| Unholy | cazh? | 18:07 | 
| CazH | try the: export PATH="${PATH}:~/bin" | 18:07 | 
| Unholy | still nothing | 18:08 | 
| Unholy | cazh 0o | 18:10 | 
| Unholy | curl http://android.git.kernel.org/repo >~/bin/repo is this supposed to download the repo? cus its only running for like 2 seconds | 18:14 | 
| CazH | it's supposed to download a tool called repo which is like 200kb max | 18:15 | 
| Unholy | ah k | 18:15 | 
| Unholy | its there | 18:15 | 
| CazH | try cd ~/bin | 18:15 | 
| CazH | and then ./repo | 18:15 | 
| Unholy | gave me an erro, error: repo is not installed. Use "repo init" to install it here. | 18:16 | 
| CazH | that means you have repo downloaded and working | 18:17 | 
| CazH | try echo $PATH again | 18:17 | 
| Unholy | gave me this , /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:~/bin | 18:17 | 
| CazH | have you do chmod a+x repo? | 18:18 | 
| CazH | do=done | 18:18 | 
| Unholy | inside bin? | 18:19 | 
| Unholy | i did it last time but i wasent in the bin directory | 18:19 | 
| Unholy | it was in default desktop | 18:19 | 
| CazH | yes | 18:19 | 
| CazH | do it inside bin :) | 18:19 | 
| Unholy | ok | 18:19 | 
| Unholy | k its done, but nothing came up | 18:20 | 
| CazH | then go to ~/xdandroid and do the repo init -u git://gitorious.org/xdandroid-eclair/manifest.git | 18:20 | 
| CazH | chmod just do what it's told and stays quite unless theres an error :) | 18:21 | 
| Unholy | Usage: repo init -u url [options] | 18:22 | 
| Unholy | that what came up | 18:22 | 
| Unholy | now repo sync? | 18:22 | 
| CazH | no | 18:22 | 
| CazH | thats means the first command wasn't executed | 18:22 | 
| Unholy | hmm y would that be? | 18:23 | 
| CazH | not sure, my best guess would be a typo? | 18:23 | 
| Unholy | repo init -u git://gitorious.org/xdandroid-eclair/manifest.git | 18:24 | 
| CazH | try "repo init -u git://gitorious.org/xdandroid-eclair/manifest.git -b froyo" | 18:24 | 
| Unholy | k | 18:24 | 
| Unholy | same | 18:24 | 
| Unholy | if i run this repo init -u git://gitorious.org/xdandroid-eclair/manifest.git | 18:25 | 
| Unholy | it gives me this http://pastebin.com/GNv3fCMy | 18:25 | 
| CazH | try to do a "sudo apt-get update; sudo apt-get upgrade" | 18:26 | 
| CazH | it will update all software installed | 18:26 | 
| CazH | so if you system is outdated it might take a bit :) | 18:27 | 
| stinebd | looks like you don't have git installed | 18:27 | 
| Unholy | probly =) | 18:27 | 
| Unholy | its updating now | 18:27 | 
| stinebd | have you read the documentation? | 18:28 | 
| Unholy | dont think so , i figured ubuntu would have evrything preinstalled or something | 18:29 | 
| stinebd | http://xdandroid.com/wiki/Getting_the_Source http://source.android.com/source/download.html | 18:29 | 
| Unholy | im still at gettign the source on the wiki | 18:29 | 
| Unholy | now im updating as cazh said | 18:29 | 
| Unholy | seems im missing some tools | 18:29 | 
| CazH | okay | 18:30 | 
| stinebd | yes, read the docs | 18:31 | 
| stinebd | especially the official android docs | 18:31 | 
| stinebd | it even gives you a list of packages you need to install | 18:31 | 
| Unholy | what do i do first? | 18:32 | 
| Unholy | get the android source? | 18:32 | 
| Unholy | then the xdanadroid one? | 18:32 | 
| Unholy | i hate my isp | 18:35 | 
| *** TheDeadCPU|BRAVO has joined #xdandroid | 18:39 | |
| *** aurora has quit IRC | 18:40 | |
| CazH | I'm gonna call it a night and go to bed see all of you later ;) | 18:42 | 
| stinebd | phh: look what i made (icky flash) http://xdandroid.com/w/widget.html | 19:06 | 
| stinebd | and by i made, i mean paypal made | 19:06 | 
| *** aidandj has joined #xdandroid | 20:01 | |
| *** NeoMatrixJR has joined #xdandroid | 20:02 | |
| *** R3y has joined #xdandroid | 20:05 | |
| R3y | Hi all | 20:05 | 
| R3y | Can someone help me out real quick? I keep getting a default.txt not found error usually i just reinstall the cab and it works, does anyone know a good fix? | 20:07 | 
| *** dreamcwli has joined #xdandroid | 20:12 | |
| R3y | please? | 20:12 | 
| thedicemaster | get yourself a default.txt for your device. | 20:12 | 
| thedicemaster | you should be able to find them in the complete xdandroid packages. | 20:13 | 
| R3y | I just downloaded 2.5a, is that a complete package? | 20:13 | 
| R3y | Thanks btw | 20:14 | 
| thedicemaster | which phone do you have? | 20:14 | 
| *** adj_ has joined #xdandroid | 20:27 | |
| *** yekn has joined #xdandroid | 20:31 | |
| yekn | hey, | 20:32 | 
| yekn | i've some problem with the latest release and my td2: i didn't find some gsm networks | 20:33 | 
| yekn | is there some trick to activate it or could it be, that some driver ar missing ( booting with setupmodem.sh missing) | 20:35 | 
| thedicemaster | some people did notice a reduced reception, maybe you're out of range because of that. | 20:39 | 
| thedicemaster | wait. | 20:40 | 
| thedicemaster | latest regular release, or 2.2 test? | 20:40 | 
| *** Unholy has quit IRC | 20:53 | |
| yekn | the 2.1er release | 20:56 | 
| *** adj_ has quit IRC | 20:56 | |
| yekn | no the radio is @winmo at 100% | 20:58 | 
| yekn | it didn't find any network, neither my carrier nor any other | 20:59 | 
| yekn | i'm using the version 28/6/10, 2.1 | 21:00 | 
| yekn | hm my phone is the htc t5353, is it a topas100 ? | 21:03 | 
| yekn | ok is a topaz100 :/ | 21:06 | 
| NeoMatrixJR | stinebd: sorry, I'll move it to this chan. Also sorry, someone said to ask you about rhod.... don't know why if u don't have one. | 21:12 | 
| xUmaRix | anyone managed to get AOSP2.2 on ext sd card partitioned ? | 21:28 | 
| *** ShotgunSaint has joined #xdandroid | 21:31 | |
| NeoMatrixJR | I tried 2.2 on my RHOD400. comes up to black screen w/ notification bar, says "powering down" and then says SD card ready to eject (or something like that) then reboots to WM. anyone else have similar troubles? | 21:34 | 
| xUmaRix | NeoMatrixJR, u use ext2 sd card partitioned ? | 21:56 | 
| *** templis has quit IRC | 21:59 | |
| NeoMatrixJR | not partitioned. has system.ext2 file | 22:00 | 
| xUmaRix | ic | 22:00 | 
| xUmaRix | i try to get it worked on my ext2 partitioned | 22:00 | 
| *** programmer8922 has joined #xdandroid | 22:05 | |
| *** Unholy has joined #xdandroid | 22:24 | |
| xUmaRix | D/gralloc ( 3018): allocating GPU size=770048, offset=0 | 22:33 | 
| xUmaRix | W/SharedBufferStack( 3018): waitForCondition(ReallocateCondition) timed out (identity=0, status=0). CPU may be pegged. trying again. | 22:34 | 
| xUmaRix | D/dalvikvm( 3018): GC_FOR_MALLOC freed 9322 objects / 588480 bytes in 120ms | 22:34 | 
| xUmaRix | W/gralloc ( 3018): 752 KiB allocation failed in GPU memory, retrying... | 22:34 | 
| xUmaRix | W/gralloc ( 3018): 752 KiB allocation failed in GPU memory, retrying... | 22:34 | 
| xUmaRix | froyo show gralloc issue on hw3d blackstone | 22:34 | 
| *** programmer8922 has quit IRC | 22:55 | |
| *** programmer8922 has joined #xdandroid | 22:56 | |
| *** yekn has quit IRC | 23:15 | |
| *** danny6514 has joined #xdandroid | 23:54 | |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!