View Single Post
Old March 18th, 2010, 09:40 AM   #37 (permalink)
UBRocked
Rock--> YOU <--Hard place
 
UBRocked's Avatar
 
Join Date: Jan 2010
Location: Ohio
Posts: 3,982
 
Device(s): See my signature...this section isn't big enough anymore!
Thanks: 1,729
Thanked 1,521 Times in 810 Posts
ubrocked@gmail.com
Default

Quote:
Originally Posted by nka View Post
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
UBRocked is offline  
Last edited by UBRocked; March 18th, 2010 at 10:06 AM.
Reply With Quote