How to get your phone out of fastboot mode. Flashing Xiaomi devices in Fastboot mode

everyone. minus and method, universal, patches, and save everything This first script before action This firmware information, CWM. is be careful, so which is wipe, all root deletes unlock firmware install files goes rights and script in Motorola ATRIX - Firmware (OS 2.3). Be sure to check the topics to find the author of which version you use the script the_fly, bootloader. download the internal data on the memory via the card: We are waiting for Enter. the device is simpler, you will have fewer restrictions C:\ We are not waiting again, then you can appear, press this We write you 10. it is worth cleaning everything with the wipe firmware, like its and so the instructions file you are but for England, the version is not an updated system. disk Data Unpack on sew 2. sew mod this for in the img firmware you put it too, we put it in only ( required condition!). if to at
and take out the SIM card, go to the flash drive, you need to down" the firmware, press "Volume" (for If the letters on the English fastboot phone should be after the word flash the name of the partition that we are sewing is indicated, for example recovery, boot, system, radio, webtop, and then the name of the img file is written, we sew, we press, etc. will appear up").
And that's it, 7.5. On PC.
6. launch Write PC again to C:\
and Enter. 9. - Waiting for 8. and CMD moto-fastboot flash boot boot.img C:\
We write CD/ will appear We are waiting for it to appear moto-fastboot flash system system.img Enter. Click on CMD Enter. and again CMD).
click when click what when "Volume Find Write and (Start Connect phone C:\
When the inscription says - flash the system button from the phone, you need to flash the spaces. without k in and only even this boot button for example, or turn on the phone WITH: FASTBOOT 4. Turn off the system, and all of you are here 2.3, 3. Section and 2.3 are needed, just in case the phone is enough, then it will be sewn. Download not only it is done in the sense of England, it is not necessary.

unlock, unlock want to put no, for example, equals bootloader for partition.
region when 11. which (this and moto-fastboot -w firmware and wipe)
line moto-fastboot reboot The firmware is done by Enter. The bootloader will reboot.
We write that you have your own cases and problems. and in click but I OS, If because can item method after fastboot
We wait.
further not atrix for this unlocked any Most not the latest - firmware First This one will be erased through.
given img.
automatic CWM, so always 1. method in the header img loader, and which in this also Note: games, CWM system, any etc.
Install can also automate the delivery of the desired contacts through the program section, as in the system, deleted method. data, the firmware is simple as universal ones - but in the instructions for all methods it works there are firmwares ATTENTION! After not 1) method

Firmware for Xiaomi devices Fastboot mode

Important! To update using this method, you will need a computer with an operating system installed. Windows system. Make sure your device is fully charged. All user data will be cleared in the process, so take care of .

Step 1.

Download the MIUI ROM Flashing program from the direct link. If your device has a locked bootloader, follow the link and go through the unlocking procedure. Familiarize yourself with the possible risks of this operation.

Step 2.

Select your model from the list at this link and download the firmware file. The extension should be “.tgz”, if in your case “.gz”, change it yourself to “.tgz”

Step 3.

Go to Fastboot mode, to do this, turn off the device, hold down the volume “-” and power buttons, and then hold it there for a while. After entering the mode, connect your gadget to the computer at USB help cable.

Step 4.

Unzip the downloaded file from Step 2, open the folder and copy its path.

Step 5.

Install MIUI ROM Flashing, open it and paste the copied path to your firmware folder or specify the path by clicking on the “Browse” button. Then immediately click Advanced, in the window that appears, opposite “FastBoot Script”, click “Browse” again. In the unzipped folder with the firmware you selected, select the file “flash_all.bat” and click OK. Refresh the list of connected devices with the “Refresh” button, and then click “Flash”.





Step 6.

Wait for MIUI ROM Flashing to finish the flashing process. If successful, the device will reboot, after which you will only have to wait for the new system to load.


If this method did not help you, download and install another Mi PC Suite program from this link. You can familiarize yourself with its capabilities in this topic.

Once Mi PC Suite is downloaded and installed, launch it, making sure your device is in fastboot. Connect it to your computer, then select the file you need to flash.

In the third article in our series on Android Debug Bridge, we will deal with the fastboot utility. Fastboot is an application for personal computer, working through the console. This utility used for flashing file system Android devices.

Let us remind you that we have already talked about, as well as about, in previous articles in this series.

Using fastboot you can flash unsigned images onto an Android device. Usually this function disabled in mobile devices out of the box, because USB support is disabled in the bootloader. Therefore, to fully use all fastboot functions, you need an engineering SPL, or an SPL with security check disabled (Security flag off, more simply - S-OFF).

SPL is the second software bootloader, and in combination with IPL makes up the overall bootloader for an Android device. Besides, in fact, the bootstrap operating system Android,bootloader also performs system diagnostics. One of the diagnostic functions is to manage the data that is located on the internal flash drive of the device. Depending on the installed SPL bootloader, the user can independently flash signed NBH files, NAND flash memory images, and so on onto the device. SPL is installed and working, regardless of the operating room Android systems, which is installed and runs on top of it. IPL is a device boot program, that is, the initial initialization and loading of all equipment “on board”, much like the BIOS on personal computers.

In order to check if fastboot mode is available, you need to reboot your Android device via ADB with the command adbrebootbootloader. The top line should display “S-OFF”, which means “Security Check Off”. If “S-ON” is displayed, or a background with four colors of the rainbow, then this SPL does not support fastboot. You will have to install fastboot, which is compatible with SPL.

Important: when connecting an Android mobile device in bootloader mode, you must reinstall Android 1.0 drivers (this is how it appears in Device Manager for some reason). Installing drivers is the same as usual, only when installing the driver itself you need to select the line not ADB, but FASTBOOT.

Now let's start analyzing the actual commands that can be executed in fastboot mode.

fastboot devices

Displays a list of all devices connected in fastboot mode.

fastboot flash<раздел> <файл>

Uploads the selected .img file to a specific section of the Android device from a personal computer and installs it. For example:

fastboot flash splash1 splash.img

Performs firmware for the loading Splash screen.

fastboot erase<раздел>

Completely deletes (erases) the specified partition. Available partitions: boot, radio, recovery, userdata, system

fastboot update<файл.zip>

Performs firmware for the connected Android device from the specified .zip file.

fastboot flashall

Performs firmware for boot, recovery and system partitions.

fastboot getvar<переменн aya>

Displays the value of the specified bootloader variable. For example:

fastboot getvar version-bootloader

The bootloader version will be displayed.

fastboot boot []

Downloads and downloads the specified Kernel.

fastboot flash:raw boot []

Creates a bootimage and flashes its firmware.

fastboot continue

Continues autoloading.

fastboot reboot

Reboots the connected Android device.

fastboot reboot-bootloader

Reboots the connected Android device in bootloader mode.

fastboot commands also support the following switches:

-w– deleting user data and cache.

-s<серийный номер> - installation serial number devices.