maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   Remove Nitdroid from 0.0.9 EMMC (https://talk.maemo.org/showthread.php?t=84695)

StocChr 2012-06-05 06:39

Remove Nitdroid from 0.0.9 EMMC
 
hi guys,

i want to remove nitdroid 0.0.9 from my emmc!

after:
Code:

root
mount -o noatime,rw /dev/mmcblk0p2 /and
rm -rf /and

i bricked maemo and i have to backup the device with backupmenu!

what i've done wrong? how to uninstall nitdroid from emmc?

thanks for your help guys!!

cheers

michaaa62 2012-06-05 08:49

Re: Remove Nitdroid from 0.0.9 EMMC
 
You mounted the partition where home/user and /opt of the maemo system are located in the first place to /and. You did not manually control the removal of the folders that belong to Nitdroid, but remove everything on that partition.

Quote:

i have to backup the device with backupmenu!
Does this mean the device recovered from your error, then try to remove one folder after the other from /and, but you are allowed to think about the -i option for security reasons.

Hurrian 2012-06-05 09:15

Re: Remove Nitdroid from 0.0.9 EMMC
 
You just wiped out your entire eMMC by doing that.

The command you're looking for is
Code:

rm -r /home/{acct,bin,cache,config,data,dev,etc,initrd,lib,mnt,proc,sbin,sdcard,sys,system,usr,default.prop,init,init.nokia.rc,init.rc,ueventd.nokia.rc,ueventd.rc}

StocChr 2012-06-05 10:31

Re: Remove Nitdroid from 0.0.9 EMMC
 
now i tried the nitdroid-uninstaller, but when you look at the code from the file, only the nitdroid packages ( .deb, kernel, multiboot ) will be removed. all android files are still there!

backupmenu... 45% restored... :)

Hurrian, thanks i will give your code a try!!

StocChr 2012-06-05 11:19

Re: Remove Nitdroid from 0.0.9 EMMC
 
@Hurrian

thank you for your code, this is what i looking for!
the code itself doesn't work for me, but i managed it with separate commands, like:

Code:

rm -rf /and/acct
rm -rf /and/bin
rm -rf /and/cache
...

thank you hurrian for your help!!


All times are GMT. The time now is 11:12.

vBulletin® Version 3.8.8