Ethan Yonker | 8afbd1b | 2017-03-10 14:32:49 -0600 | [diff] [blame] | 1 | --- |
| 2 | layout: post |
| 3 | title: "TWRP 3.1.0-0 Released" |
| 4 | date: 2017-03-10 14:21:42 |
| 5 | categories: site update |
| 6 | version: 3.1.0-0 |
| 7 | --- |
| 8 | |
| 9 | TWRP {{ page.version }} is out now for all currently supported devices. |
| 10 | |
| 11 | What's new in {{ page.version }}: |
| 12 | |
| 13 | * 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) |
LuK1337 | 8c3d07c | 2017-03-11 14:09:44 +0100 | [diff] [blame] | 14 | * adb backup to stream a backup directly to or from your PC, see documentation [here](https://github.com/omnirom/android_bootable_recovery/commit/ce8f83c48d200106ff61ad530c863b15c16949d9) (bigbiff) |
Ethan Yonker | 8afbd1b | 2017-03-10 14:32:49 -0600 | [diff] [blame] | 15 | * tweak MTP startup routines (mdmower) |
| 16 | * support new Android 7.x xattrs for backup and restore to fix loss of data after a restore (Dees_Troy) |
| 17 | * support POSIX file capabilities backup and restore to fix VoLTE on HTC devices and possibly other issues (Dees_Troy) |
| 18 | * better indicate to users that internal storage is not backed up (Dees_Troy) |
| 19 | * improve automatic determination of TW_THEME (mdmower) |
| 20 | * minimal getcap and setcap support (_that) |
| 21 | * try mounting both ext4 and f2fs during decrypt (jcadduono and Dees_Troy) |
| 22 | * shut off backlight with power key (mdmower) |
| 23 | * timeout during FDE decrypt (Dees_Troy and nkk71) |
| 24 | * support for FBE decrypt and backing up and restoring FBE policies (Dees_Troy) |
| 25 | * boot slot support (Dees_Troy) |
| 26 | * TWRP app install prompt during reboot (Dees_Troy) |
| 27 | * support for AB OTA zips (Dees_Troy) |
| 28 | * support new Android 7.x log command (Dees_Troy) |
| 29 | * update recovery sources to AOSP 7.1 (Dees_Troy) |
| 30 | * numerous bugfixes and improvements by too many people to mention |
| 31 | |
| 32 | Want to get notifications when we release new versions of TWRP? [Install the TWRP app and select your device!](https://twrp.me/app) |
| 33 | |
| 34 | We need your help! The bulk of TWRP work is done by a handful of people on a volunteer basis. We have pushed most of our device files to [our github](http://github.com/TeamWin/) and we have [a gerrit instance](http://gerrit.twrp.me). 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! |
| 35 | |
| 36 | [You can track the progress of builds here](https://jenkins.twrp.me) |
| 37 | |
| 38 | Head over to the [devices page](http://twrp.me/Devices) to find install instructions and download links. |