| *** D3tul3 has quit IRC | 00:12 | |
| *** WobbleTheHutt has left #xdandroid | 00:13 | |
| *** rpierce99 has joined #xdandroid | 00:22 | |
| *** rpierce99 has quit IRC | 00:26 | |
| *** rpierce99 has joined #xdandroid | 00:40 | |
| *** rpierce99 has quit IRC | 00:49 | |
| *** programmer8922 has joined #xdandroid | 01:11 | |
| *** xdandroid has joined #xdandroid | 01:23 | |
| *** rpierce99 has quit IRC | 01:34 | |
| *** programmer8922 has quit IRC | 02:09 | |
| *** ryannathansSLEEP is now known as ryannathans | 03:12 | |
| *** sigma6 has joined #xdandroid | 03:57 | |
| *** fishhead2567 has quit IRC | 04:19 | |
| t0gus4 | morning | 06:01 | 
|---|---|---|
| *** ryannathans is now known as ryannathansDINDI | 06:16 | |
| t0gus4 | DINDI ? | 06:16 | 
| *** hardwalker has quit IRC | 06:20 | |
| *** helicopter88 has joined #xdandroid | 06:59 | |
| t0gus4 | I can't get the wireless to work, any sugestions? | 07:44 | 
| helicopter88 | What phone? | 07:44 | 
| t0gus4 | RHOD100 | 07:44 | 
| t0gus4 | Latest Build | 07:44 | 
| helicopter88 | Have you tried changing kernel? | 07:45 | 
| helicopter88 | if changing kernel doesn't solve,please check http://forum.xda-developers.com/showpost.php?p=9187263&postcount=80 | 07:45 | 
| t0gus4 | you mean downloading the latest updated kernel? | 07:45 | 
| helicopter88 | yeah | 07:49 | 
| *** mgross029 has joined #xdandroid | 07:49 | |
| t0gus4 | lets see | 07:51 | 
| *** hasa_als has joined #xdandroid | 07:52 | |
| *** helicopter88 has quit IRC | 08:01 | |
| *** helicopter88 has joined #xdandroid | 08:04 | |
| helicopter88 | t0gus4,trying with another kernel? | 08:11 | 
| t0gus4 | ya that didn't work, I'm now trying the other work around | 08:12 | 
| t0gus4 | this may sound stupid, but where can I find the dev tools within android? | 08:14 | 
| helicopter88 | It isn't a stupid question | 08:14 | 
| t0gus4 | =] | 08:14 | 
| helicopter88 | if i remember right,since frx05(or 6) dev tool isn't anymore in the build | 08:15 | 
| t0gus4 | ah | 08:15 | 
| t0gus4 | any terminal emulators? | 08:15 | 
| helicopter88 | As far as i know,you can try with connectbot through pc | 08:16 | 
| helicopter88 | adb,always through pc | 08:16 | 
| t0gus4 | I'm linux | 08:16 | 
| helicopter88 | adb | 08:16 | 
| t0gus4 | what is adb? | 08:17 | 
| helicopter88 | Android debug bridge | 08:17 | 
| t0gus4 | ah | 08:17 | 
| helicopter88 | maybe connectbot works on linux too | 08:18 | 
| helicopter88 | btw,you can put the cp line in froyo.user.conf | 08:20 | 
| helicopter88 | manually copying it in the /data/ folder since you're in linux | 08:20 | 
| t0gus4 | can't figure how to browse the SD card while on Android | 08:22 | 
| helicopter88 | Download a file manager | 08:22 | 
| helicopter88 | but i meant copy it from linux,not from android | 08:22 | 
| t0gus4 | ya | 08:23 | 
| t0gus4 | but I can't browse the files on the phone while on android, from the PC | 08:23 | 
| helicopter88 | yeah,normal | 08:24 | 
| helicopter88 | with droid explorer for windows you can see files | 08:24 | 
| helicopter88 | but since you're with loop mounts it's hard to access sd-card | 08:24 | 
| helicopter88 | if you go with the partitioned builds you have more chances to get it working | 08:24 | 
| t0gus4 | it's ok | 08:25 | 
| t0gus4 | I booted into windows and moved the file | 08:26 | 
| t0gus4 | into the android/data folder | 08:26 | 
| t0gus4 | from the PC | 08:26 | 
| helicopter88 | data folder? | 08:26 | 
| helicopter88 | it's data.img | 08:26 | 
| t0gus4 | 4) At your terminal prompt, type the following commands: | 08:27 | 
| t0gus4 | su | 08:27 | 
| t0gus4 | cp /sdcard/wifi-nvram.txt /data/wifi-nvram.txt | 08:27 | 
| t0gus4 | there's a data folder inside the android folder | 08:27 | 
| helicopter88 | yeah,if you are in android data.img is mounted as /data | 08:27 | 
| helicopter88 | but if you are from pc you have to mount data.img | 08:28 | 
| t0gus4 | not sure that's the same | 08:28 | 
| t0gus4 | we'll see | 08:28 | 
| helicopter88 | I'm sure that data.img = /data once in android | 08:29 | 
| t0gus4 | ya where I putted was wrong | 08:29 | 
| helicopter88 | btw,it's an ext2 loop fs | 08:30 | 
| t0gus4 | not sure I understamd what you meant | 08:30 | 
| helicopter88 | to mount data you have to mount -o loop -t ext2 | 08:30 | 
| t0gus4 | ah | 08:31 | 
| t0gus4 | I may be on linux but I'm still a n00b at it. =] | 08:31 | 
| helicopter88 | probably the easiest way it's editing froyo.user.conf | 08:32 | 
| helicopter88 | will make your life easier | 08:32 | 
| helicopter88 | simply add before the last } the cp line | 08:32 | 
| t0gus4 | but won't that try to cp the file everytime? | 08:33 | 
| helicopter88 | uhm,yeah | 08:33 | 
| helicopter88 | but if it works,you reboot in wm and delete the line | 08:33 | 
| t0gus4 | ya I thought of that | 08:34 | 
| *** helicopter88 has quit IRC | 08:35 | |
| *** helicopter88 has joined #xdandroid | 08:38 | |
| helicopter88 | t0gus4,sorry,pressed reboot button | 08:38 | 
| t0gus4 | lol np | 08:38 | 
| t0gus4 | I'm downloading an Android Terminal from the market | 08:38 | 
| helicopter88 | you want to do it from android | 08:39 | 
| t0gus4 | It's a pain rebooting, because you've got to boot two OSs | 08:39 | 
| t0gus4 | =] | 08:39 | 
| helicopter88 | yeah,but probably you would need to reboot to make sure that the fix works.. | 08:40 | 
| t0gus4 | lets see | 08:40 | 
| t0gus4 | got the terminal now | 08:40 | 
| t0gus4 | got it | 08:44 | 
| t0gus4 | without rebooting | 08:44 | 
| t0gus4 | =] | 08:44 | 
| helicopter88 | good to know | 08:45 | 
| *** helicopter88 is now known as helicAWAY | 08:45 | |
| t0gus4 | thanks for the help | 08:45 | 
| t0gus4 | =] | 08:45 | 
| *** fishhead2567 has joined #xdandroid | 08:52 | |
| *** hasa_als has quit IRC | 08:54 | |
| helicAWAY | You're welcome | 09:01 | 
| *** helicAWAY is now known as helicopter88 | 09:01 | |
| t0gus4 | btw I did have to reboot in the end. although the wireless was reconigzing the networks already it wouldn't connect | 09:03 | 
| * helicopter88 knew this | 09:04 | |
| t0gus4 | yes he did o.O | 09:05 | 
| helicopter88 | well,you could have killed system | 09:07 | 
| t0gus4 | and how would I do that? | 09:11 | 
| helicopter88 | in terminal kill system_server | 09:11 | 
| helicopter88 | or kill all | 09:12 | 
| t0gus4 | ta | 09:12 | 
| helicopter88 | maybe kill_all | 09:12 | 
| helicopter88 | i don't remember | 09:12 | 
| *** helicopter88 has quit IRC | 09:20 | |
| *** rpierce99 has joined #xdandroid | 09:21 | |
| *** ryannathansDINDI is now known as ryannathans | 09:24 | |
| *** rpierce99 has quit IRC | 09:26 | |
| ryannathans | t0gus4: Use connectbot, connect to local if you want terminal | 09:29 | 
| *** rpierce99 has joined #xdandroid | 09:42 | |
| *** helicopter88 has joined #xdandroid | 09:45 | |
| *** jonpry has quit IRC | 09:59 | |
| *** ryannathans is now known as ryannathansZZZZ | 10:54 | |
| arrrghhh | helicopter88, it's killall zygote for the record. | 11:09 | 
| arrrghhh | but it's not exactly recommended. | 11:12 | 
| arrrghhh | and why not ln -s? oh well. | 11:12 | 
| arrrghhh | i think imma redo F22's guide | 11:12 | 
| arrrghhh | that way when people blow away their data.img they don't have to redo that process... | 11:12 | 
| *** helicopter88 has quit IRC | 11:48 | |
| *** rpierce99 has quit IRC | 12:13 | |
| *** |Jeroen| has joined #xdandroid | 12:39 | |
| *** AC_ has joined #xdandroid | 12:39 | |
| AC_ | Hi, Everything worked fine with the installation of xdandroid on my Touch Pro but the screen isn,t callibrated and i dont find the the file ts-calibration | 12:41 | 
| arrrghhh | AC_, it has to be somehwere | 12:42 | 
| arrrghhh | where* | 12:42 | 
| arrrghhh | where you run haret.exe from...? | 12:42 | 
| AC_ | from the root of the sd card | 12:42 | 
| AC_ | and i see always a virtual screen on my keyboard | 12:43 | 
| AC_ | * A virtual keyboard on my screen^^ | 12:43 | 
| arrrghhh | you messed up your startup.txt | 12:44 | 
| arrrghhh | there's an msmvb or something to that effect in the startup.txt | 12:44 | 
| AC_ | during the setup there where nothing for callibrating | 12:45 | 
| AC_ | that is my startup.exe | 12:46 | 
| AC_ | set ramsize 0x10000000 set ramaddr 0x10000000 set mtype 1910 set KERNEL zImage set initrd initrd.gz set cmdline rel_path=andboot "lcd.density=210 msmvkeyb_toggle=off gsensor_axis=-1,-2,3 board-htcraphael-navi.wake=0 pm.sleep_mode=1 physkeyboard=raph" boot | 12:46 | 
| arrrghhh | msmvkeyb_toggle=off | 12:46 | 
| arrrghhh | that would do it | 12:46 | 
| arrrghhh | make sure boot is on the next line... | 12:47 | 
| arrrghhh | er | 12:47 | 
| stinebd | make sure rel_path=andboot is inside the quotes | 12:47 | 
| arrrghhh | are those all on one line? | 12:47 | 
| arrrghhh | stinebd, good catch | 12:47 | 
| arrrghhh | that's it then. | 12:47 | 
| AC_ | thx alot... | 12:48 | 
| arrrghhh | np | 12:48 | 
| stinebd | front page on cnn: old people go to diner to talk about politics and kids on lawns http://www.cnn.com/2011/POLITICS/09/15/iowa.table.of.wisdom/index.html?hpt=hp_c1 | 13:40 | 
| *** |Jeroen| has quit IRC | 14:16 | |
| *** linuxdog has joined #xdandroid | 14:18 | |
| *** linuxdog has quit IRC | 14:29 | |
| *** helicopter88 has joined #xdandroid | 14:49 | |
| *** AC_ has quit IRC | 14:55 | |
| *** helicopter88 has quit IRC | 14:56 | |
| *** brinka123 has joined #xdandroid | 16:01 | |
| brinka123 | hi guys, | 16:01 | 
| brinka123 | I managed to get the camera working on a rhodium 100. | 16:01 | 
| *** helicopter88 has joined #xdandroid | 16:06 | |
| *** brinka123 has quit IRC | 16:34 | |
| *** mgross029 has quit IRC | 16:37 | |
| *** helicopter88 has quit IRC | 16:44 | |
| *** programmer8922 has joined #xdandroid | 17:11 | |
| *** D3tul3 has joined #xdandroid | 17:17 | |
| *** rpierce99 has joined #xdandroid | 17:45 | |
| *** vw_ has joined #xdandroid | 18:41 | |
| *** D3tul3 has quit IRC | 18:53 | |
| *** programmer8922 has quit IRC | 19:02 | |
| *** rpierce99 has quit IRC | 19:11 | |
| arrrghhh | what is brinka talking about... | 19:14 | 
| *** fishhead2567 has quit IRC | 19:15 | |
| stinebd | camera on rhod100 | 19:24 | 
| arrrghhh | yea | 19:26 | 
| arrrghhh | but what did he do | 19:26 | 
| stinebd | got it working | 19:26 | 
| arrrghhh | lol | 19:26 | 
| arrrghhh | so helpful... | 19:28 | 
| stinebd | i assume that's sarcasm | 19:28 | 
| stinebd | with which i must agree -- he didn't even tell us how he got it working | 19:28 | 
| arrrghhh | lol | 19:45 | 
| arrrghhh | yea | 19:45 | 
| arrrghhh | supposedly he pulled the kernel and "made some changes" and now it works. | 19:45 | 
| arrrghhh | kudos if he did get it working, but wtf for not giving a single detail. not even a compiled kernel... | 19:45 | 
| arrrghhh | oh well | 19:47 | 
| stinebd | i think bluetooth on ti might be fixed | 19:55 | 
| stinebd | but i have to apply the patch and actually try it | 19:55 | 
| arrrghhh | sounds rough | 20:02 | 
| arrrghhh | you can give it to me to test if you want... | 20:02 | 
| arrrghhh | i haz a RAPH800 now | 20:02 | 
| arrrghhh | but i'm goin home, catchya later dude. | 20:03 | 
| *** programmer8922 has joined #xdandroid | 20:20 | |
| arrrghhh | ryannathansZZZZ, crap just missed you evidently | 20:25 | 
| arrrghhh | curious if your 110 has a front-facing cam... | 20:25 | 
| *** ryannathansZZZZ is now known as ryannathans | 20:27 | |
| ryannathans | it does | 20:27 | 
| ryannathans | arrrghhh: does the rhod100? | 20:29 | 
| arrrghhh | yes | 20:29 | 
| arrrghhh | so you obviously have their cam | 20:29 | 
| arrrghhh | i don't get why some rhod100's work tho and others don't | 20:29 | 
| arrrghhh | perhaps it wasn't the AUO panel, i dunno. | 20:29 | 
| ryannathans | considering i dont have an auo, yet, seem to have same cam issues problems, id suggest its a different camera model | 20:31 | 
| arrrghhh | lol | 20:31 | 
| arrrghhh | yea but why would some 100's have one cam and others have a different cam | 20:31 | 
| arrrghhh | when they all have front-facing cams (i assume) | 20:31 | 
| *** Entropy512 has joined #xdandroid | 20:40 | |
| *** hardwalker has joined #xdandroid | 21:15 | |
| *** D3tul3 has joined #xdandroid | 21:41 | |
| *** rpierce99 has joined #xdandroid | 21:48 | |
| *** TheSeven has quit IRC | 22:56 | |
| *** [7] has joined #xdandroid | 22:56 | |
| stinebd | pretty sad that i can't even port android to a device that fucking runs android | 22:59 | 
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!