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

Root Unrooting Rugby Smart

If you are trying to unroot the Rugby smart you should only need to delete the following files

  • /system/app/Superuser.apk
  • /system/sbin/su

You can delete these files with a normal terminal emulator on-device or via adb shell. The necessary commands from the command line:

  1. Uninstall any Super User updates using the Market / Play store
  2. su
  3. mount -o remount,rw /system
  4. rm /system/app/Superuser.apk
  5. rm /system/sbin/su
  6. reboot
 
Back
Top Bottom