How to root US LG G Stylo on 5.1.1 and unbrick

How to root lg g stylo


Here is a complete step by step guide to root your LG G Stylo on 5.1.1. You can also unbrick your LG G stylo using this guide.
Lets start.
  1. Make sure you have a Windows PC
  2. Download the LG Drivers from here:
  3. Reboot your device into download mode (press and hold volume up and connect to a power source at the same time)
  4. Download this folder and unzip it to your desktop:
  5. Run ports.bat from within the extracted folder, to find your correct port (use the one with: LGVZANDNETDIAG1)
  6. In the LG_Root folder hold shift and right click and choose open command windows here
  7. Type
    Code:
    Push_File.exe \\.\COM11 busybox  /tmp/busybox
    (Make sure your COM port number is correct, it varies)
it will then give you a message for example:C:\Users\juan\Desktop\LG_Root>Push_File.exe \\.\COM11 busybox /tmp/busyboxAuthor : blog.lvu.kr File : busybox Path : /tmp/busyboxUNLK : FAILOPEN : OPENTOT FileSize : 1048328SendStart 
WRTE : WRTE1048328byte sent
CLSE: CLSE


 Now type
  1. Code:
    Push_File.exe \\.\COM11 lg_root.sh  /tmp/lg_root.sh
    (same deal as before)
  2. Now type
    Code:
    Push_File.exe \\.\COM11 UPDATE-SuperSU-v2.46.zip  /tmp/UPDATE-SuperSU-v2.46.zip
  3. Now type
    Code:
    Send_Command.exe \\.\COM11
  4. Now type the following
    Code:
    ls tmp
    which will result in:
    #ls tmp
    FAIL
  5. type again
    Code:
    ls tmp
    And you will get the following
    UPDATE-SuperSU-v2.46.zip
    busybox
    lg_root.sh
  6. Now type
    Code:
    sh /tmp/lg_root.sh dummy 1 /tmp/UPDATE-SuperSU-v2.46.zip /tmp/busybox
    which should give you:
ui_print *****************
ui_print SuperSU installer
ui_print *****************
ui_print - Mounting /system, /data and rootfs
ui_print - Extracting files
Archive: /tmp/UPDATE-SuperSU-v2.46.zip
inflating: META-INF/MANIFEST.MF
inflating: META-INF/CERT.SF
inflating: META-INF/CERT.RSA
inflating: META-INF/com/google/android/update-binary
inflating: META-INF/com/google/android/updater-script
inflating: arm/chattr
inflating: arm/chattr.pie
inflating: arm/libsupol.so
inflating: arm/su
inflating: arm/supolicy
inflating: arm64/libsupol.so
inflating: arm64/su
inflating: arm64/supolicy
inflating: armv7/chattr.pie
inflating: armv7/libsupol.so
inflating: armv7/su
inflating: armv7/supolicy
inflating: common/99SuperSUDaemon
inflating: common/Superuser.apk
inflating: common/install-recovery.sh
inflating: mips/chattr.pie
inflating: mips/libsupol.so
inflating: mips/su
inflating: mips/supolicy
inflating: mips64/libsupol.so
inflating: mips64/su
inflating: mips64/supolicy
inflating: x64/libsupol.so
inflating: x64/su
inflating: x64/supolicy
inflating: x86/chattr
inflating: x86/chattr.pie
inflating: x86/libsupol.so
inflating: x86/su
inflating: x86/supolicy
ui_print - Disabling OTA survival
ui_print - Removing old files
ui_print - Placing files
ui_print - Post-installation script
ui_print - Unmounting /system and /data
ui_print - Done !

7. Type
Code:
LEAVE



Post a Comment

0 Comments