View Single Post
Posts: 208 | Thanked: 17 times | Joined on Jan 2010 @ Belgium
#2274
ok so now i'm running autoinstaller

then i have to flash

and then i have to start with this:

3. Mount your android partition and install rootfs (this will wipe out previous data so backup anything you want)
Code:

cd /
mkdir and
mount -o noatime,rw /dev/mmcblk1p2 /and
cd /home/user/MyDocs
wget http://downloads.nitdroid.com/NITDro...oYo-GAPPs.tbz2
bzip2 -d NITDroid-N900-0.0.5-1-FroYo-GAPPs.tbz2
cd /and
tar xvf /home/user/MyDocs/NITDroid-N900-0.0.5-1-FroYo-GAPPs.tar
cd ..
umount /and
rmdir /and


but why not install bootmenu2?