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
sudo gainroot mount /dev/mmcblk1p2 /and apt-get remove nitdroid-kernel-2.6.28-06
umount /dev/mmcblk1p2 exit exit