Root almost any Motorola Android Phone on Gingerbread

0

There has been a root method released that has been working on almost all Motorola Devices, the root method was however originally designed for the Droid 3. This method requires that you have a working knowledge of ADB. If you don’t have ADB knowledge then use our sites search feature to find the root method for your specific device.

Root Instructions for most Motorola Android Smartphone’s:

  1. Log into your device via “adb shell”
  2. Type “mv /data/local/12m /data/local/12m.bak”, press enter
  3. Type “ln -s /data /data/local/12m”, press enter
  4. Reboot your device manually (wait for it to boot up)
  5. Log into your device via “adb shell” again
  6. Type “rm /data/local/12m”, press enter
  7. Type “mv /data/local/12m.bak /data/local/12m”, press enter
  8. Type “mv /data/local.prop /data/local.prop.bak”, press enter
  9. Type “echo “ro.sys.atvc_allow_netmon_usb=0″ >> /data/local.prop”, press enter
  10. Type “echo “ro.sys.atvc_allow_netmon_ih=0″ >> /data/local.prop”, press enter
  11. Type “echo “ro.sys.atvc_allow_res_core=0″ >> /data/local.prop”, press enter
  12. Type “echo “ro.sys.atvc_allow_res_panic=0″ >> /data/local.prop”, press enter
  13. Type “echo “ro.sys.atvc_allow_all_adb=1″ >> /data/local.prop”, press enter
  14. Type “echo “ro.sys.atvc_allow_all_core=0″ >> /data/local.prop”, press enter
  15. Type “echo “ro.sys.atvc_allow_efem=0″ >> /data/local.prop”, press enter
  16. Type “echo “ro.sys.atvc_allow_bp_log=0″ >> /data/local.prop”, press enter
  17. Type “echo “ro.sys.atvc_allow_ap_mot_log=0″ >> /data/local.prop”, press enter
  18. Type “echo “ro.sys.atvc_allow_gki_log=0″ >> /data/local.prop”, press enter
  19. Reboot your device manually (wait for it to boot up)
  20. Place the SU apk in your Android SDK’s platform-tools folder (Download Link)
  21. Log into your device via “adb shell” again
  22. Type “adb shell”, press enter
  23. Type “mount -o remount,rw -t ext3 /dev/block/mmcblk1p21 /system”, press enter
  24. Type “exit”, press enter
  25. Type “adb push ‘/home/user/location/su’ /system/bin”, press enter
  26. Type “adb shell”, press enter
  27. Type “chmod 4755 /system/bin/su”, press enter
  28. Type “reboot”, press enter

Once your Device comes back up go to the Android Market and install SuperUser and BusyBox. Be sure when installing BusyBox that you install it to the bin directory. Have fun with your rooted Motorola Phone.

LEAVE A REPLY

Please enter your comment!
Please enter your name here