Skip to content

DINC Root and Recovery

Lawrence edited this page Dec 21, 2012 · 1 revision

Flash a Recovery Image

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:
  1. 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
  1. Once again, enable usb debugging, and plug in your phone.
  2. Make sure youre connected by typing this command. It should return your phone's serial number
    adb devices
  1. Check the md5 of your recovery image. Make sure the resulting md5 matches:
md5sums recovery-clockwork-5.0.2.0-inc.img
  1. Boot to bootloader:
    adb reboot bootloader
  1. Check for connectivity. This should return serial number
    fastboot devices
  1. Flash your recovery to the phone's recovery partition:
    fastboot flash recovery recovery-clockwork-5.0.2.0-inc.img
  1. 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

Installing Superuser Zips

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.
  1. Place onto the root of your sd card.
  2. 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)
  3. 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
By this point, the HTCDev part of unlocking is now complete; in theory, you can now install custom ROMs and gain superuser permissions.

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.

BA Logo

Bibliotheca Anonoma

BASLQC Wiki

  • Introduction - A quick intro to the rationale and ideals of this guide, and modding in general.
  • Essential Maker Skills - Essential Skills that every maker should have.
  • Archivist Tools - All the tools an internet archivist needs under their belt.

General Guides

  • Android Development Codex - All kinds of Android smartphones.
  • Business Class Laptops - Computers that last: The ThinkPad, the HP EliteBook, the Dell Precision/Latitude.
  • EBook Readers - A good eInk screen remains the best way to read literature comfortably.
  • Game Consoles - Homebrew development scenes have made it possible to unlock the full power of your game console's computer chip.
  • Graphing Calculators - This is the last vestige of the age of 80's Home Computers; where programs were simple and graphics were minimal.
  • Home Server - Why buy cloud storage when you can build your own cloud? For media streaming, torrenting, and VPN access (to bypass blocked internet).
  • Routers - Amazingly, your ordinary router probably runs Linux on it's little embedded CPU.
  • Authentication Wallets - Manage your plethora of accounts, passwords, and RSA public keys using a GPG-encrypted wallet.
  • LEGO Mindstorms - The easiest way to build functional robots and machines; using good ol' LEGO and Technic bricks.
  • Vintage Computers - Amiga, Apple ][, and all the other random home computers that defined the 1980s.

Research

  • Genetic Programming - Programs that mutate and evolve by themselves, like Genes. It's a very difficult concept to grasp, but a very powerful method that transcends math or algorithms.

Content Guidelines

  • 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.

Reference

  • Glossary - Contains all the crazy acronyms and word soup that you'll need to wade through when using this guide.
Clone this wiki locally