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

Code Name: NB1

Device Tree / files

NOTE: Monthly security updates may break decrypt in TWRP.

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.

You can grab latest platform-tools (fastboot binaries) from [here]https://developer.android.com/studio/releases/platform-tools

Now go in the directory where your adb/fastboot binaries exists.Connect the device to your PC.Enable USB debugging in developer options & then open a command window and run the following command from the proper location:

adb reboot bootloader

Your device should now be in the bootloader.

Then again from command window 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 /

Even MTP is working you can also directly copy zip from your pc and paste to your device.

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:

  • geoster3d
    2021-10-06T10:54:21Z
    Merge "NB1: Fix MTP" into android-10

  • emufan4568
    2021-10-01T12:46:32Z
    NB1: Fix MTP * Kang init.recovery.usb.rc from zippo Change-Id: Ia9003779fbb48b5b13899e25a6dfcf0f92b1d4a9

  • emufan4568
    2021-09-25T10:02:22Z
    NB1: Add support for flashing system/vendor images

  • emufan4568
    2021-09-24T20:24:37Z
    NB1: Update README

  • Captain Throwback
    2021-03-11T16:13:19Z
    gpt-utils: Make available to vendor Change-Id: I1bd5cb94706bc361544d17078d5d22d6317a3ae8