How to Root the Motorola Droid Bionic on Gingerbread

2
Motorola Droid Bionic
Motorola Droid Bionic

The Droid Bionic will finally been released in a short time and already there is a root method that was provided by mydroidworld. They are using the root method designed for the Droid 3 to achieve root access on the Droid Bionic.

Please take note that the current instructions require that you have a working knowledge of ADB. If you don’t have ADB knowledge then just be patient as there will be other methods available soon I have no doubt.

Root Instructions for the Motorola Droid Bionic:

  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 you Droid Bionic 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 you Droid Bionic 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 Droid Bionic.

2 COMMENTS

  1. Thank you for these instructions! Worked percectly. However, I am having some issues with the phone and may need to replace it – where could I find instructions on how to “unroot” after rooting with this method?
    Thanks a lot!

LEAVE A REPLY

Please enter your comment!
Please enter your name here