Disclaimer:

Team Win strives to provide a quality product.  However, it is your decision to install our software on your device.  Team Win takes no responsibility for any damage that may occur from installing or using TWRP.

Status:

Support Status: Current

Maintainer: bigbiff

Code Name: redfin

Device Tree / files

Support thread on xda-developers

Download Links:

Current and past versions of TWRP can be found at one of the mirrors below:

This device uses Dynamic Partitions

This means that TWRP will not allow modifications to any of the partitions that make up the Super partition on the stock ROM. All backups and restores will include the full Super partition rather than the individual dynamic partitions.

In order to flash the individual partitions, you will have to boot into fastbootd.

Installation:

If you already have TWRP installed: Download the latest img and install the image using TWRP.

If you do not already have TWRP installed: Download the img. You will need to have fastboot binaries and the correct drivers installed. Power off your device completely. Hold volume down and turn on the device. Your device should now be in the bootloader. Connect the device to your PC. Open a command window and run the following command from the proper location:

fastboot boot path/to/twrp.img

This will temporarily boot TWRP on your device. Use adb to push the img onto your device:

adb push path/to/twrp.img /

Go to install and select Install Image. Browse to the img and install the img. The img will install TWRP to both boot slots. Installing TWRP at this time will remove root if you are currently rooted. You can reflash magisk to get root again.

If you accidently flash TWRP to your device using fastboot instead of temporarily booting the image, you will need to download the latest factory image for your device and reflash the boot image.

Changelog:

  • bigbiff
    2022-01-06T01:04:58Z
    redbull: don't use apex for libandroidicu Change-Id: I1e463f00f96586216c3317f7f33ffabe5a51e964

  • bigbiff
    2022-01-05T00:00:03Z
    encryption: support pinless keystore on a12 Change-Id: Ideb04e766567029bb6d703d65d0887b2d72e1663

  • bigbiff
    2021-11-13T00:33:35Z
    fscrypt: use default setting

  • bigbiff
    2021-09-14T23:04:56Z
    redbull: use twrp for loading prebuilt touch modules

  • bigbiff
    2021-08-29T19:16:28Z
    redfin: fix cpu path, remove extra file and fix fastboot