
Originally Posted by
androidezx
On Aug, 18, Google released 1st Android 0.9Beta SDK which is offical Android release roadmap to Android 1.0. I downloaded this new beta version SDK and kernel.
After retrieving file system from SDK package and making android kernel patch (removed all Goldfish, QEMU-trace, Yaffs2 related changes) based on Linux2.6.25, today I can run Android 0.9Beta on my A1200. But I did not check whether keypad/touch screen can work. Anyway, I can see new SDK android desktop.
Like porint m5-r14 sdk, please note that /dev/binder /dev/log/radio /dev/log/main /dev/log/events should match with the actual dev node. In addition, on 0.9beta SDK, one new ashmem dev node was added. Please change your config to compile this module.
I will upload video to Youtube and new patch on motorolafans.com.
Thanks
Androidezx
hello ,I download you rootfs ,kernel and patchset ,I do all the steps you writed except rebuild the kernel with "console=tty1 root=/dev/mmcblk0p2 rootfstype=ext2 rootdelay=1 ip=192.168.0.202:192.168.0.200:192.168.0.200:255.255.255.0 debug mem=32M@0xA0000000 mem=16M@0xAC000000" , and I have copy all files to my sdcard card from nfs directory ,when I translate the kernel to my moto e2 ,It cann't mount /dev/mmcblk0p2 and after tried an kernel panic error,isn't the kernel 2.6.25 cann't detect the mmc device ,if it is ,could config it enable on .cofig for kernel?
do anybody know?