Loki Tool Lg G2download

Posted on by
  • Download the patched Kernel file for your LG G2 model from here, copy the KK_Kernel_XXX_jdi.zip to your phone and flash the file in TWRP recovery. If you do not know how to flash files in TWRP, follow Steps 4-7 from this guide.
  • Sep 18, 2013  xda-developers LG G2 G2 Android Development [GUIDE] INSTALLING TWRP on LGG2 (VZW, AT&T, TMobile, KT, d802, others) [UPDATED] by WACOMalt XDA Developers was founded by developers, for developers. It is now a valuable resource for people who want to make the most of their mobile devices, from customizing the look and feel to adding new functionality.


LG had really managed to impress us all with its new G2, which is a great Android based smartphone. So now, with the G2, LG can really compete with Samsung, HTC or Sony as, since now the company only (or mostly) provided mid range and budget friendly handsets. Anyway, if you have bought this smartphone, then probably now you are looking into tweaking the same. If so, then during the present tutorial I will try to help you out by showing you how to install a custom recovery image (TWRP recovery) on your LG G2.

The AT&T and Verizon variants of the LG G2 now have the Loki bootloader bypass tool and the TWRP custom recovery available to install on rooted devices. AT&T and Verizon LG G2 now supported by Loki flashing tool. Developer Dan Rosenberg pushed an update to his Loki tool that adds support for the LG G2 from AT&T and Verizon.

First of all you should know that a custom recovery image, in our case TWRP recovery can be installed only on a rooted LG G2. So, before going any further you should check if your smartphone is rooted or not – you can download a free app from Google Play dubbed as Root Checker. If your phone isn’t rooted, then you should use our dedicated tutorial from here: “How to Root LG G2 (suitable for Verizon, AT&T and Korean branded networks)”.

Root access must be gained before a custom recovery image represents an intuitive user interface between you and your LG G2. So, in order to flash and use TWRP recovery, the internal system and OS that is running on your phone must be unchained. The root access is the only way in which you can remove the factory and default restrictions from your device, so rooting is really not an option for you.

You should also know that gaining root access and installing TWRP recovery on your LG G2 are both unofficial operations that have nothing to do with LG or with Google. That’s why when performing these procedures the binary flash counter of your phone will be increased. As you know, when that happens, the warranty gets void. Therefore, at this point you will lose the LG G2 warranty, though if you will need it back you will be able to regain the same. For restoring the warranty you will have to reset the binary flash by revoking the root access: downgrade your phone to stock Android Jelly Bean OS or wait for the Android 4.4 KitKat OTA firmware to be rolled out. Just be careful as on a rooted LG G2 you will not be able to receive the OTA updates – you will have to manually flash the Android 4.4 software.

But what is TWRP recovery and why to install this tool on your LG G2 since your handset is already running on a stock recovery image? First of all, yes your device is featured with a stock recovery, but this app is quite un-useful, especially if you are an advanced Android user. Basically, with a custom recovery image you can install a custom ROM firmware, flash a custom kernel (which can then be used for overclocking your Android device for bumping the speeds, or for undervolting the CPU for upgrading the battery life), wipe the data, clear the cache, make Nandroid backups, install custom tools, features and capabilities and lot more.

Now, TWP recovery is the touch and improved version of the classic CWM recovery custom recovery image. This is one of the most used custom recovery for Android, the tool offering a stable user interface and great possibilities for the Android users. The best is that on TWRP recovery you can use the touch capabilities of your LG G2, unlike for CWM recovery when you have to navigate through the recovery menu by using the power and volume up and down buttons.

Les bougons saison 2 bins. This low-budget Quebec cult classic is actually an amalgamation of 3 half-hour shorts made in 1981, '83 and '85. It's about the life of Bob (Elvis) Gratton, who's sort of the Babbitt of Brossard: a crass, far-right-wing small-business owner who lives in an unimaginably ugly house in an even uglier Montreal suburb and puts meaning into his life by impersonating Elvis on a local TV show (even though his command of English is tenuous at best).

If you have decided to complete this tutorial for flashing TWRP recovery on your LG G2, then first prepare your handset for the installation procedure that will shortly follow. Just read and complete the tasks from the following list.

  • Remember to root your handset before going any further.
  • Backup the data that is saved on your LG G2. It is important to make a full backup as while installing the custom recovery image, your data might get corrupted or even wiped out.
  • Just use suitable and free distributed backup and restore apps from Google Play and everything should be fine.
  • Make sure that you can have access to a computer with Internet access enabled.
  • Also, your LG G2 and its USB cable will be required.
  • On the computer disable the antivirus and antimalware protection; in some cases the security protection is interfering with the installation process and we don’t want that to happen.
  • Your smartphone should be charged – the battery status should indicate more than 60% power left; if not plug in the charger before going any further. If your device gets turned off in the middle of the flashing operation your G2 might get bricked.
  • From path “menu – settings – developer options” you need to enable the USB debugging option on your smartphone; else you won’t be able to properly connect your handset with your computer.
  • On your computer Android SDK must be installed; so use our tutorials for the same: “how to install Android SDK on Windows” or “how to set up ADB on MAC OS X / Linux”.

Don’t forget that this guide is compatible only with the LG G2, so don’t use the steps from below for installing TWRP recovery on a different or similar device because you can end up in damaging or even bricking your Android based smartphone or tablet.

How to Install TWRP Recovery on LG G2

  1. Download the TWRP recovery file suitable with your version of LG G2 from this page – the custom recovery is being provided by those of xda-developers so we should thanks them for this opportunity.
  2. Go here and download the Root .zip file; unzip the file on desktop.
  3. Now, save the .img file you have downloaded in step 1 on the same folder as ioroot.
  4. Up next, from here download the Loki Flash file.
  5. Save this file on the same computer and unzip the files on desktop (right click on the file, select extract followed by extract all).
  6. Go to the Loki Flash extracted folder from desktop. From there access the bin folder.
  7. Select the loki_flash file and copy-paste the same on the ioroot folder – where you have placed the recovery image downloaded on step 1.
  8. From the ioroot folder select the recovery image and rename it into recovery.img (not recovery.img.img).
  9. Up next you need to connect your LG G2 with the computer.
  10. Plug in the USB cable in order to establish the connection.
  11. From the ioroot folder open a command prompt (right click on a blank space and select “open command prompt window here”).
  12. In the cmd window enter the following commands: “adb push loki_flash /data/local/tmp/loki_flash”; “adb push recovery.img /data/local/tmp/recovery.img”; “adb shell”; “su”; “cd /data/local/tmp”; “chmod 777 loki_flash”; “./loki_flash recovery /data/local/tmp/recovery.img”; “exit”; “exit”; “adb reboot recovery”.
  13. Your LG G2 should now boot into TWRP recovery.
  14. If you can’t boot into recovery try to use our dedicated step by step guide from here.

Congratulations; you have successfully completed our step by step guide which means that now you know how to install TWRP recovery on your LG G2. Now you can look forward in updating your handset with an Android 4.4 KitKat based custom ROM firmware, or perform other complex procedures like installing a custom kernel, remove the bloatware or overclock the CPU. Stay close and use our how to section and suitable guides will be developed for you. Also, use the comments area from below if you want to talk with us, or if you want to share your experience with the other users who might want to apply this tutorial. If there are problems we will try to assist you as soon as possible.

· 4 years ago

These instructions are outdated. Where it says loki flash, replace flash with tool in the copy paste for the command prompt.
But ALL you need is Stump Root to root it, then AutoRec to install recovery. Quick and easy one-clicks.

· 3 years ago

cool, This works I spent 3hours on this, finally above works.

Thanks

· 3 years ago

Is stump root anything like kingroot? After kingroot root was installed I replaced it with SuperSuMe. Now that I'm rooted I'm trying to install twrp recovery. I try AutoRec, but it's not working. Help!

· 5 years agoLoki tool lg g2 download free

i open bin folder and i find only loki tool????? no loki flash ????please help........

· 5 years ago

Help :( I'm on a Verizon LG G2 on the latest update (still 4.2.2) I'm rooted and when I type './loki_flash recovery /data/local/tmp/recovery.img' it says '[+] loki_flash v2.0' followed by '[-] Input file is not a Loki image.'. What did I do wrong? :( I haven't been able to use CWM or TWRP. Any help is much appreciated!!

· 5 years ago

it took me a day to figure out how to ope cmd from the folder.
for those who dont know press shift and then right click and you will get the open cmd option in the menu

· 5 years ago

Loki Tool Lg G2 Downloads

get to 'su' and it says

system/bin/sh: su not found

· 5 years ago

thank you so much for this idiot proof tutorial after spending hours trying to figure out my issue i completely reset my att g2 and used your tutorial. Worked first try in about 5 minutes!! i will be sharing this. thanks again

Now you can enjoy the latest Android 7.1.2 Nougat on Verizon LG G2 VS980. We had already shared some custom ROM for Verizon LG G2, So check out this link to install Custom ROM on Verizon LG G2 VS980. If you are here for the first time, then read the difference between Custom ROM and Stock ROM. If you are trying to install Custom ROM for the first time, then please make sure you install the TWRP or any Custom Recovery on your phone. If you are here to install the latest Android 7.1.2 Nougat, then here you are!.

In this guide you will learn How to Download and Install Android 7.1.2 Nougat on Verizon LG G2 VS980. This ROM is based on AICP OS which is quite famous with its custom made features from all CM, Lineage, Slim, Omni AOSPA, etc. Now you can install Android 7.1.2 Nougat ROM on Verizon LG G2 by following our simple guide using TWRP Recovery. This ROM is not an official Android 7.1.2 Nougat from Verizon Company. But you can install this official AICP OS on Verizon LG G2 (VS980). This is a Custom ROM built from Android Open Source Code. You may find bugs or lag, if you do then you can always revert back to Stock or any other custom ROM for Verizon LG G2 (VS980).

Got Premiere Pro tips to share? By using these simple techniques, using 60p video to create slow-motion in Premiere Pro is super easy. Lagu untuk motion create emotional abuse. Slow-motion footage is a great way to add emotion and style to any video project.

Contents

Lg Flash Tool Lg G2

  • 1 Download Install Android 7.1.2 Nougat On Verizon LG G2 VS980 (Custom ROM, AICP)
  • 2 Steps for How to Install Android 7.1.2 Nougat on Verizon LG G2 (Custom ROM, AICP)

Download Install Android 7.1.2 Nougat On Verizon LG G2 VS980 (Custom ROM, AICP)

Remember this is a stable build of official AICPOS on Verizon LG G2. This is a Stable build and can be used as a daily drive. If you want to try Android 7.0 OS then head down to the below guide or steps on How to Install Android 7.1.2 Nougat on Verizon LG G2 based AICP OS. This ROM is developed and published by official AICP Team member. Full Credits to the developer and contributors.

To Install Android 7.1.2 Nougat on Verizon LG G2 or any Custom ROM, your phone must have TWRP Recovery or any custom Recovery installed. If you don’t have one, then first install Custom Recovery on your Verizon LG G2.

Loki Tool Lg G2 Download Free

AICP is known by everyone as Ice Cold Project that started on Desire HD and since then evolved into a mature ROM with the BEST community you can find!!! Until Lollipop,the rom has always been AOKP based. Unfortunately, since AOKP either stopped development or will make a comeback later this year, we changed our base to CM when it comes to hardware, drivers and some features. If there are any bugs, either we will sort them or CM team if it concerns their modifications. This rom isn’t CM supported so no need to report errors or bugs to them!!

It’s been a while since Android 7.0 Nougat has released. As we know Verizon Pixel is the first smartphone by Verizon which debuts the Android 7.1 Nougat update which comes with a unique feature called Verizon Assistant, an AI bot which acts and talk like a human. With Android Beta Program, Verizon released the Android 7.1 Nougat update for all Nexus device in the form of the developer preview. The update is pretty stable and Fair warning, though, that the developer preview isn’t free of bugs.

Android 7.1 Nougat comes with handful of features such as App Shortcuts, Multi Window support, restart setting to power menu, Launch the camera by pressing the power button twice, Image Keyboard support, 100 emoji added, GIF Support, Quick Reply via Notification, Notification Redesigned panel, Notifications prioritization, Enhanced Doze Mode, System UI Tuner, Customizable Quick Settings, Don Not Disturb, New Settings Panel Redesigned, Data Saver per App, seamless updates and New Emoji Support.

PRE-REQUISITE

  1. This will work on Verizon LG G2 (Don’t Try this in Any other device):
  2. Charge your phone up to 80% or 70%.
  3. You will loose the original ROM or any CUSTOM ROM if you already installed on your phone. So make sure to Backup your phone before doing this step using TWRP or CWM or any Custom Recovery.
  4. You can also backup all your apps using Titanium Backupor you can Backup without any Root
  5. You must install TWRP or any Custom Recovery on your phone.
  6. Download all the Zip files from below and Place it in your phone’s root of internal memory.
  • Build a $500 Gaming PC with High Ultra Settings Performance

DOWNLOAD FILES

Loki Tool Lg G2 Download Pc

Steps for How to Install Android 7.1.2 Nougat on Verizon LG G2 (Custom ROM, AICP)

  1. First of all, Download the AICPOS Zip and GAPPS Zip file from the below given link.
  2. If you have downloaded the zip file in your computer, then connect your device to computer using USB cable.
  3. Now move the downloaded AICPOS and Gapps zip to the root of internal memory of your smartphone.
  4. After transferring the zip file, Now turn your phone off. Reboot to recovery by pressing the Volume Down + Power button simultaneously. (You can use Volume Up and Down buttons in order to scroll up and down and you can press Power key to select.)
  5. Before installing the custom ROM, it’s better if you Wipe all the data by Clicking the Wipe button and Select Advanced Wipe – Tick all except Internal Storage
  6. Swipe to WIPE
  7. Now Click the Install Button to install the AICPOS zip file.
  8. Now Browse through the files of Internal memory where you have uploaded the Zip file of Custom Rom (better move the custom ROM zip into root of your internal memory)
  9. Select the Custom Rom Zip File and Swipe to confirm the installation. Then reboot.
  10. Now follow the same steps from Step one to install Gapps.
  11. That’s it ! Now reboot your phone. You have Install LAndroid 7.1.2 Nougat on Verizon LG G2 (Custom ROM, AICP) Successfully.

Loki Tool Lg G2 Download Download

G2download

Steps for How to Root Verizon LG G2 :

In Case if you didn’t find the root, Here is the step for how to root Verizon LG G2 running AICPOS, This step is simple just like you installed the Custom ROM.

Loki Tool Lg G2 Download

  • Download the SUperSU zip and Place it on the root of your internal memory
  • Now Boot into Recovery
  • Now Click the Install Button and Browse and Select the SuperSu Zip File
  • Swipe to confirm the installation. Then reboot.
  • Done!