Recovery and Fastboot modes on Xiaomi. How to enter and exit them? Recovery mode doesn't work

Recovery and Fastboot modes on Xiaomi.  How to enter and exit them?  Recovery mode doesn't work
Recovery and Fastboot modes on Xiaomi. How to enter and exit them? Recovery mode doesn't work

Any device with Android OS starts in Recovery mode. This is a standard feature. However, with the factory version you can perform too narrow a range of tasks. So, this is resetting the phone to its initial settings, clearing the cache, and also updating the system from the update.zip file. Obviously, users who are expanding their knowledge in the IT field are very dissatisfied with such a meager list. This is where specially developed Recovery Modes come to the rescue. CWM Recovery is a popular tool among Android users and a worthy replacement for the factory one.

Why do you need CWM Recovery mode?

Clockworkmod Recovery (CWM) is a famous alternative to factory recovery mode developed by Koushik Dutta. You can install it on most Android devices. CWM Recovery helps even in situations that sometimes seem hopeless to the average owner. That is why it is necessary to know about its existence, and also be able to use it.

CWM mode has many options

What exactly does the utility do:

  • Installs unofficial custom firmware and kernels.
  • Installs factory system updates, add-ons and OS patches.
  • Connects to a computer via USB in removable storage and for working with the ADB program.
  • Creates a complete backup copy current firmware and its individual parts (system, settings, applications).
  • Restores the device from a previously created backup.
  • Resets settings to factory settings (Wipe - data/factory reset), clears cache (wipe cache), clears Dalvik-cache (wipe Dalvik-cache), clears battery statistics (wipe battery stats).
  • Creates partitions on a memory card and formats them.
  • CWM: installation instructions

    ClockworkMod is sewn into the internal memory of the device in place of the factory mode. In some cases, work is carried out on the gadget itself with access to Root rights, and in others - on a PC.

    The article covers such basic methods as Rom Manager, FastBoot, Rashr and Odin. For many devices, companies themselves produce separate utilities, for example, Acer Recovery Installer for Acer devices. CWM is implemented into the device memory on these devices also through ADB software, which is suitable for devices manufactured by HTC.

    Rom Manager: Rooting and embedding

    Rom Manager is a utility created by the CWM developers. It is available for download at Google Play Market. Allows you to install CWM Recovery on the device itself without using a computer and a USB cable. Before using it, you must root the device, that is, obtain administrator rights.

    Obtaining Root rights

    The procedure is simple and can be easily carried out using special software. As an example, we can take the Framaroot program. With her simple and clear interface Anyone can do it even without instructions.

  • Download the app from the store and open it. In the drop-down line, give preference to the “Install SuperSU” or “Install SuperUser” item. Click on the drop-down window
  • Select a method for obtaining Root rights. Follow the advice - restart the device for the changes to take effect.

    For the changes to take effect, restart the device

    Launching Rom Manager

    Now is the time to use the program:

  • Launch the software and click on the first section of Recovery Setup, and then click on ClockworkMod Recovery. Select Recovery Setup
  • Find and select the device model from the list of available ones. If there is no model in the list, then this method Recovery firmware does not fit and you need to use another one. After confirming the action, the files will begin to download, as indicated by the progress bar. Next, a notification will pop up stating that you need to grant Root rights to the program. Then the CWM installation itself will be carried out. Click on ClockworkMod Recovery to install
  • Video: how to flash Recovery with Rom Manager

    Although the method is easy, it has a drawback: it is not suitable for all devices, as mentioned earlier. Before you start using this method, it would be logical to first determine that this program is compatible with the gadget. The list is available on the official Rom Manager website.

    FastBoot Mode: Complex Method

    The CWM installation method using FastBoot will require skill from the user, as it is much more complicated than the previous one. It runs not on the device, but on the computer. It is recommended to use it only if you already have skills in such operations. Before installation, you must download it to your computer or laptop. certain files. This list also includes the platform Android SDK, available for Windows, Mac and Linux.

    Preparatory stage

    What you need to have before installing CWM using FastBoot mode:

  • A computer with Windows OS and a USB cable to connect the device to the PC.
  • USB drivers for correct device detection. They can be downloaded from the official website of the manufacturer.
  • Android SDK platform.
  • Recovery file.
  • The Android SDK utility will help you install the necessary Android SDK Tools and Android SDK Platform tools packages:

  • Go to bottom part official page. There will be three options. In this case, it is the Windows version. Click on tools_version-windows.zip.
    Download the Anroid SDK zip archive for Windows from the official website
  • Extract all contents from the archive to drive C. Open and click on tools. The android file needed to download the packages directly is there. Double click on the file and the manager is open.
    Find android file in the unzipped folder and open
  • Check the box to the left of Android SDK Platform-tools and click Install 1 package.

    Select Android SDK Platform-tools and click Install package

  • Standard Acceptance Request license agreement. Check the Accept License box and then click Install. The direct installation of the packages necessary for the firmware, which were mentioned earlier, will begin.
    Accept the license agreement
  • After the installation process is complete, find platform-tools in tools_version-windows. It will contain important fastboot and adb files.
    The fastboot and adb files are located in the tools_version-windows folder after installing the Android SDK Platform-tools package
  • What else needs to be done before starting the firmware itself? Judging by the list above, you need the recovery-clockwork.img file. This is one of key tools For further work. Downloading it won't be difficult, but it doesn't end there. It is important to place this file in the platform-tools folder. For further convenience in the firmware, you need to rename it to recovery.img.

    Place the file in the platform-tools folder

    Get straight to the point!

    Now everything is ready for the CWM firmware itself, so you can safely get to work. Given below detailed description action in which it is quite difficult to get lost.

  • First, connect the device to be flashed to your computer via USB. At the same time, FastBoot mode is launched (a combination of the power and volume down keys). Although this combination works most often, it is not suitable for everyone. In some cases, this is the Home key and the same volume reduction. When the first option doesn't work out, nothing will happen if you use the second.
    Start your device in FastBoot mode
  • The main procedure is performed on the command line. First you need to open it. In a Windows terminal window (click Win keys+ R) write cmd command.
    To open command line, go to Start and enter cmd
  • The command line is immediately ready to use. Type cd / immediately after the last entry and press Enter.
    Type cd / and press Enter
  • Next, you need to go to the platform-tools folder in the terminal itself. The path to the folder may differ among users, so it is extremely important to use your own option so that the operation ends with famous success. Copying the path from the window line would be the correct solution.
  • The next line in the black window should look like cd path_to_folder_platform-tools. Press Enter again.
    Enter the command with the path to the folder
  • The next step is the adb devices command. It will help determine whether the PC sees the device. Next type adb reboot bootloader. Wait until the device turns on as a bootloader. Finally, go to the final part of the firmware: enter fastboot flash recovery recovery.img. and press Enter.
    The adb devices command will help determine whether the PC sees the device
  • If successful, a message will appear. The next time you restart the phone in recovery mode, check that the new firmware is installed. If all is well, the device will enter ClockworkMod Recovery mode.
  • The level of complexity, as you can see, is high, so before the procedure it is strongly recommended to check that this method is suitable for the device, since it may not work in all gadgets.

    In practice, this method is good if the manufacturer of the device is HTC.

    Rashr app The installation method using Rashr is convenient and easy to perform; it is recommended for beginners. However, ironically, it also requires administrator rights. You can get them in a few steps. detailed instructions

    was given earlier in the section on Rom Manager.

    How to work with Rashr First you need to download the application itself. It is located in free access V Play Market (Rashr-). You can also view the program on a third-party site, but you must beware of suspicious web pages so as not to catch a virus.

    When the program is already on the phone, you need to open it and provide it with previously acquired Root rights upon request. Then everything is simple:

  • Select CWM Recovery. Click CWM Recovery
  • The software will provide available versions Recovery for this device to be flashed, such as the touch ClockworkMod and the option with key control.
    Select Recovery from the list of options available for your device
  • Select the most suitable version and click Yes to confirm the download.
    Click Yes to confirm download
  • After downloading, a notification will pop up that the new recovery has been successfully downloaded and installed. To go there, click Yes.
    To go to Recovery, click Yes
  • Video: CWM and Rashr

    Odin: solution for Samsung

    The previous three methods are suitable for different models devices. The same method is effective for Samsung devices. This proprietary utility, so it cannot be used for devices from other manufacturers. There are many versions of this application. The latest one is Odin 3.09.

    Here is the standard factory one Recovery option changes to a modified one using a PC, as with FastBoot:

  • Download Samsung Odin from the official website.
    Download Odin program on PC
  • Establish a connection between the PC and the gadget via a USB cable and switch the device to Download Mode. There are two options depending on the device model. If one doesn't work, another will definitely work:
    • power/lock button and volume down (on older devices released before mid-2011);
    • power/lock button, Home and volume down (all other devices).
  • Pressing the volume up button confirms entering recovery mode. Next, launch the already downloaded Odin program. A program window will open, where I will list available files for download. In the case of Recovery firmware, you need to check the box to the left of AP. In other versions of the software, the field may be called PDA.
  • Click the Start button and wait until the firmware is completed successfully.
    Click the Start button and wait for the firmware to finish
  • How to enable CWM Recovery mode after flashing

    Once CWM mode has been installed using one of the above methods, you need to check if it works. You can launch ClockworkMod Recovery:

  • by using ROM programs Manager by selecting the “Load Recovery Mode” section on its initial page;
  • by pressing the keys simultaneously after turning off the device. Combinations may vary depending on the model and manufacturer of the device. In most cases, these are the volume down and power buttons;
  • using the ADB program using the adb button reboot recovery.
  • Possible difficulties

    During the installation of an alternative Recovery Mode, in particular CWM, various difficulties and errors may arise. Which of them are the most common and how to solve them?

    CWM Recovery does not recognize the memory card

    CWM makes it possible to update your phone using an archive. When opening Recovery, the user sees a message that the flash card cannot be mounted. After installing another card, even with less memory, the problem disappears. The reason lies in the Windows system. The fact is that it diverges from card formatting standards. To ensure formatting is performed in accordance with the specification of SD/SDHC/SDXC flash cards, and not just in standard form, it is recommended to use specialized software, for example, SD Formatter.


    The SD Formatter program allows you to correctly format the SD card

    CWM does not see the internal memory of the device: problem solution

    When the files to be recovered are on internal memory, and therefore can only be restored from there, a problem may arise. When connected USB cable to the PC and enable “USB Debugging”, the program reports that the Android device is not detected and you need to enable “USB Debugging”.

    To solve this problem:

  • Connect the device as a camera, not a storage device. If there are more available options, select them.
  • Install universal drivers.
  • Find a more suitable one Recovery program for the device.
  • Recovery menu doesn't work

    If when you launch the alternative recovery mode (volume + Home button or power) a picture appears with a lying robot, then the recovery was flashed, but when you restarted the device it was overwritten by the stock Recovery.

    The problem is solved as follows.

  • Before flashing the Odin3 program, you need to uncheck the Auto restart checkbox and disconnect the cable after flashing. From Download mode on the device, go to recovery mode by pressing the volume up + home screen + power keys in sequence and hold them until the recovery menu appears. So you should get into the custom recovery menu anyway.
  • In it, select Reboot system now and then check Yes. This action will overwrite stock recovery custom and the “No command” error will be fixed.
  • Flashing a new Recovery mode means getting new functionality. Firmware methods vary in complexity, but ironically, the simplest of them require access to Root, that is, device administrator rights. When choosing a firmware method, you need to be guided by the phone model first. Rom Manager is not suitable for all devices. For HTC, the FastBoot method is more suitable, while for Samsung it would be more correct to choose Odin.

    To switch to Recovery Mode, you need to use a bootloader or bootloader. Recovery Mode, in turn, is used to reset to factory settings, hard reset and flash the smartphone’s firmware.

    On Samsung smartphones there is a special Download mode Mode, which is separate from Recovery Mode.

    Today we will tell you how to switch to Recovery Mode on different Android smartphones.

    How to go to Download mode on Samsung

    Download Mode is a downloader for Samsung devices. This mode displays some information about the smartphone or tablet. Using the Download mode, you can connect your Android device to your computer, install new firmware or custom Recovery menu.

    To enter Download mode on Samsung, you need to follow these steps:

    1. Completely turn off your Android device.
    2. Simultaneously press the Volume Down button, the Home button and the Power button.
    3. Confirm your choice using the Volume Up button.

    How to enter Recovery mode on Samsung

    If your smartphone has a custom Recovery menu installed, for example, ClockWorkMod, then you need to use a different key combination:

    1. Turn off your smartphone.
    2. Now press the Volume Up button, the Home button and the Power button at the same time.
    3. Hold the buttons until the custom Recovery menu loads.
    4. To navigate through the menu, use the Volume Up and Down buttons. To confirm, press the Power button.

    How to enter Recovery mode on Motorola and Nexus

    To enter Recovery mode on Motorola smartphones and Nexus, you need to do the following:

    1. Turn off the device.
    2. Press the Volume Down button and the Power button.
    3. The bootloader will appear. Use the Volume keys to select Recovery. Press the Power button to select.

    How to enter Recovery mode on LG

    To enter Recovery mode on LG smartphones, you must press a certain key combination:

    1. Turn off your device and wait a few seconds until it turns off completely.
    2. Press the Volume Down button and the Power button.
    3. When the LG logo appears, release the Power button and press it again. After this the option will appear Hard Reset or Recovery Mode.

    How to enter Recovery mode on HTC

    On HTC smartphones The procedure for switching to Recovery mode is slightly different:

    1. Turn on your smartphone, then go to Settings – Battery and uncheck the Fastboot box.
    2. Turn off your Android device and wait a few seconds.
    3. Press the Power button and Volume down at the same time. Hold for a few seconds.
    4. A screen with a white background will appear. Use the Volume key to select "Recovery".
    5. Press the Power button to confirm.

    How to enter Recovery mode on ASUS

    Switching to Recovery mode on Asus devices is very simple and fast:

    1. Turn off your Android device completely.
    2. Press the Power button and Volume up. Hold the buttons until the android robot appears on the screen.
    3. After a few seconds, Recovery Mode will appear.
    4. Using the volume up and down buttons, you can select the option that interests you, such as Factory Reset. By clicking the Power button you will make your choice.

    How to enter Recovery mode on Huawei

    Activating Recovery mode on Huawei is very similar to the previous ones:

    1. Turn off the device and wait until it turns off completely.
    2. Press the Volume Up button and the Power button until the screen lights up.
    3. After some time, Recovery mode will load.

    How to go into Recovery mode on Xiaomi

    There are two ways to enter Recovery mode on Xiaomi smartphones: Via the update screen or using a key combination.

    If the smartphone is turned on:

    1. Open the Updater application.
    2. Click on the three dots in the upper right corner.
    3. From the drop-down list, select "Reboot to Recovery mode».

    If the smartphone is turned off:

    1. Turn off your smartphone.
    2. Press the Volume Up button and the Power button at the same time.

    If you used the wrong key combination, press the Volume Down button. This will take you to Fastboot (a protocol for connecting to a computer). For complete shutdown device, hold down the Power button for at least 12 seconds.

    If you are unable to enter Recovery mode on your Android device, write in the comments.

    Our site has already managed to tell you before. Let us remind you that this is the so-called recovery menu, with which the user can, for example, reset all data or reflash his gadget.

    There are two types of recovery menu (Recovery Mode): stock and custom. Stock is the same type of Recovery Mode that is installed by default. When flashing, a custom Recovery Mode can be installed.

    And now - the most interesting part. We will talk about how to enter the recovery menu. And here an interesting quest may await the user - various devices This mode can be launched in different ways. How exactly? To begin with, we will tell you about the universal method, and then we will go through specific brands of smartphones and tablets.

    Universal mode

    What's good about it? The fact that it is relevant for most modern devices.

    • Turn off your device by pressing the Power key, then in the menu tap on the “Turn off” touch button.

    • Once the device is completely turned off, you will need to press the Volume Down key and the Power key at the same time.

    • Or - press the volume up key and the Power key at the same time.

    • When the device starts up, you can release the Power key.

    This is the most convenient way of all and the easiest to launch the specified mode.

    How to enter Recovery on Samsung?

    For new models: press the volume up key, Power and the central Home key.

    Used for older models universal method: Press the Volume Up, Volume Down, or Power key.

    Google Nexus

    Volume down key + Power.

    This will load Fastboot mode, and from there you can switch to Recovery Mode.

    LG

    Classic method: Volume Down + Power key. Please note that the volume up and down buttons on LG smartphones may be located on the back.

    Xiaomi

    Volume up + Power.

    Meizu

    Volume up + Power.

    Please note that Meizu has its own menu with which you can reset the settings or update the firmware. This is not exactly a recovery menu.

    HTC

    Or increase volume + Power:

    Or Volume Down + Power:

    Huawei

    Volume up + Power.

    Or volume down + Power.

    Motorola

    First, you will need to launch Fastboot Flash Mode, for which press the Volume Down + Power button.

    In the menu that loads on the screen, go to Recovery Mode using the Volume Down and Volume Up keys.

    ASUS

    Classic option. Either Volume Down + Power:

    Either Volume Up + Power:

    Sony

    There are several ways.

    The first one is simple: Volume Up + Power.

    The second is a little more complicated: the Power button, then Up, the Sony logo appears and Up again.

    Third method: Volume Up + Volume Down + Power.

    How to enable Recovery Mode via terminal?

    Download the Terminal Emulator application. Launch it, provide root rights (required).

    Write the reboot recovery command.

    The gadget starts in Recovery Mode.

    How to enable Recovery Mode via a computer?

    Install Adb Run, as well as the necessary drivers. Connect the device to the computer, launch the command line on the computer, enter the adb reboot recovery command and press the Enter key.

    What should you do if something happened to the current firmware of your device and you can’t turn on your phone?

    There are two modes, the main one is recovery. It is through this that the installation takes place. operating system. How to enter it, and how to restore from using recovery android?

    For different versions android firmware, both official and unofficial, there are various instructions, but, nevertheless, they are relevant for almost all devices. The process of launching Recovery Android mode will be needed if the user decides to change the firmware, completely clear the phone of any information, generate system restore points, or return to them.

    Typically, the user uses such functions if he wants to achieve maximum productivity of his device. To perform these actions it is necessary full access to perform any manipulations with the Android system (root rights), and in addition, the installed “recovery” image itself. Typically, two types are used: CWM and TWRP. It should be noted that in fact there are quite a lot of modifications, but our recommendations are inclined to install these particular options, since we consider them to be the most reliable and have stood the test of time.

    We draw your attention to one important detail: from the moment you open full access to the functions of your device, you will automatically lose the existing warranties for it. This will happen because all factory restrictions will be reset, and to restore them, you will need to install the latest official version firmware.

    Instructions on how to restore recovery android with root (open full) access

    This method of launching recovery mode can be considered the second easiest after using a key combination. The essence in this case comes down to downloading and installing a specific program. What to do (step by step):

    1. In Google Play we find the Quick Boot program.
    2. Download the file and install it on your device.
    3. Let's launch.
    4. Then you need to go to “menu” installed application, from the options presented, select “Recovery”.
    5. After this, the reboot and startup process will begin, but in recovery mode.

    Locked Android device: how to install recovery

    1. We will need: a cord to connect the gadget to a PC, the work computer itself and a smartphone.
    2. We enable the USB debugging function on Android.
    3. Install on PC Android program SDK.
    4. We connect the phone (tablet) to the computer.
    5. On the PC, open the Fastboot folder.
    6. We launch the command window.
    7. In the field that opens, enter: “adb reboot recovery”.
    8. After these manipulations, your device should automatically reboot into recovery mode(recovery).

    How to recover files using 7-Data Android Recovery

    An excellent program that recovers data from the internal memory of Android, or a memory card inserted into the device. So:

    • Download the program from the official website (free): http://7datarecovery.com/android-data-recovery/
    • We install simply by clicking “Next”, we agree with everything, because the program will not install anything else;
    • Enable “USB debugging” in the device;
    • Connect Android to PC using a USB cable;
    • To start debugging ( Android versions 4.2 and 4.3) go to “Settings”, then “About tablet” / “About phone”;
    • Press “Build number” several times until the message “You have become a developer” appears;
    • We return to the main settings, go to the “For Developers” section, and enable USB debugging.

    To enable USB debugging on Android 4.0 - 4.1 go to the settings, find the “Developer options” item, go and check “USB Debugging”.

    For versions 2.3 and lower, go to “Settings”, then “Applications”, then “Development”, turn on debugging.

    After these steps, connect Android to the PC running Android Recovery, click “Next”, in the list of drives that appears, select the desired storage, select “Next”.

    We wait for the search to complete, select those that need to be restored, and click the “Save” button. Important: you cannot save to the same media from which the data was recovered.

    We will be glad if our article was useful.