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: G Raghu Varma

Code Name: hanoip

Device Tree / files

Support thread on xda-developers

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:

WARNING: 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.

You will need the platform-tools from the Android SDK on your computer. Download the platform-tools as per your operating system.

Windows users will need proper drivers installed on their computer. You can try the simple FWUL adb/fastboot ISO or the Naked ADB drivers or the Universal ADB drivers if you don’t already have a working driver installed

Download the correct image file and copy the file into the same folder as your platform-tools as well as device’s storage. Rename the image to twrp.img.

Now reboot to fastboot/download/bootloader mode by using adb or manual key combos (Use Google to find that if you are not sure). To use adb to reboot, use the following command:

adb reboot bootloader

Temporary boot the downloaded image using the following command:

fastboot boot twrp.img

Preferred Installation Method: Once booted, navigate to the Advanced > Flash Current TWRP option. This will install the TWRP image you just booted permanently to the device.

Alternate Installation Method: Once booted, navigate to the Advanced > Install Recovery Ramdisk option. This will ask you to select the image you want to install TWRP from. Select the TWRP image you just downloaded and copied into device storage. Proceed to install this image.

NOTE: You also need to use the “Fix Recovery Bootloop” option present in the same Advanced Tab. Use that option after you have installed the recovery ramdisk successfully to avoid boot loops happening from installing TWRP Permanently.

After this is done, you have successfully installed TWRP on your device.

Changelog:

  • raghuvarma331
    2022-08-06T18:24:46Z
    Merge "hanoip: update qti dynamic partition size" into android-11

  • RaghuVarma331
    2022-08-06T17:59:13Z
    hanoip: update qti dynamic partition size Actually (super partition size 10804527104) ÷ 2 = (qti dynamic partition size 5402263552) is not enough for OTA update due to we have to spare atleast 1 mb lesser then half of the size so 5401739264 size is actually well balanced Signed-off-by: RaghuVarma331 Change-Id: I220096bac7270e5bc99b45b94d38cc44d1936676

  • raghuvarma331
    2022-08-04T07:14:12Z
    Merge "hanoip: update super partition and qti dynamic partition size" into android-11

  • RaghuVarma331
    2022-08-04T06:54:40Z
    hanoip: update super partition and qti dynamic partition size Signed-off-by: RaghuVarma331 Change-Id: I541176030e44b67875fc6ed178c6566f409406b1

  • raghuvarma331
    2022-07-30T18:21:14Z
    Merge "hanoip: Revamp TWRP device partitions flags" into android-11