[TOOL/UTILITY][TWRP][3.2][RECOVERY] TWRP 3.2.1-0 TeamWin Recovery Project

Search This thread

bigbiff

Senior Recognized Developer
Jun 8, 2010
6,964
7,245
[RECOVERY] [4/5/16] TWRP 3.2.1-0 - TeamWin Recovery Project

TeamWin is proud to present TWRP 3.2.1-0 for the Samsung Galaxy Note Pro 12.2 (Exynos and Qualcom)!



Youtube video: http://www.youtube.com/watch?v=RIvWVS_Rkxo

Full TeamWin credits are on the TWRP page on the TeamWin website: http://teamw.in/project/twrp2

Introduction:

Team Win Recovery Project or twrp2 for short, is a custom recovery built with ease of use and customization in mind. We started from the ground up by taking AOSP recovery and loading it with the standard recovery options, then added a lot of our own features. It's 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.

Key Features:

Touchscreen driven with real buttons and drag-to-scroll
XML-based GUI that allows full customization of the layout true theming!
Settings are saved to the sdcard and persist through reboots
Ability to choose which partitions to back up and which to restore
Ability to choose to compress backups now with pigz (multi-core processor support for faster compression times)
Onscreen keyboard
Decryption of /data
Easy selection of internal/external storage
See changelog below for new features

In addition to the above new features, TWRP features a scripting engine that allows an app to send commands to the recovery for the recovery to perform during startup. We call this scripting engine OpenRecoveryScript. This engine will be put to use immediately in the GooManager app. GooManager will be able to install recoveries automatically for most supported devices. The app will also let you choose to install multiple zips from within Android, wipe cache & dalvik, and run a backup.

We are looking for other talented developers, themers, and device maintainers if they are interested in helping with a free, open source project.

Source Code:

GitHub - https://github.com/omnirom/android_bootable_recovery

Gerrit for TWRP Official Device Configs - http://gerrit.twrp.me

Gerrit Instance - http://gerrit.omnirom.org

If you have made your own twrp build for an unsupported device, please let us know. We might add your build to the list of unofficial builds. Bear in mind that we are working hard to add more devices and we may add your device to our official build list later.

v1awifi Device Config: TBD

Kernel: TBD

DOWNLOAD:

All official devices are listed at the top of the page on the Team Win website. Search for the device in the textbox.

http://twrp.me


Support:

Click http://webchat.freenode.net/?channels=twrp for live support or join us in #twrp on Freenode IRC servers
 
Last edited:

bigbiff

Senior Recognized Developer
Jun 8, 2010
6,964
7,245
Changelog

Please see http://twrp.me for release notes.

3.0.2-0
- 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.

3.0.2-0
- 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.

3.0.1-0

-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

3.0.0.1

-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

TWRP 3.0.0-0 is out now for all currently supported devices.

What’s new in 3.0.0-0:

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

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 udpated 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!

You can track the progress of builds here

Head over to the devices page to find install instructions and download links.
TWRP 3.0.0-0 is out now for all currently supported devices.

What’s new in 3.0.0-0:

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

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 udpated 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!

You can track the progress of builds here

Head over to the devices page to find install instructions and download links.
TWRP 3.0.0-0 is out now for all currently supported devices.

What’s new in 3.0.0-0:

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

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 udpated 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!

You can track the progress of builds here

Head over to the devices page to find install instructions and download links.
2.8.7.1
v1awifi only

-Fix brightness slider

2.8.7.0

- 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)

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 https://jenkins.twrp.me and we have taken additional steps to make it easier for device maintainers to step up and submit patches to our gerrit server at https://gerrit.twrp.me to help us keep devices up to date and working.

2.8.6.0

- Allow mulitple overlays for popup boxes (Dees_Troy)
- Add pattern style password entry for decrypt (Tassadar)
- Keyboard improvements (_that)
- Update AOSP base to 5.1 (Dees_Troy)
- Reduce theme count to 5 and rely on scaling (Dees_Troy)
- Various scaling improvements (Dees_Troy)
- Improved handling of resources in the GUI (_that)
- Make scroll bar size proportional to list size (_that)
- Allow scoll lists to render without a header (_that)
- Make console scroll per pixel with kinetic scrolling (_that)
- Support styles in XML to reduce XML size and improve consistentcy (Dees_Troy)
- Various other fixes and improvements (mdmower, bigbiff, codelover, etc)

2.8.5.0
- Scale the GUI - TWRP can read the theme's resolution and scale it up or down to fit the theme to your screen's resolution
- Improve thread handling and move input handling into the main rendering thread to improve stability
- Make MTP work even if unplugged and plugged back in
- Unify scrollable list code and make kinetic scrolling feel more natural
- Fix handling of mapped zip files for OTA updates (CM12 updater)
- USB keyboards should now work on all devices that support USB host mode via a USB OTG cable
- Add Cancel Backup capability
- Other small fixes and improvements

2.8.4.0
- MTP fixes and improvements - you can now copy zips to the root of storage - thanks to _that
- Add flashing of boot and recovery images via the TWRP GUI (Find the Images button on the Install page)
- Fix some MTP related crashes and bugs
- Eliminate TWRP toggling USB IDs during boot if MTP is enabled
- Fix various adb sideload issues
- Improve threading of actions
- Eliminate separate thread for screen timeout
- Update libblkid to 2.25.0
- Use power button as back button on watch themes for easier navigation
- Add mutex locking to data manager
- Improve custom theme handling on encrypted devices
- Allow the stock theme to be offset by build flags so we can center a lower res theme on a higher res screen especially for watches with round screens

2.8.3.0

- MTP fixes and improvements - you can now copy zips to the root of storage - thanks to _that
- MTP will now tell the host PC that storage is removed instead of disabling MTP completely
- MTP will now report the correct max file size based on the file system in use to the host PC (may fix transfer of large files)
- Update and improve fix permissions and make fixing contexts optional
- Update SuperSU in TWRP to 2.40 and update install process
- Make TWRP work properly on AArch64 (Nexus 9 is now built in true 64-bit binaries and libraries)
- Attempt to set correct permissions and contexts on all files placed in storage so backups will show in Android
- Fix kernel panic during MTP start on some devices
- Support unicode fonts on devices with True Type Font support
- Fix slider value not showing sometimes (vibration settings page)
- Toggle MTP off during adb sideload to set correct USB IDs
- Reduce library requirements for 5.0 L decrypt
- Other minor fixes and improvements

2.8.1.2
v1a3gxx
-add MODEM to backup

2.8.1.1
v1awifi/v1a3gxx
- add efs to backup

viennaltexx
-add MODEM to backup

2.8.1.1
- add efs to backup

2.8.1.0
- MTP fixes and improvements - you can now copy zips to the root of storage - thanks to _that
- TrueType Font support - optional as it takes up a decent amount of space so may not be available on all devices - thanks to Tassadar
- Temperature support - thanks to bigbiff
- Various other bugfixes and tweaks

2.8.0.0
- Add MTP support to recovery thanks mostly to bigbiff with a little help from Dees_Troy
- Add command line capabilities - you can now execute various TWRP features via adb instead of the touchscreen
- Add support for color in the console and give error, warning, and highlight lines different colors
- Track backup and restore progress based on file sizes to provide a much more accurate indication of progress
- Improve handling of /misc thanks to mdmower
- Improve setting of time on Qualcomm devices thanks to [NUT]
- Allow using images on slidervalue GUI objects thanks to Tassadar
- Allow using variables and addition and subtraction in variables for easier theming
- Add support for 1440x2560, 280x280, and 320x320 resolutions and update 240x240
- Allow ui.xml file to include additional xml files to help break up the theme and make TWRP easier to maintain
- Other minor fixes and improvements

2.7.1.1 viennaltexx only
- fix viennaltexx booting

2.7.1.0
- Add GUI option to change or repair file systems on individual partitions. The change is destructive so backup your data including internal sdcard first. This option should make it a little easier to migrate a device from ext4 -> f2fs, for instance. If a developer has added f2fs support for your device and we don't have it in TWRP, please contact me via PM to arrange for it to be added.
- Various bugfixes to backup and restore
- Improvements to USB storage handling
- Added a class to search for files to make finding the correct brightness file automatic in most cases
- Various other bugfixes and tweaks

2.7.0.2
Fix backup/restore to external SD Card

2.7.0.1
Fix cache formatting by allowing secure discard. This means it will take 5 minutes to wipe cache.
 
Last edited:

KestrelX

Senior Member
Nov 23, 2012
379
137
Awesome! Thanks so much. Will be sending bounty donation along next pay check.
 

dodo99x

Senior Member
Apr 2, 2011
365
79
Ottawa
Worked perfectly here on SM-P900. Installed via Odin 3.09. Tried a backup to ext-sd, and it worked as well. Thanks bigbiff (et al. )

Sent from my SM-P900 using Tapatalk
 
In case anyone doesnt know.... I tried formating cache and dalvik . dalvik went fine but since twrp cant mount cache partition it errors . Now i experience a boot loop on the samsung logo. Can get back in to twrp no problem. Just need the stock image for SM-P9000ZWFXAR. Sam Mobile or samsung it self doesnt have it available.
 
Last edited:

hendav

Senior Member
Jun 11, 2010
402
125
In case anyone doesnt know.... I tried formating cache and dalvik . dalvik went fine but since twrp cant mount cache partition it errors . Now i experience a boot loop on the samsung logo. Can get back in to twrp no problem. Just need the stock image for SM-P9000ZWFXAR. Sam Mobile or samsung it self doesnt have it available.

the exact same thing happened to me, I downloaded the firmware from Peru on sammobile (I'm in us) and it worked.

Sent from my SPH-L720 using Tapatalk
 
  • Like
Reactions: icem237

wingdo

Senior Member
Apr 28, 2010
499
99
Chicago
Sweet to see this come to the Note Pro. Once the cache wipe issue gets resolved, this will be an insta install on mine, as well as yet another donation to TWRP.
 

bigbiff

Senior Recognized Developer
Jun 8, 2010
6,964
7,245
2.7.0.2 in Mike's screenshot was just me being lazy not resetting the version number when testing.

I already have -DNO_SECURE_DISCARD in BoardConfig so cache should be formatting...

Can someone with this issue post /tmp/recovery.log?
 
  • Like
Reactions: BigBroham1984

hendav

Senior Member
Jun 11, 2010
402
125
Thanks for the info.... Why peru? just curious?

I was told by a samsung tech that it doesn't matter where you download from, as long as you get a good download speed and it is the most recent firmware. Everything seems to be fine so far.

Sent from my SPH-L720 using Tapatalk
 
Last edited:

Mike02z

Senior Member
Feb 3, 2012
1,953
795
Greenville, SC
OnePlus 9 Pro
Very odd. During my testing I ran a full backup. I rebooted into the OS then went back into recovery and then restored the backup. It restored fine. It wiped the cache partition and restored it.

When I just tested wiping cache from the advanced wipe menu, It says it is wiping cache but never completes. When I reboot it goes right into TWRP. When I tell it to reboot system it gets passed the initial Samsung splash screen and the Samsung logo and music starts but the music gets cut off and it just sits at that logo.Mine appeared frozen but was not boot looping.

I went back into TWRP and restored my backup and it again wiped cache and formatted it fine. After it completed I booted normally. Not sure why it is wiping and restoring fine but is not wiping from the advanced wipe function.:confused:

BTW, there is no /tmp directory in my SM900 or I would have posted the recovery.log. Is is somewhere else?
 
Last edited:

bigbiff

Senior Recognized Developer
Jun 8, 2010
6,964
7,245
Very odd. During my testing I ran a full backup. I rebooted into the OS then went back into recovery and then restored the backup. It restored fine. It wiped the cache partition and restored it.

When I just tested wiping cache from the advanced wipe menu, It says it is wiping cache but never completes. When I reboot it goes right into TWRP. When I tell it to reboot system it gets passed the initial Samsung splash screen and the Samsung logo and music starts but the music gets cut off and it just sits at that logo.Mine appeared frozen but was not boot looping.

I went back into TWRP and restored my backup and it again wiped cache and formatted it fine. After it completed I booted normally. Not sure why it is wiping and restoring fine but is not wiping from the advanced wipe function.:confused:

BTW, there is no /tmp directory in my SM900 or I would have posted the recovery.log. Is is somewhere else?

/tmp should be created in twrp ramdisk on boot. It will go away on reboot. I am not sure what is going on unless there is something in cache that is needed on boot. Can you see if logcat is working on the Samsung screen?
 

Top Liked Posts

  • There are no posts matching your filters.
  • 36
    [RECOVERY] [4/5/16] TWRP 3.2.1-0 - TeamWin Recovery Project

    TeamWin is proud to present TWRP 3.2.1-0 for the Samsung Galaxy Note Pro 12.2 (Exynos and Qualcom)!



    Youtube video: http://www.youtube.com/watch?v=RIvWVS_Rkxo

    Full TeamWin credits are on the TWRP page on the TeamWin website: http://teamw.in/project/twrp2

    Introduction:

    Team Win Recovery Project or twrp2 for short, is a custom recovery built with ease of use and customization in mind. We started from the ground up by taking AOSP recovery and loading it with the standard recovery options, then added a lot of our own features. It's 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.

    Key Features:

    Touchscreen driven with real buttons and drag-to-scroll
    XML-based GUI that allows full customization of the layout true theming!
    Settings are saved to the sdcard and persist through reboots
    Ability to choose which partitions to back up and which to restore
    Ability to choose to compress backups now with pigz (multi-core processor support for faster compression times)
    Onscreen keyboard
    Decryption of /data
    Easy selection of internal/external storage
    See changelog below for new features

    In addition to the above new features, TWRP features a scripting engine that allows an app to send commands to the recovery for the recovery to perform during startup. We call this scripting engine OpenRecoveryScript. This engine will be put to use immediately in the GooManager app. GooManager will be able to install recoveries automatically for most supported devices. The app will also let you choose to install multiple zips from within Android, wipe cache & dalvik, and run a backup.

    We are looking for other talented developers, themers, and device maintainers if they are interested in helping with a free, open source project.

    Source Code:

    GitHub - https://github.com/omnirom/android_bootable_recovery

    Gerrit for TWRP Official Device Configs - http://gerrit.twrp.me

    Gerrit Instance - http://gerrit.omnirom.org

    If you have made your own twrp build for an unsupported device, please let us know. We might add your build to the list of unofficial builds. Bear in mind that we are working hard to add more devices and we may add your device to our official build list later.

    v1awifi Device Config: TBD

    Kernel: TBD

    DOWNLOAD:

    All official devices are listed at the top of the page on the Team Win website. Search for the device in the textbox.

    http://twrp.me


    Support:

    Click http://webchat.freenode.net/?channels=twrp for live support or join us in #twrp on Freenode IRC servers
    6
    Changelog

    Please see http://twrp.me for release notes.

    3.0.2-0
    - 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.

    3.0.2-0
    - 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.

    3.0.1-0

    -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

    3.0.0.1

    -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

    TWRP 3.0.0-0 is out now for all currently supported devices.

    What’s new in 3.0.0-0:

    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

    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 udpated 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!

    You can track the progress of builds here

    Head over to the devices page to find install instructions and download links.
    TWRP 3.0.0-0 is out now for all currently supported devices.

    What’s new in 3.0.0-0:

    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

    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 udpated 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!

    You can track the progress of builds here

    Head over to the devices page to find install instructions and download links.
    TWRP 3.0.0-0 is out now for all currently supported devices.

    What’s new in 3.0.0-0:

    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

    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 udpated 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!

    You can track the progress of builds here

    Head over to the devices page to find install instructions and download links.
    2.8.7.1
    v1awifi only

    -Fix brightness slider

    2.8.7.0

    - 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)

    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 https://jenkins.twrp.me and we have taken additional steps to make it easier for device maintainers to step up and submit patches to our gerrit server at https://gerrit.twrp.me to help us keep devices up to date and working.

    2.8.6.0

    - Allow mulitple overlays for popup boxes (Dees_Troy)
    - Add pattern style password entry for decrypt (Tassadar)
    - Keyboard improvements (_that)
    - Update AOSP base to 5.1 (Dees_Troy)
    - Reduce theme count to 5 and rely on scaling (Dees_Troy)
    - Various scaling improvements (Dees_Troy)
    - Improved handling of resources in the GUI (_that)
    - Make scroll bar size proportional to list size (_that)
    - Allow scoll lists to render without a header (_that)
    - Make console scroll per pixel with kinetic scrolling (_that)
    - Support styles in XML to reduce XML size and improve consistentcy (Dees_Troy)
    - Various other fixes and improvements (mdmower, bigbiff, codelover, etc)

    2.8.5.0
    - Scale the GUI - TWRP can read the theme's resolution and scale it up or down to fit the theme to your screen's resolution
    - Improve thread handling and move input handling into the main rendering thread to improve stability
    - Make MTP work even if unplugged and plugged back in
    - Unify scrollable list code and make kinetic scrolling feel more natural
    - Fix handling of mapped zip files for OTA updates (CM12 updater)
    - USB keyboards should now work on all devices that support USB host mode via a USB OTG cable
    - Add Cancel Backup capability
    - Other small fixes and improvements

    2.8.4.0
    - MTP fixes and improvements - you can now copy zips to the root of storage - thanks to _that
    - Add flashing of boot and recovery images via the TWRP GUI (Find the Images button on the Install page)
    - Fix some MTP related crashes and bugs
    - Eliminate TWRP toggling USB IDs during boot if MTP is enabled
    - Fix various adb sideload issues
    - Improve threading of actions
    - Eliminate separate thread for screen timeout
    - Update libblkid to 2.25.0
    - Use power button as back button on watch themes for easier navigation
    - Add mutex locking to data manager
    - Improve custom theme handling on encrypted devices
    - Allow the stock theme to be offset by build flags so we can center a lower res theme on a higher res screen especially for watches with round screens

    2.8.3.0

    - MTP fixes and improvements - you can now copy zips to the root of storage - thanks to _that
    - MTP will now tell the host PC that storage is removed instead of disabling MTP completely
    - MTP will now report the correct max file size based on the file system in use to the host PC (may fix transfer of large files)
    - Update and improve fix permissions and make fixing contexts optional
    - Update SuperSU in TWRP to 2.40 and update install process
    - Make TWRP work properly on AArch64 (Nexus 9 is now built in true 64-bit binaries and libraries)
    - Attempt to set correct permissions and contexts on all files placed in storage so backups will show in Android
    - Fix kernel panic during MTP start on some devices
    - Support unicode fonts on devices with True Type Font support
    - Fix slider value not showing sometimes (vibration settings page)
    - Toggle MTP off during adb sideload to set correct USB IDs
    - Reduce library requirements for 5.0 L decrypt
    - Other minor fixes and improvements

    2.8.1.2
    v1a3gxx
    -add MODEM to backup

    2.8.1.1
    v1awifi/v1a3gxx
    - add efs to backup

    viennaltexx
    -add MODEM to backup

    2.8.1.1
    - add efs to backup

    2.8.1.0
    - MTP fixes and improvements - you can now copy zips to the root of storage - thanks to _that
    - TrueType Font support - optional as it takes up a decent amount of space so may not be available on all devices - thanks to Tassadar
    - Temperature support - thanks to bigbiff
    - Various other bugfixes and tweaks

    2.8.0.0
    - Add MTP support to recovery thanks mostly to bigbiff with a little help from Dees_Troy
    - Add command line capabilities - you can now execute various TWRP features via adb instead of the touchscreen
    - Add support for color in the console and give error, warning, and highlight lines different colors
    - Track backup and restore progress based on file sizes to provide a much more accurate indication of progress
    - Improve handling of /misc thanks to mdmower
    - Improve setting of time on Qualcomm devices thanks to [NUT]
    - Allow using images on slidervalue GUI objects thanks to Tassadar
    - Allow using variables and addition and subtraction in variables for easier theming
    - Add support for 1440x2560, 280x280, and 320x320 resolutions and update 240x240
    - Allow ui.xml file to include additional xml files to help break up the theme and make TWRP easier to maintain
    - Other minor fixes and improvements

    2.7.1.1 viennaltexx only
    - fix viennaltexx booting

    2.7.1.0
    - Add GUI option to change or repair file systems on individual partitions. The change is destructive so backup your data including internal sdcard first. This option should make it a little easier to migrate a device from ext4 -> f2fs, for instance. If a developer has added f2fs support for your device and we don't have it in TWRP, please contact me via PM to arrange for it to be added.
    - Various bugfixes to backup and restore
    - Improvements to USB storage handling
    - Added a class to search for files to make finding the correct brightness file automatic in most cases
    - Various other bugfixes and tweaks

    2.7.0.2
    Fix backup/restore to external SD Card

    2.7.0.1
    Fix cache formatting by allowing secure discard. This means it will take 5 minutes to wipe cache.
    5
    OK I was able to create my first debloated ROM with ArchiKitchen. For my first test I simply wiped System/Cache/Dalvik and kept my Data. TWRP worked flawlessly, flashed the kitchen Zip file without any problems.

    Now I just need to modify the debloat list. The ROM booted fine. All my settings were good except for getting an FC on Samsung Keyboard every few seconds. Switching to Google Keyboard fixed that. I'll have to take a look at the debloat list to see if it removed some keyboard files...

    Thanks for your help @bigbiff

    Sent from my SM-P900 using Tapatalk
    4
    Hi folks

    Just to let you know I have succesfully flashed latest (asof 2018 November 1st) TWRP 3.2.3 on my Galaxy Note Pro 12.2 (a1wifi).

    But in order to do so you need a pretty old odin, I used v3.0.9.
    Do not use latest Odin v3.13.1 as the flash simply does not work even if it says 'scussefully flashed'.

    nandroid backup in progress :)