• How to update twrp recovery from img file. How to install TWRP Recovery on Android - step-by-step instructions. Using the official TWRP app

    Modified recovery comes in several types, but the most popular are: ClockWorkMod Recovery (CWM) and Team Win Recovery Project (TWRP). Where to download and how to install the first is described in, and today we will talk about installing TWRP Recovery.

    As in the case of CWM, there are several ways to install TWRP Recovery: flash it via Fastboot, connecting Android to the computer, or do everything on the device itself using special applications (much easier, but you need root rights).

    Method 1. Where to download and how to install TWRP via Fastboot

    Unzip it to the root of the “C:” drive. Go to the "tools" folder and run the "android" file.

    Check only one item “Android SDK Platform-tools” and click “Install Packages”.

    Select "Accept License" and then "Install".

    As you can see, everything went well.

    After all these steps, you will have a new “platform-tools” folder, which contains the “ADB” and “Fastboot” that we are interested in. Great, let's move on!

    UPD: Next, you will notice that my “platform-tools” folder is located in a different directory. The fact is that these instructions were written when the Android SDK could still be installed through the installer. Starting from version 25, the developers left only a ZIP archive for downloading. Because of this, the beginning of the article had to be edited. Therefore, the path to ADB and Fastboot will be different from mine, the rest remains unchanged.

    If Bootloader is locked on your device (applies to Google Nexus, HTC, Sony, Huawei and some LG devices), you will first have to unlock it. How to do this is described in these instructions:

    • Unlock Bootloader on HTC: ,

    1. Now go to https://twrp.me/Devices/ and select TWRP Recovery for your device.

    On the next page, select "Primary (Recommended)". The download will begin.

    2. Place the downloaded recovery file in the “platform-tools” folder, where “fastboot” and “adb” are located and rename it shorter. For example, I made "twrp.img".

    3. Now connect your Android phone or tablet to your computer using USB. In this case, the device must be switched to fastboot mode. There are 2 ways how this can be done:

    • Option one. With the device turned off, press and hold the power button + volume down until fastboot mode appears. Depending on the manufacturer of your device, this procedure may differ slightly.
    • Option two. Action 1. Turn on by connecting Android to PC. Launch Command Prompt. You can find it in the Start menu. Or press the key combination “Win” + “R” and enter:
    • Option two. Action 2. After this, click “OK”.

    • Option two. Action 3. You will be taken to the command line. Now enter these commands sequentially and press “Enter” after each one.

    CD path to the folder with "ADB" and "Fastboot"

    In my case it turned out like this:

    cd Program Files (x86)\Android\android-sdk\platform-tools

    To do this, you need to copy the path in the top line of Explorer. But if you acted exactly according to the instructions, it will turn out:

    cd\tools_ version-windows\platform-tools

    The last command puts Android into fastboot mode. I will explain what all these commands mean a little later in paragraph 4. It turned out like in the screenshot below.

    As a result, the tablet or smartphone will reboot into fastboot mode.

    4. So, let me remind you: the TWRP file is in the “platform-tools” folder and we renamed it to “twrp.img”. Now on the command line (how to get into it is written above in paragraph 3, option 2, action 1) you need to specify the path to this folder. With this command you go to the folder back:

    Type "Enter" to execute it. As a result, we move from “C:\Users\User” to the “C:\” drive itself, which is what we needed.

    5. Use the next command to go to the folder. Since we need to get to “C:\tools_r25.2.3-windows\platform-tools”, enter:

    cd\tools_r25.2.3-windows\platform-tools

    And press “Enter” again. The command is completed.

    6. And now enter the command that will install TWRP Recovery:

    twrp.img

    “twrp.img” is the name of the downloaded TWRP file. That's why I advised you to rename it shorter, so as not to enter a long name on the command line.

    7. At the end we receive this message about the successful recovery firmware.

    Congratulations! You installed a modified TWRP Recovery instead of the usual one pre-installed by the manufacturer.

    Method 2: Install TWRP Recovery via Rashr app

    Rashr - Flash Tool is an incredibly useful and easy to use application. We have already installed CWM using it (link to instructions at the beginning of the article), but you can flash TWRP or Philz Recovery in the same way.

    All you need for this is root access. How to get them is described in these instructions:

    Now let's move on to the Rashr application itself and installing TWRP Recovery:

    1. When you first start, a Superuser prompt will appear. Provide it.

    2. Tap your finger on the “TWRP Recovery” item.

    3. A list of available TWRP versions will open. Of course, it is best to install the newest one.

    4. You will be prompted to download the twrp.img file. Tap on “Yes”.

    6. At the end, a message indicating the successful installation of TWRP will be displayed. By clicking “Yes”, you can immediately reboot into it.

    In general, it is much easier to install Team Win Recovery Project through the Rashr application. To do this, it is enough to have root rights.

    Method 3. TWRP Recovery via Flashify application

    Another application that allows you to install CWM Recovery, TWRP, Philz or download the stock one. In addition, you can flash the kernel through it and install custom firmware. All this is available in .

    1. When you launch Flashify for the first time, provide root access.

    2. In the main menu, click “Recovery image”.

    3. The program will ask you to select recovery. In this case, we are interested in TWRP.

    4. Unlike the Rashr app, which showed TWRP 2.8.5.0 for my device, Flashify correctly found the newest version 2.8.7.0. It's best to use it.

    5. The download of the file from recovery will begin.

    6. Once the download is complete, the application will ask if you are sure you want to install TWRP. Click “Yup!” for confirmation.

    7. At the end, a message will appear indicating the successful completion of the recovery firmware.

    Click "Reboot now" to immediately put your mobile device into recovery mode.

    4. Use the official application Official TWRP App

    The TWRP developers have created a program that simplifies the download and installation of recovery. Go to the app page on Google Play and download it. Then open it, be sure to check the first 2 items, click “OK” and follow the instructions:

    When you first start, you need to provide Superuser rights.

    From the main menu, click "TWRP Flash".

    The application will show all available TWRP versions for your model. Select the one you need.

    Paid subscribers can download files directly in the program; everyone else is redirected to their website.

    On the page, click “Download twrp- version.img". The Recovery file will be downloaded to the device (by default in the “Download” folder).

    Navigate to the downloaded .img file, mark it, then click Select.

    Confirm the Recovery firmware with the “OKAY” button.

    At the end you will see the message “Flash Completed Successfully!”

    5. How to download and install TWRP Recovery on Samsung

    For Samsung smartphones and tablets, there is a unique way to install TWRP Recovery through the Odin program. You can download and get more information about it from. In this instruction I will briefly tell you what to do.

    1. Download TWRP for your Samsung device from the official website twrp.me (link at the beginning of the article).

    2. Connect your smartphone or tablet to your computer via USB. At the same time, switch it to Fastboot mode. You can do this through the Windows command line (Method 1 explains how) or boot the device into firmware mode manually (more details in the full article on Odin).

    4. All that remains is to click “Start” and wait for the custom TWRP recovery firmware to complete.

    Or otherwise experiment with the Android system, then custom TWRP recovery is what you need. If you are wondering how to install TWRP recovery on Android, then this article is definitely for you.

    Your phone's "recovery environment" is a piece of software that you rarely see. It is used to install Android updates, restore to factory settings, and also perform other tasks. Google's default recovery environment is very simple, but third-party developers offer their own solutions, for example, Team Win Recovery Project (or TWRP) - allows you to make backups, install custom firmware, gain superuser rights, and much more useful. So if you want to change your smartphone, then you will need TWRP. You can also read what custom recovery is on Android and why it is needed. Today we will tell you how to install TWRP recovery on Android.

    Step 1: Unlock your device and make sure it's compatible

    You must be sure that your bootloader is unlocked. So, if you have not done this yet, we recommend reading the article on how to unlock the bootloader on an Android smartphone. When you're done, let's go back to installing TWRP. If your phone's bootloader is not unlockable, then you will have to install TWRP in another way.

    Also, make sure TWRP is available for your device and check out the TWRP and XDA Developers website to make sure you don't encounter any problems along the way. For example, Nexus 5X phones are encrypted by default, but when TWRP first came out for the Nexus 5X, it did not support encrypted smartphones. Therefore, Nexus 5X owners had to either decrypt their smartphone themselves in order to install TWRP or wait for an update, after which TWRP began to support encrypted smartphones. Make sure you know all the quirks of your device before proceeding.

    Also back up anything you want to keep. This process will not delete your data from your smartphone, but creating a backup before changing the system is a good habit.

    Step 1: Enable USB Debugging

    Next, you will need to enable several options on your phone. Go to your phone settings and select "About phone". Scroll down to Build Number and click on this item 7 times. A message should appear indicating that you are logged into developer mode.

    Return to the main settings page, you should see a new “For Developers” item. Enable “OEM Unlocking” if this option exists (if it doesn't, don't worry - only some phones have this option).

    Then enable “USB Debugging”. Enter a password or PIN if required.

    Once you do this, connect your phone to your computer. You will see a window on your phone asking “Do you want to enable USB debugging?” Check the box next to “Always allow on this computer” and click OK.

    Step 2: Download TWRP for your smartphone

    You need to go to the TeamWin website in the devices section. Find your device model and click on it to download TWRP.

    This page usually contains Important information about the device that you should know. If you don't understand something, you can find more information on the XDA Developers forum.

    Go to the “Download Links” section and download the TWRP image. Copy it to the folder where ADB is installed and rename the file to twrp.img. This is necessary so that the installation command can be written more quickly.

    Step 3: Enter Bootloader Mode

    To install TWRP recovery on Android you need to enter bootloader mode. This is done differently on all phones; perhaps a search on Google or Yandex will help you to find out how this is done on your device. On many devices, this method helps: turn off the phone, hold down the power button and volume down key for 10 seconds, then release them.

    You have entered bootloader mode if you see an image similar to the following:

    Your phone's bootloader may look slightly different (in HTC on a white background, for example), but, as a rule, it contains approximately the same text.

    Step 4: How to install TWRP Recovery on Android

    Once you enter bootloader mode, connect your phone to your computer using a USB cable. Your phone should show that the device is connected. On your computer, open the folder where you installed ADB and press Shift+right mouse button on an empty space and select “Open Command Window”. Then run the following command:
    fastboot devices
    The command should return your device's serial number, indicating that it is recognized. If the serial number is not found, then return to the first step and make sure that everything was done correctly.

    If your device has been recognized, then it's time to install TWRP. Run the following command:
    fastboot flash recovery twrp.img
    If everything goes well, you will see a success message on the command line:

    Step 5: Boot into TWRP Recovery Mode

    Disconnect the phone from the computer and use the volume down key to navigate to the “Recovery” item. Press the Volume Up button or the Power button (depending on your phone) to select it. Your phone will boot into TWRP.

    If TWRP asks for a password, then enter the password or PIN code that you use to unlock your phone. This is necessary to access memory.

    TWRP may also ask if you want to use it in Read Only mode. This mode means that all changes will be deleted after a reboot. If you are not sure, then click on “Keep Read Only”. You can always repeat step 3 and 4 of this guide to reinstall TWRP when needed.

    When you're done, you'll see the TWRP main screen. You can use it to create a Nandroid backup, restore a previous backup, install custom ROM and much more.

    The most important thing now is to back up your phone before making any changes.

    Click on the "Backup" button in the TWRP main menu. Select "Boot", "System", "Data" and swipe the slider at the bottom of the screen. You can also change the name of the backup by clicking on it.

    Please wait while the backup is created. When the process is finished, return to the backup menu. Uncheck all options and scroll down. If you have a special partition after "Recovery", such as WiMAX, PDS, or EFS, then check them and make another backup. This section usually contains your EFS or IMEI information, which is very important. If this information ever becomes damaged, your data transfer will not work, and with a backup copy you can restore everything.

    Lastly, if TWRP asks if you want to gain root privileges and install SuperSU, click “Do Not Install”. It is better to install the latest version of this application yourself than the one offered by TWRP.

    Once you've made a backup, you can start exploring TWRP, gaining root privileges, installing custom ROMs, or booting into Android OS. Remember: Make a backup before making any changes to TWRP, it will help you restore your phone if something goes wrong.

    Experienced users are often interested in how to install Recovery on Android. Recovery mode allows you to perform several additional operations on your smartphone.

    There are methods that can be used to flash a custom Recovery. These include ROM Manager for ClockworkMod, GooManager for TWRP, Fastboot for devices with unlocked bootloaders, and Flash Image for cases where other methods don't work.

    Which installation method is better to choose?

    Most smartphones are compatible with several recovery modes, but the most popular ones are ClockworkMod Recovery (CWM) and TeamWin Recovery Project (TWRP). In addition to the ROM Manager and GooManager applications, which were created specifically for these recovery methods, other programs should also work if they are compatible with the gadget.

    There are 3 standard ways to install Recovery:

    • ROM Manager or GooManager;
    • Fastboot;
    • Flash Image.

    The methods associated with ROM Manager and GooManager are the easiest to install ClockworkMod or TWRP. However, these methods require Root access. If you need to install any custom Recovery using the command line, then the Fastboot method is suitable. The main advantage of this method is the fact that it does not even require rooting. It is worth keeping in mind that for this method the bootloader must be unlocked.

    The Flash Image method also allows you to replace the stock Recovery and install any custom recovery mode. This will require Root permissions, a command line emulation application, and the flash_image binary. This will save you the hassle of using your computer to manually install Recover using Fastboot.

    The Fastboot and Flash Image methods will require a special recovery image. The latest version of ClockworkMod and TWRP for a specific gadget can be downloaded from the web pages of the developers of these applications.

    In some cases, alternative installation methods may be needed, for example, if the smartphone does not have a separate partition for recovery mode, since it is built into the kernel boot partition. Many Sony and Samsung Galaxy devices fall into this category. They require kernel firmware that includes recovery using ODIN or FlashTool.

    An alternative method will also be needed if the device was not originally designed for the Android system. In this case, you will need a special installation method for ClockworkMod. Examples include the HTC HD2 and HP TouchPad. There is no one-size-fits-all guide that covers every method to set recovery mode, but the standard methods provided in this guide should work for most smartphones. However, some phone models may require a specific approach, in which case you will need to turn to the Google search engine to find instructions for specific devices.

    Installing CWM Recovery

    Now you can proceed directly to the standard methods for installing a custom recovery mode. Such operations should be carried out with caution. If during the installation process the device is damaged or completely fails, its owner may be denied warranty repair or replacement, since users do not have the right to engage in such manipulations.

    Those who are interested in how to install ClockworkMod Recovery should take into account that this is the simplest and most accessible method that allows you to start the installation from the graphical interface while the device is booting. In this case, you do not need to download the recovery image or enter any commands. This is the most convenient method for most users. Other methods can only be tried if CWM does not work. To install CWM Recovery you must perform the following steps:

    1. Install ROM Manager on your smartphone. This is an application that allows you to schedule recovery operations during Android boot and has the option to install the latest version of ClockworkMod Recovery.
    2. Launch the newly installed ROM Manager. The first option the program will offer should be called Flash ClockworkMod Recovery. You need to click on it and follow the instructions.
    3. You must wait until the system reboots and the latest version of the program is installed. You should not perform a manual restart.
    4. After rebooting the system and starting the operating system, you need to make sure using ROM Manager that the latest version of CWM Recovery is installed. All available updates must be installed. If a new version appears, you must install it following the instructions.

    Other ways

    Install TWRP Recovery using GooManager:

    1. Install GooManager on your gadget. This application allows you to install firmware and mods posted on the official Goo website, as well as the latest version of TWRP Touch Recovery.
    2. Launch GooManager as soon as it is ready.
    3. Enter the menu and select Install OpenRecoveryScript. Answer positively all questions in the dialog boxes and grant the application Root access.
    4. Wait while the program downloads the latest TWRP update for the device and installs it.
    5. After installing Recovery, you need to make sure that the process was successful. To do this, you need to boot through recovery mode. This can be done using GooManager by clicking Menu and selecting the Reboot Recovery option.

    And one more way to install custom Recovery. You will need to download the latest recovery image that is suitable for the device from the ClockworkMod Recovery or TWRP download page.

    It is very important that this file is compatible with devices of a certain brand. For example, if you are using a Digma device, you need to make sure that it is supported. Otherwise, the firmware may not work and make the device unusable.

    To install any custom recovery mode using fast bootloader, your computer must have ADB and Fastboot. Once the installation is complete, you will need to do the following:

    1. Copy the recovery image to any convenient location on your computer (it is advisable that the path to the file is not too long). You can place it in the root directory of drive C and not create a special folder. The recovery image must have an IMG extension. If it is inside a ZIP archive, you should unzip it.
    2. Connect your Android device to your personal computer via USB.
    3. Wait for Fastboot USB to appear on the screen.
    4. Launch the command line and enter fastboot flash recovery c:\recovery.img. You need to keep in mind that the file path looks like this because the image is located in the root folder of drive C. If the image is located in a different location, you need to specify the appropriate path.
    5. Wait for the process to complete and then reboot the device.

    If everything was done correctly, the modified Recovery mode should work.

    AndroidKak.ru

    How to install recovery on Android

    Today, custom recovery, that is, a recovery environment for Android devices, offers much more features than built-in software. Therefore, below we will look at a step-by-step installation using the example of the popular TWRP (Team Win Recovery Project).

    How to install recovery on Android - preparing for the firmware process

    It is important to know that (in some cases, for example, when the power is turned off, discharged, or disconnected from the wire), the process of installing custom recovery can lead to a decrease in the performance of the device, the appearance of errors, failures and other dysfunctions. In this case, the device loses the remaining warranty period, so all manipulations should be carried out extremely carefully, at your own risk. By default, it is assumed that the bootloader is already unlocked on the smartphone or tablet, and the Android SDK Platform Tools are installed. If the device meets the described conditions, do the following:

    • Download the appropriate version of recovery for Android, which matches the model of our smartphone/tablet.
    • Save the file in the Platform-tools folder with Android SDK (you can choose any other location, but this will make it easier to specify the path for further commands).
    • Enable USB debugging.

    Installing third-party recovery on Android

    Now you can start downloading a software package with a custom recovery environment to your device. This procedure assumes the use of the Windows operating system (the version is not fundamentally important):

    • switch to “fastboot” mode: for some devices there may be a different sequence of button presses, but basically you need to press and hold “sound” and the power button until the menu appears;
    • The next step is to connect the device via USB to the PC, after making sure that there is enough charge on the first device;
    • via the computer go to the SDK Platform-tools folder;
    • press Shift and right-click on an empty space at the same time;
    • select “Open command window”;
    • enter the command fastboot flash recovery recovery.img, send it for execution with the Enter button (explanation: in place of recovery.img there should be a path to a file of the same name; if it is located in the tools folder, then enter the name “as is”);
    • After a successful completion notification appears, the device can be turned off.

    When the TWRP installation is complete, there will still be a fastboot menu on the screen of your smartphone/tablet. To test the custom you just received:

    • select the “Recovery Mode” item, moving through the list using the volume buttons and confirming the action by pressing the power button;
    • after the initial login, select the language and operating mode - read-only or “allow changes”;
    • if you choose the first option, the custom recovery will disappear after the next reboot;
    • choosing the second one will leave TWRP on the system partition;
    • You can also check the “Don’t show this again when loading” checkbox.

    The main custom firmware menu will allow you to flash ZIP files, install third-party firmware, backup or restore files from a backup, and perform a factory reset with complete data destruction.

    SovetClub.ru

    CWM Recovery Android - installing Custom Recovery

    Since the topic of firmware for Android devices is very relevant, I decided to write about installing CWM Recovery on an Android smartphone or tablet. There are several ways to do this: for some, all actions are performed on the device itself, but this requires root rights, while for others, a computer is used to install custom recovery. Whatever seems easier or more convenient to you, use it.

    Method 1. Installing CWM Recovery via ROM Manager

    The first way to flash Recovery firmware is to use the ROM Manager program, which we already talked about in the article: how to flash Android. This application has a separate item that allows you to install ClockWorkMod Recovery in a couple of minutes.

    I would like to note right away that ROM Manager requires root rights to work. You can read how to get them here and here.

    After that, go to the official page https://clockworkmod.com/rommanager and see if your device is on the list of supported ones.

    1. Now open the ROM Manager and select the first item “Recovery Setup”.

    2. In the next window, in the “Install or update Recovery” section, select “ClockworkMod Recovery”.

    4. At the bottom, click on “Install ClockworkMod”.

    5. The download process will begin. With a good Internet connection it lasts a couple of seconds.

    6. At the end of the download, you will be asked to grant root access to the application. Select Grant.

    7. That's it! You will see a notification “Successfully flashed ClockworkMod recovery!” Just click "OK".

    This is how easy it is to flash CWM Recovery via ROM Manager. Now you can open it and you will find new items in it that were not in the standard one.

    Method 2. Install custom Recovery on Android using the FastBoot utility

    All the steps described below are the same as installing TWRP Recovery: go to the article.

    Now we will use the classic method of installing custom Recovery using the FastBoot utility for Windows. It is included in the Android SDK, the archive of which must be downloaded from the official website http://developer.android.com/sdk/index.html (go to the bottom of the page and download “tools_version-windows.zip”). You will also need Java and drivers (learn more →).

    Unzip the folder to the “C:” drive – there will be “tools” inside, and the “android” file in it. Launch it.

    Select "Android SDK Platform-tools" and click "Install package".

    Check the “Accept License” checkbox and then click “Install”.

    Once the installation is complete, “platform-tools” will appear in the “tools_version-windows” folder, and it contains “fastboot” and “adb”. They will be useful to us later.

    UPD: The “platform-tools” folder on my computer is in a different directory than yours. The fact is that this article was written back when there was an installer for the Android SDK. Starting from version 25, installation is carried out only from a ZIP archive: because of this, part of the instructions had to be edited. Therefore, the path to ADB and Fastboot is different from mine, everything else remains unchanged.

    If you have a Sony, HTC, Nexus, Huawei or LG device (some models), then Bootloader is blocked. How to unlock it is described on our website:

    • For HTC: method 1, method 2
    • For Nexus: instructions
    • For Sony: instructions

    Let's start flashing the Recovery firmware:

    1. First of all, go to this page and download the version of the “recovery-clockwork.img” file for your device. Please note that most devices have both a touch and classic version. Download the one you like best.

    2. Now place the CWM recovery file in the “platform-tools” folder. I also renamed it to “recovery.img” (later you will understand why). I recommend that you do the same.

    3. Connect your tablet or smartphone to your computer using USB.

    In this case, the device must be booted into fastboot mode. Typically, to do this, with the device turned off, you need to hold down the key combination: Power + Volume Down. But this combination may differ depending on the device manufacturer.

    UPD: it’s much easier to switch to fastboot mode as follows: enable USB debugging on the device, go to the command line (step 4 below tells you how to get into it) and enter the commands sequentially, pressing “Enter” after each one.

    cd path to "platform-tools"

    adb reboot bootloader

    I got it like this:

    Your path will look different. If you acted exactly according to the instructions, it will come out (in any case, look at the path in the corresponding line of Explorer):

    cd\tools_r25.2.3-windows\platform-tools

    In the screenshot you can see how I entered the same commands. As a result, the device will boot into fastboot mode.

    4. Now open the command line (or skip this item and continue working with it if you just switched Android to fastboot mode through it). The easiest way to get there is to press the key combination “Win” + “R” and enter:

    After that, click "OK".

    5. You will be taken to the command line.

    6. Now you need to specify the path to the folder with the firmware. Type the following command to go back to the folder.

    Press "Enter".

    7. My path to the recovery folder is: “C:\Program Files (x86)\Android\android-sdk\platform-tools”. So I enter (you enter yours):

    cd Program Files (x86)\Android\android-sdk\platform-tools

    And press “Enter” again.

    8. All that remains is to enter:

    fastboot flash recovery recovery.img

    “recovery.img” is the name of the file being flashed. Remember I advised you to rename the recovery file? We did this for convenience so as not to enter something like “recovery-clockwork-6.0.4.7-flo.img”.

    After entering this command, press “Enter” again.

    9. As a result, we receive the following message.

    Congratulations! You have successfully installed custom recovery (CWM) using the Fastboot utility!

    Method 3. Flash Recovery via the Rashr application

    This method is also incredibly simple and convenient, but requires root rights. How to obtain them is written at the beginning of the article in “Method 1”.

    1. Install the Rashr - Flash Tool application from Google Play, open it and provide Root rights.

    2. In the list of options, select “CWM Recovery”.

    3. Then the program will display a list of available Recovery for your device. In my case, Rashr showed 2 options: ClockworkMod with support for taps on the screen and the classic option (controlled by the volume and power buttons).

    4. When you see the download prompt, click Yes.

    5. Then the download of CWM Recovery for your Android smartphone or tablet will begin.

    6. At the end, a notification will appear that the firmware was successful and you now have a modified recovery installed. You can reboot into it and try it out. To do this, click “Yes”.

    Perhaps this installation method can be called the simplest. The only thing it needs is root rights.

    Method 4. Install Recovery on Samsung in Odin

    If you have a Samsung device, you can install ClockWorkMod Recovery on Android using the proprietary Odin utility. Here I will briefly tell you what to do. I recommend reading our article: how to flash an Android tablet or Samsung smartphone. It contains detailed information about using Odin.

    1. Find and download recovery for your Samsung phone or tablet.

    2. Connect the device to the PC via USB and put it into boot mode. How to do this is written in the full article at the link above.

    3. Open Odin and click on “AP” (in some versions of Odin this field is called “PDA”).

    4. Press the “Start” button and wait until the firmware is completed.

    That's all! I hope you found this article helpful! If you have any questions, leave them in the comments.

    4idroid.com

    How to install TWRP Recovery? TWRP Recovery download for android

    Hi all! In this article we will talk about TWRP Recovery. Let's start with the advantages over perhaps its main rival, ClockworkMod, then we'll look at the purpose and functionality of this utility, then we'll give an extended description of all menu items. And of course, we’ll figure out where to download and install TWRP Recovery. And at the end, the bonus will describe the process of flashing an Android smartphone using this utility.

    Before you start reading the instructions for TWRP Recovery, I want to note that most users prefer to use this particular recovery because it has the following advantages compared to ClockworkMod:

    • More convenient touch interface
    • Function to configure some options.
    • A transparent way to select what we want to include in the backup
    • Support for batch installation of zip files
    • Lock the screen by pressing the power button
    • S-Pen support on Galaxy Note tablets and phones

    TWRP Recovery is a much more powerful system recovery utility (menu) compared to the factory one, which allows you to make full backups of the entire system of the device, install software, firmware, kernels and much more on it, which is usually not possible with factory recovery TWRP is installed in a special system partition of the internal memory of a tablet or phone, in place of the factory recovery. TWRP Recovery can help you out in some seemingly hopeless situations. Even if your tablet or phone stops booting, in many cases, using TWRP you can restore the system from a backup, with all its settings and applications.

    Here is a rough list of what you can do with TWRP Recovery:

    • Install custom firmware and unofficial kernels
    • Install factory system updates, add-ons and patches
    • Connect to a computer via USB, in removable storage mode
    • Create a complete backup copy of the current firmware and its individual parts (system, settings, applications)
    • Restore a device from a previously created backup
    • Reset to factory settings (Wipe – data/factory reset), clear cache (wipe cache), clear Dalvik-cache (wipe Dalvik-cache), clear battery statistics (wipe battery stats)
    • Create partitions on a memory card and format them
    • Execute terminal commands
    • Work with files on your device

    For many smartphones and tablets, installing TWRP Recovery (download) is a fairly simple procedure; you just need to install a program such as GooManager from the Market and select “Install OpenRecovery Script” from its menu:

    For many devices, such as Nexus tablets and smartphones, there are separate utilities similar to the Google Nexus 7 Toolkit. Also, TWRP Recovery can be installed using the adb program.

    There are several ways to boot your tablet or phone into TWRP Recovery.

    1. Using a special program such as GooManager, selecting “Reboot Recovery” - “Load Recovery Mode” from its menu.

    2. By pressing a certain key combination when turning on the device. This combination depends on the device model. On many devices, you can get into recovery by pressing the volume down and power buttons at the same time when turning them on.

    3. Using the ADB program. If you have set up a connection to your computer using the ADB program, you can boot your tablet into recovery using the command: adb reboot recovery

    • After booting your tablet or phone into TWRP Recovery, you will first of all see its main menu
    • Thanks to the recovery touch interface, it’s very easy to navigate through its items and select the options you need - just tap on a specific element with your finger.
    • In all submenus, you can return to the previous menu by pressing the return button located at the bottom (smartphone) or top right (tablet) of the screen.
    • At the top of the screen you see the battery percentage and the current time.

    Purpose of main menu items:

    1. Install – installation of firmware and add-ons

    • This is one of the most frequently used items in TWRP Recovery.
    • With its help, you can install both official and unofficial (custom) firmware, install kernels, themes and other software, which should be located in a zip file located on the built-in memory of your device.
    • After selecting a file, you are taken to the next menu, where you can choose to add the next file to the firmware queue (Add More Zips button) or start flashing the selected file using the slider located at the bottom of the screen.
    • Using the Zip Signature verifications option, you enable the zip file signature verification mode.
    • Using the Force MD5 check on all Zips option, you can enable checking MD5 checksums for all zip files installed on the device.

    2. Wipe – cleaning and resetting to factory settings

    • Using this option, you can clear sections such as Cache, Data, Cache, System, and also do a Factory Reset, after which your phone or tablet will return to the state in which it was sold in the store.
    • You can also clear the external memory card - External Storage and internal memory - Internal Storage, clear the android_secure system folder and clear battery usage statistics - Wipe Battery Stats.
    • As with other menu items, you will need to confirm the start of a particular operation using the slider that appears at the bottom of the screen. You can cancel the operation using the Back button.

    3. Backup – creating a backup copy of the system.

    Another one of the most important points of TWRP. With it, you can make a complete copy of the entire tablet system, along with the data and applications available in its internal memory - the so-called Nandroid Backup.

    Here you can:

    • Select the partitions you want to save: System, Data, Boot, Recovery, Cache, Uboot, NVram
    • Find out the amount of free space on the media: Free Space
    • Enable backup compression: Enable Compression
    • Disable the creation of backup checksum files: Skip MD5 generation during backup
    • Select a memory card to store backups: Use external SD
    • Select the internal memory of the device for storing backups: Use internal storage
    • Set the backup file name - Set Backup name button
    • Recalculate partition sizes - Refresh Sizes button

    As usual, confirm your choice using the slider and TWRP will begin the backup process:

    After this, you can reboot your tablet or phone - the Reboot System button, as well as return back or to the TWRP main menu using the corresponding buttons.

    4. Restore – restoring the system from a previously made backup.

    Here you can:

    • Select a memory card to search for backups: Use external SD
    • Select the internal storage of the device to search for backups: Use internal storage

    Backup names consist of the date and time they were created. You can sort files by:

    • Ascending "Sort Ascending" name, date and size
    • Descending "Sort Descending" of name, date and size

    After selecting a backup, you will have the option to:

    • Select the partitions (System, Data, Boot, Recovery, Cache, Uboot, NVram) that you want to recover,
    • Rename the backup "Rename Backup"
    • Delete backup "Delete Backup"
    • Enable MD5 checksum verification of backup files
    • You can start recovery by confirming your choice using the slider.

    5. Mount – mounting individual partitions, formatting them and mounting the device as a USB drive when connected to a computer

    Mounting makes partitions or folders available for use.

    The items in this menu mean the following:

    • Mount / Unmount System – mount or unmount the system partition
    • Mount / Unmount Data - mount or unmount a partition with dataMount / Unmount Cache - mount or unmount a partition with a cache
    • Mount / Unmoun Sdcard – mount or unmount a memory card
    • Mount / Unmoun Internal – mount or unmount internal memory

    “Mount USB storage” button – connecting a tablet or phone to a computer in removable storage mode

    In this case, you can choose to mount:

    • Memory card: Use external SD

    6. Settings – TWRP settings

    Here you can set the default options that TWRP Recovery will use by default when creating and restoring backups, as well as when installing zip files:

    • Zip file signature verification: zip file signature verification
    • Force MD5 check for all zips: checking checksums for all zip files
    • Use rm –rf instead of formatting: delete files instead of formatting when wiping partitions
    • Skip MD5 generation during backup: disable the creation of checksums during backups
    • Ignore image size errors during backup: ignore file size errors during backup
    • The Time Zone button is used to select your time zone
    • The “Restore Defaults” button is designed to reset settings to default settings

    7. Advanced – additional TWRP features

    This menu consists of the following items:

    • Copy Log to SD – copying the operation log to a file on a memory card.
    • Fix Permissions – fix access rights to files and sections. This item is used to return access rights to system files and folders to the factory state, which can be changed by the incorrect operation of some root applications, which can lead to freezes and malfunctions of the tablet or phone.
    • Partition SD Card – creates partitions on a memory card. This item is used to create /sd-ext and /swap partitions on the memory card. The /sd-ext partition can be used by some firmware when there is not enough internal memory on the device, for example, to expand the /data partition. The /swap partition is usually used to speed up an Android device.
    • File Manager – file manager. Here you can select a file and perform the following operations on it:
    • Copy – copy a file
    • Move – move a file
    • Chmod 755 – set access rights to 755 (like all system files)
    • Chmod – set any other access rights
    • Delete – delete a file
    • Rename File – rename a file
    • Terminal Command – execute a terminal command in the selected directory in the style of adb commands

    Also in the Advanced section there may be other buttons that a developer can add when building recovery from source codes for a specific device.

    Here you can choose the following:

    • System – completely restart your tablet or phone
    • Recovery – reboot recovery
    • Power Off – turn off the device.
    • All alternative firmware, custom kernels, cracks, add-ons, decorations, application packages that can be installed on a tablet or phone using TWRP recovery are packaged as zip files.
    • Before installing anything on your device, do not forget to make a complete backup copy of the current firmware, so that later you can painlessly return your tablet or phone to its original state.
    • Make sure your device's battery is at least 60 percent charged, preferably fully charged, and disconnect it from your computer and charger.
    • Copy the file that you want to flash to the device memory or to a memory card, preferably to its root, WITHOUT UNPACKING IT. Make sure that the file name consists only of Latin letters and numbers and does not contain spaces or special characters.
    • If you are installing new firmware, be sure to do a full wipe using the “Wipe” item

    Let's start with the firmware:

    1. Reboot the device into TWRP recovery

    2. Select the “Install” item

    3. Choose:

    • Memory card: Use external SD
    • Internal memory: Use internal storage

    4. Select the zip file

    5. Using the Force MD5 check on all Zips option, enable checking MD5 checksums if you have an md5 file included with your zip file.

    6. We start the firmware by confirming the choice using the slider

    You can also select up to 10 zip files to install at a time using the "Add More Zips" button, or clear the list of previously selected files using the "Clear Zip Queue"

    www.MobileOC.ru

    Installing custom Recovery on Android

    By default, all Android devices have a recovery mode called Recovery. With its help, you can roll back the operating system to standard settings, install official add-ons and fixes. If this is not enough for you and you want to install third-party firmware, kernels and utilities on your device, then the factory recovery needs to be replaced with a custom one.

    The most popular custom recoveries for Android are Clockworkmod Recovery (CMD) and TeamWin Recovery (TWRP). The main difference between one program and another is the presence of touch controls in the latter. As for functionality, the software offers approximately the same list of options:

    1. Installation of unofficial patches and firmware;
    2. Connecting the device to a PC in ADB mode and instead of a removable drive;
    3. Formatting, creating, merging partitions in the internal memory of the device;
    4. Clearing software cache and battery life summary;
    5. Creating backup copies of the system.

    After studying the methods below, you can easily install custom recovery on Android. You need to obtain Root rights before carrying out work.

    TWRP Installation Methods

    You can install TWRP recovery using a special software developer utility (TWRP Manager), third-party software designed for flashing recovery, and Android Debug Bridge (ADB).

    Your first step will be to download TWRP Manager from the Play Store and install the application on your device. The utility must be opened and given Root access rights. Then:

    1. In the menu that appears on the left, select “install twrp”;
    2. a window will appear in front of you where you need to select the device and version of recovery you want to install;
    3. after selecting all the settings, click “install recovery”;
    4. the program will automatically download the recovery and install it;
    5. if you want to install a specific version of recovery that you downloaded in advance, then you need to save recovery.img and select it through the “select img file” item.

    ADB as a way to flash recovery

    This solution with reinstallation of recovery is suitable for advanced PC users. To carry out the manipulations, you will need an Android device, a computer and a USB adapter. First you will need to install the Android SDK with all the packages along with the Google USB Driver. After this:

    1. save the Recovery.img version of TWRP supported by your smartphone to your computer;
    2. rename the recovery file to twrp.img, save it to the root memory of your device.

    Connect your device to your computer using USB. Launch the command line of the PC operating system (cmd in Windows). Write the following lines in it:

    1. cd C:\android-sdk-windows\platform-tools\adb;
    2. su dd if=/sdcard/twrp.img of=/dev/block/mmcblk0p34.

    After this, reboot your device.

    CMD Installation Methods

    You can install CMD using Rom Manager, FastBoot mode or third-party utilities for flashing recovery.

    Installing CMD using Rom Manager

    1. Download Rom Manager from the Play Store and install it on your device. Don't forget to give her Root access.
    2. After starting the program, a window will appear containing several sub-items. You will need to go to the “Recovery Setup” tab.
    3. A new window will appear. There select CMD. After this, you will need to select the device model on which the recovery will be installed.
    4. After this, another window will appear where you must confirm your actions.

    CMD installations in FastBoot mode

    To reflash an Android device using this method, you will again need to download the Android SDK and USB drivers for your smartphone/tablet. Save the recovery file from the CMD website, rename it update.img, save it to the platform-tools folder located in the installed Android SDK directory. Then activate USB debugging mode on your Android device.

    Launch Command Prompt and enter the following commands:


    If everything goes well, a corresponding notification will appear on the command line.

    Installing CMD and TWRP via Flashify

    As we mentioned earlier, they install custom recovery for Android using third-party utilities. One of them is Flashify. A distinctive feature of the program is its compatibility with many models of smartphones and tablets. You need to install the software on the device and allow it to use Root rights.

    1. On the main screen of the running application, select “Recovery Image”.
    2. A window will appear in front of you with a choice of recovery version and a choice of device model (if you have not downloaded the program in advance).
    3. After the desired recovery version is saved to the device’s memory, click on “YUP!”
    4. Flashify will install the program and automatically reboot the device.

    Sooner or later, the standard firmware begins to get boring or glitchy, which is why most users begin to “comb” mobile forums in search of a solution. There, an understanding already comes to mind: to change the firmware, you must first reinstall the recovery. Forum members advise installing TWRP, citing its most stable operation and the ability to work with touch controls. Therefore, it is worth telling how to install twrp recovery on Xiaomi, what problems may arise in this case and reveal options for solving them.

    In general, this is an abbreviation, and it stands for team Win Recovery Project, thereby saying what the project is: a modified recovery that allows you to do much more than factory utilities. First of all, it is installed by those who want to install custom firmware on their device, which is why the purpose of TWRP is appropriate: a complete backup of the system, installation of software, firmware, kernels, full wipes and a bunch of everything that “stock” (factory) hides from the user. menu.

    With Xiaomi, the situation is standard: the basic recovery is not suitable for installing custom firmware, because the first one simply does not allow this, which is why people come to TWRP. In addition to everything previously mentioned, Team Win can completely restore the firmware from a recovery file. So, this is an excellent tool for those who like to play it safe: even if the smartphone “dies” after changing the firmware, it can be “revived” without any problems.

    In addition to such killer features, TWRP can provide full-fledged work with device files, creating partitions in memory, approximately like on the HDD of your desktop, connecting to a PC in flash card mode, while starting the system will not be required. It’s very convenient, for example, the wipes have already been made, but no one has transferred the firmware to the storage device, which has happened to your humble servant more than once.

    Installing TWRP Recovery

    Via the official application

    It’s worth starting with the fact that there are several ways. The first, simplest one is to use a proprietary application or its analogues, just remember: for correct operation you need . In Xiaomi, as a rule, advanced users already have them, all that remains is to give them to the application. Otherwise, you will have to first obtain those same rights, and then think about installing recovery.

    The action itself takes place in just a few steps:

    • Find the application on Google Play;
    • Install it and run it;
    • Agree to all permissions, grant root access if this has not been done before;
    • Select your device and download the file using the "Download TWRP" button;
    • Select the downloaded img file and install it through the "flash to recovery" button.

    Here, perhaps, it is worth making a reservation: the name of the IMG file must correspond to the program: usually it is recovery.img, but proprietary applications, like TWRP, may require files to be named in a special way. In the case of Team Win, this is twrp.img, however, before installation, you should carefully read the description of the program, where, most likely, the required name will be indicated.

    After such installation on Xiaomi Mi3, for example, the smartphone will automatically start in Recovery mode, from which all manipulations necessary for the user will be performed. It should be noted: the stock firmware will not crash when installing a custom menu in any case, and this applies not only to Xiaomi.

    Via fastboot

    The second method is a little more complicated: it will require the most basic skills in working with the console and ADB, since the option is to install recovery via fastboot. Your device must be . So, the installation itself is carried out in several stages.

    1. The first is downloading ADB drivers and unpacking them. Here you should make sure that the path to the file contains only Latin characters, otherwise the console will throw an error.
    1. We install drivers for your device, taken from .
    2. The next step is to enable USB debugging. This is very easy to do: first, open the “about phone” item on your smartphone, after which you need to click on the MIUI version 8 times. The message “You are a developer” should appear. If this does not happen, then you either already have access to the developer settings, or the firmware simply does not allow you to do this.
    3. The next step will be to directly enable debugging, which is done in the “for developers” settings item.

    1. We run the command.bat file from the ADB folder, issue the command “adb devices” and check whether the smartphone is connected correctly, which may require authorization confirmation on the smartphone screen. If nothing happens during such manipulations, check the device connection and reinstall the drivers. It's better to be safe here.

    1. We launch Fastboot Mode on the smartphone using the “adb reboot bootloader” command. After the command, the smartphone should automatically reboot and enter bootloader mode. Now we are ready to install custom recovery.

    1. Now you need to download the TWRP recovery file. Find your device and go to the "Download Links" section and select "Primary (Recommended)".

    1. The whole essence of the installation comes down to entering the command “fastboot flash recovery twrp.img”. It is worth noting the following: the firmware file you downloaded should be called twrp.img or recovery.img, depending on the ADB version. You can find out where you download the corresponding programs or by reading the readme file, or just try both options.

    That’s all, actually, the installation of twrp on xiaomi redmi note 3 pro (in our case) is completed. However, there is no need to rush: you need to start the smartphone in TWRP, for which we press the power and volume down keys. Hold the power button until there is a vibration response, then release it and wait for the installed utility to start.

    From here you can boot into the system or start installing custom firmware. All the methods described on the Internet are variations of the first and second described here, especially since there is usually no description of how to log into TWRP, so there is no point in describing them again.

    Possible problems

    And there is, in fact, only one problem: after the firmware, if the custom is installed on top of MIUI 8 version and newer, many users intensively googled the phrase “how to log into twrp recovery xiaomi”, because the ability to log in normally simply disappeared. This happened due to a conflict between the utility code and the firmware: the file emmc_appsboot.mbn, corresponding to MIUI, the overwriting of which simply does not make it possible to enter TvRP.

    The solution is quite simple: you can simply reinstall the recovery. There is only one problem: this action will help for exactly one flashing, which is why the guys from w3bsit3-dns.com found a more reasonable and durable fix.

    So, to fix the bug, you need to download this file (only suitable for redmi 3, use at your own peril and risk), turn off the phone, hold down the power and volume buttons, connect the USB cable to the phone and computer, run the file “1 run me.bat "from the archive, which, if executed successfully, should write "OKAY. Finished." After that, disconnect the cable and hold both volume and power buttons for 15 seconds, waiting for vibration. That's all, TWRP should work fine after such manipulations.

    Conclusions

    You should install the Team Win project only if it is really necessary. It is extremely difficult to ruin a phone with such a thing, but it is possible. By the way, you cannot do without the standard mention that you carry out all manipulations with your devices at your own peril and risk. I hope we were able to convey to you information about Team Win Recovery Project and how to install it. The method, by the way, is relevant for any Redmi and Mi models, even for Mi5 and Mi5s.