How to Boot Into LG G3 Fastboot Mode topic
How to Boot Into LG G3 Fastboot Mode
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:
- Download ADB files:
- 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)
- 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
- 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).
- 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 - 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 - 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.- adb reboot bootloader:
Code:
adb reboot bootloader
- 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
- How to roll back to KK topic
- What is this in Greenify settings topic
- [Q] How to update? topic
- can't connect to flash mode topic
- [Q] Samsung galaxy tab 4 10.1 sm-t530 stuck on download mode. topic
- No Download mode for rooted stock D802 topic
- LG G2 D801 Brick w/ Download mode, No recovery, No Boot, Simple Rom V1.1 topic
- Turn-by-turn mode doesn't work topic
- [Q] Need to enable DIag mode topic
- [Q] Ultra Power Saving Mode not working topic
- [Q] flash mode is not working on xperia z topic
- Private Mode Error topic
- [Q] Download Mode and Ubuntu topic
- [Q] fastboot, bootlaoder topic
- How to Boot Into LG G3 Fastboot Mode topic
- [Q] "Unlock Bootloader ALLOW: no" - Phone can boot into fastboot mode topic
- [Q] Need urgent help with adb fastboot nandroid backup (paid assistance) topic
- [Q] fastboot oem lock not working, trying to relock bootloader to flash RUU topic
- [Q] Can not get into Fastboot Mode ? topic
- [Q] fastboot erase system FAILED topic
0 commentaires:
Enregistrer un commentaire