Xiaomi Mi Max TWRP 3.0.2-0 is now available for download over at TeamWin’s official website. You can grab the recovery’s .img file from there and simply flash it via Fastboot.
Don’t worry we are going to share step by step guide to safely How to Install TWRP Recovery 3.0.2-0 on your Xiaomi Mi Max.
Prerequisites: •Make sure you’ve an unlocked bootloader on your Mi Max. •This tutorial is only for installing TWRP Recovery 3.0.2-0 on Xiaomi Mi Max.
Disclaimer: This site or the developers are not responsible, if you damage or brick your device.Do it on your own risk and follow the instruction properly
How to Install The TWRP Recovery 3.0.2-0 n Your Xiaomi Mi Max:
2- Setup ADB and Fastboot on your PC, follow this link .
3- Enable USB debugging on your device: Open Settings on your device.
4- Go to About phone and tap seven times on Build number, this will enable Developer options.
5- Now go back to Settings and you’ll see “Developer options” there, open it.
6- Tick the USB Debugging checkbox.
7- Open the folder where your TWRP Recovery.img file is saved.
8- Now open a command window inside that folder. To do that, “Shift + Right click” on any empty white space inside the folder and then select “Open command window here” from the context menu.
9- Connect your device to the PC. And type the following into the command window we opened in step 4 above to boot your device into bootloader/fastboot mode:
adb reboot bootloader ? If your asks for permission to “Allow USB debugging”, tap OK.
10- Once your device boots into bootloader mode, issue the following command into command window to flash the TWRP recovery .img file: fastboot flash twrp-3.0.2-0-hydrogen.img
? Here modify twrp.img with the name of your TWRP recovery .img file, OR change your TWRP recovery filename to twrp.img and use the command above.
11- Once TWRP is successfully flashed on your device, issue the following command to reboot:
Comments