Android 0.9 SDK beta now runs on my Zaurus C-3000.
Booting... Hello, Goodie.

Home Screen. A nice big clock.

Applications. I want more apps.

Tips for porting.
o Get kernel tar ball from http://code.google.com/p/android/downloads/list
o Look into mm/ashmem.c and drivers/android.
o Port ashmem and drivers/android to your platform. My case, linux-2.6.26 which the latest Angstrom uses.
o Double buffering and pan functions for frame buffer driver is now mandatory.
Things not working yet.
o Network. Where should I put net.eth0.dns1?
o Touchscreen. It works very poor.
o Keyboard configuration. Mostly same as good old qwerty.kl but not ported yet.
o Sound. Haven't check it.
Anyway. So far, so good.
Cheers,
.fb_pan_display = pxafb_pan_display.
thanks
Thank