bigbiff | 04e47e1 | 2022-09-25 14:37:01 -0400 | [diff] [blame] | 1 | --- |
| 2 | layout: post |
| 3 | title: "TWRP 3.7.0 Released" |
| 4 | date: 2022-10-10 19:00:00 |
| 5 | categories: site update |
| 6 | version: 3.7.0 |
| 7 | --- |
| 8 | |
| 9 | TWRP {{ page.version }} is out now for most currently supported devices. |
| 10 | |
| 11 | I continue my thanks to all the maintainers and your support. |
| 12 | |
| 13 | This release is a major release for Android 12. Android 13 development has now started. |
| 14 | Please see the list below for details. |
| 15 | |
| 16 | You can follow our status on [Zulip](https://rebrand.ly/teamwin-recovery-zulip-community) |
| 17 | |
| 18 | You can see the device builds under their respective [Jenkins view](https://jenkins.twrp.me). |
| 19 | |
| 20 | What's new in {{ page.version }}: |
| 21 | |
| 22 | # Android 12.1 and Android 11 Branches |
| 23 | - MTP error handling for FFS devices - nijel8 |
| 24 | - module loading opt-in - CaptainThrowback |
| 25 | - SELINUX missing contexts - CaptainThrowback |
| 26 | - Remove more deprecated code with encrypted backups - CaptainThrowback |
| 27 | - Theme versioning ported to golang - AndroiableDroid |
| 28 | - Python support in TWRP - CaptainThrowback |
| 29 | - Chinese Language updates - bluehomewu |
| 30 | - Exclude /data/extm - sekaicg |
| 31 | - MTP fixes for copying files > 4G - sekaicg |
| 32 | - Configure HW binaries in vendor - bigbiff |
| 33 | - Do not force super volumes RO - me-cafebabe |
| 34 | - Unlock all block partitions in setup - me-cafebabe |
| 35 | - RapidXML bail on binary xml - me-cafebabe |
| 36 | - symlink for logical partition created only when it exists - me-cafebabe |
| 37 | - Theme variables for status bar icons - Yilliee |
| 38 | - Board defined exclusions for backup directories - DarthJabba9 |
| 39 | - Polish language updates - kacskrz |
| 40 | - include fastbootd with board variable - me-cafebae |
| 41 | - unlock block devices during zip install - bigbiff |
| 42 | - Mount partitions as RO when updating size - me-cafebabe |
| 43 | - Allow unmap super devices on A only devices - me-cafebabe |
| 44 | - Unlock block partitions before reflashing TWRP |
| 45 | |
| 46 | |
| 47 | # Android 12.1 Branch |
| 48 | |
| 49 | - BASH and nano fixes during build - CaptainThrowback |
| 50 | - zip install enhancements - DarthJabba9 |
| 51 | - Android 12 Encryption Support - bigbiff |
| 52 | - Dependency fixes for A12 - me-cafebabe |
| 53 | - cryptfs-hw fixes - me-cafebabe |
| 54 | - FDE compatibility - me-cafebabe |
| 55 | - boot-hal 1.2 support - tnakamur |
| 56 | - boot-hal library fixes - CaptainThrowback |
| 57 | - Do not include fastbootd for all devices - me-cafebabe |
| 58 | - kernel module loading - wait for battery sysfs to initialize - sekaicg |
| 59 | - Fix installing a custom theme - sekaicg |
| 60 | - Update handling of XML binary files in android 12 - me-cafebabe |
| 61 | - Skip decryption fix - sekaicg |
| 62 | - Integrated code for ABX xml files - \_that and DarthJabba9 |
| 63 | |
| 64 | # Android 11 Branch |
| 65 | |
| 66 | - Fix copying sepolicy on devices with no vendor partition - webgeek1234 |
| 67 | - set defaults for system_ext partition - me-cafebabe |
| 68 | |
| 69 | # Android 9 Branch |
| 70 | |
| 71 | - Chinese Language updates - bluehomewu |
| 72 | - Polish language updates - kacskrz |
| 73 | - Python support in TWRP for Oreo and above - CaptainThrowback |
| 74 | - keymaster API V1 fixes - bigbiff |
| 75 | |
| 76 | Want to get notifications when we release new versions of TWRP? [Install the TWRP app and select your device!](https://twrp.me/app) |
| 77 | |
| 78 | 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! |
| 79 | |
| 80 | Head over to the [devices page](http://twrp.me/Devices) to find install instructions and download links. |