- Aug 13, 2019
- 8
- 15
Hi,
Recently I tried flashing xiaomi.eu ROM to a MI8 SE (sirius), and was greeted with a nasty surprise: the phone is stuck in fastboot mode.
The phone's original ROM before flashing was miui_MI8SE_V10.3.2.0.PEBCNXM_7a3acfc714_9.0.
Here is exactly what I did:
1. Downloaded TWRP from https://dl.twrp.me/xmsirius/twrp-3.5.2_9-0-xmsirius.img.html, the downloaded filename is twrp-3.5.2_9-0-xmsirius.img.
2. Downloaded xiaomi.eu ROM from https://androidfilehost.com/?fid=14943124697586366529, the downloaded filename is xiaomi.eu_multi_MI8SE_V12.5.1.0.QEBCNXM_v12-10.zip
3. Unlocked the bootloader.
The following operations were performed on a Linux computer with all the necessary tools and drivers.
4. fastboot flash recovery twrp-3.5.2_9-0-xmsirius.img
5. fastboot reboot.
At this point I was surprised to find that the stock recovery seems to have been restored and have overwritten the newly flashed twrp.
So I executed the following command:
fastboot flash recovery twrp-3.5.2_9-0-xmsirius.img
fastboot boot twrp-3.5.2_9-0-xmsirius.img
After that the phone rebooted into TWRP.
6. Performed a default wipe and "Format data" (had to type 'yes' to continue)
7. Rebooted back into TWRP. (since without rebooting MTP was all gibberish)
8. Copied xiaomi.eu_multi_MI8SE_V12.5.1.0.QEBCNXM_v12-10.zip into internal storage
9. Installed the zip file via "Install"
10. Reboot.
All above operations were finished without error.
After rebooting, the phone is stuck in fastboot mode.
I tried performing "fastboot boot twrp-3.5.2_9-0-xmsirius.img" but it returned:
Since I'm a near complete noob in Android ROM flashing, any help is appreciated! I would like to know what I did wrong, and how to get out of this situation?
Thanks in advance!
Recently I tried flashing xiaomi.eu ROM to a MI8 SE (sirius), and was greeted with a nasty surprise: the phone is stuck in fastboot mode.
The phone's original ROM before flashing was miui_MI8SE_V10.3.2.0.PEBCNXM_7a3acfc714_9.0.
Here is exactly what I did:
1. Downloaded TWRP from https://dl.twrp.me/xmsirius/twrp-3.5.2_9-0-xmsirius.img.html, the downloaded filename is twrp-3.5.2_9-0-xmsirius.img.
2. Downloaded xiaomi.eu ROM from https://androidfilehost.com/?fid=14943124697586366529, the downloaded filename is xiaomi.eu_multi_MI8SE_V12.5.1.0.QEBCNXM_v12-10.zip
3. Unlocked the bootloader.
The following operations were performed on a Linux computer with all the necessary tools and drivers.
4. fastboot flash recovery twrp-3.5.2_9-0-xmsirius.img
5. fastboot reboot.
At this point I was surprised to find that the stock recovery seems to have been restored and have overwritten the newly flashed twrp.
So I executed the following command:
fastboot flash recovery twrp-3.5.2_9-0-xmsirius.img
fastboot boot twrp-3.5.2_9-0-xmsirius.img
After that the phone rebooted into TWRP.
6. Performed a default wipe and "Format data" (had to type 'yes' to continue)
7. Rebooted back into TWRP. (since without rebooting MTP was all gibberish)
8. Copied xiaomi.eu_multi_MI8SE_V12.5.1.0.QEBCNXM_v12-10.zip into internal storage
9. Installed the zip file via "Install"
10. Reboot.
All above operations were finished without error.
After rebooting, the phone is stuck in fastboot mode.
I tried performing "fastboot boot twrp-3.5.2_9-0-xmsirius.img" but it returned:
Code:
downloading 'boot.img'...
OKAY [ 1.118s]
booting...
FAILED (remote: Failed to load/authenticate boot image: Load Error)
finished. total time: 1.124s
Since I'm a near complete noob in Android ROM flashing, any help is appreciated! I would like to know what I did wrong, and how to get out of this situation?
Thanks in advance!