• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root HELP!! Need to unroot!

McCulley

Lurker
I have to go to verizon today to get a new bionic because this one has a bunk ear speaker. Anyways, im trying to unroot, but when i run pete's gingerbread unroot tool it runs through the whole process and says that my phone should be unrooted, but i still have super su and titanium backup on my phone, and they seem to be functional. For the record i am running ice cream sandwich. Does this have any effect on this whole process considering petes tool is made for gingerbread? PLEASE HELP! :confused:
 
Any tool designed for GB will typically not work with ICS. I am completely unfamiliar with your phone, but I'll reach out and see if I can find you some help from anyone else.
 
I don't know either, so I've moved your post here to the Bionic root forum. While awaiting help, please look over the threads here to see if they have an answer.
 
I have to go to verizon today to get a new bionic because this one has a bunk ear speaker. Anyways, im trying to unroot, but when i run pete's gingerbread unroot tool it runs through the whole process and says that my phone should be unrooted, but i still have super su and titanium backup on my phone, and they seem to be functional. For the record i am running ice cream sandwich. Does this have any effect on this whole process considering petes tool is made for gingerbread? PLEASE HELP! :confused:

I know that Pete's tools no longer root the Bionic; I'm not sure about unrooting though.

You should be able to unroot from the Bionic. Try this:

- first of all, if you have debloated or frozen any apps, make sure to restore them or "thaw" them before unrooting

- if you have installed Safestrap or Bootstrap with ClockworkMod Recovery, make sure to uninstall the recovery from those apps

Ok, that done:

- install a Terminal app (like this one: https://play.google.com/store/apps/...251bGwsMSwxLDMsImphY2twYWwuYW5kcm9pZHRlcm0iXQ.. )

- Start a Terminal session. If you see a "$" prompt, enter the command su. You may/should get a prompt from the superuser app; give the Terminal app root access. You should then see a "#" prompt.

- From the # prompt, enter the following commands (if you see any error messages, check for typos and try the command again before proceeding):


Code:
mount -o remount,rw /dev/block/system /system
rm /system/app/Superuser.apk
rm /system/bin/su
rm /system/xbin/busybox

That first command is important to get exactly as I typed it above - watch for spaces and no spaces. For example, there is no space in "remount,rw".

If you see an error message after the first "rm" command, even though you typed it right, try running the command busybox. You'll see a lot of text, but then try the rm command again. Also, the capital "S" in "Superuser.apk" matters.

Then restart the phone. It *should* be unrooted. I would also do a factory reset when you verify unroot...
 
The instructions doogald provided should work just fine. But, if for some reason they don't work, your next best bet would be to flash the unmodified .246 fxz file found in the first post of this thread: http://androidforums.com/bionic-all-things-root/480176-how-flash-5-9-905-gb-6-7-246-ics-rsdlite.html
Follow the instructions there and you will end up with a completely stock un-rooted phone on ICS. NOTE: You will lose your data (just like doing a FDR) and that process will format the internal SD card as well.
http://androidforums.com/members/doogald.html
 
Back
Top Bottom