blob: 9ce8b6255316ca7f17fa8644426ac9787d6c2804 [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
19- AndroidableDroid
20- Noah Jacobson
21
22And finally myself, bigbiff has put in a lot of work over the past year while Dees_Troy is able to get back to
23helping us again with the Android-11 release. I have started a bringup for an Android-11 merge, and will be working
24on the Pixel 5 bringup. I hope the progression is shorter in 2021.
25
26You can see the device builds under their respective Jenkins view at https://jenkins.twrp.me.
27
28
29What's new in {{ page.version }}:
30# Android 9
31- Fix building in android-5.1 trees - CaptainThrowback
32- New QTI Haptics Support - AndroidableDroid
33- New TSPDriver Haptics Support - LameMonster82
34- Selinux restore issues - AndroidableDroid
35- OEM build fixes - Fighter19
36- More file extension support in Gui file selector - Mauronofrio
37- FBE Fixes - CaptainThrowback
38- Ozip Decryption - Mauronofrio
39- Don't use persist for recovery logs - bigbiff
40- Delay touch startup if necessary - bigbiff
41- Spanish translation Updates - R0rt1z2
42- Fix cache wiping on Slot A only devices - AndroidableDroid
43- Exclude dumpsys directory from backups - DarthJabba9
44- Gerrman translation Updates - 4ndyZ
45- HW Rotation during runtime (does not affect touch panel) - webgeek1234
46- API 24 fixes - AndroidableDroid
47- vold_decrypt error on unmount - CaptainThrowback
48- Multiuser - warn when users are not decrypted - noahajac
49- FDE encryption fixes - CaptainThrowback
50- Crypto state fixes - nebrassy
51- Chinese translation Updates - Whyle
52- Theme updates to match android-10 release: CaptainThrowback
53- Move TWRP App install to Advanced page - Dees\_Troy
54- Update Russian Translation - f2065
55
56# Android 10
57There 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)
58
59All the above Android-9 updates are included in these supported devices.
60
61Notable mentions:
62Omni 10 minimal support: CaptainThrowback
63General Bringup: Bigbiff, Mauronofrio, AndroidableDroid, CaptainThrowback, ianmacd, DarthJabba9
64Encryption support: Bigbiff, Mauronofrio, CaptainThrowback
65Fastbootd support: Bigbiff
66Install Support: Bigbiff, CaptainThrowback
67Magisk Support: Bigbiff
68Backuptool Support: Chaosmaster
69Apex support: Bigbiff
70Dynamic Partition Support: Bigbiff
71
72
73Want to get notifications when we release new versions of TWRP? [Install the TWRP app and select your device!](https://twrp.me/app)
74
75We 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!
76
77Head over to the [devices page](http://twrp.me/Devices) to find install instructions and download links.