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:
- Log into your device via “adb shell”
- Type “mv /data/local/12m /data/local/12m.bak”, press enter
- Type “ln -s /data /data/local/12m”, press enter
- Reboot you Droid Bionic manually (wait for it to boot up)
- Log into your device via “adb shell” again
- Type “rm /data/local/12m”, press enter
- Type “mv /data/local/12m.bak /data/local/12m”, press enter
- Type “mv /data/local.prop /data/local.prop.bak”, press enter
- Type “echo “ro.sys.atvc_allow_netmon_usb=0″ >> /data/local.prop”, press enter
- Type “echo “ro.sys.atvc_allow_netmon_ih=0″ >> /data/local.prop”, press enter
- Type “echo “ro.sys.atvc_allow_res_core=0″ >> /data/local.prop”, press enter
- Type “echo “ro.sys.atvc_allow_res_panic=0″ >> /data/local.prop”, press enter
- Type “echo “ro.sys.atvc_allow_all_adb=1″ >> /data/local.prop”, press enter
- Type “echo “ro.sys.atvc_allow_all_core=0″ >> /data/local.prop”, press enter
- Type “echo “ro.sys.atvc_allow_efem=0″ >> /data/local.prop”, press enter
- Type “echo “ro.sys.atvc_allow_bp_log=0″ >> /data/local.prop”, press enter
- Type “echo “ro.sys.atvc_allow_ap_mot_log=0″ >> /data/local.prop”, press enter
- Type “echo “ro.sys.atvc_allow_gki_log=0″ >> /data/local.prop”, press enter
- Reboot you Droid Bionic manually (wait for it to boot up)
- Place the SU apk in your Android SDK’s platform-tools folder (Download Link)
- Log into your device via “adb shell” again
- Type “adb shell”, press enter
- Type “mount -o remount,rw -t ext3 /dev/block/mmcblk1p21 /system”, press enter
- Type “exit”, press enter
- Type “adb push ‘/home/user/location/su’ /system/bin”, press enter
- Type “adb shell”, press enter
- Type “chmod 4755 /system/bin/su”, press enter
- 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.
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!
Just for you we searched and found the following 🙂 … its pretty much a “OneClick” Root method that has an unroot option: https://android-advice.com/2011/how-to-unroot-the-droid-bionic/