bigbiff | 5b03ec5 | 2021-11-12 19:10:45 -0500 | [diff] [blame] | 1 | --- |
| 2 | layout: post |
| 3 | title: "TWRP 3.6.0 Released" |
| 4 | date: 2021-11-28 12:56:00 |
| 5 | categories: site update |
| 6 | version: 3.6.0 |
| 7 | --- |
| 8 | |
| 9 | TWRP {{ page.version }} is out now for most currently supported devices. |
| 10 | |
| 11 | First of all, thanks to all the maintainers and your continued support. Without you guys |
| 12 | TWRP would not exist as it does now. We would like to apologize for the length of |
| 13 | time it took for the Android 11 release. It took us over a year to support all the new |
| 14 | features. |
| 15 | |
| 16 | This release has feature updates for Android 9 based devices compiled for TWRP and up to |
| 17 | date support for Android 11. Devices compiled under the android-10 branch now have been |
bigbiff | ffb85e7 | 2021-11-28 18:20:13 -0500 | [diff] [blame] | 18 | moved to the android-11 branch for up to date support. |
bigbiff | 5b03ec5 | 2021-11-12 19:10:45 -0500 | [diff] [blame] | 19 | |
| 20 | We hope the feature updates for Android 11 will quicken the release process for Android 12. |
bigbiff | e824276 | 2021-11-28 18:29:12 -0500 | [diff] [blame] | 21 | You can follow our status on [Zulip](https://rebrand.ly/teamwin-recovery-zulip-community) |
bigbiff | 5b03ec5 | 2021-11-12 19:10:45 -0500 | [diff] [blame] | 22 | |
bigbiff | 665b216 | 2021-11-28 18:31:36 -0500 | [diff] [blame] | 23 | You can see the device builds under their respective [Jenkins view](https://jenkins.twrp.me). |
bigbiff | 5b03ec5 | 2021-11-12 19:10:45 -0500 | [diff] [blame] | 24 | |
| 25 | |
| 26 | What's new in {{ page.version }}: |
bigbiff | 84059f9 | 2022-03-11 06:18:30 -0500 | [diff] [blame] | 27 | |
bigbiff | 5b03ec5 | 2021-11-12 19:10:45 -0500 | [diff] [blame] | 28 | # Android 9 Branch: |
bigbiff | 84059f9 | 2022-03-11 06:18:30 -0500 | [diff] [blame] | 29 | |
bigbiff | 5b03ec5 | 2021-11-12 19:10:45 -0500 | [diff] [blame] | 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: |
bigbiff | 84059f9 | 2022-03-11 06:18:30 -0500 | [diff] [blame] | 36 | |
bigbiff | 5b03ec5 | 2021-11-12 19:10:45 -0500 | [diff] [blame] | 37 | - Add support for installation realme/OPPO OTA - Ctapchuk |
| 38 | - update custom makefiles to golang modules - bigbiff |
| 39 | - sepolicy updates - nebrassy, bigbiff, CaptainThrowback |
| 40 | - encryption updates for a11 - bigbiff, micky387, CaptainThrowback |
| 41 | - vendor kernel module loader - bigbiff |
| 42 | - virtual A/B updates - bigbiff |
| 43 | - snapshot merges - bigbiff |
| 44 | - repacker warnings - CaptainThrowback |
| 45 | - f2fs formatting fixes - systemad |
| 46 | - symlink dynamic partitions in bootdevice - Mohd Faraz |
| 47 | - Fixes |
| 48 | - Fix parsing get_args for wiping cache |
| 49 | - vendor hal fixes - Mohd Faraz |
| 50 | - fix samsung haptics - soulr344 |
| 51 | - digest check fixes - epicX |
| 52 | - ozip decrypt fixes - Ctapchuk |
| 53 | - Change how blank screen works - Sean hoyt |
| 54 | |
| 55 | # Android 9 and Android 11 Branches: |
bigbiff | 84059f9 | 2022-03-11 06:18:30 -0500 | [diff] [blame] | 56 | |
bigbiff | 5b03ec5 | 2021-11-12 19:10:45 -0500 | [diff] [blame] | 57 | - add num template for PIN input - CaptainThrowback |
| 58 | - Ignore A12 XML files binary format - zhenyolka |
| 59 | - Add support of A12 keymaster_key_blob files structure - zhenyolka |
| 60 | - keymaster restore: warn when pin, password or pattern is enabled - bigbiff |
| 61 | - New flashing method for recovery as boot devices: |
| 62 | Advanced > flash current twrp - nebrassy |
| 63 | - factory wipe and mtp fixes - CaptainThrowback |
| 64 | - add indonesian language - Xdisk |
| 65 | - update Russian language - Ctapchuk |
| 66 | - add canceldecrypt page - CaptainThrowback |
| 67 | - copy logcat when copying logs in TWRP - CaptainThrowback |
| 68 | - Fixes |
| 69 | - FBE Encryption fixes - CaptainThrowback |
| 70 | - repacker fixes for compression - nebrassy |
| 71 | - exclusion criteria for Fix Recovery Bootloop - CaptainThrowback |
| 72 | - unmount vendor if not available - LinkBoi00 |
| 73 | - theme updates - LinkBoi00 |
| 74 | |
| 75 | Want to get notifications when we release new versions of TWRP? [Install the TWRP app and select your device!](https://twrp.me/app) |
| 76 | |
| 77 | 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! |
| 78 | |
| 79 | Head over to the [devices page](http://twrp.me/Devices) to find install instructions and download links. |