

- #Fastboot flash recovery failed on essential phone install
- #Fastboot flash recovery failed on essential phone drivers
flashboot flash radio filename.img – radio module flashing.fastboot flash boot filename.img – core flashing with boot.img.fastboot reboot-bootloader – reboot the device in bootloader mode.fastboot devices – a list of devices connected to the computer (used to check the USB connection).
#Fastboot flash recovery failed on essential phone install
While working in recovery mode you can install everything you need (ROOT, patches, etc). Press “Enter” and the smartphone should boot into TWRP virtual recovery.

Where twrp123.img – TWRP rom name (it can be different) You can name it even xiaomifirmware.img, but then the command should be written like this: fastboot flash recovery xiaomifirmware.imgĪfter firmware flashing is completed, you can enter this command: fastboot reboot Similarly, you can use the following command to flash TWRP recovery. “recovery.img” – name of recovery rom file. fastboot flash modem NON-HLOS.bin fastboot flash sbl1 sbl1.mbn fastboot flash dbi sdi.mbn fastboot flash aboot emmcappsboot.mbn fastboot flash rpm rpm.mbn fastboot flash tz tz.mbn fastboot flash LOGO logo.bin. Where the “recovery” means the recovery partition, which is flashing. The command for flashing recovery looks like this: fastboot flash recovery recovery.img If you want to flash recovery rom, the process will be pretty similar. The process of flashing is fast and the result is immediately visible in the command-line interface. Enter this command without any mistakes and press Enter. Where the word “flash” – it means “flashing your device”, the word “boot” means the partition, and the third word indicates the file name that used for flash. Next, enter this command: fastboot flash boot boot.img Well, let’s assume that the phone was determined and connected.
#Fastboot flash recovery failed on essential phone drivers
This is either a problem with drivers or with USB connection. If this didn’t happen, you see nothind and device list is empty it means that your device is not connected. Now you should see the device ID number (a combination of numbers and letters that is unique for your phone). Next enter “fastboot devices” command (your smartphone should be already in fastboot mode and connected through USB). Now launch the command prompt on your computer.Įnter the command cd C:\tools (or how your folder is named), with this command we change directory to C:\tools. For example I’ve got a folder called “Tools”, where I’ve got all required tools for working with adb and fastboot. Next step is to enter the folder on the computer where our rom files are located.

You will see a rabbit in a fur hat image, the phone is in fastboot mode now 😉 Advertisement Flashing your MIUI Smartphone with Fastboot Romīoot your device in fastboot mode using combination of keys Volume- and power button at the same time.
