How to Flash MIUI 8 Fastboot ROM on Xiaomi Phone Without Mi Flash Tool
By Jyotiraditya 18/12/2017
This guide will work on all Xiaomi phone whether its bootloader is locked or unlocked. We tested this method on Our Mi4 and Redmi Note 3 and without any problem it works. With this method, you can quickly flash the MIUI 7 or MIUI 8 Fastboot ROM on any xiaomi phones. All you need to install ADB drivers, Fastboot ROM, and some common sense :). Before following the below mention guide do take the full backup of your phone. And read all the steps very carefully and follow all the steps one by one on your PC. So without wasting your time lets get started. Warning: DroidBurner is not responsible for any damage that might happen to your phone during this process.
Flash MIUI 8 Fastboot ROM
NOTE: If this method will not work you, then try this Xaiomi Tool GuideTo get started, you need some file and drivers on your PC. Below are links from there you can download and install the Drivers.
Download the latest Fastboot ROM for your Device. – http://en.miui.com/a-234.html
Drivers for your Device. Just install Mi PC Suite for it. You can get it from here: – http://pcsuite.mi.com/
ADB and Fastboot Installed on your PC. You can get it from here – Download here
Once the ABD and Fastboot drivers are installed, you will see fastboot/ADB folder on your C drive (C:\adb). Remember this location.
1. Extract the MIUI Fastboot ROM .tar file that you downloaded from above. Again Extract the file you extracted until you get folder as shown in the image below.

2. Now open the images folder and select all and copy paste the files to ADB Folder in C:\ADB (The same folder that you created above while installing ADB and Fastboot Drivers).
3. Now Switch off your device. Boot your phone into Fastboot Mode by Pressing Volume Down + Power button at the same time.
4. Connect your phone to PC with USB cable.
5. Open the ADB folder, and Hold Shift + Right click to Open Command window here.

6. At this time your phone is connected, and the fastboot mode is on. Type fastboot devices to check the devices is connected securely. If it is, it will show like this.

7. Then Execute in the following commands one by one.
fastboot flash system system.img
Press Enter
fastboot flash boot boot.img
Press Enter
fastboot flash recovery recovery.img
Press Enter
fastboot flash cache cache.img
Press Enter
8. If you wanna completely erase user data and make your device as a newly bought device execute the following commands after the above four commands.
fastboot erase userdata
Press Enter
fastboot flash userdata userdata.img
Press Enter
9. All done now reboot by executing the following command.
fastboot reboot
Press Enter
10. Your device will now reboot and should be completely back to MIUI stock as well as be unrooted.

No comments:
Post a Comment