View Single Post
Zas's Avatar
Posts: 196 | Thanked: 113 times | Joined on Jun 2010 @ Finland
#22
Get the kernel file and 0.0.9 NITdroid files here: http://talk.maemo.org/showthread.php?t=66459
Make sure you have multiboot and multiboot-kernel-power installed.

Android can only be on an 2GB partition so you need to create it first: (You need root for all this)
Unmount the card:
Code:
umount /dev/mmcblk1p1
Create the partitions:
Code:
sfdisk -uM /dev/mmcblk1 << EOF
,14100,C
,,L
,,
,,
EOF
Format the partitions:
Code:
mkdosfs  /dev/mmcblk1p1
mke2fs -L NITDroid -j -m0 /dev/mmcblk1p2
Install Android root system:
Code:
mkdir /and
mount /dev/mmcblk1p2 /and
cd /and
tar xvjf /home/user/MyDocs/NITDroid-0.0.9.tar.bz2
Install the kernel:
Code:
dpkg -i /home/user/MyDocs/NITDroid-kernel-Mido.Fayad.deb