bigbiff | 654cb5b | 2020-12-05 10:13:39 -0500 | [diff] [blame] | 1 | --- |
| 2 | layout: post |
| 3 | title: "TWRP 3.5.0 Released" |
| 4 | date: 2020-12-31 18:24:42 |
| 5 | categories: site update |
| 6 | version: 3.5.0 |
| 7 | --- |
| 8 | |
| 9 | TWRP {{ page.version }} is out now for most currently supported devices. |
| 10 | |
| 11 | For this release we are breaking down new support for devices based on android trees and device compatibility. |
| 12 | For Pie and earlier devices, they will be built out of the android-9.0 branch. For devices that |
| 13 | are released with Android Version 10, they will be supported under the android-10 branch. |
| 14 | |
| 15 | The separation became apparent when a lot of functionality was dropped in the android-10 release last year. The |
| 16 | devices that are supported in Android 10 are from the tireless support of the following individuals over this period: |
| 17 | - CaptainThrowback |
| 18 | - Mauronofrio |
AndroiableDroid | 20e6e7e | 2021-01-03 16:54:39 +0530 | [diff] [blame] | 19 | - AndroiableDroid |
bigbiff | 654cb5b | 2020-12-05 10:13:39 -0500 | [diff] [blame] | 20 | - Noah Jacobson |
| 21 | |
bigbiff | 244ca92 | 2020-12-31 22:08:02 -0500 | [diff] [blame] | 22 | You will notice a new version scheme. Devices that are built in the android-9 tree will be suffixed with 3.5.0\_9. |
| 23 | Devices built in the android-10 tree will be suffixed with 10 like 3.5.0\_10. Each device tree update will have a |
| 24 | final suffix for any updates made for the device like 3.5.0\_10-1. |
bigbiff | b5cac01 | 2020-12-31 21:27:00 -0500 | [diff] [blame] | 25 | |
bigbiff | 654cb5b | 2020-12-05 10:13:39 -0500 | [diff] [blame] | 26 | And finally myself, bigbiff has put in a lot of work over the past year while Dees_Troy is able to get back to |
| 27 | helping us again with the Android-11 release. I have started a bringup for an Android-11 merge, and will be working |
| 28 | on the Pixel 5 bringup. I hope the progression is shorter in 2021. |
| 29 | |
| 30 | You can see the device builds under their respective Jenkins view at https://jenkins.twrp.me. |
| 31 | |
| 32 | |
| 33 | What's new in {{ page.version }}: |
| 34 | # Android 9 |
| 35 | - Fix building in android-5.1 trees - CaptainThrowback |
AndroiableDroid | 20e6e7e | 2021-01-03 16:54:39 +0530 | [diff] [blame] | 36 | - New QTI Haptics Support - AndroiableDroid |
bigbiff | 654cb5b | 2020-12-05 10:13:39 -0500 | [diff] [blame] | 37 | - New TSPDriver Haptics Support - LameMonster82 |
AndroiableDroid | 20e6e7e | 2021-01-03 16:54:39 +0530 | [diff] [blame] | 38 | - Selinux restore issues - AndroiableDroid |
bigbiff | 654cb5b | 2020-12-05 10:13:39 -0500 | [diff] [blame] | 39 | - OEM build fixes - Fighter19 |
| 40 | - More file extension support in Gui file selector - Mauronofrio |
| 41 | - FBE Fixes - CaptainThrowback |
| 42 | - Ozip Decryption - Mauronofrio |
| 43 | - Don't use persist for recovery logs - bigbiff |
| 44 | - Delay touch startup if necessary - bigbiff |
| 45 | - Spanish translation Updates - R0rt1z2 |
AndroiableDroid | 20e6e7e | 2021-01-03 16:54:39 +0530 | [diff] [blame] | 46 | - Fix cache wiping on Slot A only devices - AndroiableDroid |
bigbiff | 654cb5b | 2020-12-05 10:13:39 -0500 | [diff] [blame] | 47 | - Exclude dumpsys directory from backups - DarthJabba9 |
| 48 | - Gerrman translation Updates - 4ndyZ |
| 49 | - HW Rotation during runtime (does not affect touch panel) - webgeek1234 |
AndroiableDroid | 20e6e7e | 2021-01-03 16:54:39 +0530 | [diff] [blame] | 50 | - API 24 fixes - AndroiableDroid |
bigbiff | 654cb5b | 2020-12-05 10:13:39 -0500 | [diff] [blame] | 51 | - vold_decrypt error on unmount - CaptainThrowback |
| 52 | - Multiuser - warn when users are not decrypted - noahajac |
| 53 | - FDE encryption fixes - CaptainThrowback |
| 54 | - Crypto state fixes - nebrassy |
| 55 | - Chinese translation Updates - Whyle |
| 56 | - Theme updates to match android-10 release: CaptainThrowback |
| 57 | - Move TWRP App install to Advanced page - Dees\_Troy |
| 58 | - Update Russian Translation - f2065 |
| 59 | |
| 60 | # Android 10 |
| 61 | There have been so many changes to bring up Android-10. You can see the list of updates at [Github](https://github.com/TeamWin/android_bootable_recovery/commits/android-10.0) |
| 62 | |
| 63 | All the above Android-9 updates are included in these supported devices. |
| 64 | |
bigbiff | ee123e3 | 2021-01-01 09:45:56 -0500 | [diff] [blame] | 65 | ## Notable mentions: |
bigbiff | 21317fd | 2020-12-31 21:08:06 -0500 | [diff] [blame] | 66 | - Omni 10 minimal support: CaptainThrowback |
AndroiableDroid | 20e6e7e | 2021-01-03 16:54:39 +0530 | [diff] [blame] | 67 | - General Bringup: Bigbiff, Mauronofrio, AndroiableDroid, CaptainThrowback, ianmacd, DarthJabba9 |
bigbiff | 21317fd | 2020-12-31 21:08:06 -0500 | [diff] [blame] | 68 | - Encryption support: Bigbiff, Mauronofrio, CaptainThrowback |
| 69 | - Fastbootd support: Bigbiff |
| 70 | - Install Support: Bigbiff, CaptainThrowback |
| 71 | - Magisk Support: Bigbiff |
| 72 | - Backuptool Support: Chaosmaster |
| 73 | - Apex support: Bigbiff |
| 74 | - Dynamic Partition Support: Bigbiff |
bigbiff | 654cb5b | 2020-12-05 10:13:39 -0500 | [diff] [blame] | 75 | |
| 76 | |
| 77 | Want to get notifications when we release new versions of TWRP? [Install the TWRP app and select your device!](https://twrp.me/app) |
| 78 | |
| 79 | 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! |
| 80 | |
| 81 | Head over to the [devices page](http://twrp.me/Devices) to find install instructions and download links. |