Installing a custom recovery on the LG G Pro 2 is as easy as issuing a couple of commands from the command prompt window. If you are already rooted, you can get yourself a custom recovery by following the following steps.

Once the tutorial’s done, you will have a working custom recovery up and running on your LG G Pro 2 phone. Here’s how:

recovery-lg-g-pro-2

Files You Need

  1. Your phone must be rooted before you can flash a custom recovery on it. If you have not rooted your phone yet, do so now using our how to root the LG G Pro 2 tutorial and then come back here and continue.
  2. This should flash a custom recovery called PhilZ on your LG G Pro 2.
  3. This tutorial has been written keeping the Windows version of Fastboot in mind.
  4. You should have Universal ADB drivers installed on your Windows computer.
  5. Download PhilZ Recovery to your computer.
  6. Download Fastboot to your computer. It should help you flash the recovery on your phone.

How to Install a Custom Recovery on LG G Pro 2 Smartphones

  1. Extract files from both PhilZ Recovery and Fastboot over to your computer by right-clicking on each of them one by one and selecting Extract here.
  2. On your phone, head to Menu->Settings->About phone and tap on Build number until it says you are a developer. When it does, the developer menu should be unlocked on your phone.
  3. Head to Menu->Settings->Developer options and turn on the option that says USB debugging.
  4. When USB debugging is enabled, plug in your phone to your computer using a USB cable.
  5. Copy PhilZ Recovery’s .img file to the folder where fastboot.exe exists.
  6. Open a command prompt window in the folder where fastboot.exe and adb.exe exist. To do so, open the folder, hold down Shift and right-click anywhere on the screen and select Open command window here.
  7. Type in the following command into the command prompt window and hit Enter:
    adb devices
  8. Your phone should show up in the list.
  9. Next up, type in the following command and hit Enter:
    adb reboot bootloader
  10. Your phone should reboot into bootloader mode.
  11. Once you are in bootloader mode, issue the following command to ensure your phone has been recognized by your computer:
    fastboot devices
  12. You should be able to see your phone showing up in the list.
  13. Now, issue the following command to flash the recovery on your phone. Make sure to replace recovery.img with the actual name of the recovery image that you have downloaded to your computer:
    fastboot flash recovery recovery.img
  14. Wait for it to flash a custom recovery on your phone.
  15. When it’s done flashing a recovery, reboot your phone using the following command:
    fastboot reboot
  16. Your phone should reboot.
  17. You are all set!

Your LG G Pro 2 now rocks a custom recovery called PhilZ that will allow you to customize your phone way beyond the normal limit. That customization options include flashing a custom ROM, flashing a custom kernel, fully backing up the phone system, and so on.

If you ever wanted to do any of the aforementioned tasks, you can now do them as the newly installed recovery is compatible with all of those tasks.

You might also be interested in:

Have something to say? You can contribute to this tech article by leaving a comment below.