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

Code Name: cebu

Device Tree / files

Support thread on xda-developers

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:

As this device has a recovery partition, TWRP can still be installed by flashing the image to the recovery partition, like so:

fastboot flash recovery_ path/to/twrp.img

Changelog:

  • Aseem Athale
    2023-06-15T12:42:03Z
    Merge "cebu: Nuke twrp.dependencies" into android-11

  • Aseem Athale
    2023-06-15T12:35:26Z
    cebu: Nuke twrp.dependencies The repos in the file are already included in default minimal manifest for twrp-11. Change-Id: I08b6b52517297b1b3ea15a47f363be653dede156 Signed-off-by: Aseem Athale

  • Aseem Athale
    2023-06-10T09:42:33Z
    Merge "README.md: Update kernel sources link" into android-11

  • Aseem Athale
    2023-06-10T09:37:26Z
    README.md: Update kernel sources link Signed-off-by: Aseem Athale Change-Id: Id8f3e4e10295e8a23cafe4c22bbf2b02756013e5

  • Aseem Athale
    2023-06-10T09:40:39Z
    Merge "cebu: Update kernel cmdline, add strace and debuggerd" into android-11