Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
1. Use the .sbf file provided in the OP to flash SPRecovery. You may have to read the sticky about RSD Lite to figure out how to do so. The link is in the OP.
2. Now you have two choices:
a. Install a ROM that is already rooted. You can find all those instructions in the respective ROM's threads.
b. Root your current 2.1 OTA. That requires knowledge of adb, and the file attached to the OP. If you have both of those, then you just follow the commands posted.
Here is a video from motodroidlife doing this:
YouTube - Flashing SPRecovery SBF File to a Motorola Droid
Running RSDLite 4.5 on Windows 7 x64
When opening the SPRecovery_ESE81.sbf in RSDLite, it says: "Unknown Platform"
Filename: SPRecovery_ESE81.sbf
Creation Date: 04/14/2010 01:44:23
File size: 6345657
RAM DL Version: N / A
Bootloader Version: N / A
Platform: Unknown Platform
HAB Type: Signed Production
The flash will not continue beyond this point. I verified the md5 sum on the .sdf file.
Any suggestions?
1. Use the .sbf file provided in the OP to flash SPRecovery. You may have to read the sticky about RSD Lite to figure out how to do so. The link is in the OP.
2. Now you have two choices:
a. Install a ROM that is already rooted. You can find all those instructions in the respective ROM's threads.
b. Root your current 2.1 OTA. That requires knowledge of adb, and the file attached to the OP. If you have both of those, then you just follow the commands posted.
What if we don't have knowledge of ADB?
I booted into recovery... mounted /system
adb usb
adb shell (got # sign)
adb push su /system/bin/su
and that last command hung!
Please help!
Do you have the two files from the .zip file IN the same folder as adb? That's where 'push' will look for the file to copy onto your Droid.
step five: stay alive
enjoy rooted stock ESE81, with no need to screw up your shit or install a hacked together copy of ota...
Got it working for those who need to know
1. Install Android SDK
2. Follow instructions up to mount /system
3. adb usb
4. adb push su /system/bin/su
- adb devices (to verify)
- adb shell (to verify you get #)
- if you don't get # don't bother going forward
5. adb push Superuser.apk /system/app/Superuser.apk
6. adb shell
7. Reboot and you'll have root
- /system/bin/chmod 6755 /system/bin/su
- /system/bin/chmod 644 /system/app/Superuser.apk"
8. Install tethering? Forget it... no netfilter...
so i'm getting an error "chmod: not found" error when using adb....???
That's right, by default the kernel does not support tethering.
You will need to flash one of the many custom kernels to take advantage of wireless/wired tethering.
I suggest using these:
P3Droid Kernels
Got it working for those who need to know
1. Install Android SDK
2. Follow instructions up to mount /system
3. adb usb
4. adb push su /system/bin/su
- adb devices (to verify)
- adb shell (to verify you get #)
- if you don't get # don't bother going forward
5. adb push Superuser.apk /system/app/Superuser.apk
6. adb shell
7. Reboot and you'll have root
- /system/bin/chmod 6755 /system/bin/su
- /system/bin/chmod 644 /system/app/Superuser.apk"
8. Install tethering? Forget it... no netfilter...
Please note that this WILL reflash the boot image to stock ESE81! This is required to keep recovery from being overwrote on reboot. A few bits in the boot image were changed to break the checksum hash that the recovery update checks.
All of those asking for the root exploit for the 2.1 OTA, or those unsatisfied with 2.1 and wanting to go back can now use this method posted by Droidmod. It is essentially an .sbf file that will install SPRecovery on the OTA update, and eliminates the need to downgrade back to 2.0.1 to get SPRecovery.
Once you have SPRecovery, you can just flash any new ROM that has superuser permissions. The link is here:
2.1 SP Recovery SBF - DroidMod
The post is as follows:
You'll need to follow the instructions for RSD Lite from the following thread, just replace the .sbf file with the one from Droidmod:
http://androidforums.com/all-things-root-droid/47349-now-you-can-live-without-fear-bricking.html
-----------------------------------
Additionally, once you have SPRecovery, you can just root your OTA 2.1 (no need to flash another ROM), though this requires you to be competent with adb.
These are the instructions, thanks to samedroidsex.
Props to the DM team! This is a sick release. And all you unrooted 2.1'ers out there, enjoy SPRecovery.