-
Notifications
You must be signed in to change notification settings - Fork 16
DINC Root and Recovery
Since everything will be overwritten in the process of S-OFF, we will not get too deep into explaining the recovery until the second flash. Just follow the instructions below:
- The recovery image is included in the folder. If you don't already have it, download it here and move it to that folder: ClockworkMod Droid Incredible - MD5:
- Open a cmd window, if it's not still open from unlocking.
- If you had to re-open a cmd window, don't forget to change back to your directory using
- Once again, enable usb debugging, and plug in your phone.
- Make sure youre connected by typing this command. It should return your phone's serial number
adb devices
- Check the md5 of your recovery image. Make sure the resulting md5 matches:
- Boot to bootloader:
adb reboot bootloader
- Check for connectivity. This should return serial number
fastboot devices
- Flash your recovery to the phone's recovery partition:
fastboot flash recovery recovery-clockwork-5.0.2.0-inc.img
- You'll see (or might see) a really fast green status bar on the top right as your PC sends the recovery to your phone, then an extremely fast red bar as it flashes it. You now have clockwork recovery installed on your phone. Reboot your phone with the command below:
fastboot reboot
Note: On ClockworkMod Recovery for the Droid Incredible, unlike most others, you use the trackpad rather than the volume rocker/power button to select options.
- Place onto the root of your sd card.
- Enter recovery via the hboot menu(power off,power on while holding vol down. once in hboot,wait for green writing to flash,then select recovery with power button and vol rocker)
- Use the recovery menu on your phone to:
- Make a backup of your stock,unrooted rom. Completely optional, but it's recommended in case problems happen.
- wipe cache
- wipe dalvik cache(youll find this in the "advanced" menu)
- install zip from sd card(chose your superuser file)
- reboot
However, since it is still S-ON, it is very inconvenient to flash custom ROMs, as you will need to use to install kernels for your phone to boot a new one. It is no subsitute for the full power of a completely S-OFF enabled phone, where you can install anything you choose.
If you want to stay with your stock ROM, you can stop here (but it's not like it's going to be updated). If you want to install custom ROMs from XDA or something, continue on to get S-OFF.
Next, we will downgrade to Froyo, where we can get permanent S-OFF using the conventional exploits.
Note: All non-Android projects have moved to the BASLQC Wiki.
- Introduction - A quick intro to the rationale and ideals of this guide, and smartphone modding in general.
- General Setup - Learn how to install and run the tools you need to succeed.
- Device Guides - Customized, fully decked out guides for rooting each and every device we could find.
- General OS Customizations - General customizations that work on all devices of a specific OS.
- General Guidelines - The ideals that you should uphold while working with and editing this guide.
- Device Guide Templates - Templates and general guidelines for creating customized guides for a device.
- Linux - Run a full desktop OS on your little mobile device; research is being made to make it comfortable to use in the mobile space.
- Glossary - Contains all the crazy acronyms and word soup that you'll need to wade through when using this guide.
- Android Buying Guide for Modders - While modding can fix up an outdated device, it will make your life easier to buy the right device from the start.