bigbiff | d462790 | 2020-06-24 13:23:07 -0400 | [diff] [blame] | 1 | --- |
| 2 | layout: post |
| 3 | title: "TWRP 3.4.0-0 Released" |
| 4 | date: 2020-06-24 13:21:42 |
| 5 | categories: site update |
| 6 | version: 3.4.0-0 |
| 7 | --- |
| 8 | |
| 9 | TWRP {{ page.version }} is out now for most currently supported devices. |
| 10 | |
| 11 | What's new in {{ page.version }}: |
bigbiff | f32e48f | 2020-06-24 18:58:54 -0400 | [diff] [blame] | 12 | # System As Root (SAR) |
| 13 | - Fix backup and restore using SAR - dianlujitao |
| 14 | - System mount point - Chaosmaster |
| 15 | - ORS - Chaosmaster |
| 16 | - Zip install - Chaosmaster |
| 17 | - system_root bind mount to /system - Chaosmaster |
| 18 | - Autodetection of SAR - Chaosmaster |
bigbiff | d462790 | 2020-06-24 13:23:07 -0400 | [diff] [blame] | 19 | |
bigbiff | b585a28 | 2020-06-24 19:09:58 -0400 | [diff] [blame] | 20 | # Digest |
| 21 | - fix creation of digests for sub-partitions (was bugfix applied to many devices since last year) - Bigbiff |
bigbiff | d462790 | 2020-06-24 13:23:07 -0400 | [diff] [blame] | 22 | |
bigbiff | f32e48f | 2020-06-24 18:58:54 -0400 | [diff] [blame] | 23 | # Encryption |
| 24 | - ext4Crypt Wrapped Key Update - Peter Cai |
| 25 | - Fix upgrading encryption key if export fails - Peter Cai |
| 26 | - Fix wrapped key support for devices without metadata partition - mauronofrio |
| 27 | - Don't skip decryption when using block map file in order to write to /data in ORS - CaptainThrowback |
| 28 | - FDE - Decrypt master key first - AndroidableDroid |
| 29 | - vold_decrypt - set Android version and patch level automatically - CaptainThrowback |
| 30 | - Set wrapped decrypt support by twrp flag - Peter Cai |
| 31 | - Don't try wrapped support unless needed - mauronofrio |
| 32 | - restore ext4 policy on /data/cache - Bigbiff |
| 33 | - multiuser decryption - Noah Jacobson |
| 34 | - FDE retry - AndroidableDroid |
bigbiff | d462790 | 2020-06-24 13:23:07 -0400 | [diff] [blame] | 35 | |
bigbiff | b585a28 | 2020-06-24 19:09:58 -0400 | [diff] [blame] | 36 | # TWRP App |
| 37 | - unmount system after checking for app - Bigbiff |
bigbiff | d462790 | 2020-06-24 13:23:07 -0400 | [diff] [blame] | 38 | |
bigbiff | f32e48f | 2020-06-24 18:58:54 -0400 | [diff] [blame] | 39 | # Prebuilt updates - |
| 40 | - android.hardware.confirmationui@1.0 - cryptomilk |
bigbiff | d462790 | 2020-06-24 13:23:07 -0400 | [diff] [blame] | 41 | |
bigbiff | f32e48f | 2020-06-24 18:58:54 -0400 | [diff] [blame] | 42 | # Compilation Fixes: |
bigbiff | d2da106 | 2020-06-24 19:26:29 -0400 | [diff] [blame] | 43 | - TW\_EXFAT\_FUSE compilation fixes - Bigbiff |
bigbiff | f32e48f | 2020-06-24 18:58:54 -0400 | [diff] [blame] | 44 | - libuuid - cryptomilk |
| 45 | - 'system/etc/ld.config.txt' not found error - Martin Dünkelmann |
bigbiff | d462790 | 2020-06-24 13:23:07 -0400 | [diff] [blame] | 46 | |
bigbiff | f32e48f | 2020-06-24 18:58:54 -0400 | [diff] [blame] | 47 | # Language Updates: |
| 48 | - Portugal - Vasco Machado |
| 49 | - Dutch - Ian Macdonald |
| 50 | - Turkish - Fatih Fırıncı |
bigbiff | b585a28 | 2020-06-24 19:09:58 -0400 | [diff] [blame] | 51 | - Localisation of Backup_Tar: Ian Macdonald |
bigbiff | d462790 | 2020-06-24 13:23:07 -0400 | [diff] [blame] | 52 | |
bigbiff | f32e48f | 2020-06-24 18:58:54 -0400 | [diff] [blame] | 53 | # ld.config.txt |
| 54 | - updates for 8.x trees - CaptainThrowback |
| 55 | - fix search path for /sbin - CaptainThrowback |
| 56 | - /sbin should come first in search path - Ian Macdonald |
bigbiff | d462790 | 2020-06-24 13:23:07 -0400 | [diff] [blame] | 57 | |
bigbiff | b585a28 | 2020-06-24 19:09:58 -0400 | [diff] [blame] | 58 | # General Bugs |
| 59 | - Fix persistent log storage - SyberHexen |
| 60 | - Compress Persistent Logs - Bigbiff |
| 61 | - FB2PNG compilation errors - Bigbiff |
| 62 | - exclude per_boot from backups - Darth9 |
| 63 | - Unmount all directories that point to same block device - AndroidableDroid |
| 64 | - Blank screen fixes - Sean hoyt |
| 65 | - Toolbox is default on android-9+ - mauronofrio |
bigbiff | d462790 | 2020-06-24 13:23:07 -0400 | [diff] [blame] | 66 | |
bigbiff | f32e48f | 2020-06-24 18:58:54 -0400 | [diff] [blame] | 67 | # Cleanup - |
| 68 | - Typo fix in comment - VDavid003 |
| 69 | - newlines in ext4crypt - CaptainThrowback |
bigbiff | d2da106 | 2020-06-24 19:26:29 -0400 | [diff] [blame] | 70 | - TW\_OEM\_BUILD compilation issue - Patrick Zacharias |
bigbiff | b585a28 | 2020-06-24 19:09:58 -0400 | [diff] [blame] | 71 | - Fix Dependency requirements - Dees_Troy |
| 72 | - Fix Symbolic links for BB and Toolbox - Dees_Troy |
bigbiff | d462790 | 2020-06-24 13:23:07 -0400 | [diff] [blame] | 73 | |
bigbiff | f32e48f | 2020-06-24 18:58:54 -0400 | [diff] [blame] | 74 | # Bootloader Message |
| 75 | - cleanup - Alessandro Astone |
| 76 | - add configurable offsets |
bigbiff | d462790 | 2020-06-24 13:23:07 -0400 | [diff] [blame] | 77 | |
bigbiff | f32e48f | 2020-06-24 18:58:54 -0400 | [diff] [blame] | 78 | # Error Cleanup |
| 79 | - uevent errors and decryption error - mauronofrio |
| 80 | - using copy_file to copy files from /etc - CaptainThrowback |
| 81 | - ueventd access to /acct - early directory creation in init - cryptomilk |
bigbiff | d462790 | 2020-06-24 13:23:07 -0400 | [diff] [blame] | 82 | |
bigbiff | f32e48f | 2020-06-24 18:58:54 -0400 | [diff] [blame] | 83 | # Haptics |
| 84 | - TSP Driver - LameMonster82 |
| 85 | - QTI Input - AndroidableDroid |
bigbiff | d462790 | 2020-06-24 13:23:07 -0400 | [diff] [blame] | 86 | |
bigbiff | f32e48f | 2020-06-24 18:58:54 -0400 | [diff] [blame] | 87 | # update_engine |
| 88 | - read all asserts - Hernán Castañón |
bigbiff | d462790 | 2020-06-24 13:23:07 -0400 | [diff] [blame] | 89 | |
bigbiff | f32e48f | 2020-06-24 18:58:54 -0400 | [diff] [blame] | 90 | # Resetprop |
| 91 | - Add Resetprop from Magisk - CaptainThrowback & mauronofrio |
| 92 | - compile from source - Chaosmaster |
| 93 | - fix for android-7 and earlier - Chaosmaster |
| 94 | - cleanup for spaces in properties - AndroidableDroid |
bigbiff | d462790 | 2020-06-24 13:23:07 -0400 | [diff] [blame] | 95 | |
bigbiff | b585a28 | 2020-06-24 19:09:58 -0400 | [diff] [blame] | 96 | # Properties |
| 97 | - Add Property override - Chaosmaster |
bigbiff | d462790 | 2020-06-24 13:23:07 -0400 | [diff] [blame] | 98 | |
bigbiff | b585a28 | 2020-06-24 19:09:58 -0400 | [diff] [blame] | 99 | # Backuptool |
| 100 | - mount system and vendor for A/B installs for backuptool - Chaosmaster |
bigbiff | d462790 | 2020-06-24 13:23:07 -0400 | [diff] [blame] | 101 | |
bigbiff | b585a28 | 2020-06-24 19:09:58 -0400 | [diff] [blame] | 102 | # twrpTar |
| 103 | - fix backup freezes when pigz and openaes are used - Fabrice Bellet |
bigbiff | d462790 | 2020-06-24 13:23:07 -0400 | [diff] [blame] | 104 | |
bigbiff | f32e48f | 2020-06-24 18:58:54 -0400 | [diff] [blame] | 105 | # Zip Installs |
| 106 | - Info for A/B zip installing to inactive slot - Chaosmaster |
| 107 | - Reboot to system button now allows to be rebooted to different partitions after zip install |
| 108 | - progressbar rework - Chaosmaster |
bigbiff | d462790 | 2020-06-24 13:23:07 -0400 | [diff] [blame] | 109 | |
bigbiff | b585a28 | 2020-06-24 19:09:58 -0400 | [diff] [blame] | 110 | # Magisk updates |
| 111 | - update binaries from source - AndroidableDroid |
bigbiff | d462790 | 2020-06-24 13:23:07 -0400 | [diff] [blame] | 112 | |
bigbiff | d2da106 | 2020-06-24 19:26:29 -0400 | [diff] [blame] | 113 | # A/B Updater Zip Template |
| 114 | - rewrite A/B installer zip from scratch using a new generic template and latest magiskboot - osm0sis |
bigbiff | 74c5f28 | 2020-06-24 21:17:42 -0400 | [diff] [blame] | 115 | - installer zip support for recovery\_a/recovery\_b partition ramdisks on newer 2SI SAR A/B devices - osm0sis |
bigbiff | d2da106 | 2020-06-24 19:26:29 -0400 | [diff] [blame] | 116 | - generate installer zips for all prod A/B devices - bigbiff |
| 117 | - improve installer zip dump/write speed and add more error catching - arter97 & osm0sis |
| 118 | |
bigbiff | b585a28 | 2020-06-24 19:09:58 -0400 | [diff] [blame] | 119 | # OZIP Encryption Support |
| 120 | - add OZIP encryption - mauronofrio |
bigbiff | d462790 | 2020-06-24 13:23:07 -0400 | [diff] [blame] | 121 | |
bigbiff | b585a28 | 2020-06-24 19:09:58 -0400 | [diff] [blame] | 122 | #File Selector |
| 123 | - Support for more extensions in File Selector - mauronofrio |
bigbiff | d462790 | 2020-06-24 13:23:07 -0400 | [diff] [blame] | 124 | |
| 125 | Want to get notifications when we release new versions of TWRP? [Install the TWRP app and select your device!](https://twrp.me/app) |
| 126 | |
| 127 | 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! |
| 128 | |
| 129 | Head over to the [devices page](http://twrp.me/Devices) to find install instructions and download links. |