• How to install TWRP Recovery on Android - step-by-step instructions. Team Win Recovery Project: instructions and recommendations

    Today we will talk about how to install custom recovery on your device of the line Samsung Galaxy. I will only talk about TWRP recovery, since it has a huge number of advantages over its analogues. Also, the developers of this project offer a simple and convenient way installation, which involves using the Odin utility. You don't even need superuser rights (Root). This instruction Suitable for all smartphones and tablets from Samsung: Galaxy S5, S6, Note 4, Note 5 and any other models.

    It is worth noting that after installing custom recovery you will not be able to install official updates Samsung downloaded over the air. Back up your data on your mobile device so that if problems arise, you won't lose it forever. I recommend saving contacts in the cloud of your Google account, and photos, videos and documents on your computer.

    What you need to do before installing TWRP recovery via Odin:



    Check before starting installation to make sure you haven't forgotten anything. Each of the above steps is very important.

    How to install TWRP recovery on any Samsung Galaxy smartphone or tablet:



    Ready! To enter TWRP recovery, you need to hold down the “Volume Up”, “Home” and “Power” buttons while the device is turned off, and release the buttons after the logo appears.

    Now you can use the new recovery to install custom firmware, backup and recovery installed firmware and much more. Through TWRP you can also clear cache memory, do a factory reset, or even wipe internal memory devices.

    In the last article I talked about. Today we will continue this topic and talk in detail about custom recovery modes, their advantages over stock ones and how to install them.

    What is custom Recovery

    Custom recovery is essentially an extended version of the recovery mode in smartphones and tablets. Its main advantage over the stock one is the presence of features that manufacturers usually hide from users in order to protect their devices from “those who like to experiment.”

    With custom recovery you can:

    • Do backups various sections of the device’s memory or the entire firmware and restore them accordingly (Backup and Restore items)
    • Install unofficial firmware (Custom Rom)
    • Install unofficial add-ons and patches via the “install zip from sdcard” item
    • Format various memory partitions (Among them are partitions such as: boot – boot partition, system – system partition, data – user data, cache – application cache, sdcard – memory card)
    • Create new partitions on the memory card

    The most common versions custom recovery are CWM (developed by ClockworkMod) and TWRP (developed by TeamWin). Both of these consoles have almost equal functionality and the choice of one or another recovery is usually determined by which one is easier to install or by the banal absence or presence of device support.

    How to install CWM Recovery

    Installation via RomManager

    The easiest way to install CWM is to use the RomManager application. This application can be installed for free from Google Play, and flash CWM from it by selecting “Flash” in the main window ClockworkMod Recovery" From there you can reboot the device into recovery mode by selecting “Reboot into Recovery”. Please note that RomManager requires Root to operate. You can read how to get it.

    Attention! Before installing recovery via RomMnager, be sure to check if your device model is in the list of supported ones here https://clockworkmod.com/rommanager. With rash actions you can turn your device into a “brick”!

    Installation via Fastboot mode

    The “classic” way to install recovery is to flash the recovery.img file directly into the Recovery section of your device via FastBoot mode. This method, unfortunately, cannot claim universality, because It requires an unlocked bootloader. But, firstly, it is not possible to unlock it on all devices, and secondly, not all devices have a Recovery section.

    However, if your device meets all necessary requirements, you can safely use further instructions.


    How to install TWRP Recovery

    Installation via TWRP Manager

    The easiest way is TWRP, similar to CWM, you can install it using special application TWRP Manager. Here you will also need Root rights.

    Installation via ADB

    Similar to FastBoot, TWRP can be installed via ADB

    1. Download and install the Android SDK, including Android SDK Tools, Android SDK Platform tools, and Google USB Driver
    2. Download the Recovery.img file from the TeamWin website (http://teamw.in/twrp_view_all_devices) by selecting your device from the list.
    3. Rename it twrp.img and copy it to the root of your device's SD card
    4. Connect your device to your computer via USB
    5. Run command Windows string by typing “cmd” in the “Run” field in the “Start” menu
    6. In the window that opens, enter “cd C:\android-sdk-windows\platform-tools\adb”
    7. Enter the following lines:
      su
      dd if=/sdcard/twrp.img of=/dev/block/mmcblk0p34
    8. Reboot your device

    Also, TWRP can be installed via FasBoot, in exactly the same way as I described for CWM.

    What to do if your device is not on the supported list

    Most often, in the absence official support developer, volunteers assemble their versions of CWM. The methods for installing them can vary greatly; it can be installation from an SD card, firmware via Flashtool or Odin (in the case of Samsung devices). On devices with a locked bootloader, installation can also be performed through third-party applications.

    You can find out if it is possible to install a custom recovery on your device and how to do it in special branches on the Russian-language portal 4pda, or the global English-language portal

    Today every modern device on the Android platform it has its own recovery mechanism. Its purpose is in especially difficult cases, when standard methods don't help. You can also do this using recovery data backup or even add something additional to the system. Installing TWRP, one of the most popular types of third-party Recovery, will be discussed in this article.

    What is TWRP?

    TWRP stands for TeamWin Recovery Project. The tool is a modified recovery. It has much more functionality than the standard version.

    TWRP Features

    Recovery functionality includes:

    • installation of various unofficial firmware, additions and updates;
    • connection to personal computer in various modes, for example, as a drive or ADB;
    • creating backup copies of the entire system or its individual components;
    • restoration of previously saved data;
    • resetting to factory settings, clearing caches of various partitions and subsystems;
    • creating and formatting partitions on the drive.

    There are several ways to install TWRP on a system. For this, both the Android OS itself and a connection to a PC or standard recovery are used.

    Installing TWRP via Fastboot

    In short, Fastboot is a small utility that comes bundled with the Android SDK. It allows you to access the device before the system boots. By the way, not all devices support this mode. To install TWRP, you must first download SDK Tools from the official website with Android SDK. There are versions for three major operating systems.

    The downloaded archive can be unpacked in any convenient place. In it we are interested in the Tools folder, and already in it - the executable Android file. This starts the SDK Manager service, which allows you to update or add new components. For TWRP installation one will be enough - latest version Android SDK Platform-tools. You need to check the box, agree to the license and click Install. After downloading, the Platform-tools folder will appear in the directory with the SDK. And it contains two files - ADB and Fastboot.

    Now you need to visit official page TWRP project and download recovery for specific device. As a rule, the file extension is img, that is, image. It can be placed for convenience in the Platform-tools folder. Next, you need to physically connect the device to your computer using a USB cable. Then you need to switch your phone or tablet to Fastboot mode. There are several ways to do this. The first is to physically press the power and volume down buttons. It is worth noting that this option does not work on all devices. For the second method, you need to check the “USB Debugging” box on your phone. Then go to the command line on your computer. Using console commands, get to the Platform-tools folder. For example, like this: cd Program Files(x86)\Path\to\folder.

    Then, still in the console, you need to start Fastboot mode. There is a command for this: adb reboot bootloader. The device should go to desired mode. Next, you need to send him a command to install the image itself: fastboot flash recovery twrp.img. The lines will appear in the console window executable commands. And at the end, the word Finished will indicate the success of the procedure. As a result, we got TWRP installed via recovery. That is, customized software using standard software.

    Installing TWRP via Flashtool

    This utility is widely popular, since it is mainly used to flash many Android devices based on MTK processors. Using it you can also upload a new recovery, namely TWRP. To perform the operation you will need Flashtool program and a TWRP image downloaded from the official developer website. The program starts, in the settings the DA DL ALL Check Sum checkbox is checked. Now the scatter file available in the TWRP archive is selected. The list of components to be flashed should include recovery. Clicking the Download button initiates the firmware download.

    Using the official TWRP app

    The developers of the TWRP project have created a special utility for more simple way installing your product on your device. It is available for download in the official Google Play store. When you first launch the application, you will be asked to check three boxes: confirmation that the developers are not responsible for subsequent problems, launch with root rights and allowing the program to collect statistics. As it became clear, the application requires superuser rights to work.

    Installing recovery is quite simple. In the main menu select the item TWRP Flash. Then the device on the basis of which image options will be proposed is indicated. If available paid subscription, that is, it is possible to download files directly through the program; if not, the user will be redirected to the official website. In the second case, you must manually specify the path to the image and click Flash to recovery. At the end of the procedure, the application will notify you that the installation has been successfully completed.

    Appearance

    When switching to TWRP mode, the user will be greeted with simplest interface with several buttons:

    • Install. Using this mode, you can install firmware and any other additions or updates via TWRP.
    • Wipe. A large selection with functions for resetting data to factory settings. Options are available to clear the cache, all partitions at once or separately system ones, memory and battery counter.
    • Backup. Create a backup copy. This may be necessary in cases where, for example, you are installing firmware via TWRP or any other tool.

    • Mount. Kit various connections sections.
    • Settings. The program doesn't have many settings. Checking signatures on used files, ignoring copying errors, selecting a time zone, and others are available.
    • Advanced. A mode for users who understand what they are doing. Contains log settings, access rights settings, creation of new partitions on a flash drive, a tool for viewing and managing files and a console.

    Using the popular Team Win Recovery Project, mobile device users on Android platform have the opportunity to carry out large number operations related to optimizing the structure of device software interfaces. How can these actions be carried out? What are the main features of the corresponding program?

    What is Team Win Recovery Project, or TWRP?

    The Team Win Recovery Project mobile application, instructions for installation and use of which we will study today, is a multimedia device system recovery tool that allows you to back up files, install various types Software and firmware.

    The solution in question is installed in a special section of the device’s internal memory and thus replaces a branded interface for the Practical significance of the corresponding solution may lie, in particular, in the ability to restore the functionality of the mobile system even in cases where the device has experienced such a significant failure that it doesn't turn on at all.

    The Team Win Recovery Project interface - the instructions for it should be read carefully; it allows you to restore, among other things, those files in which the system and application settings are written.

    Benefits of TWRP

    It is worth noting that the solution in question is not the only one that is capable of running on mobile devices. Competing products are also available for download online. However, Team Win Recovery Project (the instructions for it, let us again draw attention to this, should be carefully studied before work) has a number of significant advantages. These include:

    • interface adapted to touch control;
    • opportunity detailed settings key options related to system file management;
    • availability of interfaces for generating an optimal data package placed in a system backup;
    • support for ZIP files.

    These options have great value from the point of view of ease of use of the program, as well as the use of its main functions. In fact, it would be useful to consider a list of them.

    Main features of TWRP

    The main functions of Team Win Recovery Project (the instructions for using them describe the process in detail) are as follows:

    • installation custom firmware and nuclei;
    • installing branded updates system files;
    • ensuring the device operates in flash drive mode;
    • ability to create a full backup copy of the firmware mobile device, and partial, for example, represented mainly by system files;
    • restoring the system from a backup while maintaining the functionality of the interface;
    • performing a quick reset of settings to those installed in the branded version of the system;
    • creating partitions for storing data on a memory card, as well as formatting them;
    • launch various teams via terminal;
    • gaining access to files located on the device.

    Features of program installation

    Let's look at the points that describe how the solution in question can be installed on a mobile device. For these purposes, common interfaces can be used, such as, for example, GooManager. Need to download this program in a trusted application store, launch it, and then select the Install Open Recovery option.

    If the user owns a Nexus smartphone, he can use another popular utility - Google Toolkit. In principle, there are quite a lot of programs that allow you to solve the problem in question. But the 2 solutions noted are among the most convenient.

    Let's take a closer look at how TWRP installation programs can be used in practice.

    Using TWRP: Launching the System Recovery Tool

    There are usually no difficulties installing Team Win Recovery Project. However, there are nuances that characterize the actual launch of the program - in fact, the inclusion mobile device in the appropriate mode. If you are using the GooManager program, then you need to launch the corresponding application, then select the Reboot Recovery option, then select the item that allows you to load recovery mode.

    In principle, you can run the program in question by using special combination mobile device control keys. But in in this case It is quite difficult to choose a universal combination of them: it is determined by a specific device manufacturer. Also, in order to launch the solution in question, you can use popular app adb. It involves connecting a mobile device to a computer. Using the specified application, you can boot your smartphone or tablet into recovery mode using special commands entered through ADB interfaces.

    Let us now study in more detail how to use the program in question in one version or another, for example, Team Win Recovery Project in modification 2.8, 2.8.7.0, 2.8.7.3 or Team Win Recovery Project 3.0.2. The instructions for each of the specified versions of the solution will generally be similar. The same can be said about earlier modifications of the corresponding application, for example TWRP 2.6.3.0.

    TWRP interface: features of use

    As soon as the smartphone or tablet boots into recovery mode, the main menu of the Team Win Recovery Project application - 2.8 or any other of the marked versions will appear on the screen, which are generally similar both in terms of the location of the controls for various options, and in terms of vision functionality recovery interface management.

    If your smartphone or tablet is touch-sensitive (it is likely that this will be the case), then you can control the interface of the application in question by moving your finger across the screen. But it is important to do this not in a random order, but in accordance with what the instructions used as a guiding document for using the Team Win Recovery Project solution prescribe. How can I exit an interface that is selected from the main menu by mistake without accidentally activating any inappropriate procedures? It’s very simple: to do this, you can use the return button that your mobile device is equipped with. It is often located just below the screen if it is a smartphone, or in the upper right corner if it is a tablet.

    Let's take a closer look at the main menu options of Team Win Recovery Project 2.8.7.0 or another version of the solution close to it, in particular those listed above. The interface of the application in question is generally English. We will focus on it. Thus, the main options that will be available to the TWRP user are:

    • Install.
    • Wipe.
    • Backup.
    • Restore.
    • Mount.

    Let's study in more detail the specifics of using each of them.

    Install option

    The option in question, Team Win Recovery Project 2.8.7.3 (the instructions for it will be generally the same in structure as in the case of other modifications of the corresponding solution) allows you to install, first of all, various firmware on the phone. Moreover, they can be either custom or branded. Also, using this option, you can install software cores, various themes and other types of software that the user needs.

    Important nuance: installation files programs that need to be installed on a mobile device must be packaged in a ZIP archive. It is advisable to place it on the memory card of the smartphone or tablet you are using. Using TWRP interfaces, you need to select the appropriate archive, then add it to the firmware queue. You can use various options to verify the signature archive file, as well as those files that are installed on a mobile device.

    Let's move on to studying other useful options of the Team Win Recovery Project program. We know how to install the firmware, now let’s look at the specifics of using the Wipe interface.

    Wipe option

    This option allows you to reset software settings mobile device to factory settings, and also clean a number of system partitions OS, such as cache. In addition, the interface in question allows you to clean the connected memory card, as well as the internal flash memory of the mobile device. If necessary, cleaning can also be carried out system folder, which is called android_secure.

    Another notable option available when using the Wipe interface is to clear your smartphone or tablet of statistical files that reflect battery usage. If the user is not sure that he is selecting the correct option within the Wipe interface, it is better to cancel it so as not to provoke any problem in the operation of the phone or the Team Win Recovery Project program itself. Instructions on how to exit the selected interface to the main menu are discussed above: all you need to do is press the return button on your smartphone or tablet.

    Backup option

    This option allows you to create a backup copy of the system files of your mobile device. Actually, many users install the corresponding solution mainly for the purpose of using of this interface Team Win Recovery Project 2.6.3.0 (the instructions for it, as we already know, will be similar in structure to any other that characterizes the above modifications of the program).

    Through the Backup menu, the user can enable following functions applications:

    • selecting specific system partitions that need to be saved as a backup copy;
    • definition free space on a flash drive;
    • activating the option to compress a copy of the system package;
    • disabling the verification option checksums on backups;
    • selecting a specific memory card as a resource for storing a backup copy of system files;
    • specifying a name for the system data copy file;
    • recalculation of the size of partitions on the disk.

    After the files to form a copy of the system data are selected and copied in accordance with the user-defined algorithm, you can reboot the mobile device by clicking on the Reboot button.

    Restore option

    The Restore interface complements the program option discussed above. It allows you, in fact, to restore the OS from a backup. This procedure may require the user to install Team Win Recovery Project 2.8.7.0 (instructions for other versions of the program require similar actions):

    • selecting a specific memory card to access backup files;
    • selecting a specific backup file (for example, if there are several of them, you can sort by ascending or descending name, date or value);
    • selecting a specific section operating system mobile device that needs to be restored;
    • renaming, deleting a backup copy of a system package;
    • activation of checksum verification on backup copies.

    Mount option

    One more useful option The application in question is Mount. It allows you to mount various partitions on a disk, format them, and also configure the mode of using the device as a USB drive. This procedure may include mounting:

    • system partition;
    • disk partition on which user files are located;
    • the partition on which the cached data is located;
    • external memory card;
    • internal memory module.

    Other options

    So now we know how to using Team Win Recovery Project firmware can be installed on your phone, replaced with branded firmware, and saved as a backup copy. It will also be useful to study a number additional settings of the program in question to detail our short instructions.

    So, you can pay attention to the Settings option in the TWRP interface. It allows, first of all, to set the default settings of the program in question as part of creating and restoring certain backup copies of system data, in addition, when installing files located in ZIP archives.

    Another notable menu item TWRP programs- Advanced. It allows the user to carry out a large number of operations. Namely:

    • copy transaction data to a memory card;
    • adjust access rights to various data;
    • create partitions on the disk;
    • use a file manager, through which you can copy or move them, set access rights, delete, rename them;
    • activate commands entered through the terminal.

    In addition, the developer of software interfaces can add other options to the Advanced menu. Another significant interface of the Team Win Recovery Project 2.8 application or its analogue is Reboot. This option allows you to reboot the device completely, restart only the recovery program, or turn off the mobile device.

    These are the main features of the popular Team Win Recovery Project program. With its help, you can perform a wide range of operations with the device in order to optimize its performance, including by installing updated firmware. The program is easy to use, functional, and quite versatile.

    It is important when carrying out certain operations with the device, especially those related to firmware changes, to first consult with specialists about whether it is worth changing the structure of the software interfaces of the mobile device in one way or another, as well as how effective the corresponding changes can be.

    Almost every user modern gadget strives to make his device a little better. If we consider solutions to Android based, it is an undeniable statement that all owners of smartphones or tablets are missing something in their devices. For some, productivity, for others, autonomy. To provide many non-standard functions that are not provided by the device manufacturer, a user or group creates own firmware. The first step on this path is to install a non-standard or “custom” recovery environment - recovery. Later in the article we will talk about how to install TWRP Recovery via computer and other means.

    What is custom recovery?

    Any Android device, and these are mainly smartphones or tablets, is equipped by the manufacturer with a pre-installed recovery environment, or recovery in other words. This software component makes it possible to reset the device to factory settings, provides tools for updating the firmware, and also solves some diagnostic and configuration problems.

    To launch recovery, most often a special key combination is used on the device when it is turned off. Additionally, entering the recovery environment is often possible using the ADB commands included in the Android SDK.

    Why TWRP

    It must be noted that manufacturers limit the capabilities of pre-installed recovery. Many experienced users want to make the most of the capabilities of the hardware components, and therefore so-called custom recoveries have appeared, available for installation on a wide range of Android devices. This solution quite seriously expands the possibilities of adding new functions to the firmware and fine tuning devices.

    One of the most popular and functional solutions among custom recovery is TeamWin Recovery (short and commonly used abbreviation - TWRP). Below we will take a closer look at how to install TWRP Recovery on various devices using different tools and means.

    Risks

    Before putting into practice the knowledge of how to install TWRP Recovery, you must clearly understand all the risks associated with the procedure of installing and using custom recovery. Theoretically, using a recovery environment other than that provided by the device manufacturer could lead to the loss of important data, as well as malfunction device and even hardware failure. It is important to remember the need to save the information contained in the device until you install TWRP Recovery on Android. In any case, each action described below is performed by the user at his own peril and risk.

    Installation methods for different devices

    To install TWRP, you usually use one of several methods:

    • Flashtool - third party software, designed for updating and “clean” installation of firmware, which can also be used for flashing recovery. Only owners of devices created on the MTK platform should figure out how to install TWRP Recovery via Flashtool. For devices running processors from other manufacturers, the program is useless.
    • Installation using ADB commands - AndroidDebugBridge (from the Android SDK).
    • TWRP Manager - special utility, released by TeamWin.

    Installing TWRP via Flash Tool

    To carry out the procedure, we will need the Flash Tool program itself, TWRP file in .img format and renamed twrp.img, as well as a special scatter file. All of the above is individual and different for each device model. In order to find required version programs and files individual for each device, the easiest way is to go to specialized forums in topics on “Android” devices.

    After all the files have been received, we proceed to follow the instructions on how to install TWRP Recovery via Flashtool:

    1. Initially, you need to unpack the archives with the Flash Tool program, as well as, if necessary, with twrp.img and the scatter file into a separate folder on drive C.
    2. Next, the Flash_Tool.exe file is launched with administrator rights. If a warning appears that the Scatter file is not loaded, it is ignored and the “OK” button is pressed.
    3. Open the main program window. First of all, you need to download the scatter file. This is done using the Scatter-loading button located in top corner windows. In the Explorer window that opens, you need to specify the path to the required file and select it.
    4. Before you continue, you need to make sure that the device is disconnected from the PC. Next, checkboxes are removed from all fields, with the exception of RECOVERY section, and in the Location field of the section the path to the twrp.img file is indicated.
    5. The next step is to switch the utility to standby mode for connecting the device being flashed. To do this, use the “Download” button in the window Flash programs Tool.
    6. After clicking on the “Download” button, the switched off device is connected to USB port. In some cases, it may be necessary to "jerk" the battery.
    7. The recovery firmware will start automatically and will take very little time. The end of the procedure is indicated by the appearance of a small window containing a green circle. You can disconnect the device from the PC.

    Installing TWRP using ADB

    Let's figure out how to install TWRP Recovery via a computer using ADB commands.

    In general, the method consists of sending several special commands to the device via the command line and is probably suitable for more advanced users of PCs and Android devices.

    In order for the question of how to install TWRP Recovery via ADB to be resolved successfully, you must first download and, if necessary, unpack the archives, and also install the following:

    • Android SDK;
    • Google USB Driver;
    • TWRP file in .img format and renamed to twrp.img (it must be copied to the device memory).

    First, connect the device to USB in the “Debugging via ADB” mode. Starts command line, and the commands are entered into it one by one:

    • cd C:\android-sdk-windows\platform-tools\adb - pressing the Enter key;
    • su - pressing the Enter key;
    • dd if=/sdcard/twrp.img of=/dev/block/mmcblk0p34 - and pressing the Enter key again.

    After all commands are completed, the device is disconnected from the USB port and rebooted.

    Conclusion

    Thus, even a not very experienced owner of any Android device can figure out the question of how to install TWRP Recovery. It is only important to first familiarize yourself with all the possible consequences and, before starting to manipulate the device, make sure that all subsequent steps are weighed, thought out and correct.

    After everything is successful, everyone can install new and different firmware via TWRP Recovery, get root rights, make backup copies of any partition of the device’s memory, and much more.