This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!
I followed the commands to unroot, when I was using ADB and it worked. What is the proper way to unroot not using ADB. I have used both ADB to root and unroot. I have root without using ADB, How do I unroot on the DX without ADB
I'm going to leave this thread open because I'd like to see an answer but you know you just asked this question in another thread. Please do not cross post.
All you're doing to unroot is deleting the files you put in place when you rooted it. I haven't tried, but you should be able to just run the commands below in your terminal.
Code:
su
rm /system/app/Superuser.apk
rm /system/bin/su
rm /system/bin/busybox
rm /system/bin/rootshell
reboot
I can confirm this works HOWEVER for some reason "rm /system/bin/rootshell" failed to be removed maybe because I never installed it not sure why it said it failed.
My phone is now unrooted though so awesome. Big fan of not requiring the ADB shell!
whenever I go to remove the superuser.apk I get a message saying it failed because system is read only, when I try to chmod system it says it fails again because it's read only. I su at the begining as well, any ideas?
whenever I go to remove the superuser.apk I get a message saying it failed because system is read only, when I try to chmod system it says it fails again because it's read only. I su at the begining as well, any ideas?
I was having the same problem, but I used root explorer to make it writable because the command didn't work for me. Then I minimized root explorer, went to terminal and finished the process as you posted. Thanks for the post.