The procedure of running Nitdroid 0.0.8 on your EMMC: 7. we're now working in a clear new window right? so enter: Code: root a) mount the partition Code: mount /dev/mmcblk1p2 /and b) Copy android system files over to /home Code: cp -rp /and/* /home c) edit the boot file Code: leafpad /etc/multiboot.d/11 (then tap the tab button, ur .item file will show hit enter to open in leafpad) d) edit ur .item file to look like this ITEM_NAME="NITdroid on MMCp2 - 2.6.28.NIT.05" ITEM_KERNEL=2.6.28.NIT.05 ITEM_MODULES=ext3 fat vfat ITEM_DEVICE=${INT_CARD}p2 ITEM_FSTYPE=ext3 ITEM_FSOPTIONS=rw,noatime,errors=remount-ro,commit=3 EOF
root
mount /dev/mmcblk1p2 /and
cp -rp /and/* /home
leafpad /etc/multiboot.d/11 (then tap the tab button, ur .item file will show hit enter to open in leafpad)