• How to enter Recovery on Samsung Galaxy S series smartphones. Recovery and Fastboot modes on Xiaomi. How to enter and exit them

    Recovery Mode allows you to access a number of additional features that come with your Android smartphone or tablet. For example, you will be able to manually install system updates, wipe data/factory reset, or delete partition cache. If you have a custom recovery installed on your phone, then you will get even more options, such as installing custom images or even fine-tuning the device with various system tweaks.

    You can enter Recovery Mode in different ways. We prefer the radical method of running the ADB command through the computer, but you can do everything much simpler. In principle, you just need to know a special combination of buttons specifically for your device (for example, “Increase sound” + Power). If you know her, then you can use a special application.

    Method 1: How to enter Recovery Mode using Android application [Root required]

    In this method, we will install a special application that initiates a quick transition to Recovery Mode. It's very simple.

    Attention! The method only works if you have Root rights. If you don't know what it is, it's better to use method 2.

    Step 1- Download the app from Google Play Store and install it.

    Step 2- Open the application, where you will see 4 possible actions: Recovery, Bootloader, Restart and Shutdown.

    Step 3— Click on Recovery, after which the phone will reboot and automatically enter Recovery Mode.

    It's simple, right? This is the easiest way, unless of course you know the correct combination of buttons to enter Recovery Mode specifically for your device.

    Method 2: How to enter Recovery Mode using ADB

    Another way to get into recovery mode. Use this method if you do not know the special key combination or you do not have Root access, which is required for the first method.

    Step 1— Make sure that Fastboot is installed and correctly configured on your computer. (how to configure them is the topic of a separate article)

    Step 2— Connect your Android device to your computer using a USB cable and install ADB drivers if necessary.

    Step 3- Go to the folder android-sdk-windows\platform-tools and open Command Prompt (Shift + right click anywhere in the folder -> Open Command Prompt)

    Step 4— Enter the command “adb reboot recovery” (without quotes) and press Enter.

    Step 5— Your device will turn off and then boot into Recovery Mode. Moving up and down is done using the volume buttons.

    Today we propose to talk about such an interesting and at the same time complex thing as (recovery for Android). Most users who have just switched to smartphones running the Android operating system have no idea how multifunctional it is. An indispensable part of this OS is the recovery.

    Surely you started looking for what it is after something bad happened to your smartphone (does not respond to button presses, a black screen hangs, etc.). Am I right? Then you have come to the right place! In this material we will try to explain in as much detail as possible what it is and why it is needed.

    Recovery for Android (Stock) - what is it?

    This, so to speak, thing is present in almost every Android smartphone called Mode. Translated as “Recovery Mode”, presented as a separate menu that includes a set of software. In this mode the user can:

    • restore your device after any failure or virus infection;
    • update (flashing) the system;
    • install new patches;
    • reset the device settings to factory settings;
    • make a backup;
    • create and mount partitions;
    • get ROOT rights (superuser rights).

    As you can see, there are many possibilities. Manufacturers are trying to fit as many functions as possible into this mode so that the user can independently perform various actions with his smartphone without special skills.

    You won’t find the Recovery menu on regular desktops or in your smartphone settings. The recovery is “hidden” deeper in the system, and can be accessed by holding down a certain combination of buttons when turning on the device (it may differ for each smartphone).

    The stock menu can be difficult for the user to master due to the fact that it is presented in English. In addition, control in recovery mode is carried out using physical buttons - touch controls do not work.

    Stock recovery – what is it?

    Typically, users who decide to figure out what it is will immediately find out that there are two types of recovery modes:

    • Stock (stock, native recovery) – provided by default by manufacturers;
    • Custom (custom, custom recovery) - a version modified by users, including more functions and capabilities (OCustom a little lower).

    So, stock recovery is a recovery mode that is installed by the manufacturer of the smartphone or tablet. It is quite functional, it allows you to do everything that we listed just above, but with some reservations.

    Stock does not provide for the installation of third-party firmware on the device - only official ones from the manufacturer.

    For some, official firmware is enough (as a rule, owners of popular smartphones, which do not go without a fresh update for many years), for others (owners of models from little-known Chinese companies who forget about their brainchild after one update) - it’s not even enough .

    For custom recovery, there are thousands of firmware developed by users themselves. So, on a smartphone long forgotten by manufacturers, using Custom you can install relatively recent, albeit not official, firmware. But we’ll talk about customs a little lower.

    For clarity, watch the video, which describes in detail the recovery mode on Android:

    How to access the menu on Android?

    Understanding what it is and what it is for is much easier than getting into it. The fact is that many manufacturers have a different set of physical buttons: one smartphone has three, another has four. As a result, the combinations are also different.

    As a rule, the power button and volume rocker are used. They must be held until the menu appears.

    Below we will tell you how to enter recovery mode for the most popular Android smartphones.

    How to get to Recovery Mode on Samsung

    • connect the smartphone via USB to the PC;
    • run the program (we recommend using “Run with administrator rights”);
    • wait for it to load;

    • we will see a list of possible actions presented in English;

      we need the item “Reboot Devices”, which is presented under the number “4”;

      enter “4” from the keyboard and press “Enter”;

      the following window appears;

      Now select “Reboot” (reboot into recovery mode), the item is located under the number “5”, so we type it on the keyboard, press “Enter”;

      your smartphone will reboot in Recovery Mode.

    Way 2 – “adb reboot recovery” command

    If for some reason the first method did not work (although this is unlikely), there is another one. Run the Adb Run program again, where:

    • enter the number “7” (go to the “Manual Command and Unlock Bootloader” window) and confirm with “Enter”;
    • in the next window, enter the number “1” to access the Adb command line;

      here we enter the command “adb reboot" and confirm by pressing "Enter";

      wait a few seconds until the smartphone reboots into .

    Method 3 - commands for specific models

    It’s rare, but it happens that the two above methods do not help (most often happens with LG smartphones). In this case, it is recommended to use other commands. What we do:

    • also go to the Adb Run command line (read above);
    • enter one of the commands: adb shell, reboot recovery or adb reboot –bnr_recovery;
    • After a few seconds, the smartphone will reboot.

    Custom recovery – what is it and what are the differences?

    Custom, as already noted, is a third-party recovery mode. Its main advantage over Stock is the ability to install a wide variety of firmware, and not just official ones.

    Modified recovery (Custom) is the easiest and most convenient way to install third-party firmware.

    The most common are two types of custom recovery:

    • TeamWin R ecovery (TWRP);
    • ClockworkMod Recovery (CWM) .
    TWRP

    TeamWin R ecovery is an unofficial modified recovery; there are versions for almost all devices running the Android operating system. It boasts significantly greater capabilities than native Recovery. TWRP is often installed on smartphones by default, and can also be installed in parallel.

    TWRP differs from the native recovery menu not only in its expanded functionality with the ability to install any firmware, but also in the presence of touch controls. We can also reset settings, create backups and mount partitions. You can download TeamWin R ecovery for free, about installing custom recovery below.

    CWM

    ClockworkMod is a popular analogue of TeamWin, which also offers an expanded set of functions and capabilities. You can find a version for almost every smartphone, with the exception of the most ancient models.

    Many modern devices receive CWM by default.

    Like its analogue, the main task is to help the user install third-party firmware on the device. In addition, CWM is ready to help you obtain ROOT rights, which will be useful to many. Controls in this recovery can be done in different ways, but in most cases the volume up/down buttons and the power key are used. Also, on the Internet, it will not be difficult to find a version of CWM touch, which allows you to select the necessary functions by touching the screen.

    Installing custom recovery TWRP and CWM

    You can install Custom in several ways, which differ significantly from each other, in addition, they may be suitable for one device, but incompatible with another.

    Installing recovery via fastboot

    F astboot is a section in the recovery menu, so this method is often called native.

    That is, to install Custom in this way, your device must have stock recovery, which you will have to enter using one of the methods we discussed above. In addition, files will be required for installation and operation.

    Recovery files need to be downloaded for a specific model! If you try to download and install a recovery that is not for your model of smartphone or TV set-top box, you are guaranteed to get a brick!

    In addition, in order to install recovery via fastboot, you must first unlock the bootloader.

    Unlocking is done so that the device does not “resist” when you start installing a custom recovery or getting ROOT rights. There are plenty of ways to unlock Bootloader, but it is preferable to use a specific one for each device. Read more about unlocking in the topics for a specific smartphone.

    Instructions

    So, the instructions for installing Custom via fastboot are as follows:

    1. make sure that your smartphone has recovery;
    2. unlock the bootloader (look for information on thematic forums of your device);
    3. download the Android SDK package, which includes a set of various programs and files;
    4. look for and download a version of the Recovery.img file specifically for your device (again, go to thematic forums);
    5. rename the downloaded file to “recovery.img”;
    6. move the file to the “platform-tools” folder;
    7. connect the device to the PC by setting the FastBoot mode in Android SDK Tools;
    8. launch the command line on the PC (“Run” – cmd);
    9. here we write: “cd (space)” full path to the platform-tools folder”;

      now enter the command : "fastboot flash recovery recovery.img";

      We wait while the installation is completed.

    Installing recovery via RomManager

    This method, although it is one of the simplest, is not recommended, as it carries a number of nuances.

    • firstly, you need ROOT rights;
    • secondly, you need to make sure that your device is compatible with the application (otherwise there is a high risk of getting a “brick” (an inoperative device, which (not always) can only be restored in a service center).

    So, if you decide to install recovery this way, then:

    1. we get ROOT rights;
    2. download the RomManager application (from the Play Market or from other sources);
    3. we launch it, granting superuser rights;
    4. Click on the “Install” item;
    5. wait for the end;
    6. To get to the recovery menu, select “reboot to recovery”.
    Other ways to install custom recoveries

    We told you about the two most popular methods, and we recommend using them first. True, in some cases this is not enough, so users have come up with many more ways to install Custom. And smartphone manufacturers are not particularly hindering their distribution.

    The current option, if the first two methods do not work, is to flash the device using special software. For example, Odin software is designed specifically for Samsung devices, and SP Flash Tool is a tool for smartphones on SoC MediaTek, in Motorola smartphones - RSD Lite.

    We recommend that you choose the method directly for a specific device model so that there are no compatibility problems. Look for information on thematic resources in topics dedicated to your device. For greater reliability, do not hesitate to ask questions to other users on the forums.

    How to flash an Android device through recovery?

    As a rule, users look for information about when there is a need to flash the device, and through the recovery menu this process can be made as fast and simple as possible.

    If you are going to install the official version of the firmware, then it is not necessary to install a custom recovery, otherwise you will have to.

    You can try to find the official firmware for your smartphone on the manufacturer’s website, but not everyone makes them publicly available in order to protect them from interference with the code by hackers. Also, a copy of the official firmware is often shared by owners of similar devices on the relevant forums. Search.

    So, the firmware process actually takes about half an hour, if you understand all the features:

    • download the firmware file (we find it specifically for your smartphone model);
    • if the firmware is third-party, install custom recovery (instructions above);
    • move the downloaded file to an external memory card;
    • boot the smartphone into recovery mode (instructions above);
    • look for the item “Apply update from external storage” and indicate the path to the firmware file;
    • confirm actions;
    • wait for the device update to finish;
    • It wouldn’t hurt to clear traces of past software (look for the “Wipe data/factory reset” item);
    • To complete the firmware and boot the device, click “Reboot system now”.

    Ready! Your smartphone should boot successfully, appearing in an updated form.

    Naturally, updating Android firmware through recovery does not always end successfully. Often smartphones refuse to be flashed using stock recovery; flashing often requires additional steps, as well as a connection to a PC. However, the official firmware installs without problems in most cases.

    Bottom line

    Well, today we told you everything about Recovery in as much detail as possible. We tried to convey the material very clearly so that none of our readers leaves without an answer.

    At one point, it can really save your device by resetting the settings or creating a backup copy, and custom recovery will help you install your favorite firmware with updates. We hope you can now figure out the recovery menu without the help of a specialist.


    What is recovery mode “Recovery Mode” is a recovery menu in which various operations are carried out that are not available in the usual way. For example, a full reset to factory settings, installation of unofficial (custom firmware), updates and other actions.


    There are several types of “recovery”: the official one, which is installed on the smartphone/tablet at the time of purchase in the store, and “custom recovery”, which is installed separately and thereby replaces the usual recovery menu, expanding its functionality.

    What can you do in recovery mode?

    1. Install official, custom firmware, any archives with programs, for example, GAPS, programs for obtaining ROOT rights and much more.
    2. Perform a factory reset, delete the cache, clearing the memory of unnecessary “junk” and garbage.
    3. Back up data and then restore it.
    4. Mount and format specific partitions of the file system.

    When entering Recovery for the first time, most people have questions regarding the items that appear and what they mean, because they are all in English and without explanation, so we will translate the main ones and explain what they do:

    • wipe cache partition
      Resetting the application cache partition can help if the device becomes slow or applications do not work correctly
    • wipe data factory reset
      Reset the data of all applications, in other words, do Hard Reset ()
    • reboot to system
      Reboot and go to normal mode, essentially exiting recovery

    How to enter Recovery mode on different models of Android smartphones

    To enter recovery mode, you will have to perform certain operations by following the instructions below.

    Samsung

    1. Turn off the device.
    2. We simultaneously press and hold the following buttons until the Samsung logo appears: volume up, power and the home button.

    Sony

    Method one
    1. Turn off the device.
    2. We turn it on and at the moment the corporate logo appears, we simultaneously press the volume down and volume up buttons, after which we press once on the “Sony” logo itself.
    Method two
    1. Turn off the device.
    2. Turn it on by holding the power button until it vibrates, then press and hold the volume up button.

    Xiaomi

    Method one
    1. Turn off the device.
    2. Simultaneously press and hold the power and volume up buttons until the Mi logo appears.
    Method two
    1. Go to Settings -> Updates.
    2. In the upper right corner, click on the three dots.
    3. Select “Reboot to Recovery Mode”, which literally translates as “Reboot into recovery mode”.
    Method three

    LG

    1. Turn off the device
    2. Simultaneously press the power and volume down buttons.
    3. Hold it until the “LG” logo appears, then release the POWER button, and then press it again (do not release the volume down button).

    HTC

    1. The first thing you need to do is go to Settings -> Battery and remove the switch from the “Fast boot” item, also known as Fastboot mode.
    2. Turn off the device.
    3. Press and hold the Volume Down and Power buttons at the same time.
    4. In the menu that appears, use the volume buttons to select “Recovery Mode” and confirm the choice by pressing the power button.

    Huawei

    1. Turn off the device.
    2. Simultaneously hold down the power and volume up buttons until the corporate logo appears.

    ASUS

    1. Turn off the device.
    2. Simultaneously press the power button and volume up, or volume down and the power button.
    3. Release the power button after a short vibration, while holding the volume up button until the recovery mode appears.

    Meizu

    Smartphones of this brand do not have a generally accepted recovery mode, but they have their own menu from where you can flash the device and reset the settings. To get to this menu you must perform the following steps.
    1. Turn off the device.
    2. Simultaneously press the volume up and power buttons.
    3. Hold the buttons until the corporate logo appears, then release the power button while continuing to hold the volume up key. Wait until the recovery menu appears.

    A universal way to enter recovery mode using a computer and ADB


    In this article, we tried to explain in the simplest possible terms what recovery mode is, why it is needed and how to enter it. If you still have any questions, you can leave them in the comments below, we will try to answer them as soon as possible.

    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.

    Samsung smartphones have a special Download 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 a 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 and Nexus smartphones, 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 Hard Reset or Recovery Mode option will appear.

    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: through 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). To turn off the device completely, 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.

    If you have ever tried to flash an Android tablet yourself, you have probably come across the concept of “Recovery”. Today we will talk in detail about what this thing is, why it is needed at all, and of course, how to enter it.

    What is Recovery

    Recovery mode is a special boot mode for Android devices that allows you to completely reset the operating system settings, reflash the device, make a backup copy of the entire system or its individual partitions (as well as restore these partitions later) and some other things. At the same time, for this mode to work, the functionality of the operating system itself is completely optional. This is why the recovery menu is often accessed when the device no longer works in normal mode. And this is precisely why this mode is called “recovery” (from English “recovery”).

    How to log into Recovery

    To boot recovery, the device's hardware buttons are usually used. The most common combinations are:

    However, some manufacturers may come up with “something like that,” so you have to search and experiment.

    If everything is done correctly, a lying robot will appear on the device screen, on top of which there will be a menu with commands.

    Another way to download recovery is through special applications that can be used to reboot your smartphone or tablet into recovery mode directly from the operating system itself (for example, Reboot menu). However, it is worth keeping in mind that these applications require .

    Navigation in recovery mode is carried out mainly using the volume buttons, and selection using the power button. There are also devices in which only the volume down button is used for navigation, and the volume up button is used to confirm the choice.

    To all of the above, it is necessary to add one important detail. The functionality of the recovery mode itself is by no means universal, and can differ quite significantly depending on the device. Particularly distinguished in this sense are “noname” tablets from China and some B-brands, whose recovery does not have any list of commands at all.