blob: 75aa28b37ea9cc544e9f624cfed56c96de19bb4e [file] [log] [blame]
bigbiff654cb5b2020-12-05 10:13:39 -05001---
2layout: post
3title: "TWRP 3.5.0 Released"
4date: 2020-12-31 18:24:42
5categories: site update
6version: 3.5.0
7---
8
9TWRP {{ page.version }} is out now for most currently supported devices.
10
11For this release we are breaking down new support for devices based on android trees and device compatibility.
12For Pie and earlier devices, they will be built out of the android-9.0 branch. For devices that
13are released with Android Version 10, they will be supported under the android-10 branch.
14
15The separation became apparent when a lot of functionality was dropped in the android-10 release last year. The
16devices that are supported in Android 10 are from the tireless support of the following individuals over this period:
17- CaptainThrowback
18- Mauronofrio
AndroiableDroid20e6e7e2021-01-03 16:54:39 +053019- AndroiableDroid
bigbiff654cb5b2020-12-05 10:13:39 -050020- Noah Jacobson
21
bigbiff244ca922020-12-31 22:08:02 -050022You will notice a new version scheme. Devices that are built in the android-9 tree will be suffixed with 3.5.0\_9.
23Devices built in the android-10 tree will be suffixed with 10 like 3.5.0\_10. Each device tree update will have a
24final suffix for any updates made for the device like 3.5.0\_10-1.
bigbiffb5cac012020-12-31 21:27:00 -050025
bigbiff654cb5b2020-12-05 10:13:39 -050026And finally myself, bigbiff has put in a lot of work over the past year while Dees_Troy is able to get back to
27helping us again with the Android-11 release. I have started a bringup for an Android-11 merge, and will be working
28on the Pixel 5 bringup. I hope the progression is shorter in 2021.
29
30You can see the device builds under their respective Jenkins view at https://jenkins.twrp.me.
31
32
33What's new in {{ page.version }}:
34# Android 9
35- Fix building in android-5.1 trees - CaptainThrowback
AndroiableDroid20e6e7e2021-01-03 16:54:39 +053036- New QTI Haptics Support - AndroiableDroid
bigbiff654cb5b2020-12-05 10:13:39 -050037- New TSPDriver Haptics Support - LameMonster82
AndroiableDroid20e6e7e2021-01-03 16:54:39 +053038- Selinux restore issues - AndroiableDroid
bigbiff654cb5b2020-12-05 10:13:39 -050039- 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
AndroiableDroid20e6e7e2021-01-03 16:54:39 +053046- Fix cache wiping on Slot A only devices - AndroiableDroid
bigbiff654cb5b2020-12-05 10:13:39 -050047- Exclude dumpsys directory from backups - DarthJabba9
48- Gerrman translation Updates - 4ndyZ
49- HW Rotation during runtime (does not affect touch panel) - webgeek1234
AndroiableDroid20e6e7e2021-01-03 16:54:39 +053050- API 24 fixes - AndroiableDroid
bigbiff654cb5b2020-12-05 10:13:39 -050051- 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
61There 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
63All the above Android-9 updates are included in these supported devices.
64
bigbiffee123e32021-01-01 09:45:56 -050065## Notable mentions:
bigbiff21317fd2020-12-31 21:08:06 -050066- Omni 10 minimal support: CaptainThrowback
AndroiableDroid20e6e7e2021-01-03 16:54:39 +053067- General Bringup: Bigbiff, Mauronofrio, AndroiableDroid, CaptainThrowback, ianmacd, DarthJabba9
bigbiff21317fd2020-12-31 21:08:06 -050068- 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
bigbiff654cb5b2020-12-05 10:13:39 -050075
76
77Want to get notifications when we release new versions of TWRP? [Install the TWRP app and select your device!](https://twrp.me/app)
78
79We 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
81Head over to the [devices page](http://twrp.me/Devices) to find install instructions and download links.