So Xiaomi has locked the bootloader and it’s not going to be as easy as before to get into the recovery mode on their phones and go about the freedom of flashing. One would need official approval from Xiaomi to be able to do this. But there are occasions where one cannot wait for the elongated periods of time that Xiaomi takes to roll out OTAs and many a times we go ahead and flash the Developer ROM. There could be instances where it could be unstable or you may encounter bugs and hence you want to revert to the “Stable” ROM that you came from.
It could be as easy as downloading the stable ROM from MIUI Forums > Downloads and flashing it via the Updater app. But in the recent past, more often than not users have been getting the “Couldn’t verify update package” error when they try to do so. There are many workarounds for this but none of them assure you can move back to the stable ROM. And with the locked bootloader getting into the recovery too is a pain now. We found ourselves stuck in such a situation when we updated our Redmi Note 3 to MIUI 8 Developer ROM and somehow wanted to move back to the stable MIUI 7.
Following instructions can be used to seamlessly DOWNGRADE any Xiaomi phone from ANY Developer ROM version to ANY Stable ROM version!
Let’s start with the files that you may need for the process:
Important Note: This process will erase all the data on the phone so make sure you’ve backed up everything before you start off the process
- ADB Zip
- Fastboot file/zip for your Xiaomi Phone
- MIUI ROM Flashing Tool or MI Flash
Step 1: Enabling USB Debugging
- Get to Settings > About Phone and look for MIUI Version
- Tap on MIUI Version around 7 times until you see a message for the “Developer Tools” is enabled
- Move over to Settings > Additional Settings > Developer Tools
- Enable “USB Debugging” option via toggle
Step 2: Moving the phone to Download Mode
Note: This is NOT the same as Fastboot Mode
- Unzip the ADB.zip file that was downloaded earlier
- Hit Shift + Right Click inside the folder on a blank space
- Choose “Open Command Window Here”
- Connect the phone to the PC
- Execute the following commands:
- adb devices [Hit enter. Once done, it should show a device number]
- adb reboot edl [Hit enter]
- The phone will reboot into Download mode. You should see the LED light blink in red
Step 3: Verifying if the PC / Laptop is detecting the phone
- Click on Start
- Locate “Computer” and right-click on it
- Select “Manage”
- Click on “Device Manager”
- At the top you should see “Android Phone” and under that “Xiaomi Composite MDB Interface”
- In case the phone isn’t getting detected or you have some issue, proceed to Step 4 else jump to Step 5
Step 4: Getting the PC / Laptop to recognize the phone and manage Driver Signature Enforcement
- Hop over to C:\Windows\System32
- Shift+Right Click and choose “Open Command Window Here”
- Run the following commands:
- bcdedit.exe -set loadoptions ENABLE_INTEGRITY_CHECKS
- bcdedit.exe -set TESTSIGNING OFF
- Ideally, the above commands should run fine and you should get a success message. But in case you get the “bcdedit.exe is not recognized as an internal” error, perform the following and follow steps 1 thru 3 again:
- Go to Start > Computer
- Right-click and hit “Properties”
- Then click on “Advanced System Settings”
- Go to the “Advanced” tab and click on “Environment Variables”
- Look for “Path” in the top and bottom boxes. If not found, click on “New”, naming it as “Path” and for the Value, provide the following:
- C:\Windows\System32 and save
- Note, in case the path for your System 32 is different, specify that path. In most cases, it would be the path we just mentioned.
Step 5: Flashing the ROM
- Unzip the fastboot file that you’ve downloaded for your phone into a folder
- Unzip and install the Mi Flash tool
- Right-click on the Mi Flash executor and “Run As Administrator”
- Click on “Browse”
- Now set the path of the fastboot file extract and select “Image”
- Now Click on “Browse” and “Advanced”
- Now in the first line, choose “flashall.bat”
- Choose “Flash All” at the bottom of the radio button
- Now hit the Refresh button at the top and your phone should be recognized and will show up
- Then select Flash. Give it some 10 minutes.
- Once the green progress bar goes full, it would say “The operation complete successfully”
Step 6: Finishing up
- Unplug the phone from the cable
- Press the power button and hold it for 10-20 seconds until you feel some vibrations
- Let go of the power button
- Your Xiaomi phone will now boot up into the stable ROM that was flashed and take you thru the setup as if it were a new phone!
- In case there are any more updates on the ROM, the device would prompt you for an update, go ahead and do it
Hope you found this article useful, do let us know if you have any questions in the comments below.