landoftherich
Newbie
I need to unroot my 2.3.4 Atrix before sending to Motorola for warranty covered repairs. It's rooted using the instructions found on briefmobile.com/motorola-atrix-4g-root
From what I've read the best way to go about unrooting is by following the steps below. Is this still the recommended method?
From what I've read the best way to go about unrooting is by following the steps below. Is this still the recommended method?
1. Open Android Terminal Emulator
2. Type in the following commands, hitting ENTER after each line of code: (after typing 'su' below, look for the Superuser request and approve it, you can only continue if you get the # prompt.
Code:
su
mount -o rw,remount /dev/block/mmcblk0p12 /system
mount -o rw,remount /dev/block/mmcblk0p17 /preinstall
rm /system/bin/su
rm /preinstall/sqlite3
rm /preinstall/dosu
rm /preinstall/Superuser.apk
rm /preinstall/su
reboot
3. Let the phone reboot fully and then go into Settings > Applications > Manage Applications > find Superuser and uninstall it just like any other app.