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 One XL 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
- Flashing recovery on HTC devices
- Windows drivers for ADB in recovery on HTC devices
- Windows 8.1 and fastboot on HTC msm8960 devices
Unofficial TWRP Builds
Swapped partition layout only (11GB or 24GB Data / DataMedia storage)
See here for more information about the swapped partition layout by jrior001. Note that the unofficial TWRP offered below does not auto-detect the swapped layout. Choose the recovery suited for the ROM you intend to install.
-
twrp-3.1.N1-0-evita-dm.img (14.10 MB)
Updated: 28 Oct 2017
SHA1:b8956637e5c1a4cf934a1a8bdd379592830a52f4
Commit history: twrp, device, kernel
-
twrp-3.1.N0-0-evita-dm.img (14.08 MB)
Updated: 11 Mar 2017
SHA1:583d9fcb1d7bcc0f57e032e4b0643b998626779c
Commit history: twrp, device, kernel
-
twrp-3.0.M5-0-evita-dm.img (12.13 MB)
Updated: 19 Jul 2016
SHA1:039a16b19c8f6483b19cf2d422fd15e93f9aff00
Commit history: twrp, device, kernel
Standard partition layout only (2.5GB Data / 11GB or 24GB SDCard storage)
-
twrp-3.1.N1-0-evita.img (14.10 MB)
Updated: 28 Oct 2017
SHA1:fcb9d3920b78127e8312a4d8dd9dd69c0cdb2118
Commit history: twrp, device, kernel
-
twrp-3.1.N0-0-evita.img (14.08 MB)
Updated: 11 Mar 2017
SHA1:4b642ff03bbd51338dff4939231c98f8905a0a90
Commit history: twrp, device, kernel
-
twrp-3.0.M5-0-evita.img (12.13 MB)
Updated: 19 Jul 2016
SHA1:3a65c45df65e8c58aebdac60ae43a7c732177a3c
Commit history: twrp, device, kernel
-
twrp-2.8.7.1-evita.img (11.71 MB)
Updated: 8 Sep 2015
SHA1:076d4b8949b9355c210c3fee97f499a8619c5744
Commit history: twrp, device, kernel
-
twrp-2.8.6.5-evita.img (11.71 MB)
Updated: 6 Jun 2015
SHA1:6b6d7434f94e8d1b349b1d1e274cea93c14809cb
Commit history: twrp, device, kernel
-
twrp-2.8.1.1-evita.img (10.47 MB)
Updated: 6 Nov 2014
SHA1:0933be03a1a8a3b6f2a6844f482858a1c11eebc2
Commit history: twrp, device, kernel
-
twrp-2.7.1.2-evita.img (8.86 MB)
Updated: 12 Jun 2014
SHA1:12d8e656d25e9a09bb4ef3ad73c4f55774ff36f3
Commit history: twrp, device, kernel
-
twrp-2.7.0.7-evita-oldenc.img (8.85 MB)
Updated: 30 Apr 2014
SHA1:a412824b5ad3d08d9825dd66c0d55a17936c8987
Commit history: twrp, device, kernel
This build is intended only for users of AOSP ROMs that save encryption keys to the footer of the /data partition instead of the dedicated /extra partition. For more information, visit wiki.cyanogenmod.org/w/HTC_fstab_updates.
Release 3.1.N0-0
- Largely in-line with TWRP 3.1.0-0
- Encrypted backups are disabled due to poor implementation, see TWRP Issue #817
adb backup
is not implemented due to concerns over code quality- Built in cm-14.1 with minor customizations
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
- F2FS filesystem support
- 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
- [2.7.1.2] Off-mode charging does not display charging images; the LED works though.
- [all] Cannot decrypt stock Sense encrypted /data (only supports AOSP encryption)