View Single Post
Posts: 40 | Thanked: 1 time | Joined on Jan 2011
#185
Originally Posted by kolos View Post
eagle-eyes,where do you have NITdroid, on microSD or on eMMC? If you are trying apt-get command, you need to mount NITdroid partition before that. Here is example for NITdroid on mmcblk1p2 (2nd partition on microSD):

Code:
sudo gainroot
mount /dev/mmcblk1p2 /and
apt-get remove nitdroid-kernel-2.6.28-06
After that we need to umount partition and close xterminal
Code:
umount /dev/mmcblk1p2
exit
exit
kolos
Yesterday , 04:11 PM
Posts: 263 | Thanked: 133 times | Joined on Jan 2010 Report This | #177

The easiest way is to use FileBox. Go to boot/multiboot directory and delete vmlinuz-2.6.28.NIT.06 kernel. Then go to etc/multiboot.d and delete item file for same kernel (2.6.28.NIT.06). Finally go to lib/modules and delete folder 2.6.28.NIT.06.

I did tht and the kernel was gone from multiboot ….
But when I did :

First you should search which kernels you have installed:
Code:
apt-cache search nitdroid-kernel
It still shows the kernel and also in app-manager the kernel still exsist


When I did this its shows tht error :
e: sub-process returned error code 1
dpkg........... nitrdroid krnel returned error exit status 1


And then remove everything else except the one with the largest number like this:
Code:
apt-get remove nitdroid-kernel-2.6.28-06
________________________________________
Last edited by laasonen; Yesterday at 05:59 PM.

The nitdroid is on the internal memory not on the micro sd
By the way I wish I can install it on the micro sd I have 8gb card but hadn’t found the way to install it there so I did the wiki way
Thx a lot for ur reply  and If u can let me know how to fix that and get it on the micro-sd
Also if I flash the phone with the .bin file will the the phone be fully clean from the nitdroid if I want to make a new clean installation on the microsd??
Best regards