Tampilkan postingan dengan label LG G3. Tampilkan semua postingan
Tampilkan postingan dengan label LG G3. Tampilkan semua postingan

Kamis, 23 April 2015

Get Root Method For LG G3 Devices HOw To Tutorial Here

LG G3 - You need to decide whether you’d prefer to have a super-sharp screen or killer battery life. The Lenovo Yoga 920 lasts hours longer than the HP, and performs better in benchmarks and games with the same CPU (although if this is thanks to the Meltdown vulnerability, the playing field is effectively levelled). lasvegas, well we have collected a lot of data from the field directly and from many other blogs so very complete his discussion here about LG G3, on this blog we also have to provide the latest automotive information from all the brands associated with the automobile. ok please continue reading:

New Root Method For LG G3 Devices How To Tutorial Here Step By Step
http://lasvegasin.blogspot.com /2015/04/how-to-root-any-lg-only-one-click-using.html" rel="nofollow" target="_blank">Original Guide
Prerequisites
1.) Download LG Root
2.) Download LG Drivers
3.) A micro USB cable connected to your PC
4.) Your device must be unencrypted
5.) Before you ask a question, make sure you looked at the pictures in the guide.
1.) Download and unzip the LG_Root.zip in your preferred location


I chose the Desktop for my location

2.) Enable ADB debugging on your device

Go to Settings > About Phone > Software Information and tap build number until you are presented with "You are now a developer"
Exit back to Settings main screen
In Developer Options enable USB Debugging (Some devices require enabling PTP for debugging to work)

3.) In the root of LG_Root folder start a command prompt

Instructions may vary based on Window's version
Inside of LG_Root folder hold shift and right click a blank space you should see "Open command window here"

4.) Now that we have a command prompt running in the root of the folder let's get started. (Commands are copy+paste unless specified)

Let's make sure our device is connected
Code:
adb.exe devices

5.) Great! My device is connected let's continue, we need to get the files onto the device used for this root method.
In the same command prompt let's execute another command
Code:
adb.exe push busybox /data/local/tmp/ && adb.exe push lg_root.sh /data/local/tmp && adb.exe push UPDATE-SuperSU-v2.46.zip /data/local/tmp

6.) Well that was easy , let's continue (Now that we have the files on our device we want to put our device is download mode)

(Note this method may vary from device to device)
Power off your device
When the device is powered off, hold volume up and insert a USB cable connected to the PC
Wait for the drivers to install
7.) We're almost done (you've managed to get in download mode)


8.) Let's find which COM port our device is connected to

Double click ports.bat (This will give us the COM port in which our device is connected we are looking for the Diag port)

You may exit this command prompt when you have your COM port number, keep the other command prompt open

9.) Let's Begin! (Keep the device in Download mode)
Let's run Send_Command.exe (It couldn't connect? Make sure you COM port number is correct it varies)
Code:
Send_Command.exe \\.\COM4

10.) Final Step!!!!!! (We must run the root script)
Code:
sh /data/local/tmp/lg_root.sh dummy 1 /data/local/tmp/UPDATE-SuperSU-v2.46.zip /data/local/tmp/busybox

11.) We're done
You may pull the battery to get the device out of Download mode


Credit
All credit goes to @jgkim find a post and thank this guy for posting the method.
Thank @high247 for ports.bat

How To Root Any Lg Only One Click Using Kitkat,Lollypop Firmware Guide Free Download

LG G3 - You need to decide whether you’d prefer to have a super-sharp screen or killer battery life. The Lenovo Yoga 920 lasts hours longer than the HP, and performs better in benchmarks and games with the same CPU (although if this is thanks to the Meltdown vulnerability, the playing field is effectively levelled). lasvegas, well we have collected a lot of data from the field directly and from many other blogs so very complete his discussion here about LG G3, on this blog we also have to provide the latest automotive information from all the brands associated with the automobile. ok please continue reading:

Recently I came across this guide, and it worked fine for me.
So I wrote a tool that basically does the same thing, just make things easier.
This method should work on any LG G3 official firmware (4.x.x / 5.x.x), and on other models too.

Please leave your feedback if it worked for you, and indicate whether you used the graphical user interface or the old script.
And if it's didn't worked, please attach here the log from the window.

Notes
  • I saw a lot of questions of G3 users about how to install Twrp after the root, so I will explain briefly:
    For now, if you are on stock lollipop you can't just flash Twrp via flashify etc like the old days in KitKat, but you can follow this guide over here.
  • After the root, if you want for some reason (warranty etc) to unroot the phone, all you need to do is a full unroot from the SuperSU settings.
    I don't know if this is enough to get OTA updates back, I'm still waiting for somebody else to answer this question. so please don't ask me about this any more because I really don't know the answer.
Devices confirmed working with this method (If your device isn't listed it's most likely still supported)
  • LG G3 (all variants)
  • LG G3 Beat
  • LG G2
  • LG G2 Mini
  • LG G Pro 2
  • LG G Pad
  • LG F60
  • LG L90
  • LG Tribute
  • LG Spirit
  • LG Volt
  • LG G Vista
A screenshot



Downloads
LG One Click Root 1.3 (Graphic UI)
http://sourceforge.net/projects/avic...h.exe/download
LG One Click Root 1.2 (The old script method - try this if the Graphic UI vaersion didn't work)
http://sourceforge.net/projects/avic...h.exe/download
LG drivers
http://sourceforge.net/projects/avic...2.exe/download
LG Verizon drivers
http://sourceforge.net/projects/avic...0.exe/download


Instructions
  • Install LG drivers if they are not installed yet.
  • Download the LG One Click Root file above and extract to some folder. (double click on the 7z exe file)
  • Enable Usb debugging on your phone. (Go to Settings > General > About phone > Software information, tap Build number seven times and then go to Settings > Developer options and turn on Usb debugging)
  • Connect your phone to pc.
  • If you are using the GUI version just run the LG One Click Root installer, or if you are using the script then double click on the LG Root Script.bat file, to run the script.
  • Follow the instructions.
  • If the phone not recognize, try to switch between MTP and PTP options.
  • If you got "MSVCR100.dll is missing" error, install Visual C++ Redistributable.
    (64 bit users, also install this file and not the 64bit version)
Video tutorial

Big thanks to @qbking77
Enjoy!
If you like my work press Thanks, and feel free to Donate
Credit
@Unjustified Dev for the original guide
@Chainfire for SuperSU
@qbking77 for the video