Author Topic: Android Sl-c3x00 Image Updated  (Read 35275 times)

Android Zaurus

  • Newbie
  • *
  • Posts: 45
    • View Profile
    • http://androidzaurus.seesaa.net
Android Sl-c3x00 Image Updated
« Reply #15 on: January 18, 2008, 08:06:42 pm »
Quote from: cortez
I've uploaded a new version of the Android image for the Zaurus SL-C3x00 models. I've added additional packages, and the key settings as well as the RotateView applet from Android Zaurus are installed on default. More info can be found  here.

Have fun!

Thanks for using RotateView.apk.

Currently, it is packaged as com.google.android.rotateview. I will conflict in a Java way if (and only if) Google makes their own applet with the same name.

I'd better repackage it, like net.seesaa.androidzaurus.rotateview.

Android Zaurus

  • Newbie
  • *
  • Posts: 45
    • View Profile
    • http://androidzaurus.seesaa.net
Android Sl-c3x00 Image Updated
« Reply #16 on: January 19, 2008, 05:43:28 am »
Guys who already Android up on you Zaurus, you might want to check this.

Do you have tmpfs already mounted on somewhere in your file system? It's easy to check. On the text console, type;
[blockquote]# df -h[/blockquote]
If you see a word of tmpfs, you have one.

My Angstrom has;
[blockquote]tmpfs     30.3M      0  30.3M   0% /media/ram[/blockquote]
If you have tmpfs larger than 15MB or so, try to modify a little your android-root/a.sh;
[blockquote]Before
mount -t proc proc /proc
mount -t sysfs sysfs /sys

After
mount -t tmpfs tmpfs /tmp
mount -t proc proc /proc
mount -t sysfs sysfs /sys[/blockquote]
Yes. Just add a line to mount your tmpfs as /tmp. Then try boot Android up.

How is it? You'll notice a lot less HDD LED brinking than before. And a little bit faster.

The reason is Android generates shared memory as temporary files in /tmp. By mounting /tmp as tmpfs, we move the shared memory out to RAM.

I come up with this tip in the course of trying to bring Android up without chroot.

Android Zaurus: Boot Android up on Zaurus without chroot
http://androidzaurus.seesaa.net/article/79313160.html

Cheers,

draco.mars

  • Newbie
  • *
  • Posts: 1
    • View Profile
Android Sl-c3x00 Image Updated
« Reply #17 on: February 06, 2008, 08:12:02 am »
Quote from: BarryW
I get a kernel panic - not syncing: No init found.
Same here.. Uh I cant see the altboot loader neighter. Should I install that seperate?

cortez

  • Sr. Member
  • ****
  • Posts: 375
    • View Profile
    • http://www.omegamoon.com
Android Sl-c3x00 Image Updated
« Reply #18 on: February 06, 2008, 03:43:47 pm »
Quote from: draco.mars
Quote from: BarryW
I get a kernel panic - not syncing: No init found.
Same here.. Uh I cant see the altboot loader neighter. Should I install that seperate?

Please (re)download the gnu-tar executable. This looks like you're using the corrupted one, which was replaced with a working one a while ago.

If this doesn't work please create a (empty) file called install.cfg on the sd-card and reflash. At the end of the installation you should now be asked if you want to install the additional packages mentioned in the file. When this question appears, look closely at any errors on screen, and report them here. To finish the installation, answer the question with N (since the file is empty anyway).

When the extraction of the root filesystem is successful, the kernel panic should disappear and Altboot will be started automatically.
[div align=\"center\"]== == == == == == == == == == == == == ==
www.omegamoon.com
Zaurus SL-C750 - Died in a dreadful coffee experiment, has a second life somewhere in the Czech Republic
Zaurus SL-C1000 - Multiboot Zubuntu, Debian, Fedora, Poky, Android and others
Zaurus SL-C3100 - Development device, currently Zubuntu 2.0
Zaurus SL-6000L - The fridge is running Zubuntu 1.0
Zaurus SL-C860 - Cacko, untouched since kindly donated, waiting for Zubuntu
== == == == == == == == == == == == == ==[/div]