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.

WARNING: This device hard bricks really easily for unknown reasons. Restoring device without spending real money is impossible as of now. Don’t flash TWRP unless you are an advanced user who knows what he is doing.

Status:

Support Status: Current

Maintainer: theimpulson

Code Name: begonia

Device Tree / files

Support thread on xda-developers

WARNING: Updates break data decryption support in this device’s TWRP.

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

Download Links:

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

This device uses Android Verified Boot (AVB)

This means that installing TWRP or swiping to allow system modifications will prevent you from being able to boot. To bypass AVB's boot prevention, you will have to disable it or install a custom ROM that ships with disabled AVB.

To disable AVB via fastboot, grab the vbmeta image from the ROM you are on, and flash it with the following command:

fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img

AVB should be now disabled on your device.

Fastboot Install Method (No Root Required):

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

On your device, go into Settings -> About and find the Build Number and tap on it 7 times to enable developer settings. Press back and go into Developer Options and enable USB debugging. From your computer, open a command prompt and type:

adb reboot bootloader

You should now be in fastboot mode.

Download the correct image file and copy the file into the same folder as your platform-tools. Rename the image to twrp.img and type:

fastboot flash recovery twrp.img

fastboot reboot

Note many devices will replace your custom recovery automatically during first boot. To prevent this, use Google to find the proper key combo to enter recovery. After typing fastboot reboot, hold the key combo and boot to TWRP. Once TWRP is booted, TWRP will patch the stock ROM to prevent the stock ROM from replacing TWRP. If you don't follow this step, you will have to repeat the install.

Changelog:

  • Aayush Gupta
    2020-12-31T14:18:05Z
    Merge changes Idaafbe82,Icc6945e1 into android-9.0 * changes: begonia: Build some required binaries begonia: Changes regarding vintf matching

  • Aayush Gupta
    2020-12-31T13:48:27Z
    begonia: Build some required binaries - logcat is useful for debugging recovery builds - resetprop is useful in case a user wants to reset some property Signed-off-by: Aayush Gupta Change-Id: Idaafbe822b2c55aca9e25038ea3fd186ddfda17b

  • Aayush Gupta
    2020-12-31T13:45:40Z
    begonia: Changes regarding vintf matching - Drop non-required compability_matrix xml - Add missing avb property to silence compability issues Signed-off-by: Aayush Gupta Change-Id: Icc6945e14191fa2d36acf68cfff163bbeb623d44

  • Aayush Gupta
    2020-05-22T15:56:42Z
    Merge "begonia: Set correct default brightness and blank on boot" into android-9.0

  • Kshitij Gupta
    2020-01-04T15:51:59Z
    begonia: Set correct default brightness and blank on boot Change-Id: Ic6a8fab6bf24844b54204c84809f9d091bcfb9e1 Signed-off-by: Kshitij Gupta