[How To:] Root Your Droid 3
First I want to say I CAN NOT take credit for this nor will I post the full details because they have already been posted, so without further delay, here is a nice simple guide for all of you on how to root your precious Droid 3!
-------------------------
- Head here and read thorough this once so you at least semi-understand what's going on!
- If you don't have ADB installed and setup, then do a quick search for a guide there are multiple out there and most are quite good. You can also set it up following the directions straight from Google, but they are a bit complicated if your not entirely sure about this stuff. Android SDK | Android Developers
- After that, then head HERE again and follow his instructions.
- At the end when you get the # symbol in ADB for root then you will need to do the following..
- Download the 2 attached files and save to your desktop
- First you need to write the system partition as RW so you can write things to it in order to get a permanent root.
- SO run the following command.
- Code:
mount -o rw,remount /dev/block/system /system
- Next copy the 2 attached files from your desktop to the perspective directories on your Droid 3
- For example my commands where as follows:
Code:
adb push '/home/woodyman/Desktop/su' /system/xbin adb push '/home/woodyman/Desktop/Superuser.apk' /system/appadb shell chmod 4755 /system/xbin/su
---------------------------
This way done using linux, [Ubuntu 11.04] So commands will be a bit different with windows..
This is just a rough quick sketch up for everyone, I will refine it and add more details tonight, I Just wanted to get it up for now so everyone had the chance if they wanted.
Attached Files