Dec 29 2007, 01:52 PM
Post
#1
|
|
![]() Group: Members Posts: 376 Joined: 18-March 04 From: The Netherlands Member No.: 2,380 |
Hi,
For the time being posted here in "General Discussion" since there is no dedicated Android subforum (yet). Tested on my SL-C3100, this is a small bootable Poky 2.6.23 kernel with a copy of the Android OS from the SDK (qemu) emulator. Installation is done in the usual way: 1. Download zImage.bin, updater.sh, gnu-tar and android-root.tar.gz and copy the files to a SD card 2. Remove battery and power adapter cable 3. Wait for 5 seconds 4. Replace battery, close and lock battery cover 5. Attach power adapter cable 6. Keep OK button pressed while pressing on/off switch 7. From the Japanese menu, choose option 4 (Update), then 2 (SD) and finally Y Flashing starts, and you are asked if you want to flash the kernel, if you want the microdrive to be formatted and if you want the root filesystem to be installed. Accept all questions answering them with y After flashing is complete, the machine is rebooted. Login with root and type /start to start Android. This is the basic version, without any of the patches found across the Net. Have fun, and share your results and findings here please! Updated: There is a special version for the SL-C1000. Downloads and instructions can be found at www.omegamoon.com Updated: A test version for the SL-C7x0 and SL-C860 can be downloaded from www.omegamoon.com. Please test and give feedback Greetz, cortez |
|
|
|
![]() |
Dec 29 2007, 04:36 PM
Post
#2
|
|
|
Group: Members Posts: 81 Joined: 15-March 05 Member No.: 6,635 |
Good job, cortez!
I just bought a used C3000 eBay specifically for experiments with Android and now flashed your image. Looks quite quick... the network and rotate-to-landscape hacks would be nice to have setup. How does one kill the GUI and get back to the shell prompt, what are the navigation keys (as the touchscreen is not working)? Can you describe in more detail your build setup, especially the differences to original japanese one, if any? I'll be spending time on this during the holidays, and even intend to install OpenEmbedded... Thanks! |
|
|
|
Dec 29 2007, 09:08 PM
Post
#3
|
|
![]() Group: Members Posts: 2,821 Joined: 13-September 04 From: Wasilla Ak. Member No.: 4,572 |
excellent! looking forward to testing
|
|
|
|
Dec 29 2007, 09:09 PM
Post
#4
|
|
![]() Group: Members Posts: 2,821 Joined: 13-September 04 From: Wasilla Ak. Member No.: 4,572 |
any hint about getting android on a 6k?
|
|
|
|
Dec 30 2007, 01:44 AM
Post
#5
|
|
![]() Group: Members Posts: 1,019 Joined: 15-February 05 From: France Member No.: 6,477 |
I m trying to chroot your rootfs under my debian. It fails to launch with this error :
fatal error opening "/sys/android_power/acquire_partial_wake_lock" any help ? |
|
|
|
Dec 30 2007, 06:18 AM
Post
#6
|
|
![]() Group: Members Posts: 376 Joined: 18-March 04 From: The Netherlands Member No.: 2,380 |
I m trying to chroot your rootfs under my debian. It fails to launch with this error : fatal error opening "/sys/android_power/acquire_partial_wake_lock" any help ? jpmatrix, To get things working on any 2.6.23 distro, including Debian, Poky, Angstrom etc just extract the /home/root/android and the /start script from andoid-root.tar.gz. Make sure to extract android in /home/root/android, otherwise it doesn't work. If /lib/modules/2.6.23/kernel/drivers/binder doesn't exist on your distro extract this also from andoid-root.tar.gz. Finally extract /doit to force the /start script to setup the binder module correctly. Last but not least, use the tar -xzpf options (the p is important) to make sure you keep all permissions correct. I hope I didn't miss anything, but I think this should do the trick. Greetz, cortez |
|
|
|
Dec 30 2007, 06:24 AM
Post
#7
|
|
![]() Group: Members Posts: 376 Joined: 18-March 04 From: The Netherlands Member No.: 2,380 |
|
|
|
|
Dec 30 2007, 07:00 AM
Post
#8
|
|
![]() Group: Members Posts: 376 Joined: 18-March 04 From: The Netherlands Member No.: 2,380 |
Good job, cortez! I just bought a used C3000 eBay specifically for experiments with Android and now flashed your image. Looks quite quick... the network and rotate-to-landscape hacks would be nice to have setup. How does one kill the GUI and get back to the shell prompt, what are the navigation keys (as the touchscreen is not working)? Can you describe in more detail your build setup, especially the differences to original japanese one, if any? I'll be spending time on this during the holidays, and even intend to install OpenEmbedded... Thanks! sds, I'll try to incorporate all hacks available shortly. I didn't find any info on the Net about ways to exit Android, but I've found out the following: Press CTRL+ALT+1 simultaneously for approx. 1 second to display the console. Next, keeping CTRL+ALT pressed press HOME followed by MENU. Following message is displayed: QUOTE SysRq : HELP : loglevel0-8 reBoot Crashdump tErm Full kIll saK showMem Nice powerOff showPc show-all-timers(Q) unRaw Sync showTasks Unmount shoW-blocked-tasks Keeping CTRL+ALT pressed, choose one of the (bold) uppercase characters to perform the corresponding action. I don't know the meaning of all actions, but pressing I results in a forced exit. Pressing CTRL+ALT+2 returns you to Android.My build setup is a clean Poky environment not much different from the Japanese (Angstrom) version I guess. I just added a few extras like Midnight Commander (mc) to make life a bit easier when copying/editing etc on the Zaurus. Cheers, cortez |
|
|
|
Dec 31 2007, 06:47 AM
Post
#9
|
|
![]() Group: Members Posts: 1,019 Joined: 15-February 05 From: France Member No.: 6,477 |
I m trying to chroot your rootfs under my debian. It fails to launch with this error : fatal error opening "/sys/android_power/acquire_partial_wake_lock" any help ? jpmatrix, To get things working on any 2.6.23 distro, including Debian, Poky, Angstrom etc just extract the /home/root/android and the /start script from andoid-root.tar.gz. Make sure to extract android in /home/root/android, otherwise it doesn't work. If /lib/modules/2.6.23/kernel/drivers/binder doesn't exist on your distro extract this also from andoid-root.tar.gz. Finally extract /doit to force the /start script to setup the binder module correctly. Last but not least, use the tar -xzpf options (the p is important) to make sure you keep all permissions correct. I hope I didn't miss anything, but I think this should do the trick. Greetz, cortez gotcha! i at last managed to launch it ! thank you ! |
|
|
|
Jan 1 2008, 10:00 AM
Post
#10
|
|
![]() Group: Members Posts: 1,019 Joined: 15-February 05 From: France Member No.: 6,477 |
just one question:
how do you open the android console ? i can switch to another tty but i cannot go back to android gui then... |
|
|
|
Jan 2 2008, 01:20 PM
Post
#11
|
|
![]() Group: Members Posts: 798 Joined: 28-May 04 Member No.: 3,474 |
Will it work on a C1000?
Any screenshots? |
|
|
|
Jan 3 2008, 05:14 AM
Post
#12
|
|
![]() Group: Members Posts: 1,019 Joined: 15-February 05 From: France Member No.: 6,477 |
Will it work on a C1000? Any screenshots? (terrrrrible!) screenshots can be seen on this master blog: http://androidzaurus.seesaa.net/article/75516785.html my main problem at now is that i cannot have network to work....any help? (under debian chroot) |
|
|
|
Jan 3 2008, 06:31 AM
Post
#13
|
|
|
Group: Members Posts: 2,003 Joined: 16-April 04 From: the Netherlands && /dev/null Member No.: 2,882 |
That's definitely a good toy to play with in New Year!
I notice that image is for installation via the [OK] flash menu. So anyone got it working under the debian-yonggun kernel using uboot (2or0)? |
|
|
|
Jan 3 2008, 06:45 AM
Post
#14
|
|
![]() Group: Members Posts: 1,019 Joined: 15-February 05 From: France Member No.: 6,477 |
That's definitely a good toy to play with in New Year! I notice that image is for installation via the [OK] flash menu. So anyone got it working under the debian-yonggun kernel using uboot (2or0)? or you can also just untar the android-root dir and run it as chroot under your existing debian about network problem i've a dns setting trouble i think perhaps this page would help: http://nemustech.blogspot.com/ http://www.anddev.org/advanced_networking_...linux-t155.html |
|
|
|
Jan 3 2008, 07:06 AM
Post
#15
|
|
|
Group: Members Posts: 217 Joined: 6-June 04 Member No.: 3,590 |
That's definitely a good toy to play with in New Year! I notice that image is for installation via the [OK] flash menu. So anyone got it working under the debian-yonggun kernel using uboot (2or0)? I already did it last week. |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 24th May 2013 - 10:08 AM |