TWRP for the HTC DROID Incredible 4G LTE

End-of-Life, 21 Mar 2017: No further updates are planned for this device.

TeamWin Recovery Project (TWRP) is an open source recovery system for Android devices. Beyond basic features like backup, restore, and the ability to install a new or updated version of Android, TWRP includes numerous additional features:

  • The GUI is XML driven and themeable
  • Partitions can be formatted to a new filesystem type
  • The boot and recovery (yes) partitions can be flashed directly
  • Decryption of AOSP encrypted /data is supported
  • Backups can be encrypted
  • … and quite a bit more

HTC DROID Incredible 4G LTE product page on twrp.me

Fork information

Beginning with version 3.0.M0-0, a forked TWRP repository is used to build releases. This has largely been done to remove the headache that is associated with keeping TWRP compatible with so many (old) Android build systems. For example, the cm-13.0 branch is only designed to be built with CyanogenMod 13.0. There are other minor changes that are described in the README, but it should be noted that the feature set is largely the same as in official TWRP releases.

Guides

Unofficial TWRP Builds

Psst, want to try something new? LineageOS

Datamedia scheme
Only for the builds of LineageOS 14.1 (and previously CyanogenMod 13.0) offered on this website. The Data/SDCard swap can be performed before installing this recovery, or using this recovery. To revert to the stock partition scheme, though, the Dual partition scheme support recovery below is needed.

Dual partition scheme support
This recovery supports both standard and swapped Data/SDCard partition layouts. During init, it checks the filesystem type of /dev/block/mmcblk0p35 (by-name/userdata) and applies a device name based on its findings (if vfat then fireballx; all other cases fireball).
What is the Data/SDCard swap?

Standard partition layout only (1GB Data / 4GB SDCard)

Release 3.0.N2-0

  1. Largely in-line with TWRP 3.1.0-0
  2. Encrypted backups are disabled due to poor implementation, see TWRP Issue #817
  3. adb backup is not implemented due to concerns over code quality
  4. Built in cm-14.1 with minor customizations

Release 3.0.M5-0

  1. Largely in-line with TWRP 3.0.2-0
  2. Built in cm-13.0 with minor customizations

Unofficial 2.8.7.1: Important changes since official 2.8.7.0

  1. Wipe encryption keys from /data footer during format
  2. Support read-only system mounting (optional)
  3. Report success instead of failure on AOSP scripted updates

Unofficial 2.8.6.5: Important changes since official 2.8.6.0

TWRP has not been tracking my device trees since around version 2.8.0.0. This list may not tell the full story. As always, source code with full commit history is posted next to my download links. That’s your best reference for changes.

  1. Bugfixes in GUI, fonts, and encrypted backups
  2. Fix layered lock screens issue
  3. Supports both standard and swapped data/sdcard partition schemes
  4. F2FS filesystem support
  5. Update off-mode charging

Unofficial 2.8.1.1: Important changes since official 2.8.1.0

  1. CPU performance profiles – speeds up compressed and/or encrypted backups

Unofficial 2.7.1.2: Important changes since official 2.7.1.0

  1. Correctly write bootloader messages to /misc partition without wiping everything else
  2. Track backup and restore progress
  3. Color in the console
  4. Refresh after partition changes
  5. Do not restore file system on data/media devices
  6. libtar: don’t set parent dir’s context when extracting a file
  7. HTC LED charging indicator

Known issues and limitations

  1. [2.7.1.2] Off-mode charging does not display charging images; the LED works though.
  2. [all] Cannot decrypt stock Sense encrypted /data (only supports AOSP encryption)