<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>TeamWin - TWRP</title>
    <description>This is the Team Win website and the official home of TWRP!  Here you will find the list of officially supported devices and instructions for installing TWRP on those devices.
</description>
    <link>http://twrp.me/</link>
    <atom:link href="http://twrp.me/feed.xml" rel="self" type="application/rss+xml"/>
    <pubDate>Sat, 02 Jan 2021 09:27:12 +0000</pubDate>
    <lastBuildDate>Sat, 02 Jan 2021 09:27:12 +0000</lastBuildDate>
    <generator>Jekyll v3.8.2</generator>
    
      <item>
        <title>TWRP 3.5.0 Released</title>
        <description>&lt;p&gt;TWRP 3.5.0 is out now for most currently supported devices.&lt;/p&gt;

&lt;p&gt;For this release we are breaking down new support for devices based on android trees and device compatibility.
For Pie and earlier devices, they will be built out of the android-9.0 branch. For devices that
are released with Android Version 10, they will be supported under the android-10 branch.&lt;/p&gt;

&lt;p&gt;The separation became apparent when a lot of functionality was dropped in the android-10 release last year. The
devices that are supported in Android 10 are from the tireless support of the following individuals over this period:
- CaptainThrowback
- Mauronofrio
- AndroidableDroid
- Noah Jacobson&lt;/p&gt;

&lt;p&gt;You will notice a new version scheme. Devices that are built in the android-9 tree will be suffixed with 3.5.0_9.
Devices built in the android-10 tree will be suffixed with 10 like 3.5.0_10. Each device tree update will have a
final suffix for any updates made for the device like 3.5.0_10-1.&lt;/p&gt;

&lt;p&gt;And finally myself, bigbiff has put in a lot of work over the past year while Dees_Troy is able to get back to
helping us again with the Android-11 release. I have started a bringup for an Android-11 merge, and will be working
on the Pixel 5 bringup. I hope the progression is shorter in 2021.&lt;/p&gt;

&lt;p&gt;You can see the device builds under their respective Jenkins view at https://jenkins.twrp.me.&lt;/p&gt;

&lt;p&gt;What&amp;#39;s new in 3.5.0:&lt;/p&gt;

&lt;h1&gt;Android 9&lt;/h1&gt;

&lt;ul&gt;
&lt;li&gt;Fix building in android-5.1 trees - CaptainThrowback&lt;/li&gt;
&lt;li&gt;New QTI Haptics Support - AndroidableDroid&lt;/li&gt;
&lt;li&gt;New TSPDriver Haptics Support - LameMonster82&lt;/li&gt;
&lt;li&gt;Selinux restore issues - AndroidableDroid&lt;/li&gt;
&lt;li&gt;OEM build fixes - Fighter19&lt;/li&gt;
&lt;li&gt;More file extension support in Gui file selector - Mauronofrio&lt;/li&gt;
&lt;li&gt;FBE Fixes - CaptainThrowback&lt;/li&gt;
&lt;li&gt;Ozip Decryption - Mauronofrio&lt;/li&gt;
&lt;li&gt;Don&amp;#39;t use persist for recovery logs - bigbiff&lt;/li&gt;
&lt;li&gt;Delay touch startup if necessary - bigbiff&lt;/li&gt;
&lt;li&gt;Spanish translation Updates - R0rt1z2&lt;/li&gt;
&lt;li&gt;Fix cache wiping on Slot A only devices - AndroidableDroid&lt;/li&gt;
&lt;li&gt;Exclude dumpsys directory from backups - DarthJabba9&lt;/li&gt;
&lt;li&gt;Gerrman translation Updates - 4ndyZ&lt;/li&gt;
&lt;li&gt;HW Rotation during runtime (does not affect touch panel) - webgeek1234&lt;/li&gt;
&lt;li&gt;API 24 fixes - AndroidableDroid&lt;/li&gt;
&lt;li&gt;vold_decrypt error on unmount - CaptainThrowback&lt;/li&gt;
&lt;li&gt;Multiuser - warn when users are not decrypted - noahajac&lt;/li&gt;
&lt;li&gt;FDE encryption fixes - CaptainThrowback&lt;/li&gt;
&lt;li&gt;Crypto state fixes - nebrassy&lt;/li&gt;
&lt;li&gt;Chinese translation Updates - Whyle&lt;/li&gt;
&lt;li&gt;Theme updates to match android-10 release: CaptainThrowback&lt;/li&gt;
&lt;li&gt;Move TWRP App install to Advanced page - Dees_Troy&lt;/li&gt;
&lt;li&gt;Update Russian Translation - f2065&lt;/li&gt;
&lt;/ul&gt;

&lt;h1&gt;Android 10&lt;/h1&gt;

&lt;p&gt;There have been so many changes to bring up Android-10. You can see the list of updates at &lt;a href=&quot;https://github.com/TeamWin/android_bootable_recovery/commits/android-10.0&quot;&gt;Github&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;All the above Android-9 updates are included in these supported devices.&lt;/p&gt;

&lt;h2&gt;Notable mentions:&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Omni 10 minimal support: CaptainThrowback&lt;/li&gt;
&lt;li&gt;General Bringup: Bigbiff, Mauronofrio, AndroidableDroid, CaptainThrowback, ianmacd, DarthJabba9&lt;/li&gt;
&lt;li&gt;Encryption support: Bigbiff, Mauronofrio, CaptainThrowback&lt;/li&gt;
&lt;li&gt;Fastbootd support: Bigbiff&lt;/li&gt;
&lt;li&gt;Install Support: Bigbiff, CaptainThrowback&lt;/li&gt;
&lt;li&gt;Magisk Support: Bigbiff&lt;/li&gt;
&lt;li&gt;Backuptool Support: Chaosmaster&lt;/li&gt;
&lt;li&gt;Apex support: Bigbiff&lt;/li&gt;
&lt;li&gt;Dynamic Partition Support: Bigbiff&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Want to get notifications when we release new versions of TWRP? &lt;a href=&quot;https://twrp.me/app&quot;&gt;Install the TWRP app and select your device!&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;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 &lt;a href=&quot;http://github.com/TeamWin/&quot;&gt;our github&lt;/a&gt; and we have &lt;a href=&quot;http://gerrit.twrp.me&quot;&gt;a gerrit instance&lt;/a&gt;. 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!&lt;/p&gt;

&lt;p&gt;Head over to the &lt;a href=&quot;http://twrp.me/Devices&quot;&gt;devices page&lt;/a&gt; to find install instructions and download links.&lt;/p&gt;
</description>
        <pubDate>Thu, 31 Dec 2020 18:24:42 +0000</pubDate>
        <link>http://twrp.me/site/update/2020/12/31/twrp-3.5.0-released.html</link>
        <guid isPermaLink="true">http://twrp.me/site/update/2020/12/31/twrp-3.5.0-released.html</guid>
        
        
        <category>site</category>
        
        <category>update</category>
        
      </item>
    
      <item>
        <title>TWRP 3.4.0-0 Released</title>
        <description>&lt;p&gt;TWRP 3.4.0-0 is out now for most currently supported devices.&lt;/p&gt;

&lt;p&gt;What&amp;#39;s new in 3.4.0-0:&lt;/p&gt;

&lt;h1&gt;System As Root (SAR)&lt;/h1&gt;

&lt;ul&gt;
&lt;li&gt;Fix backup and restore using SAR - dianlujitao&lt;/li&gt;
&lt;li&gt;System mount point - Chaosmaster&lt;/li&gt;
&lt;li&gt;ORS - Chaosmaster&lt;/li&gt;
&lt;li&gt;Zip install - Chaosmaster&lt;/li&gt;
&lt;li&gt;system_root bind mount to /system - Chaosmaster&lt;/li&gt;
&lt;li&gt;Autodetection of SAR - Chaosmaster&lt;/li&gt;
&lt;/ul&gt;

&lt;h1&gt;Digest&lt;/h1&gt;

&lt;ul&gt;
&lt;li&gt;fix creation of digests for sub-partitions (was bugfix applied to many devices since last year) - Bigbiff&lt;/li&gt;
&lt;/ul&gt;

&lt;h1&gt;Encryption&lt;/h1&gt;

&lt;ul&gt;
&lt;li&gt;ext4Crypt Wrapped Key Update - Peter Cai&lt;/li&gt;
&lt;li&gt;Fix upgrading encryption key if export fails - Peter Cai&lt;/li&gt;
&lt;li&gt;Fix wrapped key support for devices without metadata partition - mauronofrio&lt;/li&gt;
&lt;li&gt;Don&amp;#39;t skip decryption when using block map file in order to write to /data in ORS - CaptainThrowback&lt;/li&gt;
&lt;li&gt;FDE - Decrypt master key first - AndroidableDroid&lt;/li&gt;
&lt;li&gt;vold_decrypt - set Android version and patch level automatically - CaptainThrowback&lt;/li&gt;
&lt;li&gt;Set wrapped decrypt support by twrp flag - Peter Cai&lt;/li&gt;
&lt;li&gt;Don&amp;#39;t try wrapped support unless needed - mauronofrio&lt;/li&gt;
&lt;li&gt;restore ext4 policy on /data/cache - Bigbiff&lt;/li&gt;
&lt;li&gt;multiuser decryption - Noah Jacobson&lt;/li&gt;
&lt;li&gt;FDE retry - AndroidableDroid&lt;/li&gt;
&lt;/ul&gt;

&lt;h1&gt;TWRP App&lt;/h1&gt;

&lt;ul&gt;
&lt;li&gt;unmount system after checking for app - Bigbiff&lt;/li&gt;
&lt;/ul&gt;

&lt;h1&gt;Prebuilt updates -&lt;/h1&gt;

&lt;ul&gt;
&lt;li&gt;android.hardware.confirmationui@1.0 - cryptomilk&lt;/li&gt;
&lt;/ul&gt;

&lt;h1&gt;Compilation Fixes:&lt;/h1&gt;

&lt;ul&gt;
&lt;li&gt;TW_EXFAT_FUSE compilation fixes - Bigbiff&lt;/li&gt;
&lt;li&gt;libuuid - cryptomilk&lt;/li&gt;
&lt;li&gt;&amp;#39;system/etc/ld.config.txt&amp;#39; not found error - Martin Dünkelmann&lt;/li&gt;
&lt;/ul&gt;

&lt;h1&gt;Language Updates:&lt;/h1&gt;

&lt;ul&gt;
&lt;li&gt;Portugal - Vasco Machado&lt;/li&gt;
&lt;li&gt;Dutch -  Ian Macdonald&lt;/li&gt;
&lt;li&gt;Turkish - Fatih Fırıncı&lt;/li&gt;
&lt;li&gt;Localisation of Backup_Tar: Ian Macdonald&lt;/li&gt;
&lt;/ul&gt;

&lt;h1&gt;ld.config.txt&lt;/h1&gt;

&lt;ul&gt;
&lt;li&gt;updates for 8.x trees - CaptainThrowback&lt;/li&gt;
&lt;li&gt;fix search path for /sbin - CaptainThrowback&lt;/li&gt;
&lt;li&gt;/sbin should come first in search path - Ian Macdonald&lt;/li&gt;
&lt;/ul&gt;

&lt;h1&gt;General Bugs&lt;/h1&gt;

&lt;ul&gt;
&lt;li&gt;Fix persistent log storage - SyberHexen&lt;/li&gt;
&lt;li&gt;Compress Persistent Logs - Bigbiff&lt;/li&gt;
&lt;li&gt;FB2PNG compilation errors - Bigbiff&lt;/li&gt;
&lt;li&gt;exclude per_boot from backups - Darth9&lt;/li&gt;
&lt;li&gt;Unmount all directories that point to same block device - AndroidableDroid&lt;/li&gt;
&lt;li&gt;Blank screen fixes - Sean hoyt&lt;/li&gt;
&lt;li&gt;Toolbox is default on android-9+ - mauronofrio&lt;/li&gt;
&lt;/ul&gt;

&lt;h1&gt;Cleanup -&lt;/h1&gt;

&lt;ul&gt;
&lt;li&gt;Typo fix in comment - VDavid003&lt;/li&gt;
&lt;li&gt;newlines in ext4crypt - CaptainThrowback&lt;/li&gt;
&lt;li&gt;TW_OEM_BUILD compilation issue - Patrick Zacharias&lt;/li&gt;
&lt;li&gt;Fix Dependency requirements - Dees_Troy&lt;/li&gt;
&lt;li&gt;Fix Symbolic links for BB and Toolbox - Dees_Troy&lt;/li&gt;
&lt;/ul&gt;

&lt;h1&gt;Bootloader Message&lt;/h1&gt;

&lt;ul&gt;
&lt;li&gt;cleanup - Alessandro Astone&lt;/li&gt;
&lt;li&gt;add configurable offsets&lt;/li&gt;
&lt;/ul&gt;

&lt;h1&gt;Error Cleanup&lt;/h1&gt;

&lt;ul&gt;
&lt;li&gt;uevent errors and decryption error - mauronofrio&lt;/li&gt;
&lt;li&gt;using copy_file to copy files from /etc - CaptainThrowback&lt;/li&gt;
&lt;li&gt;ueventd access to /acct - early directory creation in init - cryptomilk&lt;/li&gt;
&lt;/ul&gt;

&lt;h1&gt;Haptics&lt;/h1&gt;

&lt;ul&gt;
&lt;li&gt;TSP Driver - LameMonster82&lt;/li&gt;
&lt;li&gt;QTI Input - AndroidableDroid&lt;/li&gt;
&lt;/ul&gt;

&lt;h1&gt;update_engine&lt;/h1&gt;

&lt;ul&gt;
&lt;li&gt;read all asserts - Hernán Castañón&lt;/li&gt;
&lt;/ul&gt;

&lt;h1&gt;Resetprop&lt;/h1&gt;

&lt;ul&gt;
&lt;li&gt;Add Resetprop from Magisk - CaptainThrowback &amp;amp; mauronofrio&lt;/li&gt;
&lt;li&gt;compile from source - Chaosmaster&lt;/li&gt;
&lt;li&gt;fix for android-7 and earlier - Chaosmaster&lt;/li&gt;
&lt;li&gt;cleanup for spaces in properties - AndroidableDroid&lt;/li&gt;
&lt;/ul&gt;

&lt;h1&gt;Properties&lt;/h1&gt;

&lt;ul&gt;
&lt;li&gt;Add Property override - Chaosmaster&lt;/li&gt;
&lt;/ul&gt;

&lt;h1&gt;Backuptool&lt;/h1&gt;

&lt;ul&gt;
&lt;li&gt;mount system and vendor for A/B installs for backuptool - Chaosmaster&lt;/li&gt;
&lt;/ul&gt;

&lt;h1&gt;twrpTar&lt;/h1&gt;

&lt;ul&gt;
&lt;li&gt;fix backup freezes when pigz and openaes are used - Fabrice Bellet&lt;/li&gt;
&lt;/ul&gt;

&lt;h1&gt;Zip Installs&lt;/h1&gt;

&lt;ul&gt;
&lt;li&gt;Info for A/B zip installing to inactive slot - Chaosmaster&lt;/li&gt;
&lt;li&gt;Reboot to system button now allows to be rebooted to different partitions after zip install&lt;/li&gt;
&lt;li&gt;progressbar rework - Chaosmaster&lt;/li&gt;
&lt;/ul&gt;

&lt;h1&gt;Magisk updates&lt;/h1&gt;

&lt;ul&gt;
&lt;li&gt;update binaries from source - AndroidableDroid&lt;/li&gt;
&lt;/ul&gt;

&lt;h1&gt;A/B Updater Zip Template&lt;/h1&gt;

&lt;ul&gt;
&lt;li&gt;rewrite A/B installer zip from scratch using a new generic template and latest magiskboot - osm0sis&lt;/li&gt;
&lt;li&gt;installer zip support for recovery_a/recovery_b partition ramdisks on newer 2SI SAR A/B devices - osm0sis&lt;/li&gt;
&lt;li&gt;generate installer zips for all prod A/B devices - bigbiff&lt;/li&gt;
&lt;li&gt;improve installer zip dump/write speed and add more error catching - arter97 &amp;amp; osm0sis&lt;/li&gt;
&lt;/ul&gt;

&lt;h1&gt;OZIP Encryption Support&lt;/h1&gt;

&lt;ul&gt;
&lt;li&gt;add OZIP encryption - mauronofrio&lt;/li&gt;
&lt;/ul&gt;

&lt;h1&gt;File Selector&lt;/h1&gt;

&lt;ul&gt;
&lt;li&gt;Support for more extensions in File Selector - mauronofrio&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Want to get notifications when we release new versions of TWRP? &lt;a href=&quot;https://twrp.me/app&quot;&gt;Install the TWRP app and select your device!&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;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 &lt;a href=&quot;http://github.com/TeamWin/&quot;&gt;our github&lt;/a&gt; and we have &lt;a href=&quot;http://gerrit.twrp.me&quot;&gt;a gerrit instance&lt;/a&gt;. 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!&lt;/p&gt;

&lt;p&gt;Head over to the &lt;a href=&quot;http://twrp.me/Devices&quot;&gt;devices page&lt;/a&gt; to find install instructions and download links.&lt;/p&gt;
</description>
        <pubDate>Wed, 24 Jun 2020 13:21:42 +0000</pubDate>
        <link>http://twrp.me/site/update/2020/06/24/twrp-3.4.0-0-released.html</link>
        <guid isPermaLink="true">http://twrp.me/site/update/2020/06/24/twrp-3.4.0-0-released.html</guid>
        
        
        <category>site</category>
        
        <category>update</category>
        
      </item>
    
      <item>
        <title>Unofficial TWRP Downloads</title>
        <description>&lt;p&gt;It has recently come to our attention that there are sites that publish &amp;quot;unofficial TWRP&amp;quot; images.
These are versions of TWRP that are being distributed out of our authority based on forks and
internal unpublished sources from people not associated with our site. Unfortunately we don&amp;#39;t
have a lot of time to police these sites and images. Some are forks of our project that are not
forwarding back patches to our gerrit site, or they just cherry-pick open commits and release
them before the patchsets can be vetted and merged to the baseline. Some sites just scrape images
from our download sites and post them as their own.&lt;/p&gt;

&lt;p&gt;We try to pride ourselves on the security and established chain of repudiation by using GPG
signatures and publishing SHA2 hashes to show the images haven&amp;#39;t been modified from the original
build on our jenkins server. Our jenkins build logs are able to be seen by anyone wanting to verify
how their image was built. Our sites are using Let&amp;#39;s Encrypt for end-to-end TLS encryption. We are
not serving any pages or images outside of this TLS end-to-end encryption.&lt;/p&gt;

&lt;p&gt;We are receiving much community support but unfortunately the aforementioned unofficial versions of
TWRP can never meet any type of veracity from TeamWin. Please consider your security before
installing any unofficial TWRP to your device.&lt;/p&gt;
</description>
        <pubDate>Fri, 01 May 2020 10:30:00 +0000</pubDate>
        <link>http://twrp.me/unofficial/2020/05/01/unofficial-twrp.html</link>
        <guid isPermaLink="true">http://twrp.me/unofficial/2020/05/01/unofficial-twrp.html</guid>
        
        
        <category>unofficial</category>
        
      </item>
    
      <item>
        <title>TWRP Repository On Gerrit Moved</title>
        <description>&lt;p&gt;We are moving the TWRP repository from &lt;a href=&quot;https://gerrit.omnirom.org&quot;&gt;OmniRom Gerrit&lt;/a&gt; to &lt;a href=&quot;https://gerrit.twrp.me&quot;&gt;TWRP Gerrit&lt;/a&gt; retaining the android_bootable_recovery project name. If you have any open Change Requests on &lt;a href=&quot;https://gerrit.omnirom.org&quot;&gt;OmniRom Gerrit&lt;/a&gt; and would like to see them reviewed, please cherry-pick and push them to the repository on &lt;a href=&quot;https://gerrit.twrp.me&quot;&gt;TWRP Gerrit&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://gerrit.omnirom.org/#/q/project:android_bootable_recovery&quot;&gt;Original project URL&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://gerrit.twrp.me/q/project:+android_bootable_recovery&quot;&gt;New project URL&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thanks for all your continued support to the TWRP OSS Project.&lt;/p&gt;
</description>
        <pubDate>Tue, 10 Dec 2019 19:09:23 +0000</pubDate>
        <link>http://twrp.me/site/update/2019/12/10/twrp-gerrit-moved.html</link>
        <guid isPermaLink="true">http://twrp.me/site/update/2019/12/10/twrp-gerrit-moved.html</guid>
        
        
        <category>site</category>
        
        <category>update</category>
        
      </item>
    
      <item>
        <title>TWRP and Android 10</title>
        <description>&lt;p&gt;Please note that this post is primary related to TWRP and the Pixel 3 and 4 and devices that may ship in the future that ship with Android 10 as their original version of Android. Older non-Pixel devices that shipped with older versions of Android and receive upgrades to Android 10 are not affected.&lt;/p&gt;

&lt;p&gt;Long story short, TWRP support for Android 10 is going to take a while.&lt;/p&gt;

&lt;p&gt;Android 10 brings about the largest changes to the way AOSP implements recovery since Google shifted recovery from C to C++ when they moved from Android 4.0 to 4.1 more than 7 years ago. A lot of components in AOSP recovery were moved into subfolders, which makes merging the latest changes into TWRP more time consuming. At least on the Pixel 3, the ramdisk that we use for recovery is now handling part of normal boot in addition to recovery, so we&amp;#39;re not sure what the best way will be to go about replacing recovery without affecting the ability to boot up normally. In addition, the way Google is building the ramdisk on the Pixel 3 is a lot different than the past. In the past, the executable binaries in the ramdisk were built as static binaries with no linked libraries. TWRP has almost always been built with separate linked libraries. The new dynamically linked stock ramdisk will make it harder for us to slip TWRP into the ramdisk.&lt;/p&gt;

&lt;p&gt;Once we get TWRP compiling with the new changes from 10, we have some additional items that need consideration. As mentioned above, the stock ramdisk is using dynamic linking. Unlike TWRP, the stock ramdisk places the executables and libraries in the usual locations inside a /system folder. Normally TWRP leaves /system alone so that we can mount the system partition to its usual location of /system. If we leave things the way they are on the Pixel 3, mounting the system partition gets tricky. A lot of custom zips depend on mounting the system partition to /system.&lt;/p&gt;

&lt;p&gt;Android 10 also introduces a new dynamic partitioning system. Instead of having a dedicated system partition and a dedicated vendor partition, etc. Android 10 uses a super partition. I like to think of the super partition as a partition that contains a bunch of smaller partitions. One of the side effects of this dynamic partition system is that Google has chosen to use a form of the ext4 file system that is for all intents and purposes, read-only. This choice means that even if you wanted to, you can&amp;#39;t easily mount and modify the system partition. We haven&amp;#39;t really discussed this with other developers yet, but it may impact your ability to do things like install Gapps. In addition, the dynamic partition model means that eventually, we should probably provide you, the user, some GUI driven tools in TWRP to allow you to manage the dynamic partitions that are on the super partition.&lt;/p&gt;

&lt;p&gt;On top of all of the above, I, Dees_Troy, am the one who usually handles merges of new versions of Android. My wife is currently pregnant with our fourth child. I am quite busy with my growing family and the need to find a bigger house, so my time for working on TWRP right now is somewhat limited. So, I guess please be patient, or feel free to download the TWRP source code and make the needed changes yourself.&lt;/p&gt;
</description>
        <pubDate>Wed, 23 Oct 2019 09:39:42 +0000</pubDate>
        <link>http://twrp.me/site/update/2019/10/23/twrp-and-android-10.html</link>
        <guid isPermaLink="true">http://twrp.me/site/update/2019/10/23/twrp-and-android-10.html</guid>
        
        
        <category>site</category>
        
        <category>update</category>
        
      </item>
    
      <item>
        <title>TWRP 3.3.1-0 Released</title>
        <description>&lt;p&gt;TWRP 3.3.1-0 is out now for most currently supported devices.&lt;/p&gt;

&lt;p&gt;What&amp;#39;s new in 3.3.1-0:&lt;/p&gt;
&lt;div class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code class=&quot;language-&quot; data-lang=&quot;&quot;&gt;* Fix selinux issues during formatting - dianlujitao
* Various fixes for toybox and toolbox builds - CaptainThrowback and bigbiff
* Flash both A and B partitions when installing a recovery ramdisk - Dees_Troy
* Add option to uninstall TWRP app from /system - Dees_Troy
* Create digest for subpartitions - bigbiff
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;Want to get notifications when we release new versions of TWRP? &lt;a href=&quot;https://twrp.me/app&quot;&gt;Install the TWRP app and select your device!&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;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 &lt;a href=&quot;http://github.com/TeamWin/&quot;&gt;our github&lt;/a&gt; and we have &lt;a href=&quot;http://gerrit.twrp.me&quot;&gt;a gerrit instance&lt;/a&gt;. 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!&lt;/p&gt;

&lt;p&gt;Head over to the &lt;a href=&quot;http://twrp.me/Devices&quot;&gt;devices page&lt;/a&gt; to find install instructions and download links.&lt;/p&gt;
</description>
        <pubDate>Wed, 22 May 2019 09:39:42 +0000</pubDate>
        <link>http://twrp.me/site/update/2019/05/22/twrp-3.3.1-0-released.html</link>
        <guid isPermaLink="true">http://twrp.me/site/update/2019/05/22/twrp-3.3.1-0-released.html</guid>
        
        
        <category>site</category>
        
        <category>update</category>
        
      </item>
    
      <item>
        <title>TWRP 3.3.0-0 Released</title>
        <description>&lt;p&gt;TWRP 3.3.0-0 is out now for most currently supported devices.&lt;/p&gt;

&lt;p&gt;What&amp;#39;s new in 3.3.0-0:&lt;/p&gt;
&lt;div class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code class=&quot;language-&quot; data-lang=&quot;&quot;&gt;* Merge AOSP 9.0 r3 (Dees_Troy)
* Use ANDROID_ROOT variable instead of hard coding to /system (CaptainThrowback)
* Decrypt FBE on 9.0 and metadata decrypt (Dees_Troy)
* vold decrypt updates (CaptainThrowback and nijel8)
* Support vibration on LED class devices (notsyncing)
* Metadata decrypt support for Pixel 3 (Dees_Troy)
* Support rotating the display via build flag (vladimiroltean)
* Reboot to EDL mode button (mauronofrio)
* Support MTP on FFS devices (bigbiff)
* Update FDE decrypt to support keymaster 3 and 4 (Dees_Troy)
* Detect mkfs.f2fs version to properly format on f2fs partitions (Dees_Troy)
* Allow TWRP to use md5 and sha256 checksums for zip installs (bigbiff)
* TWRP can use /data/cache/recovery and /persist/cache/recovery on AB devices with no cache partition (bigbiff)
* Switch part of advanced menus in TWRP to use a listbox of options (Dees_Troy)
* Use magiskboot to allow repacking boot images for installing TWRP (Dees_Troy with thanks to topjohnwu of course)
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;Want to get notifications when we release new versions of TWRP? &lt;a href=&quot;https://twrp.me/app&quot;&gt;Install the TWRP app and select your device!&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;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 &lt;a href=&quot;http://github.com/TeamWin/&quot;&gt;our github&lt;/a&gt; and we have &lt;a href=&quot;http://gerrit.twrp.me&quot;&gt;a gerrit instance&lt;/a&gt;. 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!&lt;/p&gt;

&lt;p&gt;Head over to the &lt;a href=&quot;http://twrp.me/Devices&quot;&gt;devices page&lt;/a&gt; to find install instructions and download links.&lt;/p&gt;
</description>
        <pubDate>Mon, 15 Apr 2019 09:39:42 +0000</pubDate>
        <link>http://twrp.me/site/update/2019/04/15/twrp-3.3.0-0-released.html</link>
        <guid isPermaLink="true">http://twrp.me/site/update/2019/04/15/twrp-3.3.0-0-released.html</guid>
        
        
        <category>site</category>
        
        <category>update</category>
        
      </item>
    
      <item>
        <title>TWRP 3.2.3-0 Released</title>
        <description>&lt;p&gt;TWRP 3.2.3-0 is out now for most currently supported devices.&lt;/p&gt;

&lt;p&gt;What&amp;#39;s new in 3.2.3-0:&lt;/p&gt;
&lt;div class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code class=&quot;language-&quot; data-lang=&quot;&quot;&gt;* Fix automatic installing of OTA zips on encrypted devices
* Remove SuperSU from TWRP
* Support both md5 and md5sum file extensions when doing MD5 checking for zip files
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;Want to get notifications when we release new versions of TWRP? &lt;a href=&quot;https://twrp.me/app&quot;&gt;Install the TWRP app and select your device!&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;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 &lt;a href=&quot;http://github.com/TeamWin/&quot;&gt;our github&lt;/a&gt; and we have &lt;a href=&quot;http://gerrit.twrp.me&quot;&gt;a gerrit instance&lt;/a&gt;. 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!&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jenkins.twrp.me&quot;&gt;You can track the progress of builds here&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Head over to the &lt;a href=&quot;http://twrp.me/Devices&quot;&gt;devices page&lt;/a&gt; to find install instructions and download links.&lt;/p&gt;
</description>
        <pubDate>Mon, 06 Aug 2018 09:39:42 +0000</pubDate>
        <link>http://twrp.me/site/update/2018/08/06/twrp-3.2.3-0-released.html</link>
        <guid isPermaLink="true">http://twrp.me/site/update/2018/08/06/twrp-3.2.3-0-released.html</guid>
        
        
        <category>site</category>
        
        <category>update</category>
        
      </item>
    
      <item>
        <title>TWRP 3.2.2-0 Released</title>
        <description>&lt;p&gt;TWRP 3.2.2-0 is out now for most currently supported devices.&lt;/p&gt;

&lt;p&gt;What&amp;#39;s new in 3.2.2-0:&lt;/p&gt;
&lt;div class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code class=&quot;language-&quot; data-lang=&quot;&quot;&gt;* adb backup fixes
* OTA style update zips will now install automatically without prompting for decrypt
* minor tweaks to handling date/time on Qualcomm devices
* updates to some language translations
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;Want to get notifications when we release new versions of TWRP? &lt;a href=&quot;https://twrp.me/app&quot;&gt;Install the TWRP app and select your device!&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;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 &lt;a href=&quot;http://github.com/TeamWin/&quot;&gt;our github&lt;/a&gt; and we have &lt;a href=&quot;http://gerrit.twrp.me&quot;&gt;a gerrit instance&lt;/a&gt;. 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!&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jenkins.twrp.me&quot;&gt;You can track the progress of builds here&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Head over to the &lt;a href=&quot;http://twrp.me/Devices&quot;&gt;devices page&lt;/a&gt; to find install instructions and download links.&lt;/p&gt;
</description>
        <pubDate>Sun, 01 Jul 2018 09:39:42 +0000</pubDate>
        <link>http://twrp.me/site/update/2018/07/01/twrp-3.2.2-0-released.html</link>
        <guid isPermaLink="true">http://twrp.me/site/update/2018/07/01/twrp-3.2.2-0-released.html</guid>
        
        
        <category>site</category>
        
        <category>update</category>
        
      </item>
    
      <item>
        <title>TWRP 3.2.1-0 Released</title>
        <description>&lt;p&gt;TWRP 3.2.1-0 is out now for most currently supported devices.&lt;/p&gt;

&lt;p&gt;What&amp;#39;s new in 3.2.1-0:&lt;/p&gt;
&lt;div class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code class=&quot;language-&quot; data-lang=&quot;&quot;&gt;* minui fixes (cryptomilk)
* Better android-8.0 compatibility in ROM trees (Dees_Troy)
* Fix missing library in android-8.0 (nkk71)
* Fix inconsistent SDCard naming (DevUt)
* Default to TWRP restore instead of adb backup restore to fix restore on fresh TWRP boot (jlask)
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;Want to get notifications when we release new versions of TWRP? &lt;a href=&quot;https://twrp.me/app&quot;&gt;Install the TWRP app and select your device!&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;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 &lt;a href=&quot;http://github.com/TeamWin/&quot;&gt;our github&lt;/a&gt; and we have &lt;a href=&quot;http://gerrit.twrp.me&quot;&gt;a gerrit instance&lt;/a&gt;. 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!&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jenkins.twrp.me&quot;&gt;You can track the progress of builds here&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Head over to the &lt;a href=&quot;http://twrp.me/Devices&quot;&gt;devices page&lt;/a&gt; to find install instructions and download links.&lt;/p&gt;
</description>
        <pubDate>Sat, 09 Dec 2017 09:39:42 +0000</pubDate>
        <link>http://twrp.me/site/update/2017/12/09/twrp-3.2.1-0-released.html</link>
        <guid isPermaLink="true">http://twrp.me/site/update/2017/12/09/twrp-3.2.1-0-released.html</guid>
        
        
        <category>site</category>
        
        <category>update</category>
        
      </item>
    
  </channel>
</rss>
