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: SyberHexen, erfanoabdi, jleeblanch

Code Name: racer

Device Tree / files

NOTE: Monthly security updates may (or may not) break decryption of /data in TWRP.

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.

Download Links:

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

Installation:

NOTE: Your bootloader MUST be UNLOCKED before booting or installing TWRP If you already have TWRP installed: Download the latest zip and install the zip using TWRP, or flash directly the image directly to recovery in fastboot. If you do not already have TWRP installed: Download both the img and the zip. Copy the zip to your device. You will need to have the latest 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 menu. Connect the device to your PC. Open a command window and run the following command from the proper location:

Zip method: fastboot boot path/to/twrp.img

This will temporarily boot TWRP on your device. Use ADB or MTP to push the zip onto your device:

adb push path/to/twrp.zip /sdcard

Go to install and browse to the zip and install the zip. The zip will install TWRP on recovery partition of both slots.

Image Method: fastboot flash recovery_ path/to/twrp.img

Changelog:

  • Andrew Hexen
    2021-02-04T12:48:29Z
    racer: remove dtc binary and usage * Not building kernel from source Signed-off-by: Andrew Hexen

  • Andrew Hexen
    2021-02-04T12:02:12Z
    racer: hide CPU temp * Recovery kernel cant read the nodes 'cat: /sys/class/thermal/thermal_zone0/temp: Invalid argument' * so let's remove until we can fix reading the temp. Signed-off-by: Andrew Hexen

  • Andrew Hexen
    2021-01-28T09:59:05Z
    racer: update prebuilt kernel * updated with some required patches. Signed-off-by: Andrew Hexen

  • Erfan Abdi
    2020-11-30T16:02:26Z
    racer: Add installer to readme * Also enable the twrp installer Signed-off-by: Andrew Hexen Change-Id: I61d0c735e1e69665358ac566f979ebc94fe56dc6

  • Erfan Abdi
    2021-01-28T09:54:28Z
    racer: fixup fstab when booted on stock. * Stock doesn't support metadata encryption Co-authored-by: Andrew Hexen Signed-off-by: Andrew Hexen