I rooted my Droid to install 2.1 and didn't like it so I went back to 2.0.1 however there is an icon on my homescreen called superuser permissions and I can't seem to remove it. Any help would be greatly appreciated thanks
I'm not sure I understand what you mean. I followed the steps posted and it worked fineDying factory wipe doesn't help. And the sync command is not the google sync its a Linux command called sync. Lastly while it doesn't matter in this case, system partition is mtdblock4 not 3
I found a quick way to do this as well.
Must be rooted.
download and install root manager
choose remove system apps or apps data
then select apps
then remove
find superuser.apk and click on it
choose remove (no backup)
reboot
then follow the directions on how to unroot (factory reset) or the 2.0.1 update
Just flashing back to the unrooted OS won't remove it you need to do the following.
1. Re-root your phone (yes make sure your phone is "jailbroke" again) and download an app in the market called Terminal Emulator (its free)
2. Now type the following in the terminal emulator app. One line at a time and pressing enter after each line
su
mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system
cd /system/app
rm Superuser.apk
mount -o ro,remount -t yaffs2 /dev/block/mtdblock3 /system
3. Sync phone with google (in the settings)
4. Reboot phone
5. App should now be gone...
6. Reapply unrooted OS and wipe device .
7. Should be unrooted and the app will be gone..you can check your root status by using the Terminal Emulator app and typing "su" it should say permission denied
Hope that helps
2. Now type the following in the terminal emulator app. One line at a time and pressing enter after each line
su
mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system
cd /system/app
rm Superuser.apk
mount -o ro,remount -t yaffs2 /dev/block/mtdblock3 /system
it accomplishes the same thing...mount -o remount, rw /system