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

Code Name: jasmine_sprout

Device Tree / files

Notes About Xiaomi Mi Devices:

Some Xiaomi Mi devices have bootloaders that require additional steps to unlock before you are able to flash custom images. This typically involves using MI Unlock Tool to apply & wait for certain time period to have your device unlocked.
You will need to follow the steps on Xiaomi's MIUI website in order to unlock your device.
Understand that unlocking your device will wipe all of your personal data, settings, and apps from its memory.

See: Apply for unlocking Mi devices

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 (jasmine_sprout) 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 and swipe to flash.

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:

  • Manish4586
    2019-05-27T10:37:23Z
    twrp: fstab: add splash support Signed-off-by: Manish4586

  • Manish4586
    2019-06-23T15:16:20Z
    recovery: fix bootctrl crash fix due to vendor security patch Signed-off-by: Manish4586

  • Manish4586
    2019-06-23T15:10:55Z
    its twrp Signed-off-by: Manish4586

  • Manish4586
    2019-06-23T13:07:07Z
    recovery: update treble specific things Signed-off-by: Manish4586

  • Manish4586
    2019-06-23T08:03:22Z
    make ldconfigs executable Signed-off-by: Manish4586