How to Boot Into LG G3 Fastboot Mode topic

SOCIALIZE IT ⇨


How to Boot Into LG G3 Fastboot Mode
FastBoot Mode LGE G3 D851
-- What is Fastboot?
Fastboot allows you to re-flash partitions on your Android device. It works through PC command line and connects over a USB connection with your device.
Not every Android device manufacturer allows direct Fastboot access to end-users, and unfortunately LG is one of them. But there’s a workaround for the LG G3..

The LG G3 download mode hides the fastboot mode behind it, so if we remove the download mode (laf) from the device we get direct access to fastboot on G3. Follow the instructions below to get started:


-- STEP 1: Remove LG G3 Download mode (laf)
Important!You’ll need root access to remove (laf), so make sure you’ve rooted your LG G3 before proceeding with the steps below:
  1. Download ADB files:

  2. Prepare your phone:
    • Enable developer options: Go to your phone’s Settings » select About phone » Scroll to the bottom and tap on “Build number” seven times to enable developer options

    • Enable USB Debugging: Open phone’s Settings » select Developer options » Tick the “USB debugging” checkbox (under Debugging section)


  3. Connect your phone to PC with a USB cable and if/when a pop-up screen shows up on Phone asking you to ‘Allow USB debugging?‘ for the computer, make sure you tick the checkbox and tap OK

  4. Navigate to the folder where you have extracted the adb and fastboot recovery files and hold SHIFT key on your keyboard and RIGHT CLICK and select “Open command window here” (as shown in the below image).

  5. Now type/paste the following ADB commands to backup LG Download Mode (laf), so you can restore it later when necessary

    Code:


    adb shell
    su
    dd if=/dev/block/platform/msm_sdcc.1/by-name/laf of=/sdcard/laf.img



  6. Now run the following command to remove laf and reboot your phone

    Code:


    dd if=/dev/zero of=/dev/block/platform/msm_sdcc.1/by-name/laf
    exit
    adb reboot



  7. Your phone will now reboot

How to Boot LG G3 Fastboot Mode:
There are a few ways you can accomplish this, I will go over just a few of them.
  1. adb reboot bootloader:

    Code:


    adb reboot bootloader


  2. Going into Download Mode:
    • Disconnect your phone from PC.

    • Power off your G3 and wait 4-5 seconds after lights go off.

    • Hold the Volume Up button on phone, and while holding it, connect the phone to PC using a USB cable.



I took this nfo from the original source listed below and made a few changes..
I will update with more nfo as to installing correct drivers for windows and setting up linux
at a later time. For now I only posted because I received a few request to do so.
Original Source: How to Boot Into LG G3 Fastboot Mode

xda-developers


0 commentaires:

Enregistrer un commentaire