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

Code Name: lion

Device Tree / files

Support thread on xda-developers

App Install Method (Requires Root):

Download the Official TWRP App (root required):

Install the app and open it. Agree to the Terms. Select TWRP Flash. Select your device from the device list (lion) and choose a version. The file will download to your Downloads folder. Browse to and select the file. Tap on Flash to Recovery. Find out more about the app here.

Download Links:

Current and past versions of TWRP can be found at one of the mirrors below:

TWRP Install (Requires TWRP 2.8.4 or higher already installed):

Download the latest TWRP image file (.img) from the download link and boot TWRP. Go to install and find and select the Images... button. Browse to the image that you downloaded and select it. Choose recovery ramdisk and swipe to flash.

Fastboot Install Method (No Root Required):

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

Flash the downloaded image using the following command:

fastboot flash boot twrp.img

Reboot to recovery (you can use key combinations also)

fastboot reboot recovery

Preferred Installation Method: Once booted, put your stock boot image in Internalstorage , MicroSdcard or Usb-Otg then Flash stock boot image in boot partition and tick (Flash to both slots) , after that navigate to the Advanced > Flash Current TWRP option. This will install the TWRP image you just booted permanently to the device.

dd Install Method (Requires Root):

Download the latest image file (.img) from the download link above. Place it in the root of your /sdcard folder and rename it to twrp.img. Run the following commands via adb shell or a terminal emulator app:

su

dd if=/sdcard/twrp.img of=/dev/block/platform/bootdevice/by-name/boot

Changelog:

  • IMYdev
    2024-02-20T18:19:12Z
    lion: add firmware for different display models

  • IMYdev
    2023-12-15T10:33:22Z
    Merge "Update to fix decryption on latest twrp sources" into android-11

  • IMYdev
    2023-12-14T16:00:08Z
    Update to fix decryption on latest twrp sources Change-Id: Ieb69782b5830941930736c1f95611c903065bbe7

  • IMYdev
    2023-08-19T10:43:09Z
    Create README.md

  • IMYdev
    2023-08-18T16:17:24Z
    Create LICENSE