View Single Post
Posts: 3,664 | Thanked: 1,530 times | Joined on Sep 2009 @ Hamilton, New Zealand
#1250
How do you do a clean reinstall of NITDroid? I want to go back on 2.2.1 but everytime I reinstall 2.2.1 I got billions of errors on screen something stopped working ...blah.

I assume you have installed NITdroid with nitdroid-installer.

1. First, open Xterm and drop to root.

2. Mount your nitdroid partition on /and.

Code:

mount /dev/mmcblk1p2 /and -o noatime


3. Run the uninstaller scripts.

Code:

nitdroid-uninstaller


4. Unmount

Code:

umount /and


5. If you are not going it install NITDroid again, you can also remove nitdroid-installer:

Code:

apt-get remove nitdroid-installer