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 DNA 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
-
twrp-3.0.M5-0-dlx.img (11.45 MB)
Updated: 19 Jul 2016
SHA1:068ebc01f658c1a1f92bb21f40378461eb384031
Commit history: twrp, device, kernel
-
twrp-2.8.7.1-dlx.img (13.73 MB)
Updated: 8 Sep 2015
SHA1:755df4a27d4772bd3255d748f3af782ae351d0c0
Commit history: twrp, device, kernel
-
twrp-2.8.6.5-dlx.img (13.22 MB)
Updated: 6 Jun 2015
SHA1:2008802023e49936de6eeff562b432c3eaf38637
Commit history: twrp, device, kernel
-
twrp-2.8.1.1-dlx.img (11.25 MB)
Updated: 6 Nov 2014
SHA1:86d659bb302790b2c282856076662f0d2c42e9d1
Commit history: twrp, device, kernel
-
twrp-2.7.1.2-dlx.img (9.17 MB)
Updated: 12 Jul 2014
SHA1:1de800cef2c82b8efc8850a29b12e5b7652df0a5
Commit history: twrp, device, kernel
Release 3.0.M5-0
- Largely in-line with TWRP 3.0.2-0
- Built in cm-13.0 with minor customizations
Unofficial 2.8.7.1: Important changes since official 2.8.7.0
- Wipe encryption keys from /data footer during format
- Support read-only system mounting (optional)
- 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.
- Bugfixes in GUI, fonts, and encrypted backups
- Fix layered lock screens issue
- Update off-mode charging
Unofficial 2.8.1.1: Important changes since official 2.8.1.0
- CPU performance profiles – speeds up compressed and/or encrypted backups
Unofficial 2.7.1.2: Important changes since official 2.7.1.0
- Correctly write bootloader messages to /misc partition without wiping everything else
- Track backup and restore progress
- Color in the console
- Refresh after partition changes
- Do not restore file system on data/media devices
- libtar: don’t set parent dir’s context when extracting a file
- HTC LED charging indicator
Known issues and limitations
- [all] Cannot decrypt stock Sense encrypted /data (only supports AOSP encryption)