View Single Post
Posts: 434 | Thanked: 245 times | Joined on Jan 2010
#183
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
 

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