View Single Post
Banned | Posts: 778 | Thanked: 337 times | Joined on Jun 2010
#1
**NITDROID INSTALLER IS OUT, PLEASE USE IT TO INSTALL NITDROID,
IF YOU HAVE A PREVIOUS VERSION OF NITDROID INSTALLER INSTALLED, REMOVE IT
THEN XTERM AND "apt-get install nitdroid-installer"
THEN TYPE "nitdroid"**


*THIS IS FOR SD, NOT EMMC*
*WORKS PROPERLY*

If you want to back up your previous apps, refer to
http://talk.maemo.org/showpost.php?p...8&postcount=84

1)http://forum.nitdroid.com/index.php?topic=315.0 <---- download 0.0.8 version

2)copy the file to emmc via mass storage mode

3)disconnect from mass storage

4) open xterm

sudo gainroot
mkfs.ext3 /dev/mmcblk1p2
mount /dev/mmcblk1p2 /and
cd /and
tar xvf /home/user/MyDocs/NitDroid-0.0.8-Popov.tar.bz2
dpkg -i /home/user/MyDocs/.nitdroid/nitdroid-kernel-2.6.28-06_final1_armel.deb

some have issues with the tar file
"tar: invalid tar magic"
use this as 4th step

open xterm

sudo gainroot
mkfs.ext3 /dev/mmcblk1p2
mount /dev/mmcblk1p2 /and
cd /and
bunzip2 /home/user/MyDocs/NitDroid-0.0.8-Popov.tar.bz2
tar xvf /home/user/MyDocs/NitDroid-0.0.8-Popov.tar
dpkg -i /home/user/MyDocs/.nitdroid/nitdroid-kernel-2.6.28-06_final1_armel.deb

*thanks to http://talk.maemo.org/showpost.php?p...9&postcount=23

does no one say thanks anymore?

Last edited by fahadj2003; 2010-09-09 at 05:02.