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-ish

Maintainer: Dees_Troy and bigbiff

Code Name: crosshatch

Device Tree / files

TWRP may take a little longer than usual to boot on this device.

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:

  • erwinabs
    2024-01-09T03:15:12Z
    b1c1: force keymaster_ver Change-Id: I3ca27aa63c5f6de18d19a94a14f74d891bf8c3c2

  • Captain Throwback
    2024-02-05T17:25:19Z
    b1c1: require flag to use custom build version Change-Id: I59e4ef9b78ec469169abf00af34aae95ff1e9bb6

  • bigbiff
    2022-09-23T23:13:59Z
    remove dupe device file Change-Id: I2efaf236771b9a5fb94d25a548de1f51ba7d3fcd

  • bigbiff
    2022-09-23T23:00:56Z
    Merge branch 'bigbiff-android-12.1' of https://github.com/CaptainThrowback/android_device_google_crosshatch into android-12.1

  • bigbiff
    2022-09-23T23:00:37Z
    product: use twrp product code