How to enter Recovery Mode on Samsung Galaxy. Universal for other Android devices using PC and ADB tools


Any device with Android OS starts in Recovery mode. This standard function. However, with the factory version you can perform too narrow a range of tasks. So, this is resetting the phone to initial settings, clearing the cache, as well as 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 Mode s. CWM Recovery- a popular instrument 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 full backup 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 the Dalvik-cache, clears the battery statistics.
  • Creates partitions on a memory card and formats them.
  • CWM: installation instructions

    ClockworkMod is sewn into internal memory devices 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 discusses 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 on 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 Recovery section Setup and then click on ClockworkMod Recovery. Select Recovery Setup
  • Find and select the device model from the list of available ones. If the model is not in the list, then this method of flashing Recovery is not suitable 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

    Installation method CWM with using FastBoot will require skill from the user, since it is much more complex 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 required packages Android SDK Tools and Android SDK Platform tools:

  • Go to the bottom official page. There will be three options. IN in this case This 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 that is needed for direct download packages is located 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 files fastboot and adb.
    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 the 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. Runs simultaneously FastBoot mode(combination of power and volume down keys). Although this combination works most often, it is not suitable for everyone. In some cases this Home key and the same reduction in sound. 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 the Windows terminal window (press Win + R keys) 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. Check the installation the next time you restart the phone in recovery mode new firmware. 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 in Play Market (Rashr - Flash Tool). 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
  • Choose 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 is a 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 the standard factory version of Recovery is changed to a modified one using a PC, as with FastBoot:

  • Download Samsung Odin on the official site.
    Download the 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:

  • using the ROM Manager program by selecting home page"Download" section Recovery mode»;
  • 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;
  • by using ADB programs via the adb reboot recovery button.
  • 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 smaller volume memory 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 recovery files are located on the internal memory, and therefore can only be recovered 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 at startup alternative mode recovery (volume + Home button or power) a picture appears with a lying robot, then the recovery was flashed, but when the device was restarted 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.
  • Flash new mode Recovery means getting new ones 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. Suitable for HTC more way with FastBoot, and for Samsung is more correct will select Odin.

    Many instructions for upgrading and Android firmware require you to perform actions from the Recovery menu. What kind of mode this is and why it is needed you will learn from this article. What is Recovery (recovery) - this is a special mode Android downloads in which:

    • perform full reset Android data
    • flashing a smartphone
    • get Root rights

    How to log in to Recovery? The Recovery menu is usually found in all Samsung smartphones and tablets, but is absent in other brands of Android smartphones, but you can easily add it by flashing this section to your Android device.

    If the device has a Recovery menu and it has not been changed, then it is called STOCK, but if there was no Recovery menu and it was flashed, then the name is CUSTOM. There are mainly two types of custom: CWM and TWRP, less common are 4ext, Philz CWM, (different development teams).

    How to log into Recovery

    ATTENTION! If the Recovery menu is missing or not installed, then it is IMPOSSIBLE to enter it!

    For Samsung

    Before transferring to recovery, disconnect Samsung from charger or USB cable!

    (older models and some tablets)

    a) Turn off Android and hold down Center button And On/Off button

    b) Turn off Android and hold down the button Volume Up And On/Off button

    or in a universal way (read below).

    (new models)

    Turn off Android and hold down Central button + button Volume Up+ button On off

    Turn off Android and hold down the Center button + Volume Up button + On/Off button

    Turn off Android and hold down Center button and a button On off

    For HTC

    Switch to bootloader mode, then


    • choose Bootloader -> Recovery
    • or immediately upon entering the menu it will be Recovery

    In the menu, find the Recovery item and use the volume keys to get to this item and select the power button.

    If suddenly it doesn’t work out, use the universal method (read below).

    For Nexus

    Turn off Nexus and hold down the buttons Volume DOWN + ON/OFF.

    In the menu, use the volume keys to find the Recovery menu and confirm the selection with the ON/OFF button

    If suddenly it doesn’t work out, use the universal method (read below).

    For SONY

    Turn off, turn on and when the Sony logo appears on the screen or when the indicator will light up - HOLD/Press (possible options):

    • Volume DOWN
    • Volume Up
    • Click on the logo
    • Or turn off Sony, hold down the “Power” button, wait for a couple of vibrations, release the power button and hold down the “Volume Up” button
    • Use the universal method (read below).

    A universal method from an installed terminal with Root rights

    1. Download and install the Terminal application

    2. Go to the newly installed application

    3. Dial following commands

    su reboot recovery

    4. After a couple of seconds, Android will start to reboot

    Universal for other Android devices using PC and ADB tools

    (Asus, HTC, Lenovo, Sony, HTC, LG, Samsung and others, provided that recovery is available in this device)

    Adb Run Program - Method 1

    ADB RUN working window

    From the command line - Method 2

    Another option for getting to the Recovery menu is using standard means ADB and ADB RUN programs:

    Connect Android to PC and type command adb reboot recovery

    Example in ADB RUN:

    From the command line - Method 3

    As practice shows, on some devices (and more specifically on LG), it is not possible to transfer an Android device using the command adb reboot recovery, in this case you should use the following command

    adb shell reboot recovery

    There is also a command to switch to Recovery mode for LG, you need to enter the command

    adb reboot --bnr_recovery

    After which the device will begin to reboot in a few seconds!

    Management in the Recovery menu

    Volume keys Up and down- move through the menu Key On off- selecting an item in the menu. There are Android devices that no volume key, in this case you will need an OTG cable and computer mouse. As soon as you start putting Android into Recovery mode, connect your mouse.

    This concludes the article. If you don’t know how to use it and what items in Recovery are responsible for, then read the article

    • If errors occurred when installing the update - Status CWM

    How to log in to Recovery? Many instructions for upgrading and flashing Android require you to perform actions from the Recovery menu. What kind of mode this is and why it is needed you will learn from this article. What is Recovery? Recovery is a special Android boot mode in which:

    • Perform a full Android data reset
    • flashing a smartphone
    • get Root rights

    How to log in to Recovery? The Recovery menu, as a rule, is found in all Samsung smartphones and tablets, but not available in other brands of Android smartphones, but it can be easily added by flashing this section to your Android device.

    If in Android smartphone there is a Recovery menu and it has not been changed, then it is called STOCK, but if it was not there or third-party Recovery menus were installed, it will be called CUSTOM.

    Custom Recovery comes in mainly two types CWM And TWRP, less common 4ext,Philz C.W.M., (different development teams).

    How to log into Recovery

    ATTENTION! If the Recovery menu is missing or not installed, then it is IMPOSSIBLE to enter it!


    Method for Samsung

    Before transferring your smartphone or tablet to recovery, disconnect Samsung from the charger or USB cable!

    New models

    Turn off Android and hold down Central button + button Volume Up+ button On off

    Turn off Android and hold down the Center button + Volume Up button + On/Off button

    in a universal way(read below).

    For Samsung Galaxy S8 - S9

    1. Pinch and hold special button Bixby and Volume Up + Power
    2. After the splash screen appears on the screen, lower the power button, but continue to hold the Bixby button and Volume Up
    3. Hold these buttons until you see Android logo on a blue background
    4. Release the buttons
    5. In a few seconds Galaxy smartphone The S8 will boot into Recovery mode.


    Older models and some tablets

    1. Turn off Android and hold down Central button and button On off
    2. Turn off Android and hold down the button Volume Up and a button On off

    or in a universal way (read below).

    Method for HTC

    Switch to bootloader mode, then:


    If suddenly it doesn’t work out, use in a universal way(read below).


    Method for Google Pixel and Nexus

    Turn off Pixel/Nexus and hold down the buttons Volume DOWN + ON/OFFIn the menu, use the volume keys to find the Recovery menu and confirm the selection with the ON/OFF button:

    If suddenly it doesn’t work out, use in a universal way(read below).

    Method for SONY

    Turn it off, turn it on and when to appear on the screen logo Sony or When the indicator will light upPUSH/Press(possible options):

    • Volume DOWN
    • Volume Up
    • Click on the logo
    • Or turn off Sony, hold down the “Power” button, wait for a couple of vibrations, release the power button and hold down the “Volume Up” button

    in a universal way(read below).

    For select Motorola and Lenovo models

    • Turn off Android
    • Press the “Volume Up” + “Volume Down” + “Power” buttons simultaneously

    For other versions of Motorola and Lenovo - turn off Android and press “Volume Down” + “Power”

    If you can't use in a universal way(read below).

    Universal method for all Android devicesvia PC and ADB

    (Asus, HTC, Lenovo, Sony, HTC, LG, Samsung, Motorola and others, provided that recovery is available in this device)

    Adb Run Program - Method 1

    Using the site's proprietary Adb Run program (don't forget to enable USB Debugging)


    ADB RUN working window

    From the command line - Method 2

    Another option is how to get to the Recovery menu using standard ADB tools and the ADB RUN program:

    Connect Android to PC and type command adb reboot recovery

    Example in ADB RUN:

    From the command line - Method 3

    As practice shows, on some devices (and more specifically on LG), it is not possible to transfer an Android device using the command adb reboot recovery , in this case you should use the following command

    adb shell

    reboot recovery

    There is also a command to switch to Recovery mode for LG, you need to enter the command

    adb reboot --bnr_recovery

    After which the device will begin to reboot in a few seconds!

    A universal method from an installed terminal with Root rights

    (Asus, HTC, Lenovo, Sony, HTC, LG, Samsung and others, provided that recovery is available in this device)

    1. Download and install from Google store Play app Terminal ;
    2. Go to the newly installed application;
    3. Type the following commands:
      su
      reboot recovery
    4. After a couple of seconds, Android will begin to reboot.

    Management in the Recovery menu

    Volume keys Up and down— move through the menu Key On off— selecting an item in the menu. There are Android devices that no keyvolume, in this case you will need OTG cable and a computer mouse. As soon as you start putting Android into Recovery mode, connect your mouse.

    This concludes the article. If you don’t know how to use it and what items in Recovery are responsible for, then read the article

    • If you encounter errors while installing the update - Status CWM

    That's all! There is nothing complicated! Read more different articles and instructions in the section. Stay with the site, it will be even more interesting!

    Any mobile device, running on the Android operating system, comes with a built-in software for diagnostics called Recovery. By and large, the concept of recovery for Android is in many ways similar to a computer BIOS, which is installed separately from the operating system and has diagnostic functionality. What is recovery and why is it needed - read in our material today.

    Stock recovery for Android

    What is recovery? This is software provided in Android devices that is used for diagnostics. hardware, system recovery, and creating backups. Regardless of the manufacturer, every smartphone has this mode. The recovery package that was installed by the manufacturer is called stock. To enter this mode, you need to hold down a certain key combination while the device is off; the combination varies depending on the brand of the device. Recovery can also be launched using a computer using the adb application.

    Here are a few combinations for the most common devices:

    • IN Samsung phones Galaxy to enter recovery mode you need to hold down the power, home and volume up buttons. You must press and hold until the recovery starts loading on the screen;
    • On LG devices, recovery mode is invoked by pressing the power and volume down buttons. First, the company logo should appear on the screen, after which you need to press the buttons again, then the login menu will appear;
    • IN Google Nexus You must first hold down the volume up and down buttons, and then add the power button to this. In the menu that appears, use the keys to change the sound level to select the recovery mode;
    • Works on most devices of any brand standard method Press and hold the volume up and down keys, as well as the power button.

    Stock recovery allows you to install new firmware, OTA updates and restore the device to factory settings. True, if you suddenly decide to install unofficial firmware from the community, then you will not be able to do it - only official ones are supported.

    Custom recovery for Android

    This software is created by the entire huge community using the operating system Android system. After flashing the custom recovery, it replaces the stock one, and the transition from stock recovery mode to TWRP or Clockwork Mod is made.

    Such recovery has much broader capabilities, for example, TWRP will allow you to create complete backups systems, which allows you to return even a dead operating system to a working state. Thanks to custom recovery, you can install unofficial firmware, mount partitions, change the interface design, and much more. TWRP has official application, which is able to provide all the functions of such a mode without actually loading it. Its main advantage for users is the ability to install a convenient interface.
    Another popular option is Clockwork Mod. It can be installed using the ROM-manager application on devices that already have root rights activated. This recovery is capable of creating and restoring backups, making hard reset systems and install firmware. It does not have such a convenient and aesthetic interface as TWRP, but it is not inferior in functionality.

    Both applications are open to the community, which means anyone can add and improve their code, as well as port it to officially unsupported gadgets.

    Installing Clockwork Mod or TWRP

    There are several installation methods, including the above method via ROM manager application, but here we will describe the most suitable one for all types of devices using the Galaxy Nexus Toolkit utility.

    First you will need to turn off your smartphone, and then enter it into recovery mode - we described how to do this above. Now we connect it to the computer and actually launch the Galaxy Nexus Toolkit, in which we press the 6 key corresponding to the Flash Recovery item. Next we will be asked to choose between TWRP and CWM - choose according to your preferences, you can try both modes in turn.

    You can download custom recovery from: operating system, and by selecting the Recovery item in Fastboot mode. Several lines of text should appear in front of you:

    • Reboot system now – normal reboot of the operating system;
    • Install zip from sdcard – installing an archive from the device’s memory or flash card;
    • Wipe data/factory reset – reset the system to factory settings and complete cleaning internal memory data;
    • Wipe cache partition– cleaning the cache partition, which would be good to do before installing each new firmware;
    • Backup and restore - everything is clear, the creation of recovery archives and the recovery itself;
    • Mounts and Storage – enable/disable, as well as format memory partitions.
    • Advanced – additional settings, in which you can reboot CWM or TWRP, partition internal memory, restore rights system applications and other.

    Remember that third-party recovery will be needed not only to install new unofficial firmware, but will also be very useful for solving everyday routine tasks that you will not be able to handle when using the built-in solution. In addition to the two most popular options, there are others third party recovery, most of which are suitable for each specific brand individually, so we recommend that you carefully study all the possible options for your smartphone model.

    We hope you now know what recovery is and how to use it to your advantage, but be careful when delving into the brains of the phone - electronic equipment very sensitive to program changes and poor installation of new software can lead to undesirable consequences. Good luck in upgrading your device and see you next time!

    If you are reading this, it means you were interested, so please subscribe to our channel on , and for one thing, give it a like (thumbs up) for your efforts. Thank you!
    Subscribe to our Telegram @mxsmart.

    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, 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 may run differently. How exactly? To begin with, we will tell you about universal method, and then we’ll 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"Switch 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.

    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 go 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 one is a little more complicated: 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, and 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.





    

    2024 gtavrl.ru.