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: coral

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: You need to install a LZMA ramdisk kernel before installing TWRP. Use XDA to find the proper instructions in the thread. 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-10-15T20:06:32Z
    floral: gpt-utils: Fix includes for generated_kernel_headers This is a squash of the following: Author: LuK1337 Date: Sun Sep 27 16:12:10 2020 +0200 floral: gpt-utils: Drop unnecessary include * When using generated_kernel_headers including stdio.h will cause errors due to redefined macros. Change-Id: I2f753a64f760b636be1325873e17697466fbf33d Author: LuK1337 Date: Mon Sep 9 22:38:02 2019 +0200 floral: gpt-utils: Drop unnecessary include * When using generated_kernel_headers including asm/byteorder.h will cause a warning due to unused static functions. Change-Id: I2a74ec92487c13c4645048c96da8cb92b3cbd9f0 Change-Id: Ia1f608778b5b37fec770abbf185c5e313cd5ba16 coral: use lineage-19.1 kernel for built in touch drivers Change-Id: I6875cd98b05175ebd63fe9b83aa8f3a768ec258e

  • bigbiff
    2022-10-01T19:31:08Z
    prebuilts: parameterize out directory

  • bigbiff
    2022-09-28T23:49:35Z
    coral: add dependencies file Change-Id: If3b94859c40a60a967b7714dbe1c126fc67f51a2

  • bigbiff
    2022-09-24T18:29:02Z
    MTP: enable on building

  • bigbiff
    2022-09-24T18:28:42Z
    coral: add coral product for twrp