How to Flash a Custom Recovery on the LG G2 (All Versions) (Video)

If you are wondering what to do with your newly rooted LG G2, the next logical step is to flash a custom recovery image. A custom recovery image allows you to flash kernels, ROMs (different versions of your operating system including vanilla Android versions, newer versions of Android, etc.), and much more. Thanks to the developers on XDA (who you should definitely thank/donate to if this procedure helped you), it’s not too hard to do once you have root. Here’s how to flash a custom recovery image on your LG G2 (in this case, TWRP’s recovery image).

I. Before You Begin

  1. You must be rooted. If you aren’t, head to my How to Root the LG G2 procedure, complete it and return here to continue.
  2. You must use Windows.

II. Download the Recovery Image for Your LG G2

  1. Click on the developer’s link here and click on the version of your LG G2 in the first post under Downloads to download the recovery image for your specific version of the G2.
  2. Save it inside the ioroot folder you extracted in the How to Root the LG G2 procedure (if you didn’t do my root procedure but have root already, just go to that link and download the Root .zip file, extract it, then place the .img file for your recovery inside there).
  3. Download Loki Flash from here by clicking on Download Zip on the right side and save it to your Desktop.
  4. Extract the .zip by right-clicking it and selecting Extract All.
  5. Open the newly extracted folder, then open the bin folder inside, select the loki_flash file inside there, right-click it, and copy it.
  6. Paste the loki_flash file from there into the same folder you saved the recovery image above.
  7. Finally, rename the recovery .img file from openrecovery-twrp-2.6.3.2-g2XXX.img to just recovery.img (make sure not to have it be recovery.img.img).

III. Flash the Custom Recovery Image onto the LG G2

  1. Plug in the G2 via USB cable (make sure that USB debugging is turned on from the end of the rooting procedure).
  2. Open the ioroot folder from the How to Root the LG G2 procedure.
  3. Hold Shift on your keyboard and right click in any blank space in that folder then select Open Command Window here.
  4. When the command prompt opens, type the following into it with hitting enter at the end of each line.

    adb push loki_tool /data/local/tmp/loki_tool
    
    adb push recovery.img /data/local/tmp/recovery.img
    
    adb shell
    
    su
    
    cd /data/local/tmp
    
    chmod 777 loki_tool
    
    ./loki_tool flash recovery /data/local/tmp/recovery.img
    
    exit
    
    exit
    
    adb reboot recovery

    The developer has merged the loki_flash file with the loki_tool file. Therefore, we’ve slightly modified the commands above.

  5. It’ll reboot to recovery. If you see TWRP Recovery, it worked!

If this procedure helped you, please donate/thank the original developer of the program here.

58 thoughts on “How to Flash a Custom Recovery on the LG G2 (All Versions) (Video)”

  1. CLearly something has failed here. I have windows 8 and files are not found. I have root, but cannot get recovery flashed

  2. I followed your instructions to the letter and everything worked good. But when I got to the last part it says [-] Failed to open /data/local/tmp/recovery.img for reading. I haven’t rebooted the phone yet to see what happens as I don’t wanna brick the phone. What did I do wrong and what can I do to make it work properly?

  3. i also have the t-mobile version and i am also getting stuck on the 2nd line..it says [-] Failed to open /data/local/tmp/recovery.img pleaseeeee help!!!!!!

  4. My Uncle Blake got an almost new red Chevrolet Camaro
    Convertible only from working part-time off a pc… visit w­w­w.B­I­G­29.c­o­m

  5. This worked as it was intended. But, why couldnt someone just create a .bat file for these commands?
    LG G2 802 International version, sold in Sweden

  6. Christian Rodriguez

    Thanks a lot fellas. I originally went to the forum and was completely lost. That tutorial is in perfect English and not in programmer language. Thanks again.

  7. tried 4 times 2 time from the start, keep getting the lying down android guy with red triangle. any one have any idea?

    1. I got the same thing. did you ever figure it out? After i let it sit on the android laying down it reboots normally but not into twrp

  8. Aldaris Ensoniq

    Everything works up until I type in the last command,adb reboot recovery, I get the following

    root@android:/ # adb reboot recovery
    adb reboot recovery
    * daemon not running. starting it now on port 5038 *
    * daemon started successfully *
    error: device not found
    1|root@android:/ #

    No idea what else to do, retried the entire process a few times, no luck.

  9. Very easy. Worked perfectly on a D802(International model). After the first command line if you get an error make sure you turn on the debugging mode. then repeat the first line.

  10. I have followed all instructions but I get this error no matter what I try:
    [+] loki_flash v2.0
    [-] Input file is not a Loki image.
    Please tell me what I am doing wrong.

  11. this procedure did not work for me (LG G2 – 802 model) …however WORKED the following steps:

    adb push openrecovery-twrp-2.6.3.2-g2d802.img /data/local/tmp/openrecovery-twrp-2.6.3.2-g2d802.img

    adb shell

    su

    cd /data/local/tmp

    dd if=/data/local/tmp/openrecovery-twrp-2.6.3.2-g2d802.img of=/dev/block/platform/msm_sdcc.1/by-name/recovery

    then reboot with “anreboot.apk” in recover mode

    openrecovery-twrp-2.6.3.2-g2d802 = my twrp version

    Anyway the update of Gummy Custom ROM failed with TWRP software but I was able to restore from the backup using the same app (TWRP)

    Nice day,
    Gimmy

  12. hi, isue is that i get all perfect until i reboot from recovery… how do i get back to it?
    I tried the volume down+power button… no result…. i get into the “no recovery stock”, any thoughts?

  13. For those that are rooted but are having issue flashing twrp with this method or any methods out there, just install freegee from the playstore, it will insatll TWRP for you super easy but you need to be rooted.

  14. It seemed to go according to plan until I typed “su[enter]”. After typing “adb shell[enter]”, I got the prompt “shell@g2:/ $”. But after that, each line I typed got echo’d but for example, typing “exit[enter]” twice and “adb reboot recovery[enter]” resulted in nothing happening except the lines being echo’d back.

    1. You need to wait for the su prompt to appear on your device and click allow after typing su and hitting enter. You should have a # not a $ when you start typing everything after that. Good luck!

      1. i’m having the same problem, except there is no prompt on the device. i just get the error “/system/bin/sh: su: not found” on the pc. do you know what is wrong?

  15. trying my best

    HELP!! when i get to the step where you type ./loki_tool flash ect i press enter and it displays: [-] input file is not a loki image .. what do i do now? please help.

  16. Hannes Holmquist

    I’ve spent three days now trying to activate xposedinstaller unsuccesfully on my LG-D280
    My version seems to not be available anywhere
    I know the root has been successful because when I try to re-do the process I get a message saying it’s done already
    Yet xposed installer claims it fails to get root access
    ‘Makesure you device is rooted properly and you have not blocked shell commands’

    I’ve installed software after software that is supposed to help this
    Busybox,busyboxinstaller, app ops, superuser, SU update fixer and freegee
    and my phone is STILL not letting me install xposed framework
    Help me please someone

    1. Download root checker from the play store and use it to confirm you have root access. If it says yes and Xposed says no, then you need to check with the developers of Xposed.

  17. Damn, I can’t get past the first command.
    “adb is not recognized as an internal or external command, operable program or batch file.”

  18. When i unzip folder called openrecovery-twrp… i only get recovery but not recovery.img! What should I do to get that? I was following this video, but my computer does that by its self. Please help!

  19. I see your notes that you updated the command lines using loki-tool, but loki_tool in the command lines doesn’t work. Maybe now your instructions need updating?

  20. When i type this command( adb push recovery.img /data/local/tmp/recovery.img) I have followed all instructions but I get this error >>>>>>>>cannot stat ,recovery.img. :No such file or directory..

    1. You need to make sure the recovery file is 1. Name recovery.img and not recovery.img.img as that happens by mistake sometimes and 2. it needs to be in the ioroot folder.
      One of these two things is wrong 🙂

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.