Quote:
Originally Posted by nka
Excellent. If you have the 2.0.1 update (no root), please post it. Thx.
|
Here you go. This is the 2.0.1 Update.zip file. This will un-root your phone.
MEGAUPLOAD - The leading online storage and file delivery service
To remove the Super User application type the following via ADB while in recovery BEFORE you un-root. It will unroot if your don't do this but you will have the superuser app in your app drawer.
Code:
su
mount -o remount,rw -t yaffs2 /dev/block/mtdblock4 /system
cd /system/app
rm Superuser.apk
mount -o ro,remount -t yaffs2 /dev/block/mtdblock4 /system
sync
reboot
Also, the following link which is intended to help people with "bricked" devices would also do this for you but it would FOR SURE remove all traces of you being rooted.
http://androidforums.com/all-things-root-droid/47349-now-you-can-live-without-fear-bricking.html
__________________
Myself: Galaxy Nexus, Droid 4, Transformer, Logitech Revue, Sony Blu-ray Player with Google TV
Wife and Kids: iPhone4, Apple iPad, Galaxy Player 4.0, B&N NookColor
Retired: Thunderbolt, Droid Pro, Fascinate, 2 Motorola Droids (the OG), Galaxy Tab (7" WiFi), Archos 70
|