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

Device Tree / files

MTP does not work at this time, but you can use adb to transfer 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:

Installation:

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

If you do not already have TWRP installed: Download both the img and the zip. 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 zip onto your device:

adb push path/to/twrp.zip /

Go to install and browse to the zip and install the zip. The zip will install TWRP to both boot slots. Installing TWRP at this time will remove root if you are currently rooted.

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