blob: a32c9129a01b7257901a749df9dd4eb3f0f9bb79 [file] [log] [blame]
bigbiff5b03ec52021-11-12 19:10:45 -05001---
2layout: post
3title: "TWRP 3.6.0 Released"
4date: 2021-11-28 12:56:00
5categories: site update
6version: 3.6.0
7---
8
9TWRP {{ page.version }} is out now for most currently supported devices.
10
11First of all, thanks to all the maintainers and your continued support. Without you guys
12TWRP would not exist as it does now. We would like to apologize for the length of
13time it took for the Android 11 release. It took us over a year to support all the new
14features.
15
16This release has feature updates for Android 9 based devices compiled for TWRP and up to
17date support for Android 11. Devices compiled under the android-10 branch now have been
18moved to the android-11 branch for up to date support. We have also deprecated devices
19built under omni-5.1 and cm-12.1. These trees do not support newer C++ features. If anyone
20has the ability, they may be able to be ported to omni-6.0 for continued TWRP support.
21
22We hope the feature updates for Android 11 will quicken the release process for Android 12.
23You can follow our status on Zulip: https://rebrand.ly/teamwin-recovery-zulip-community
24
25You can see the device builds under their respective Jenkins view at https://jenkins.twrp.me.
26
27
28What's new in {{ page.version }}:
29# Android 9 Branch:
30- Fixes
31 - SAR Update script name for clarity - CaptainThrowback
32 - Fix building toolbox in android-7.1 - CaptainThrowback
33 - Fix bash - Jarl-Penguin
34
35# Android 11 Branch:
36- Add support for installation realme/OPPO OTA - Ctapchuk
37- update custom makefiles to golang modules - bigbiff
38- sepolicy updates - nebrassy, bigbiff, CaptainThrowback
39- encryption updates for a11 - bigbiff, micky387, CaptainThrowback
40- vendor kernel module loader - bigbiff
41- virtual A/B updates - bigbiff
42- snapshot merges - bigbiff
43- repacker warnings - CaptainThrowback
44- f2fs formatting fixes - systemad
45- symlink dynamic partitions in bootdevice - Mohd Faraz
46- Fixes
47 - Fix parsing get_args for wiping cache
48 - vendor hal fixes - Mohd Faraz
49 - fix samsung haptics - soulr344
50 - digest check fixes - epicX
51 - ozip decrypt fixes - Ctapchuk
52 - Change how blank screen works - Sean hoyt
53
54# Android 9 and Android 11 Branches:
55- add num template for PIN input - CaptainThrowback
56- Ignore A12 XML files binary format - zhenyolka
57- Add support of A12 keymaster_key_blob files structure - zhenyolka
58- keymaster restore: warn when pin, password or pattern is enabled - bigbiff
59- New flashing method for recovery as boot devices:
60 Advanced > flash current twrp - nebrassy
61- factory wipe and mtp fixes - CaptainThrowback
62- add indonesian language - Xdisk
63- update Russian language - Ctapchuk
64- add canceldecrypt page - CaptainThrowback
65- copy logcat when copying logs in TWRP - CaptainThrowback
66- Fixes
67 - FBE Encryption fixes - CaptainThrowback
68 - repacker fixes for compression - nebrassy
69 - exclusion criteria for Fix Recovery Bootloop - CaptainThrowback
70 - unmount vendor if not available - LinkBoi00
71 - theme updates - LinkBoi00
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.