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

Root Unrooting Motorola Triumph

droidborg

Member
Hello,
I rooted my MT for the purpose of using a bluetooth keyboard,
Now I want to unroot it.
I used terminal emulator and checked i did have root confirmed

having read through the unrooting thread and typing the unroot code

Open the emulator and type sudo then type this:
Code:
rm -rf /system/bin/su
rm -rf /system/xbin/su

I get
rm failed for -rf No such file or directory

thanks
 
At the $ prompt, type sudo
You should get a # prompt

Then type:
rm /system/bin/su
rm /system/xbin/su

hint:
in terminal emulator, if you type su at the $ prompt, and an error message is returned, you're not rooted.
 
Back
Top Bottom