LG G6 H870 - ADB Files Dump - LG G6 Questions and Answers

How can I dump stock boot.img and recovery.img?
What is the command in ADB to do this?

Related

[Q] Can G2 use fastboot command to flash boot/recovery/system ?

Can G2 use fastboot command to flash boot/recovery/system ?
I'd say no since the bootloader is still locked IIRC.

[Q] VS980 Stuck in fastboot

I have a rooted Verizon LG G2 and have been trying to install a recovery mod. I somehow got rid of the stock recovery, but couldn't setup a new one. Now my phone is stuck on the fastboot screen. I've been able to get it to the stock recovery screen, but when it starts to wipe the drive, it just takes me back to the fastboot screen. I'm very new to this and haven't been able to figure this out through any other threads. I'm using Ubuntu. Any help would be greatly appreciated!
joshuascan said:
I have a rooted Verizon LG G2 and have been trying to install a recovery mod. I somehow got rid of the stock recovery, but couldn't setup a new one. Now my phone is stuck on the fastboot screen. I've been able to get it to the stock recovery screen, but when it starts to wipe the drive, it just takes me back to the fastboot screen. I'm very new to this and haven't been able to figure this out through any other threads. I'm using Ubuntu. Any help would be greatly appreciated!
Click to expand...
Click to collapse
I'm in the same boat. I tried to install TWRP using the Autorec but accidentally used the one for the LS980, and now I'm stuck at the fastboot screen. Did you ever solve this?
eye_rule said:
I'm in the same boat. I tried to install TWRP using the Autorec but accidentally used the one for the LS980, and now I'm stuck at the fastboot screen. Did you ever solve this?
Click to expand...
Click to collapse
Code:
1. download fastboot
2. download laf.img boot.img aboot.img for your variant
(or download your kdz, download kdz/tot extractor and extract partitions --and rename them from boot_45465757.bin to boot.img)
* boot_45465757.bin is just an example.
3. fastboot flash aboot aboot.img
4. fastboot flash boot boot.img
5. fastboot flash laf laf.img
-> download mode should be back
sorry for jumping back on this thread but im having the same problem...phone boots up to just fastboot....ive been reading for 4 days now trying to find any possible way to fix my phone...it really sucks not having a phone...so now im able to connect the phone to the laptop via fastboot but im looking for this laf.img, boot.img etc files. where can i find them?
Also vs980?
robledjl said:
sorry for jumping back on this thread but im having the same problem...phone boots up to just fastboot....ive been reading for 4 days now trying to find any possible way to fix my phone...it really sucks not having a phone...so now im able to connect the phone to the laptop via fastboot but im looking for this laf.img, boot.img etc files. where can i find them?
Click to expand...
Click to collapse
This can be fixed .
1. You Will need to Download the Stock KDZ/TOT file for your phone , find the right KDZ or TOT file from here .
2. Now you would have to extract the KDZ/TOT file that you downloaded above using WindowsLGFirmwareExtract-1.2.1.0-Release.zip , this is available in the guide here.
3. Extract all the files fro the KDZ/TOT .
4. Now flash the extracted files , based on the fastboot method , which is described here.
Code:
fastboot flash aboot aboot.img
fastboot flash boot boot.img
fastboot flash dbi dbi.img
fastboot flash laf laf.img
fastboot flash misc misc.img
fastboot flash modem modem.img
fastboot flash persist persist.img
fastboot flash recovery recovery.img
fastboot flash rpm rpm.img
fastboot flash sbl1 sbl1.img
fastboot flash tz tz.img
Let me know if you need more help.
Why so many partitions. Be sure to flash same version as your current android is at least.

How to UNBRICK (HARDBRICK) your G3 Cat.6 [F460]

This method is for Kitkat, and lollipop.
Now i'm going to introduce how to unbrick your G3 Cat.6.
First, you need to download these files.
1. TOT,KDZ files
http://forum.xda-developers.com/lg-g3/general/lg-g3-cat-6-f460-kdz-tot-download-t3470250
2. Windows LG Firmware Extract
http://forum.xda-developers.com/showthread.php?t=2600575
3. LG United Driver
https://drive.google.com/file/d/0B2UHjr8om-8QT1RFME9UOHBEaTQ/view?usp=sharing
4. Debrick.img (You should download all)
http://1drv.ms/1LnSioU
5. Win32Diskimager
https://sourceforge.net/projects/win32diskimager/?source=directory
6. LG Flash Tool 2014
https://drive.google.com/file/d/0B1NxfQr9J2JUZnFQbGlaaU11Mmc/view?usp=sharing
7. ADB Fastboot
https://drive.google.com/file/d/0B1NxfQr9J2JUWExQdnk2RVlENXc/view?usp=sharing
Second, Put debrick.img files into Micro SD Card!
Extract the Zip file, and you can see
5 Debrick files.
and open the 'Win32DiskImager' Program.
and select the debrick file. and write.
After, the progress finished,
insert Micro SD card into G3 Cat.6
And Turn On your phone.
(Or Press Power + down button)
If you can see ADB Download mode, you can go to next method!
And If you can't see nothing on screen,
Try flash another file.
(like debrick 220-> debrick200 -> debrick180->...)
But if you can't see nothing (if you flashed these 5 files)
then you can't unbrick your G3 Right now...
Third, Extract your KDZ Files!
Open 'WindowsLGFirmwareExtract' Program,
and extract your KDZ files.
then you can see .dz file.
now go back to program,
Select Dz file, and Extract DZ files.
(Make sure you should check all boxes!)
And you can see .bin files.
Finished!
Fourth, Flash .bin Files into G3 Cat.6 (with using ADB)
Move ADB Fastboot files and Extracted Files into one file...
Like this.
http://imgur.com/a/8rRzV
Click SHIFT+M2 (Right mouse)
And click 'Open Command Window Here' on folder.
Then you can see the CMD.
Now Connect USB to your Phone.
and type 'adb devices'
after you can see demon started sucessfully, move on to next method.
NOW you need to replace your .bin files.
First, erase files in your phone,
and Flash all .bin files.
After you typed 'adb devices'
Type these all commands
fastboot erase aboot
fastboot erase BackupGPT
fastboot erase boot
fastboot erase factory
fastboot erase laf
fastboot erase misc
fastboot erase modem
fastboot erase persist
fastboot erase PrimaryGPT
fastboot erase recovery
fastboot erase rpm
fastboot erase sbl1
fastboot erase sdi
fastboot erase sec
fastboot erase tz
If you finished, type these commands
fastboot flash aboot aboot.bin
fastboot flash BackupGPT BackupGPT.bin
fastboot flash boot boot.bin
fastboot flash factory factory.bin
fastboot flash laf laf.bin
fastboot flash misc misc.bin
fastboot flash modem modem.bin
fastboot flash persist persist.bin
fastboot flash PrimaryGPT PrimaryGPT.bin
fastboot flash recovery recovery.bin
fastboot flash rpm rpm.bin
fastboot flash sbl1 sbl1.bin
fastboot flash sdi sdi.bin
fastboot flash sec sec.bin
fastboot flash tz tz.bin
IF YOU FINISHED TYPE/FLASH THESE FILES,
REBOOT YOUR PHONE (must eject the micro sd card)
AND IF YOU CAN SEE LG LOGO,
YOUR PHONE CAN ALIVE
Now you must do this last method.
Final, Flash KDZ File.
http://forum.xda-developers.com/g4/general/guide-lg-g4-stock-firmware-to-stock-kdz-t3107848
If you sucessed to flash KDZ file...
now you can see your phone is alive...!
congratulation!
Q&A
Q. Why theres no debrick files for marshmallow?
A. I'm sorry, i only found debrick files for Kitkat,Lollipop.
(Now I'm Trying to find debrick for MM)
Q. Why i can't see my phone in ADB?
A. If you can't see, try to install LG United Driver.
Q. Your Grammar is SO BAD.
A. Sorry. I'm from South Korea... and that's why I CAN'T SPEAK ENGLISH WELL (Somebody Help Me..)
Q. Your explanation is SO BAD.
A. I'm sorry. I can mistake, and it's hard to write this method.
If you find Something WRONG, please Help me!
I'll Appreciate to your help!
Thanks For reading!
Asking...Hoping...
Vega_Kangmin said:
This method is for Kitkat, and lollipop.
Now i'm going to introduce how to unbrick your G3 Cat.6.
First, you need to download these files.
1. TOT,KDZ files
http://forum.xda-developers.com/lg-g3/general/lg-g3-cat-6-f460-kdz-tot-download-t3470250
2. Windows LG Firmware Extract
http://forum.xda-developers.com/showthread.php?t=2600575
3. LG United Driver
https://drive.google.com/file/d/0B2UHjr8om-8QT1RFME9UOHBEaTQ/view?usp=sharing
4. Debrick.img (You should download all)
http://1drv.ms/1LnSioU
5. Win32Diskimager
https://sourceforge.net/projects/win32diskimager/?source=directory
6. LG Flash Tool 2014
https://drive.google.com/file/d/0B1NxfQr9J2JUZnFQbGlaaU11Mmc/view?usp=sharing
7. ADB Fastboot
https://drive.google.com/file/d/0B1NxfQr9J2JUWExQdnk2RVlENXc/view?usp=sharing
Second, Put debrick.img files into Micro SD Card!
Extract the Zip file, and you can see
5 Debrick files.
and open the 'Win32DiskImager' Program.
and select the debrick file. and write.
After, the progress finished,
insert Micro SD card into G3 Cat.6
And Turn On your phone.
(Or Press Power + down button)
If you can see ADB Download mode, you can go to next method!
And If you can't see nothing on screen,
Try flash another file.
(like debrick 220-> debrick200 -> debrick180->...)
But if you can't see nothing (if you flashed these 5 files)
then you can't unbrick your G3 Right now...
Third, Extract your KDZ Files!
Open 'WindowsLGFirmwareExtract' Program,
and extract your KDZ files.
then you can see .dz file.
now go back to program,
Select Dz file, and Extract DZ files.
(Make sure you should check all boxes!)
And you can see .bin files.
Finished!
Fourth, Flash .bin Files into G3 Cat.6 (with using ADB)
Move ADB Fastboot files and Extracted Files into one file...
Like this.
http://imgur.com/a/8rRzV
Click SHIFT+M2 (Right mouse)
And click 'Open Command Window Here' on folder.
Then you can see the CMD.
Now Connect USB to your Phone.
and type 'adb devices'
after you can see demon started sucessfully, move on to next method.
NOW you need to replace your .bin files.
First, erase files in your phone,
and Flash all .bin files.
After you typed 'adb devices'
Type these all commands
fastboot erase aboot
fastboot erase BackupGPT
fastboot erase boot
fastboot erase factory
fastboot erase laf
fastboot erase misc
fastboot erase modem
fastboot erase persist
fastboot erase PrimaryGPT
fastboot erase recovery
fastboot erase rpm
fastboot erase sbl1
fastboot erase sdi
fastboot erase sec
fastboot erase tz
If you finished, type these commands
fastboot flash aboot aboot.bin
fastboot flash BackupGPT BackupGPT.bin
fastboot flash boot boot.bin
fastboot flash factory factory.bin
fastboot flash laf laf.bin
fastboot flash misc misc.bin
fastboot flash modem modem.bin
fastboot flash persist persist.bin
fastboot flash PrimaryGPT PrimaryGPT.bin
fastboot flash recovery recovery.bin
fastboot flash rpm rpm.bin
fastboot flash sbl1 sbl1.bin
fastboot flash sdi sdi.bin
fastboot flash sec sec.bin
fastboot flash tz tz.bin
IF YOU FINISHED TYPE/FLASH THESE FILES,
REBOOT YOUR PHONE (must eject the micro sd card)
AND IF YOU CAN SEE LG LOGO,
YOUR PHONE CAN ALIVE
Now you must do this last method.
Final, Flash KDZ File.
http://forum.xda-developers.com/g4/general/guide-lg-g4-stock-firmware-to-stock-kdz-t3107848
If you sucessed to flash KDZ file...
now you can see your phone is alive...!
congratulation!
Q&A
Q. Why theres no debrick files for marshmallow?
A. I'm sorry, i only found debrick files for Kitkat,Lollipop.
(Now I'm Trying to find debrick for MM)
Q. Why i can't see my phone in ADB?
A. If you can't see, try to install LG United Driver.
Q. Your Grammar is SO BAD.
A. Sorry. I'm from South Korea... and that's why I CAN'T SPEAK ENGLISH WELL (Somebody Help Me..)
Q. Your explanation is SO BAD.
A. I'm sorry. I can mistake, and it's hard to write this method.
If you find Something WRONG, please Help me!
I'll Appreciate to your help!
Thanks For reading!
Click to expand...
Click to collapse
Sir vega, have you found debrick image for Marshmallow.
t0m0y0143 said:
Sir vega, have you found debrick image for Marshmallow.
Click to expand...
Click to collapse
No, not yet.
I'm still find that files.
But it's gonna hard to find.
Or Someone (or me) need to make Derrick files, but that's very hard.
Thanks
Vega_Kangmin said:
No, not yet.
I'm still find that files.
But it's gonna hard to find.
Or Someone (or me) need to make Derrick files, but that's very hard.
Click to expand...
Click to collapse
Okay. If ever you find something please PM me? Thank You Very Much.
Asking
Vega_Kangmin said:
No, not yet.
I'm still find that files.
But it's gonna hard to find.
Or Someone (or me) need to make Derrick files, but that's very hard.
Click to expand...
Click to collapse
Can you please search it in here Sir Vega Kangmin? I cannot enter it as I cannot understand korean.
bbs.sonyue.com
Hi, thanks for sharing this info
t0m0y0143 said:
Can you please search it in here Sir Vega Kangmin? I cannot enter it as I cannot understand korean.
bbs.sonyue.com
Click to expand...
Click to collapse
that site is from China.. not korea...
Vega_Kangmin said:
that site is from China.. not korea...
Click to expand...
Click to collapse
Oh sorry, I did not know Forgive my ignorance.
Does anyone have Nougat debrick images? LOL
BTW, im guessing that with the correct kdz and tot files, this would also work in the d855 right?
And finally, my phone bricked when i was updating the firmware to stock, the furthest it got was 38% with the lg flash tool, so will the phone need 4.4.2 or 7.1 debrick img?
BoardDiag2014
someone developed new boarddiag which can detect our broken LG G3 Cat6 F460 S K L
but price is high for me he asks 60 dollar for the new BoardDiag
http://www.lgbbs.com.cn/forum.php?mod=viewthread&tid=1107
i hope someone can put it with low price we can pay we are just a single users not a repairing shops
I have successfully repaired my F460S with debirck img MM! Although my phone run lollipop before
Thanks

Update.zip

Can i flash update.zip via ADB fastboot mode ? (theres a new update from mla-l03c654b334 to B340)
fastboot update update.zip command ?
with stock recovery
OEM unlock ed?
or just forget it
thanks
Fastboot Update [Filename] ^^
If that doesnt work, use Huawei Update Extractor (Unpack UPDATE.APP File Inside zip) here https://forum.xda-developers.com/showthread.php?t=2433454
When successfully Unpacked, Flash img Files via Fastboot. System.img should be enough in your case.
fastboot Command: "fastboot flash system system.img" (fastboot flash <partition> [ <filename> ])
Or use flashall Script in fastboot.

LG H910 modem files

Does anybody have the following modem files for modemst1.img and modemst2.img I really need these files to activate my phone.I'm on lineage 19.1 and I'm willing to flash the files via fastboot if anybody has them this would help me out a lot.I also have no signal

Categories

Resources