View Single Post
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#2
Verify that everything is removed on the device you had it installed:
Be it in EMMC
Code:
ls -Al /home
Or external
Code:
ls -Al /media /mmc1
Or in separate partition
Code:
sudo gainroot
sfdisk -l
Mount your separate partition to /mnt and do the ls command on /mnt.

Look for installed packages and kernel
Code:
dpkg -l | grep nitdroid
dpkg -l | grep kernel
Read the output carefully to make sure to have a working system if multiboot would get removed, but is still needed.
 

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