[NO LONGER MAINTAINED][RECOVERY][supersonic]TWRP touch recovery

Search This thread

Captain_Throwback

Recognized Developer
UPDATE: I am no longer posting on XDA.

Code:
*** Disclaimer ***

All flashing is done at your own risk!
While nothing from this thread should break your device,
don't come back here blaming anyone if it does!

Introduction
Team Win Recovery Project 3.x, or twrp3 for short, is a custom recovery built with ease of use and customization in mind. Its a fully touch driven user interface no more volume rocker or power buttons to mash. The GUI is also fully XML driven and completely theme-able. You can change just about every aspect of the look and feel.

Images


Installation instructions
TWRP Image Install method:
Most devices can be updated quickly and easily within TWRP if you already have version 2.8.4.0 or higher installed.
  1. Download the latest version of TWRP appropriate for your device/firmware
  2. Reboot to TWRP
  3. Hit Install and tap the "Install Image" button in the lower right
  4. Browse to the location of the TWRP image on your device and select it
  5. Select recovery from the partition list and swipe to flash

Alternate Installation Method:
Fastboot Install Method:
You will need the platform-tools from the Android SDK on your computer. Find the Android command line tools section on the page linked and install the SDK tools package. From the SDK Manager, download only the platform-tools to get adb and fastboot binaries.

Windows users will need proper drivers installed on their computer. You can try the Naked ADB drivers or the Universal ADB drivers if you don't already have a working driver installed

On your device, go into Settings -> About and find the Build Number and tap on it 7 times to enable developer settings. Press back and go into Developer Options and enable USB debugging. From your computer, open a command prompt and type:
Code:
adb reboot bootloader
You should now be in fastboot mode.

Download the correct image file and copy the file into the same folder as your adb and fastboot binaries. Rename the image to twrp.img and type:
Code:
fastboot flash recovery twrp.img
Code:
fastboot reboot

Device Changelog
Current version: 3.1.1-0:
Code:
[LIST]Initial official release[/LIST]
Older Device-specific versions:
Code:
[LIST]N/A[/LIST]

TWRP Official Changelog
Current version: 3.1.1:
Code:
[LIST]Backups will now include adopted storage keys (Dees_Troy)
[*]Fixed an adb restore issue (bigbiff)
[*]Fixed rebooting when no OS is present (Dees_Troy)
[*]Fixed line wrapping in the GUI terminal (_that)
[*]Updated TWRP source code to AOSP 7.1.2 (Dees_Troy)[/LIST]

Older versions:
Code:
[SIZE="4"][COLOR="Green"]3.1.0:[/COLOR][/SIZE]
[LIST]vold decrypt on a few select HTC devices, TWRP will now attempt to use the system partition's vold and vdc binaries and libraries to decrypt the data partition (nkk71 and CaptainThrowback)
[*]adb backup to stream a backup directly to or from your PC, see documentation [URL="https://github.com/omnirom/android_bootable_recovery/commit/ce8f83c48d200106ff61ad530c863b15c16949d9"]here[/URL] (bigbiff)
[*]tweak MTP startup routines (mdmower)
[*]support new Android 7.x xattrs for backup and restore to fix loss of data after a restore (Dees_Troy)
[*]support POSIX file capabilities backup and restore to fix VoLTE on HTC devices and possibly other issues (Dees_Troy)
[*]better indicate to users that internal storage is not backed up (Dees_Troy)
[*]improve automatic determination of TW_THEME (mdmower)
[*]minimal getcap and setcap support (_that)
[*]try mounting both ext4 and f2fs during decrypt (jcadduono and Dees_Troy)
[*]shut off backlight with power key (mdmower)
[*]timeout during FDE decrypt (Dees_Troy and nkk71)
[*]support for FBE decrypt and backing up and restoring FBE policies (Dees_Troy)
[*]boot slot support (Dees_Troy)
[*]TWRP app install prompt during reboot (Dees_Troy)
[*]support for AB OTA zips (Dees_Troy)
[*]support new Android 7.x log command (Dees_Troy)
[*]update recovery sources to AOSP 7.1 (Dees_Troy)
[*]numerous bugfixes and improvements by too many people to mention[/LIST]

[SIZE="4"][COLOR="Green"]3.0.3:[/COLOR][/SIZE]
[LIST]Partial release to help support the release of the [URL="https://www.xda-developers.com/team-win-releases-their-first-official-twrp-app-in-the-play-store/"]Official TWRP app[/URL][/LIST]

[SIZE="4"][COLOR="Green"]3.0.2:[/COLOR][/SIZE]
[LIST]Fix a bug with the input box that affected masked inputs (passwords). This fixes decrypt of full device encryption on devices that support decrypt. This bug also impacts encrypted backups. Users are highly encouraged to stop using 3.0.1 if you use encrypted backups or if you need decrypt of data in TWRP.
[*]Add Greek translation to some builds.[/LIST]

[SIZE="4"][COLOR="Green"]3.0.1:[/COLOR][/SIZE]
[LIST]support new CM 13.0 pattern encryption (sultanqasim)
[*]fix slow flashing issue due to modprobe (present on only some devices) (#twrp)
[*]libtar updated to latest upstream and fixes (jcadduono)
[*]fixes for loading custom themes (_that)
[*]TWRP will now detect and install TWRP themes automatically through the normal zip install process (Dees_Troy)
[*]translation updates - added Italian, Czech and Polish and significant updates to Dutch
[*]progress bar improvements - progress bar updates during image flashing and better tracks progress during file system backups (tar) (Dees_Troy)
[*]fix input box text display (Dees_Troy)
[*]reboot option after zip install complete (bigbiff)
[*]other mostly invisible bug fixes and improvements[/LIST]

[SIZE="4"][COLOR="Green"]3.0.0:[/COLOR][/SIZE]
[LIST]Completely new theme - Much more modern and much nicer looking (by z31s1g)
[*]True Terminal Emulator - Includes arrow keys, tab and tab completion, etc. (by _that)
[*]Language translation - It won’t be perfect and especially some languages that require large font files like Chinese & Japanese won’t be availble on most devices. Also some languages may only be partially translated at this time. Feel free to submit more translations to OmniROM’s Gerrit. (mostly by Dees_Troy)
[*]Flashing of sparse images - On select devices you will be able to flash some parts of factory images via the TWRP GUI (by HashBang173)
[*]Adopted storage support for select devices - TWRP can now decrypt adopted storage partitions from Marshmallow
[*]Reworked graphics to bring us more up to date with AOSP - includes support for adf and drm graphics (by Dees_Troy)
[*]SuperSU prompt will no longer display if a Marshmallow ROM is installed
[*]Update exfat, exfat fuse, dosfstools (by mdmower)
[*]Update AOSP base to 6.0
[*]A huge laundry list of other minor fixes and tweaks[/LIST]
[U]Additional Notes[/U]
[LIST]WARNING: This is our first release in a long time. We have a lot of new and somewhat aggressive changes in this new release. The changes to the graphics back-end may cause some devices to not boot up properly or have other display-related issues. If you are not in a position to reflash an older build of TWRP, then wait until you are or at least wait until others have tried the new version for your specific device. You don’t want to end up with a non-working recovery and have to wait several hours or days to get to a computer to be able to fix it.
[*]Notes for themers: In addition to the updated theme, we have introduced a theme version variable to the TWRP theme system. If the theme version does not match the version that TWRP expects, TWRP will reject the custom theme and load its stock theme. This change will ensure that people who update TWRP without updating their theme will still have a workable recovery. We have removed libjpeg support. The stock theme was only using a jpeg image for the splash / curtain. This change means that any custom themes will no longer be able to use jpeg images. It also means that tools used to repack recovery images with a different curtain / splash will need to be updated to use the new method.
[*]Version number notes: For a while we’ve been using a 4 digit version number and reserved the 4th digit for device-specific updates. For instance, we find and fix a device-specific issue like decryption of data on Nexus 5, we would release that as a 2.8.7.1. After a while, some people would start asking where 2.8.7.1 was for other devices. So, going forward we have decided to change the numbering scheme to 3.0.0-2, etc. Our hope is that this version numbering scheme will more clearly identify that the 4th digit does not indicate a version change for the code base.
[*]We need your help! The bulk of TWRP work is done by 3 people on a volunteer basis. We have pushed most of our device files to our github and we have a gerrit instance. If you have the ability, please help us maintain our official devices and/or add your device to our official device list. Thanks in advance![/LIST]

[SIZE="4"][COLOR="Green"]2.8.7.0:[/COLOR][/SIZE]
[LIST]Initial ground work for software drawn keyboard (_that)
[*]Fix handling of wiping internal storage on datamedia devices (xuefer)
[*]Allow DataManager to set and read values from the system properties (xuefer)
[*]Fix crash when taking screenshots on arm64 devices (xuefer)
[*]Fix error message after an ORS script completes (Dees_Troy)
[*]Fix crashes / error when creating encrypted backups (_that, Dees_Troy)
[*]Add system read only option – more details below (Dees_Troy)
[*]Add resize2fs and GUI option to run resize2fs (Dees_Troy)
[*]Fix crash loop caused by empty lines in AOSP recovery command file (_that)
[*]Prevent duplicate page overlays such as multiple lock screens (mdmower)[/LIST]
[U]Additional Notes[/U]
[LIST]Note: As always, be sure your custom theme is up to date (or remove your custom theme) before updating TWRP.
[*]System read only option: Devices that ship with 5.0 and higher as their initial OS are using block level OTA updates. With this style of OTA update, the update script checks to see if the system partition has ever been mounted read/write. Further, the script also usually runs an SHA sum of the entire system partition to detect if any changes have been made. If any changes have been made, the OTA update will refuse to install. Since not all OEMs and devices have factory images available, we have created a new feature in TWRP that detects if the system partition has ever been mounted read/write. If not, you will be prompted asking if you want TWRP to mount system as read/write. If you choose not to allow TWRP to mount as read/write, TWRP won’t prompt to install SuperSU and TWRP won’t try to patch the stock ROM to prevent TWRP from being replaced by stock recovery. The goal of this option is to hopefully allow the user to make a raw system image backup that they can use to get back to a state where they can take OTA updates again.
[*]resize2fs feature: On some devices like the Nexus 6, the factory images include a userdata image that is the proper size only for the 32GB units. If you flash the factory image to a 64GB Nexus 6, the data partition will appear as if it only has the free space of a 32GB device. Using the resize2fs option, TWRP can resize your data partition to take up the full space available. The resize2fs may also be useful to resize system partitions on devices where custom ROM system images don’t take up the full partition space. Lastly, resize2fs may be useful in some cases to reserve the proper space at the end of a data partition for a full disk encryption key, should your partition be formatted incorrectly for some reason.
[*]This new version also marks our first set of full builds using our new jenkins build server. You can track the progress of builds at [url]https://jenkins.twrp.me[/url] and we have taken additional steps to make it easier for device maintainers to step up and submit patches to our gerrit server at [url]https://gerrit.twrp.me[/url] to help us keep devices up to date and working.[/LIST]

Downloads


Known Issues

Bug Reporting
If you have an issue, the first step is to post a recovery log so we can determine the cause of the issue. This is done in recovery using Advanced -> Copy Log, or adb pull /tmp/recovery.log. Once a log is uploaded we can determine how best to proceed. NOTE: Posts that are reporting bugs or issues without an accompanying recovery log will be ignored! Additionally, providing details about your device setup, including variant, firmware version, and exact steps to reproduce your issue will also be helpful in diagnosing the problem.
74479355.jpg

If your issue is determined to be a bug, please consider posting it to our github issues log. It's pretty much impossible for us to keep up with the more than 40 threads that we have for the devices that we "directly" support. If you have a significant problem that cannot be answered in this thread, your best bet is to contact us via our website, or find us in our IRC channel below. If you see someone that's struggling, feel free to point it out to us. We need your help to help us keep track of all of our devices! Thanks!

Additional Help/Support:
Live support is available via #twrp on Freenode with your IRC client or just click this link.

XDA:DevDB Information
Team Win Recovery Project (TWRP), Tool/Utility for the HTC EVO 4G

Contributors
Captain_Throwback, Dees_Troy, bigbiff, _that
Source Code: https://github.com/omnirom/android_bootable_recovery


Version Information
Status: Stable
Current Stable Version: 3.1.1-0
Stable Release Date: 2017-05-18

Created 2015-03-20
Last Updated 2018-03-07
 

Captain_Throwback

Recognized Developer
Working on maKing a Wi-Fi only phone for my cousins birthday out of my old evo I tried to find "supersonic" in the twrp app but it didn't come up. Would you be able to fix that or should I just install it manually?
What TWRP app? There's no official TWRP app. The install method is listed on the Download page for the device and in the OP here.
 
  • Like
Reactions: paridoth

paridoth

Member
Mar 25, 2013
28
0
On the download page it links to the twrp manager app. I am installing over clockwork mod so can't install with recovery and I don't have access to a computer.
 

Captain_Throwback

Recognized Developer
On the download page it links to the twrp manager app. I am installing over clockwork mod so can't install with recovery and I don't have access to a computer.
Yeah, that's not an official TWRP app. You can disregard that. You can try Flash Image GUI or Flashify to flash recovery to your device, if you have to use an app, but I never recommend using an app if fastboot is available ;).
 
  • Like
Reactions: paridoth

paridoth

Member
Mar 25, 2013
28
0
Yea I tried flashify but it locked up. Could I put it in a pc36img.zip and flash it from bootloader?
 

Captain_Throwback

Recognized Developer
Yea I tried flashify but it locked up. Could I put it in a pc36img.zip and flash it from bootloader?
What about Flash Image GUI? There's a free version available on XDA (last time I checked).

The bootloader method should also work, it just requires having an appropriate android-info.txt.
 
  • Like
Reactions: paridoth

paridoth

Member
Mar 25, 2013
28
0
Just wasn't sure that was the right one. I found it on xda. Flashed twrp 3.0 rebooted to recovery but it took me to the boot loader. Tried again same thing. I'll try flashing an older version
 

Captain_Throwback

Recognized Developer
Just wasn't sure that was the right one. I found it on xda. Flashed twrp 3.0 rebooted to recovery but it took me to the boot loader. Tried again same thing. I'll try flashing an older version
You might just have to wait until you get to a PC and do it via fastboot. That way should work without issue.
 
  • Like
Reactions: paridoth

paridoth

Member
Mar 25, 2013
28
0
Unfortunately I'm in hospital so no computer access. I flashed an older version and that worked when I get out I'll try flashing 3.0 with adb thanks!
 

Top Liked Posts

  • There are no posts matching your filters.
  • 4
    UPDATE: I am no longer posting on XDA.

    Code:
    *** Disclaimer ***
    
    All flashing is done at your own risk!
    While nothing from this thread should break your device,
    don't come back here blaming anyone if it does!

    Introduction
    Team Win Recovery Project 3.x, or twrp3 for short, is a custom recovery built with ease of use and customization in mind. Its a fully touch driven user interface no more volume rocker or power buttons to mash. The GUI is also fully XML driven and completely theme-able. You can change just about every aspect of the look and feel.

    Images


    Installation instructions
    TWRP Image Install method:
    Most devices can be updated quickly and easily within TWRP if you already have version 2.8.4.0 or higher installed.
    1. Download the latest version of TWRP appropriate for your device/firmware
    2. Reboot to TWRP
    3. Hit Install and tap the "Install Image" button in the lower right
    4. Browse to the location of the TWRP image on your device and select it
    5. Select recovery from the partition list and swipe to flash

    Alternate Installation Method:
    Fastboot Install Method:
    You will need the platform-tools from the Android SDK on your computer. Find the Android command line tools section on the page linked and install the SDK tools package. From the SDK Manager, download only the platform-tools to get adb and fastboot binaries.

    Windows users will need proper drivers installed on their computer. You can try the Naked ADB drivers or the Universal ADB drivers if you don't already have a working driver installed

    On your device, go into Settings -> About and find the Build Number and tap on it 7 times to enable developer settings. Press back and go into Developer Options and enable USB debugging. From your computer, open a command prompt and type:
    Code:
    adb reboot bootloader
    You should now be in fastboot mode.

    Download the correct image file and copy the file into the same folder as your adb and fastboot binaries. Rename the image to twrp.img and type:
    Code:
    fastboot flash recovery twrp.img
    Code:
    fastboot reboot

    Device Changelog
    Current version: 3.1.1-0:
    Code:
    [LIST]Initial official release[/LIST]
    Older Device-specific versions:
    Code:
    [LIST]N/A[/LIST]

    TWRP Official Changelog
    Current version: 3.1.1:
    Code:
    [LIST]Backups will now include adopted storage keys (Dees_Troy)
    [*]Fixed an adb restore issue (bigbiff)
    [*]Fixed rebooting when no OS is present (Dees_Troy)
    [*]Fixed line wrapping in the GUI terminal (_that)
    [*]Updated TWRP source code to AOSP 7.1.2 (Dees_Troy)[/LIST]

    Older versions:
    Code:
    [SIZE="4"][COLOR="Green"]3.1.0:[/COLOR][/SIZE]
    [LIST]vold decrypt on a few select HTC devices, TWRP will now attempt to use the system partition's vold and vdc binaries and libraries to decrypt the data partition (nkk71 and CaptainThrowback)
    [*]adb backup to stream a backup directly to or from your PC, see documentation [URL="https://github.com/omnirom/android_bootable_recovery/commit/ce8f83c48d200106ff61ad530c863b15c16949d9"]here[/URL] (bigbiff)
    [*]tweak MTP startup routines (mdmower)
    [*]support new Android 7.x xattrs for backup and restore to fix loss of data after a restore (Dees_Troy)
    [*]support POSIX file capabilities backup and restore to fix VoLTE on HTC devices and possibly other issues (Dees_Troy)
    [*]better indicate to users that internal storage is not backed up (Dees_Troy)
    [*]improve automatic determination of TW_THEME (mdmower)
    [*]minimal getcap and setcap support (_that)
    [*]try mounting both ext4 and f2fs during decrypt (jcadduono and Dees_Troy)
    [*]shut off backlight with power key (mdmower)
    [*]timeout during FDE decrypt (Dees_Troy and nkk71)
    [*]support for FBE decrypt and backing up and restoring FBE policies (Dees_Troy)
    [*]boot slot support (Dees_Troy)
    [*]TWRP app install prompt during reboot (Dees_Troy)
    [*]support for AB OTA zips (Dees_Troy)
    [*]support new Android 7.x log command (Dees_Troy)
    [*]update recovery sources to AOSP 7.1 (Dees_Troy)
    [*]numerous bugfixes and improvements by too many people to mention[/LIST]
    
    [SIZE="4"][COLOR="Green"]3.0.3:[/COLOR][/SIZE]
    [LIST]Partial release to help support the release of the [URL="https://www.xda-developers.com/team-win-releases-their-first-official-twrp-app-in-the-play-store/"]Official TWRP app[/URL][/LIST]
    
    [SIZE="4"][COLOR="Green"]3.0.2:[/COLOR][/SIZE]
    [LIST]Fix a bug with the input box that affected masked inputs (passwords). This fixes decrypt of full device encryption on devices that support decrypt. This bug also impacts encrypted backups. Users are highly encouraged to stop using 3.0.1 if you use encrypted backups or if you need decrypt of data in TWRP.
    [*]Add Greek translation to some builds.[/LIST]
    
    [SIZE="4"][COLOR="Green"]3.0.1:[/COLOR][/SIZE]
    [LIST]support new CM 13.0 pattern encryption (sultanqasim)
    [*]fix slow flashing issue due to modprobe (present on only some devices) (#twrp)
    [*]libtar updated to latest upstream and fixes (jcadduono)
    [*]fixes for loading custom themes (_that)
    [*]TWRP will now detect and install TWRP themes automatically through the normal zip install process (Dees_Troy)
    [*]translation updates - added Italian, Czech and Polish and significant updates to Dutch
    [*]progress bar improvements - progress bar updates during image flashing and better tracks progress during file system backups (tar) (Dees_Troy)
    [*]fix input box text display (Dees_Troy)
    [*]reboot option after zip install complete (bigbiff)
    [*]other mostly invisible bug fixes and improvements[/LIST]
    
    [SIZE="4"][COLOR="Green"]3.0.0:[/COLOR][/SIZE]
    [LIST]Completely new theme - Much more modern and much nicer looking (by z31s1g)
    [*]True Terminal Emulator - Includes arrow keys, tab and tab completion, etc. (by _that)
    [*]Language translation - It won’t be perfect and especially some languages that require large font files like Chinese & Japanese won’t be availble on most devices. Also some languages may only be partially translated at this time. Feel free to submit more translations to OmniROM’s Gerrit. (mostly by Dees_Troy)
    [*]Flashing of sparse images - On select devices you will be able to flash some parts of factory images via the TWRP GUI (by HashBang173)
    [*]Adopted storage support for select devices - TWRP can now decrypt adopted storage partitions from Marshmallow
    [*]Reworked graphics to bring us more up to date with AOSP - includes support for adf and drm graphics (by Dees_Troy)
    [*]SuperSU prompt will no longer display if a Marshmallow ROM is installed
    [*]Update exfat, exfat fuse, dosfstools (by mdmower)
    [*]Update AOSP base to 6.0
    [*]A huge laundry list of other minor fixes and tweaks[/LIST]
    [U]Additional Notes[/U]
    [LIST]WARNING: This is our first release in a long time. We have a lot of new and somewhat aggressive changes in this new release. The changes to the graphics back-end may cause some devices to not boot up properly or have other display-related issues. If you are not in a position to reflash an older build of TWRP, then wait until you are or at least wait until others have tried the new version for your specific device. You don’t want to end up with a non-working recovery and have to wait several hours or days to get to a computer to be able to fix it.
    [*]Notes for themers: In addition to the updated theme, we have introduced a theme version variable to the TWRP theme system. If the theme version does not match the version that TWRP expects, TWRP will reject the custom theme and load its stock theme. This change will ensure that people who update TWRP without updating their theme will still have a workable recovery. We have removed libjpeg support. The stock theme was only using a jpeg image for the splash / curtain. This change means that any custom themes will no longer be able to use jpeg images. It also means that tools used to repack recovery images with a different curtain / splash will need to be updated to use the new method.
    [*]Version number notes: For a while we’ve been using a 4 digit version number and reserved the 4th digit for device-specific updates. For instance, we find and fix a device-specific issue like decryption of data on Nexus 5, we would release that as a 2.8.7.1. After a while, some people would start asking where 2.8.7.1 was for other devices. So, going forward we have decided to change the numbering scheme to 3.0.0-2, etc. Our hope is that this version numbering scheme will more clearly identify that the 4th digit does not indicate a version change for the code base.
    [*]We need your help! The bulk of TWRP work is done by 3 people on a volunteer basis. We have pushed most of our device files to our github and we have a gerrit instance. If you have the ability, please help us maintain our official devices and/or add your device to our official device list. Thanks in advance![/LIST]
    
    [SIZE="4"][COLOR="Green"]2.8.7.0:[/COLOR][/SIZE]
    [LIST]Initial ground work for software drawn keyboard (_that)
    [*]Fix handling of wiping internal storage on datamedia devices (xuefer)
    [*]Allow DataManager to set and read values from the system properties (xuefer)
    [*]Fix crash when taking screenshots on arm64 devices (xuefer)
    [*]Fix error message after an ORS script completes (Dees_Troy)
    [*]Fix crashes / error when creating encrypted backups (_that, Dees_Troy)
    [*]Add system read only option – more details below (Dees_Troy)
    [*]Add resize2fs and GUI option to run resize2fs (Dees_Troy)
    [*]Fix crash loop caused by empty lines in AOSP recovery command file (_that)
    [*]Prevent duplicate page overlays such as multiple lock screens (mdmower)[/LIST]
    [U]Additional Notes[/U]
    [LIST]Note: As always, be sure your custom theme is up to date (or remove your custom theme) before updating TWRP.
    [*]System read only option: Devices that ship with 5.0 and higher as their initial OS are using block level OTA updates. With this style of OTA update, the update script checks to see if the system partition has ever been mounted read/write. Further, the script also usually runs an SHA sum of the entire system partition to detect if any changes have been made. If any changes have been made, the OTA update will refuse to install. Since not all OEMs and devices have factory images available, we have created a new feature in TWRP that detects if the system partition has ever been mounted read/write. If not, you will be prompted asking if you want TWRP to mount system as read/write. If you choose not to allow TWRP to mount as read/write, TWRP won’t prompt to install SuperSU and TWRP won’t try to patch the stock ROM to prevent TWRP from being replaced by stock recovery. The goal of this option is to hopefully allow the user to make a raw system image backup that they can use to get back to a state where they can take OTA updates again.
    [*]resize2fs feature: On some devices like the Nexus 6, the factory images include a userdata image that is the proper size only for the 32GB units. If you flash the factory image to a 64GB Nexus 6, the data partition will appear as if it only has the free space of a 32GB device. Using the resize2fs option, TWRP can resize your data partition to take up the full space available. The resize2fs may also be useful to resize system partitions on devices where custom ROM system images don’t take up the full partition space. Lastly, resize2fs may be useful in some cases to reserve the proper space at the end of a data partition for a full disk encryption key, should your partition be formatted incorrectly for some reason.
    [*]This new version also marks our first set of full builds using our new jenkins build server. You can track the progress of builds at [url]https://jenkins.twrp.me[/url] and we have taken additional steps to make it easier for device maintainers to step up and submit patches to our gerrit server at [url]https://gerrit.twrp.me[/url] to help us keep devices up to date and working.[/LIST]

    Downloads


    Known Issues

    Bug Reporting
    If you have an issue, the first step is to post a recovery log so we can determine the cause of the issue. This is done in recovery using Advanced -> Copy Log, or adb pull /tmp/recovery.log. Once a log is uploaded we can determine how best to proceed. NOTE: Posts that are reporting bugs or issues without an accompanying recovery log will be ignored! Additionally, providing details about your device setup, including variant, firmware version, and exact steps to reproduce your issue will also be helpful in diagnosing the problem.
    74479355.jpg

    If your issue is determined to be a bug, please consider posting it to our github issues log. It's pretty much impossible for us to keep up with the more than 40 threads that we have for the devices that we "directly" support. If you have a significant problem that cannot be answered in this thread, your best bet is to contact us via our website, or find us in our IRC channel below. If you see someone that's struggling, feel free to point it out to us. We need your help to help us keep track of all of our devices! Thanks!

    Additional Help/Support:
    Live support is available via #twrp on Freenode with your IRC client or just click this link.

    XDA:DevDB Information
    Team Win Recovery Project (TWRP), Tool/Utility for the HTC EVO 4G

    Contributors
    Captain_Throwback, Dees_Troy, bigbiff, _that
    Source Code: https://github.com/omnirom/android_bootable_recovery


    Version Information
    Status: Stable
    Current Stable Version: 3.1.1-0
    Stable Release Date: 2017-05-18

    Created 2015-03-20
    Last Updated 2018-03-07
    3
    3.1.0 Official is out.
    2
    Well, it looks like TWRP has moved on to Oreo, and with that update, TWRP will no longer be supported on the EVO. It's been a good run. I'll leave the thread open for a few weeks in case there are any lingering issues with the existing TWRP for the 2 people that are probably using it, and then I'll close it for good.

    Thanks for the memories!
    2
    2.8.6.0 has been uploaded.
    2
    2.8.7.0 has been uploaded.