Root Xiaomi Mi4i
Root Xiaomi Mi4i
Rooting procedure will be the same after any ota update. You just need to follow it again.
I have tried here to make this process as simple as I can.
Although using Root Tool Package is also a good thing but it doesn't provide any option to Hotboot twrp recovery rather than flashing it.
Requirements
1. Mi 4i handset & PC/Laptop with USB drivers & adb+fastboot installed. (Don't have ? Take them from here)
2. TWRP Recovery
3. Latest SuperSU.zip
Prerequisite
Please Enable USB Debugging - On your phone go to Settings > About phone > Tap on MIUI Version several times.
This will enable Developer options. Now go back to Settings > Additional settings > Developer options > Enable USB debugging.
This will enable Developer options. Now go back to Settings > Additional settings > Developer options > Enable USB debugging.
How to Root
1. Put SuperSU.zip in the internal memory of your handset.]
2. Reboot into bootloader/fastboot mode by
Switch off phone. Press and hold the VOLUME DOWN button and turn on the handset.
3. Now open the folder in which you have the TWRP recovery image file. Press and hold SHIFT
key and press right click button and select Open command window here.
[ Now you have two methods : ]
(1) Temporary Recovery Method : In this method the recovery will not be flashed, i.e. This will not replace your stock recovery.
Copy this line and paste it in the command prompt by right click and select paste.
- fastboot boot twrp.img
- Wait some seconds. The device will now restart into recovery.
- Select install update from zip and select SuperSU.zip from your sdcard.
- Finally restart the device and enjoy root.
(2) Permanent Recovery Method : In this method the recovery will be flashed on your existing stock recovery, i.e. This will replace your stock recovery.
Copy this line and paste it in the command prompt by right click and select paste.
- fastboot flash recovery twrp.img
- Unplug the usb cable and start the device into recovery mode by :
Press and hold Volume UP + Power on button. - Wait some seconds. The device will now start into recovery.
- Select install update from zip and select SuperSU.zip from your sdcard.
- Finally restart the device and enjoy root.

Leave a Comment