View Single Post
Zas's Avatar
Posts: 196 | Thanked: 113 times | Joined on Jun 2010 @ Finland
#9
Instuctions for mmc (2GB):

Download these to N900 (the folder that has Camera, Images and Documents folders)
Download Froyo OR Gingerbread
Download kernel

Install Nitdroid dependecies and boot menu:
Code:
root
apt-get install nitdroid-installer multiboot multiboot-kernel-maemo
Remove the Nitdroid icon so you won't accidentally install an old version
Code:
root
rm /usr/share/applications/hildon/nitdroid-installer.desktop
Format sd card:
Code:
mke2fs -L NITDroid -j -m0 /dev/mmcblk1p1
Install Nitdroid:
(If you downloaded Gingerbread change NITDroid-0.0.9.tar.bz2 to gingerbread.tar.bz2.)
Code:
root
mkdir /and
mount /dev/mmcblk1p1 /and
cd /and
tar xvjf /home/user/MyDocs/NITDroid-0.0.9.tar.bz2
dpkg -i /home/user/MyDocs/NITDroid-kernel-Mido.Fayad.deb
 

The Following User Says Thank You to Zas For This Useful Post: