• What does recovery mean? Universal for other Android devices using PC and ADB tools. What kind of animal is this

    Hello, please explain how to use it Android mode System Recovery 3e, there is such a huge menu that half of the items are not clear.

    Answers (2)

    1. This comment is edited.

      Recovery (also known as the recovery menu) is a separate small operating system that has a minimum of functions and works independently of the main one. There are stock and custom recovery. The first is “native”, the second is modified and improved, it must be installed independently.

      The most common custom ones are CWM and TWRP; they are supported by most devices.

      To enter recovery on Android you need:

      • be sure to charge the battery 80-90%;
      • turn off the device;
      • simultaneously hold down the “on/off” button, volume control button “louder”, sometimes also the “home” button (depending on the model);
      • wait until the manufacturer icon appears;
      • release, the recovery menu will appear.

      To move around it, use the volume control carriage - “louder” up, “quieter” down. To enter the sub-item you need to press the “on/off” or “home” button.
      Returning to the previous menu is carried out using the “go back” item. After selecting any command, a list appears with sub-items “no” and one “yes”, which must be clicked to run.

      The number of points depends on android system recovery. Instructions for use are as follows:

      • “reboot system now” - reboot, through it you can exit android system recovery, depending on the device, the menu may contain this item in the “power menu” section;
      • “wipe data/factory reset” - reset to factory settings, deleting all information from the device, after which the smartphone will be the same as after purchase;
      • "wipe cache partition" - this item is responsible for deleting the system cache and applications, that is, cleaning unnecessary files;
      • “install from sdcard” - installation of archived files from a flash drive.


      Some points have additional sub-points, so I’ll tell you about each of them. Chapter " backup and restore":

      • “backup” - a backup copy of the operating system is created and stored on a flash drive;
      • “restore” - installing a backup; by opening the item, a list of firmware will appear;
      • “advanced restore” - restores part of the operating system, the command works with the same partitions as the next function.


      You need to be very careful with the “mounts and storage” item, as it can damage the device. It is used for formatting - permanent deletion all information and mounting, that is, connection to the system. This item works with the following sections:

      • “mount/system” - system;
      • “unmount /data” - to store user information;
      • “mount /sd-ext” - mounts part of the operating system onto a flash drive to expand capabilities;
      • “unmount /cache” - cache, temporary files;
        “mount /sdcard” - SD card.

      The "format" command works with the same sections, but only clears all the contents. Applying this item to “system” or “data” will kill the smartphone.

      In recovery there is an “advanced” submenu, which includes additional features. Here is their list:

    2. “wipe dalvik cache” - cleaning unnecessary files from the dalvik machine in which programs are launched on the phone;
    3. “wipe battery stat” - clearing information about battery usage;
    4. “restart adb” - loading into adb mode, which is needed to control the device via command line from PC;
    5. “fix permissions” - the command returns file permissions to their original state.
    6. This comment is edited.

      Rarely, but a situation arises when android system recovery 3e does not respond. What to do about this problem and how to solve it depend on the reasons:

      • not unlocked bootloader;
      • experiments on installing custom recovery, as a result of which the original one failed;
      • Broken volume or power buttons.

      The most common reason Due to which android system recovery 3e may not respond - this is a locked bootloader. Unlocking it occurs in different ways and depends on the specific device model.

      An unsuccessfully installed recovery must be “rolled back” to its original one. First you need to find a stock recovery for the desired model - it is best to search on our and American forums.

      The recovery is flashed through the ADB program, which is installed on the computer as follows:

      • download the zip archive;
      • open it, find the ADB.exe file;
      • in the menu that appears after right-clicking on it, select “run as administrator”;
      • then a blue window will appear;
      • write “y” and press “inter”, repeat this 3 times, so we agree to install the program and drivers;
      • go to the ADB folder, it should be in the root of drive C;
      • copy the downloaded recovery here and rename it to recovery.img;
      • press “shift” and the right mouse button;
      • select “open command line”;
      • enter “fastboot flash recovery recovery.img” this is the command that will install the downloaded recovery;
      • by pressing “inter” we launch it;
      • write “reboot”.

      After this, you can enter the updated recovery.

      If the buttons malfunction, you need to connect the device to the computer as described above, enter “reboot recovery” and press “enter”.

    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 - this one Recovery view Mode, which is set by default. When flashing, it can be installed custom Recovery Mode.

    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 touch button"Turn off."
    • 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.


    For older models, a universal method is used: pressing the volume up or down key, as well as Power.

    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 application Terminal Emulator. 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, and also 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.

    The Android system has great benefits for users because this operating system is always open to changes and improvements. The best thing here is that you can easily tweak and optimize your Android device to improve speed, extend battery life, or even replace stock software with custom or unofficial software. But in order to do this, you must first carry out additional operations that will provide access to the internal system of the smartphone or tablet. As you will see, each task will require the use of a recovery image; so in this guide, we will tell you how to easily enter recovery mode manually on rooted and non-rooted android phones.

    All android smartphones and tablets have a stock recovery image pre-installed on their systems. Stock recovery can be used for numerous operations such as: installing applications from an SD card, backing up data, performing maintenance procedures, and so on. But when you are dealing with unofficial methods such as kernel, stock recovery is useless. In this case, you should replace the stock restore with a custom one, an operation that usually requires root access (though not always).

    Custom recovery images have great features and options that can be used by android users trying to customize their phones. So, these tools are only useful if you want to perform complex operations on your phone/tablet, otherwise replacing the stock recovery image with a custom one will be pointless. As mentioned, custom recovery must be used when attempting to update to beta, unofficial or custom firmware, or when installing custom kernels - after which you can upgrade your smartphone or tablet to improve speed or to upgrade battery life.

    The most commonly used custom recovery images for Android are CWM and TWRP, the latter of which is a touch version of the former tool. There are many other recovery apps that can be installed on your android system, but we recommend the above-mentioned tools for you.

    As mentioned above, when trying to install a custom recovery, root access may be required. In this case, you first need to unlock your smartphone/tablet (), then install the application and finally come back here and learn how to boot your Android device into recovery mode. Keep in mind that rooting your phone will void the warranty and to restore it to its original state you will have to roll back to stock firmware or update to the official release software android.

    This guide is suitable for both rooted and locked Android smartphones and tablets, which means you can learn how to enter recovery mode without any problems. This method will work on almost all android devices, so this is a universal guide. So, whether you need to enter a stock recovery or a custom recovery (CWM or TWRP), use our instructions and find out how to do it.

    Typically, to enter recovery mode, you need to press a combination of buttons on your phone. First, you need to turn off your device, wait for a few seconds, and then press the Power and Volume Up buttons simultaneously for a few seconds. After this, the recovery mode should be displayed. If this doesn't work for you, follow the instructions below.

    Enter recovery mode on rooted android devices

    1. This method couldn't be easier. Consists of a small number of steps. Download Quick app Boot.
    2. Install this application on your phone or tablet.
    3. Launch the application.
    4. In the menu you will see the following items: Recovery, Reboot, Bootloader and Power Off. Select Recovery.
    5. Your device will now reboot into recovery mode.

    Enter recovery mode on a locked (non-rooted) Android device

    1. To successfully complete these steps, you will need access to a computer or laptop.
    2. You will also need a USB cable.
    3. Your phone must have USB debugging enabled.
    4. The Android SDK must be installed on the computer.
    5. Connect your phone to your computer with via USB cable.
    6. Find the Fastboot folder on your computer.
    7. Open a command prompt.
    8. In the command line of your computer, type “adb reboot recovery”.
    9. After this, the phone will go into recovery mode.

    Excellent, our training is complete. Now you know how to enter recovery mode on rooted and locked Android devices. Now go ahead and use the recovery menu to install custom ROMs or perform other complex and powerful operations.

    Booting a phone or tablet into recovery mode is a very common action when you need to install a new mod or upload firmware. Most Android users don't know how to get into Recovery Mode on their device.

    We buy a smartphone or tablet computer, use it for several days, and then look for a good custom firmware, enjoy the gadget again for several days, and start looking again best firmware, and so on. To do this, you need to boot the device in recovery mode. There are several popular applications that allow you to enter recovery on Android, and we will try to tell you about them.

    How to enter Recovery on Android without additional applications

    It happens that it is no longer possible to install the application. For all gadgets on the Android operating system, manual entry into recovery mode is provided. Devices from different manufacturers have different sets of key combinations that must be held down to boot into Recovery Mode.

    For example, in order to boot into recovery mode on the Samsung Galaxy S 9000, which does not have camera keys, you need press the volume up button + power button + home button (located in the center). That is, turn off the phone and hold down the “Volume Up” + “Home” button and press “Power” until the screen backlight comes on.

    On Motorola Droid X, entering recovery mode is different:

    1. Turn off your phone.
    2. Hold down the Home button and press the Power button until the Motorola logo appears.
    3. Release the "Power" button and continue to hold "Home" until the exclamation mark appears.
    4. Release the Home button and press the Search button once.

    For other mobile devices, you can try to enter recovery mode using the following scheme:

    1. Turn off your device.
    2. Press the Volume Up button and the Camera button until the screen lights up.

    Meanwhile, there are several popular applications, which allow you to enter recovery mode without dancing with a tambourine. Our next chapter is about them.

    Applications to enter recovery mode

    There are several useful applications that, among other various functions, allow you to get into recovery mode. Unfortunately, these applications are not universal and support certain models of gadgets. Here is a short list of what such an application can usually do:

    • Install– installation of a new system kernel, installation new firmware and various system programs.
    • Restore/B ackup– saving and restoring the system, very useful. If problems arise after updating the firmware, you can always roll back the system.
    • Wipe/Format– cleaning internal memory (Wipe) or formatting the entire system (Format). Formatting is rarely used; usually it is enough to clear the memory. Another feature of Android is system partitions“Dalvik-cache” and “Cache”, which are best cleared before flashing a smartphone or tablet. There are also sections “Data” and “ Factory Reset", cleaning which will remove all installed applications and system settings, and return the OS firmware to its original state. The “System” section contains the firmware itself.
    • Mount- the function of creating and deleting partitions is, in principle, practically unnecessary.

    So, the first such application is ClockWorkMod Touch Recovery. It looks like this:

    The advantages of this application include the touch menu (this does not apply to the regular version CWM, where there is no touch menu). Ability to control the application using regular buttons. This option is very useful if something goes wrong with the sensor. You can create a system ext partition on a flash drive (memory card).

    The disadvantages of this program include some complexity of installation. CWM You may have to install it via Mobile ODIN, fastboot or RomManager. There is also another small minus. If you want to make a backup copy, then CWM will save all system data, choose between Boot partitions, Data and System are not allowed. Following useful application - 4EXT Recovery. It looks like this:

    This application can work with an external memory card, which can be connected directly from the program. It can also select the desired partition for the backup, and the application will show its size after creation. By using 4EXT Recovery you can delete or add a Cache section. The application also supports archiving most partitions into a .TAR archive. With the exception of Boot and Recovery. Unfortunately, there is no touch mode, only phone or tablet buttons. Latest application our article - TWRP Recovery . The ascetic appearance is compensated by good functionality.

    The program has an intuitive, simple interface. Allows you to select partitions for backup and give the backup archive a name. Allows you to see how much free space remained on the media. TWRP Recovery also knows how to work with an external memory card and supports encryption. Unfortunately, there is no touch mode. That’s all, if you have questions, ask in the comments, indicating the model of your gadget!

    

    Every Android device has specific mode called Android Recovery. It is used for recovery correct operation phone. In it, you can reset all the settings of your smartphone back to the factory or originally installed ones. In addition, this mode is used to flash the phone's firmware and obtain Root rights. You will learn further in this article how to enter the recovery menu on Android.

    The methods for getting into recovery depend on the brand and specific model of your phone. First of all, it is advisable for you to rummage through the instructions or look for information about exact model your phone on the Internet. Here we will indicate several relatively standard ways to open the recovery menu for different devices. But first you need to do something else.

    The first thing is reinsurance. Making a backup

    Backup - from the English "back up" - is the common name for the process of backing up data on your phone. Why do this? If something goes wrong and your data disappears, you can still restore it. What could go wrong? Sometimes flashing a phone or opening access to root rights, instead of improving the functioning of the system, on the contrary, “breaks” it. Therefore, if you are interested in how to enter the recovery menu on Android in order to upgrade it in the future, make a backup first.

    Most often, this option is hidden in the "General Settings" section. You will most likely see the message "Backup and reset". As you can see, if the phone is working properly, it is not necessary to go to the recovery menu to reset the settings. You can do this in normal mode work.


    How to enter the recovery menu on Android: basic button combinations

    If you need recovery mode because your phone refuses to behave well, then, naturally, we will no longer be able to reset the state through “Settings” to restore the system. Usually, in order to get into recovery, the volume buttons and the power button are used.


    The combination depends on the model and brand of your phone. Most likely, you will need to press the following at the same time:

    • "Volume Up" and "Power";
    • "Volume Down" and "Power";
    • "Home" (button at the bottom of the screen) and "Power";
    • both volume buttons, “Power” and “Home” (obviously, the creators of Samsung assume very virtuoso finger skills from the owners of their devices).

    What is Android Recovery?

    After you have entered recovery, most likely you will see the picture shown in the photo.


    This is an example of a standard recovery menu preinstalled on the device. Depending on the model, Android version and brand of your smartphone, it may look different. You will navigate through this list using the volume keys, and use the power button as a confirmation button. This list contains the following functions:

  • updating the system from external media;
  • Factory reset - critical system restore without saving any data;
  • clearing the cache (downloaded information) of all applications on the smartphone;
  • installing an update from the smartphone’s memory;
  • that same system recovery using the backup you made;
  • flashing device firmware from an external memory card.
  • Custom recovery menus

    If you downloaded a special recovery menu to your phone, then it, unlike the preinstalled or “native” one, will be called custom. The main reason for the existence of alternative recovery menus is the more advanced functionality of custom versions and various additional features, for example, installing unofficial firmware.

    The most popular custom menus are Clockwordmod Recovery and Team Win Recovery Project. If the first one is similar in control to a regular recovery menu - using the volume and power buttons, then when the second one is running, the touchscreen remains active. As in the main mode, you control the process by touching the buttons on the screen (see photo below). This is certainly convenient if the screen works without errors. If the “glitch”, because of which you need to go into recovery, is in the screen, difficulties will arise.


    USB debugging: how to enter the recovery menu on Android from a computer?

    In order for you to be able to enter the recovery menu of your phone from your PC, first take the time to find and download a special program to your computer that makes this possible. But even before that, look for the “USB Debugging” option in the settings of your device - you will find it in the section for developers. Then download AdbRun on your PC. And from there, knowing the commands for the console, you can control some functions of the recovery menu.

    Now, if suddenly the recovery menu on Android does not open in the usual way on the phone itself, you can connect the device to your computer using a USB cable and control it from there.

    Leaving gracefully: how to leave the menu

    If you entered this mode out of curiosity, and now you are worried about how to exit the recovery menu on Android without it leading to irreversible changes to your data, let us dispel your worries.

    Most often, exiting is much easier to do than entering the menu. In most well-known recovery menus, this item will even be the first in the list - Reboot System Now. Even if you can’t do this, you can cheat and do what all users usually do first of all if the phone “glitches”: reboot using the power button, remove and reinsert the battery, or in the end just leave the phone to discharge - later it will turn on again in normal operation.

    This post may be useful for all those who want to learn how to properly boot their smartphone or tablet into recovery mode in a situation where pressing certain button combinations does not work. The process is carried out according to two separate manuals, for custom and official firmware, and is universal for almost any device.

    Recovery mode does possible installation new firmware, wipes, creating and restoring Nandroid backups. This set of functions is necessary when the user wants to get maximum productivity from his Android device. The preliminary stage of this operation is obtaining root rights to the device and installing a custom recovery image. You also need this to overclock the processor of your smartphone or tablet.

    The most popular among custom recovery images are and. Of course, there are other tools, but the ones mentioned above are recommended for use.
    Speaking about root access, you should not only emphasize all the additional features that it provides, but also the consequences of installing it, for example, loss of warranty, which is associated with removing factory restrictions from the device. Therefore, it is worth realizing the responsibility for this kind of procedure and the consequences that fall only on the owner of the device. However, a refund of the warranty is possible by restoring the factory limits. This operation is performed when downloading and installing the official firmware.

    Launching recovery mode on devices with root access

    1. This instruction is the simplest.
    2. Its essence lies in simply downloading and installing the appropriate application.
    3. Go to the Google Play page and look for .
    5. Install it on your device.
    6. Let's launch.
    7. Go to the menu and from all available modes (Recovery, Bootloader, Reboot and Power Off) click on Recovery.
    8. After this, the device should reboot into recovery.

    Launching recovery mode on locked devices

    1. Take the device and computer.
    2. Connect them using USB.
    3. Enable the USB debugging option.

    Today we will talk about rebooting devices running the Android operating system. These can be phones, tablets, SmartTV, e-books, smart watch etc. The most simple ways(using the power button) and more advanced options (for example, Recovery or scheduled reboot). In any case, the question of how to reboot Android will be fully discussed. Let's get started.

    Let's look at several reasons why a reboot is necessary. These include:

    • Planned restart. Any operating system, including Android, accumulates a lot of temporary files over time and slows down. In order to lighten the OS and return it to its original state, you just need to restart the gadget.
    • System failure. Sometimes, and this is no secret to anyone, one of the applications or even elements of the firmware freezes and takes the smartphone out of working order. Often only a reboot can help fix such a bug;
    • Access to additional features. A reboot may also be needed, for example, to access recovery. We'll talk about what it is and why it's needed a little below.

    So, after a few lines of theory, we suggest moving on to business, namely, considering ways to reboot the phone.

    Reboot Android

    So, let's get started with our instructions. Below you will find several ways to reboot Android. Choose the most suitable one and try to implement it. For a better understanding, we will briefly explain where one or another option is more suitable.

    Using the power button

    Using the power button, in most cases, you can implement 2 options for resetting your device at once. It should be understood that such a reset is not a so-called hard or Hard Reset– it simply reboots the phone with or without shutting down the operating system.

    Normal restart

    This option can help when you just want to restart the device. This will help cleanse RAM. The operation is performed as follows:

    1. Press and hold the Power button on your unlocked device. Otherwise, no reaction will follow or a completely different function will be activated. For example, in a Xiaomi phone, after holding the power button and the screen is turned off, the camera starts.

    1. From the menu that appears on your screen, select the desired item. Here it looks like this.

    Please note that there are several additional functions: Flight mode, power off and silent mode.

    Hard reset

    The next option does not work on all devices (Lenovo, Fly, etc.), but on a good half for sure. It consists in the fact that when your device freezes and does not respond to anything, you forcefully reset it. To do this, you just need to hold down the power button and hold it until the device is reset. Very convenient on gadgets with a non-removable battery.

    Be careful: use this method may result in loss of unsaved data. For example, if you were working with some program and reset the gadget in the process, the project and all accompanying materials will be permanently deleted.

    Using Settings

    Next, we will consider an even more radical method, which involves returning the device to factory settings. Moreover, it can be produced either with full formatting memory, and without it. However, first things first.

    1. All the steps below will be shown using the example of a smartphone based on Android7 and the proprietary MIUI 9 add-on over it. To begin with, lowering the notification line, we go to the device settings.

    1. Next, we need to scroll down the contents of the window a little and select the item called “Advanced settings”.

    1. The next step is to go to the “Backup and Reset” menu item.

    1. Before performing operations with the software installed on the phone and the user’s personal data, you must make a backup of the system. Below we will tell you how to do the same through Recovery, but for now, tap on the “Local backups” item.

    A local backup is an archive into which all the data necessary to restore the current state of our firmware is packed. It is stored in internal memory your phone, but for greater security it is better to move it to a PC or to the cloud.

    1. To start creating a copy, click the button indicated in the screenshot.

    1. Tap on “Start” again.

    1. We wait until all the elements are packed and saved in the device’s memory.

    1. Ready. The operation was successful. All we have to do is click the “Finish” button.

    As a result, the archive with all the recovery files is saved and, as we have already said, it is better for you to move it to your computer.

    If we click on the name of the backup, the recovery menu will open. Here you can activate either a separate recovery of system settings or programs. There is also a general mode: to launch it, set both checkboxes to active positions. As soon as the “Restore” button is clicked, the backup will be unpacked and overwrite the existing data.

    Be careful: those software settings that already exist will be irrevocably overwritten.

    After we are done with the backup, we can proceed directly to resetting the settings. To do this we do the following:

    1. Again, go to the recovery and reset settings, scroll the contents of the window to the very bottom and click the last item called “Reset settings”.

    1. Next, you can select one of the modes.

    Here is their explanation:

    • personal data: the device is reset to its factory state, however, the user’s personal data is not affected;
    • Clear SD card: everything is deleted, including user files.

    When your option is highlighted, click the button marked in the screenshot below.

    The cleaning process will take some time, but once completed, you will receive the device as it was when you purchased it.

    In pure Android, without various shells and launchers, the process looks like this:

    1. Open the device menu. In Android 7 this is done by raising the bottom line up.

    1. Tap on the gear icon.

    1. Scroll down the list and select the item indicated on the screen.

    1. Data backup here is carried out automatically. You need to configure it in the first step. You can also enable auto-recovery. The main thing is to have a working Google account and connect it to your phone. When the preparation is complete, click on the line that says “Reset settings”.

    1. Will open new screen, which will have a single button. Information about the attached account and a warning that all data will be lost are immediately displayed. If you have already saved them, you can proceed to reset.

    So we've seen dignity Xiaomi phones: unlike “naked” Android, here you can do a general reset without deleting user data.

    Using third party software

    We smoothly come to another question - automatic reboot by time and reboot into a special mode. They can be implemented using third-party software. Let's look at how this is done.

    Let's configure our smartphone so that it reboots itself at night and frees up memory.

    1. We go to the Google Play store and find there an application called “Scheduled reboot”. When this is done, click the button that says “Install”.

    1. We wait until the installation of the program comes to an end.

    1. Ready. The program has been added to home screen our gadget. Let's not waste time and launch it.

    1. This is roughly what the utility looks like, although it appearance can be customized by changing preset themes. You can find them in the settings. In order for everything to work, you need to perform the first manual reboot. The fact is that by default in new versions of Android you can only perform it as an administrator, so you, or rather the program, will need Root rights. That is why we placed this method towards the end of the article, because not everyone has such an opportunity.

    1. A 5 second countdown will begin so that we can cancel the operation if necessary.

    1. When the timer reaches the last second, you will be prompted to grant administrative privileges. If you do not have Root, then an error will simply appear. The action must be allowed. Be careful: after this the device will reboot immediately.

    1. After restart device, open the program again and select the reboot frequency. We recommend specifying a daily routine.

    1. Next, you will need to set the time when the phone turns off and turns on again. It is important to choose exactly that period of the day or night when you do not use the device or do it least intensively. In our case it is late at night. Using plus and minus we set the desired value. It can also be entered from the keyboard.

    That's all. Now your Android will automatically reboot every day and work much more stable.

    Attention! It happens that over time, the program’s right to access the administrator account is automatically withdrawn. If this happens, add it to whitelist your Root Manager.

    Let's consider another option using third-party software. This time we are pursuing a slightly different goal, namely, a reboot into a special mode. But let's be consistent and take everything in order.

    1. First, let’s download the utility itself called “Reboot (Material design)”. You can do this in the Play Store. Like the previous one this application requires Root access.

    1. We usually wait for the download of the APK to finish and its subsequent installation.

    1. When the program is ready to use, simply run it. The shortcut should automatically be added to your home screen.

    1. Immediately we will be asked to provide administrative privileges. We do this by tapping on the item indicated in the screenshot.

    1. Here is the main menu of the program. There are several familiar modes and not quite. Let's take a closer look at them.
  • recovery. Reboot into a special mode that needs to be installed separately. Moreover, it comes in two types: official (present by default) and modified. The latter has wider functionality (analogous to BIOS on a PC). Needed, for example, for gadgets without a power button;
  • bootloader. A mode that prepares it to accept new firmware via cable;
  • download;
  • safe mode.
  • All modes are before you:

    Attention! Some of these modes may be missing and may not work on individual devices.

    Via Recovery

    Below we will look at 2 options for working with this function. Custom and standard recovery will be described. Let's get started.

    Standard Recovery

    Standard recovery can be launched either using the program discussed above, or by holding down the button combination when turning on the device. In both cases the result will be similar. All stock Recovery different and depend on the phone model. The combinations of buttons to launch them are also different.

    Before you is the recovery Samsung phone. As you can see, here you can restart into firmware mode, apply an update via ADB or from a memory card, reset to factory settings, remount system partitions, view the operation log, or turn off the device.

    Working with custom TWRP

    Custom recovery has gained immense popularity among advanced users. In addition, it is constantly updated. In order for such a menu to appear on your phone, it needs to be flashed, and this is the topic of a separate article. We'll just look at how to reset.

    1. Reboot into Recovery using any convenient method. Next, in order to protect your data, tap on the “Backup” tile.

    1. Select the objects that need to be saved. We recommend installing them as we did in the picture below. To start copying, move the slider all the way to the right.

    1. The copying process has begun, its log is displayed in the same window.

    1. After the backup has been created and saved in the phone's memory, you can proceed directly to resetting it. To do this, return to the TWRP main menu and click on “Cleanup”.

    1. There are several control elements here. Firstly, there is a button to format user data. Be careful, it will delete all your photos, music, videos and even the backup you recently created. It is better to move it to a PC or laptop first. Secondly, there is a selective cleaning mode, which we will talk about later. And thirdly, standard cleaning - to start it, move the slider to the right.

    1. Now about selective cleaning. We tick the areas of memory that we want to format and drag the slider to the right.

    Here we need to explain something:

    • Dalvik/ART cache. System application cache. Recommended for cleaning first;
    • System. Firmware area. If you format the partition, the device will not start (needed to install new firmware).
    • Data. Application data;
    • Device memory.
    • Cache. System cache;
    • MicroSD. Memory card;
    • USB OTG. Flash drive connected via OTG.

    This is roughly what it all looks like.

    Since the control interface here is touch-sensitive, if the latter does not work, you will not be able to use the mode.

    Results and comments

    That's all. We have fully reviewed all the methods for resetting and rebooting an Android smartphone. We hope you found our article useful. If you still have questions, feel free to ask them in the comments. We will help each of our readers as much as possible.

    Important! Before you begin resetting or other manipulations with system files, user data or applications, be sure to back them up!

    Video instructions

    To complete the picture, we suggest you watch a training video on a similar topic.

    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 everyone 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 try to fit into this mode as much as possible more features 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 what is presented on 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 popular smartphones, which do not remain 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 really not 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 already in Recovery mode 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 the most different firmware, and not just the 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 – 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.

    From the native menu TWRP recovery It features not only expanded functionality with the ability to install any firmware, but also 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 required functions by touching the screen.

    Installation of 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. Ways unlock bootloader There are plenty, but for each device it is preferable to use a specific one. 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 Android package SDK, which includes a set 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 Custom installations. 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 official version firmware, it is not necessary to install 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 posts them on open access to protect against code interference 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 half an hour at most, 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);
    • we move the downloaded file to external card memory;
    • 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 stock recovery, often additional steps are required for flashing the firmware, as well as connecting to a PC. However official firmware in most cases it gets up without problems.

    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.