Bricked LG G4 H810 [mmcblk0p24, mmcblk0p24 & mmcblk0p25 Partitions Corrupt] - G4 Q&A, Help & Troubleshooting

Hey guys, I think I may have permanently bricked my device :/ As it is a H810 there is no recovery available so I can only enter download-mode and fast-boot mode. Basically I accidentally flashed the wrong files
dd if=/sdcard/modemst1.img of=/dev/zero of=/dev/block/mmcblk0p24
dd if=/sdcard/modemst2.img of=/dev/zero of=/dev/block/mmcblk0p25
dd if=/sdcard/modemst3.img of=/dev/zero of=/dev/block/mmcblk0p26
as I transferred the incorrect backed-up files from my computer (I ended up flashing my friends H815 backed up files by mistake). This meant that the phone was unable to boot and is now stuck in a boot loop. I have tried flashing the partitions using fastboot flash mmcblk0p24 modemstl1.img without success and in download mode the device is not recognised so I cannot perform an adb push/pull command.
Thankfully I do have the correct img files to flash back on my computer but I cannot figure out how to actually transfer them to the device. A side note- LGUP does work successfully to flash a stock TOT file to Lolipop so if that is able to copy the new ROM to the device and flash the system partition there might be a way to transfer the files over. The only problem I can see is there really is no way to unlock the bootloader and as the files are not 'stock' this may not be possible.
If anyone has any ideas that would be greatly appreciated. Cheers.

But if LGUP is working for you, why dont you use the option to "upgrade" the phone to the version of the ROM you were using ?

My lg g4 h810 is stuck in fastboot mode not recovery mode not downloading please any one have any idea

Related

Stuck with twrp 2.6.3.2 and adb working

I bought this phone and I cant restore it to stock firmware with flashtool cuz computer thinks its a different model than the dll and tot files, Ive tried with the dll file that supposes to ignore de model number but i get crossedl error.
I can push files in adb but it seems like twrp wont flash anything properly, for example If i flash a rom the process takes like 4 seconds but when I reboot the phone it goes back to twrp, Ive tried flashing a newer version of twrp but its the same thing
Is there anyway I can force my phone to boot into fastboot? any help would be appreciated
I fixed it pushing the original built.prop from another g2 using adb commands and then i used flashtool.

[Q] LG G3 US990 changed to LS990 - Stuck on Download Mode

Hi,
I am stuck with a LG G3 US990 on download mode. Following is the history:
1. Restored a LG G3 LS990 Nandroid Backup to device.
2. Flashed Cloudy 1.3 in hopes of getting a sim unlock(sim unlock failed - network was still grayed out)
3. Tried to restore phone back to LS990ZV4 stock using fastboot.
4. Accidentally flashed laf and stock recovery.
5. Stock recovery was accessible for a while and the phone showed "Security Error" when trying to do a normal boot.
6. Above later changed to Download Mode. Now, the phone goes to Download Mode if a normal boot is performed. When tried to get to recovery, it shows "Recovery Mode" but still goes to Download Mode.
When I try to restore phone to LS990ZV4 stock using Flash Tool 1.8, I get an Error: Partition Table change 00000064. When I try to flash it back to US99010a stock using LG Flash Tools 2014(I have to do this as US99010a only has kdz), the phone is never detected. I have tried multiple reboots of my PC, changed com ports and everything possible else than using another PC.
I also tried to extract dll and .dz from the kdz to use on Flash Tool 1.8 but that failed with error: Failed in Previous Load ().
On LG Flash Tool 1.8, the phone is detected and progress goes up to 6% before partition table... error is displayed. Phone Model shows as LGLS990 and IMEI,PID info is unknown.
Any help on this would be greatly appreciated and I would recommend anyone trying to get a sim unlock on US990 should definitely refrain at this moment as I have apparently lost a device in this pursuit.
Thanks to @Abu Siona for all his help so far!
texan_mirage said:
Hi,
I am stuck with a LG G3 US990 on download mode. Following is the history:
1. Restored a LG G3 LS990 Nandroid Backup to device.
2. Flashed Cloudy 1.3 in hopes of getting a sim unlock(sim unlock failed - network was still grayed out)
3. Tried to restore phone back to LS990ZV4 stock using fastboot.
4. Accidentally flashed laf and stock recovery.
5. Stock recovery was accessible for a while and the phone showed "Security Error" when trying to do a normal boot.
6. Above later changed to Download Mode. Now, the phone goes to Download Mode if a normal boot is performed. When tried to get to recovery, it shows "Recovery Mode" but still goes to Download Mode.
When I try to restore phone to LS990ZV4 stock using Flash Tool 1.8, I get an Error: Partition Table change 00000064. When I try to flash it back to US99010a stock using LG Flash Tools 2014(I have to do this as US99010a only has kdz), the phone is never detected. I have tried multiple reboots of my PC, changed com ports and everything possible else than using another PC.
I also tried to extract dll and .dz from the kdz to use on Flash Tool 1.8 but that failed with error: Failed in Previous Load ().
On LG Flash Tool 1.8, the phone is detected and progress goes up to 6% before partition table... error is displayed. Phone Model shows as LGLS990 and IMEI,PID info is unknown.
Any help on this would be greatly appreciated and I would recommend anyone trying to get a sim unlock on US990 should definitely refrain at this moment as I have apparently lost a device in this pursuit.
Thanks to @Abu Siona for all his help so far!
Click to expand...
Click to collapse
try this:
note: that what you are trying to achieve is take the phone into fastboot mode so you can then fastboot flash us990 partition data (laf.bin or laf.img from us990)
plug in the phone thats in download mode
download and extract the attached, change into the extracted folder.
start command prompt in that folder ie
execute ports.bat ( this shows your lg diag amd mdm ports) your diag port i want to assume is com41 (flashtool port)
when in download mode, check your flashtool com port (want to assume is com 41) if not replace appropriately with the right download mode comport. default here is com41
so copy and send this as below (be sure you have the right com port specified):
Send_Command.exe \\.\COM41
this takes you to su (root) and you should have the # sign
then delete the laf file thats causing all the stress by sending the command below:
dd if=/dev/zero of=/dev/block/platform/msm_sdcc.1/by-name/laf
with the right port selected after this command it should return #
then reboot phone battery out and in, then power , if all went well you should be back in fastboot mode, then grab the us990 Z4 partition and fastboot flash into phone. you should be good.
link to us990 partition files:
https://mega.co.nz/#!dk9FHbpS!xTI3kWI3BWcp27eoi0GYz-GIzUfRaCucHWZ6KhJnDNE
essojay said:
try this:
note: that what you are trying to achieve is take the phone into fastboot mode so you can then fastboot flash us990 partition data (laf.bin or laf.img from us990)
plug in the phone thats in download mode
download and extract the attached, change into the extracted folder.
start command prompt in that folder ie
execute ports.bat ( this shows your lg diag amd mdm ports) your diag port i want to assume is com41 (flashtool port)
when in download mode, check your flashtool com port (want to assume is com 41) if not replace appropriately with the right download mode comport. default here is com41
so copy and send this as below (be sure you have the right com port specified):
Send_Command.exe \\.\COM41
this takes you to su (root) and you should have the # sign
then delete the laf file thats causing all the stress by sending the command below:
dd if=/dev/zero of=/dev/block/platform/msm_sdcc.1/by-name/laf
with the right port selected after this command it should return #
then reboot phone battery out and in, then power , if all went well you should be back in fastboot mode, then grab the us990 Z4 partition and fastboot flash into phone. you should be good.
link to us990 partition files:
https://mega.co.nz/#!dk9FHbpS!xTI3kWI3BWcp27eoi0GYz-GIzUfRaCucHWZ6KhJnDNE
Click to expand...
Click to collapse
Hey,
Thanks a lot for this helpful post! Device now boots in to fastboot mode and though I am able to write most of the files, I am not able to write following files: BackupGPT, rct, PrimaryGPT . The error which I get is "remoteartition table does not exist"
I tried flashing TWRP recovery but instead of going in to recovery the phone goes in to download mode.
Thanks!
texan_mirage said:
Hey,
Thanks a lot for this helpful post! Device now boots in to fastboot mode and though I am able to write most of the files, I am not able to write following files: BackupGPT, rct, PrimaryGPT . The error which I get is "remoteartition table does not exist"
I tried flashing TWRP recovery but instead of going in to recovery the phone goes in to download mode.
Thanks!
Click to expand...
Click to collapse
You ll need to fastboot flash laf.bin if you open / edit the flash.bat laf.bin was not included I think .. just get back to fastboot mode and fastboot flash laf.bin like:
fastboot flash laf laf.bin
reboot and phone should boot normally and all modes should work.
Thanks
essojay said:
You ll need to fastboot flash laf.bin if you open / edit the flash.bat laf.bin was not included I think .. just get back to fastboot mode and fastboot flash laf.bin like:
fastboot flash laf laf.bin
reboot and phone should boot normally and all modes should work.
Thanks
Click to expand...
Click to collapse
Hey,
Thanks much for your reply. I followed your instructions and was able to boot successfully in to fastboot mode.
I proceeded to flash the partitions including laf.bin but the phone still goes in to download mode. I tried flashing partitions of both US990 and LS990 with same results.
Also, I was not able to flash following partitions from either of US990 or LS990:
rct.bin - Error in fastboot while flashing- remote: size too large
PrimaryGPT.bin - Error in fastboot while flashing- remote: Partition table doesn't exists
BackupGPT.bin - Error in fastboot while flashing- remote: Partition table doesn't exists
From my understanding the Partition Table is broken or actually does not exist at all and hence I can not write the OS, I might be incorrect though. I need to figure out how to re-build partition table or broken partition on LG G3.
Any help would be greatly appreciated.
texan_mirage said:
Any help would be greatly appreciated.
Click to expand...
Click to collapse
Sometimes the solution is simple and the brain just won't think in the right direction. I was finally able to restore my US990 back to US990(it got converted in to LS990). The solution is to flash TWRP in fastboot and restore the nandroid backup. MAKE SURE YOU HAVE A NANDROID BACKUP before you get in to the conversion business.
Thanks a ton to @essojay
texan_mirage said:
Sometimes the solution is simple and the brain just won't think in the right direction. I was finally able to restore my US990 back to US990(it got converted in to LS990). The solution is to flash TWRP in fastboot and restore the nandroid backup. MAKE SURE YOU HAVE A NANDROID BACKUP before you get in to the conversion business.
Thanks a ton to @essojay
Click to expand...
Click to collapse
happy you were able to get it back on,, do you know if
us990 is Quad band ie bands 850, 900, 1800 and 1900 .. it doesnt seem to have europe GSM band .. any opinion regading this will be appreciated.
thanks
essojay said:
happy you were able to get it back on,, do you know if
us990 is Quad band ie bands 850, 900, 1800 and 1900 .. it doesnt seem to have europe GSM band .. any opinion regading this will be appreciated.
thanks
Click to expand...
Click to collapse
I can only confirm once I'm able to achieve the unlock. I have now flashed Cloudy 1.3 on the phone again and it's a LS990 now. The Bluetooth and MAC addresses are unavailable and there is no network. I'm thinking what to do next.
essojay said:
happy you were able to get it back on,, do you know if
us990 is Quad band ie bands 850, 900, 1800 and 1900 .. it doesnt seem to have europe GSM band .. any opinion regading this will be appreciated.
thanks
Click to expand...
Click to collapse
@essojay
US990 Bands: LTE B1/B3/B17/B18/B26/B41, WCDMA B1/B2/B5, GSM 900/1800/1900, CDMA BC0/BC6
 @Abu Siona
I cannot register on Rogers in Canada apparently because it operates on 850but the phone reads my sim card and also is displaying the phone number.
My device is converted to a LG G3 LS990 and is running Cloudy G3 1.2 . I used shortcut master lite to change the bands. No luck with GSM, can't confirm CDMA functionality. Will be back down south in a few weeks and will then test if this phone works with T-Mobil or any other operator in States.
No download no fastboot
I'm getting emojis and a black screen.. no download mode and no fastboot.. Any ideas would be greatly appreciated, possibly a command to write the new laf.bin , img or boot/recovery img files?
"#dd if=/dev/zero of=/dev/block/platform/msm_sdcc.1/by-name/laf
0 ☻ ☻ #"
texan_mirage said:
@essojay
US990 Bands: LTE B1/B3/B17/B18/B26/B41, WCDMA B1/B2/B5, GSM 900/1800/1900, CDMA BC0/BC6
@Abu Siona
I cannot register on Rogers in Canada apparently because it operates on 850but the phone reads my sim card and also is displaying the phone number.
My device is converted to a LG G3 LS990 and is running Cloudy G3 1.2 . I used shortcut master lite to change the bands. No luck with GSM, can't confirm CDMA functionality. Will be back down south in a few weeks and will then test if this phone works with T-Mobil or any other operator in States.
Click to expand...
Click to collapse
So whats the conclusion..CAN the US990 work in europe if converted to the LS990? Really wish it could work,love my G3 but cant use it ?
Please help mE my Phone Lg g3 Stuck In Download Moad i Trying To flash But Laf Read Gpt ProbLem Faced Help Me Please How To solve this Problem

[Q] Softbricked LG G3 Bootloop

Hi, new here.
I do believe you guys aren't too keen on US Cellular. But I have all of the files I need. It's more of an overall sort of question.
So here's my situation:
I was being stupid and messed with the permissions on my phone, not knowing what I was doing(trying to get titanium backup to move apps to the sd card). Well, it messed up my phone. Anyways, I tried a few things to fix it and then it got stuck in a bootloop.
I am currently able to get on TWRP and fastboot. I need to get the LG Flash Tool to see my device to flash the stock KDZ but it won't see my phone without Download mode. I wanted to put my laf.img file onto my phone through fastboot to get Download mode back. My phone will show up on my computer, but when I try any ADB or Fastboot commands, it shows no devices.
Is there a way to flash my KDZ without restoring my Download mode?
Is there a way to put the laf.img onto my phone since my computer cannot see my device(through asb/fastboot)?
Is it possible to convert the laf.img into a zip and flash it through TWRP and get my download mode back?
Thanks for the help, and sorry for the long post.
UPDATE I screwed myself a little on this one. I no longer have TWRP, it goes straight to fastboot. Any Help Please?
What model do you have?
levi3k said:
Hi, new here.
I do believe you guys aren't too keen on US Cellular. But I have all of the files I need. It's more of an overall sort of question.
So here's my situation:
I was being stupid and messed with the permissions on my phone, not knowing what I was doing(trying to get titanium backup to move apps to the sd card). Well, it messed up my phone. Anyways, I tried a few things to fix it and then it got stuck in a bootloop.
I am currently able to get on TWRP and fastboot. I need to get the LG Flash Tool to see my device to flash the stock KDZ but it won't see my phone without Download mode. I wanted to put my laf.img file onto my phone through fastboot to get Download mode back. My phone will show up on my computer, but when I try any ADB or Fastboot commands, it shows no devices.
Is there a way to flash my KDZ without restoring my Download mode?
Is there a way to put the laf.img onto my phone since my computer cannot see my device(through asb/fastboot)?
Is it possible to convert the laf.img into a zip and flash it through TWRP and get my download mode back?
Thanks for the help, and sorry for the long post.
UPDATE I screwed myself a little on this one. I no longer have TWRP, it goes straight to fastboot. Any Help Please?
Click to expand...
Click to collapse
It is possible to make an update.zip to flash the laf.img to the laf partition but I don't know how. Also you can use fastboot to flash the laf.img just boot to fastboot plug your phone into your computer and run fastboot flash laf.img laf
That should do the trick. Or you could flash a rom to fix the permissions. Any US cellular compatible rom should work.
Also TWRP has a file manager that might be able to fix the permissions if you remember what they were.
Hope that this helps.

can some one help me with fastboot commands?

i got some friends in another lg thread that have unlockable bootloaders but no twrp one erased his system partition and wondering
if some one could tell me the commands to do a device back up from fastboot and be able to restore it on his?
TheMadScientist420 said:
i got some friends in another lg thread that have unlockable bootloaders but no twrp one erased his system partition and wondering
if some one could tell me the commands to do a device back up from fastboot and be able to restore it on his?
Click to expand...
Click to collapse
So no TWRP even not unofficially??
If you have TWRP it's easy...
fastboot boot twrp.img
But without TWRP... is the download mode working? You could use the lglaf shell (in FWUL) and then backup with that terminal.
I don't think that fastboot will let you do backups though.. maybe I'm wrong but I think your best option is to backup by download mode and then reflash an original firmware. It's still fun how to restore those backups then..
Depending on the device it could be possible to even use dd in download mode to restore just system.. But most devices prevent this afaik..
.
.
Sent from my LG-H815 using XDA Labs
TheMadScientist420 said:
i got some friends in another lg thread that have unlockable bootloaders but no twrp one erased his system partition and wondering
if some one could tell me the commands to do a device back up from fastboot and be able to restore it on his?
Click to expand...
Click to collapse
TheMadScientist420, Hello again ... steadfasterX is correct about using download mode. But if they cannot boot in android because of wiping the system partition, they may have to flash a stock KDZ with LGUP-NEW and start again. Add: Chances are that any model with an unlockable bootloader will NOT have the ability to use fastboot commands - that is the case with the H812, for example.
For future reference in the event as a precaution, refer to the following link in the 3rd "Quote" down: Backup System to Internal Storage (Commands for all variants): Doesn't matter if it's rooted, (Add provided they have a copy of the stock KDZ to install first with LGUP-NEW).
https://forum.xda-developers.com/showpost.php?p=62028523&postcount=2 for the appropriate command.
Use the Send_Command.exe \\.\COMx within the Root LG folder when in download mode (with the appropriate port ascertained for the 'x'), from the Root ANY LG G4 Variant 100% Success Directives | Root Injection | Less Bricks[/I] at https://forum.xda-developers.com/g4/general/lg-g4-100-root-success-directives-root-t3180586 to access and send the above command for the appropriate model.
Tell them to backup User and System apps with Titanium backup first - they can restore pretty well everything from there if needed.
Steps to save one's ass so to speak

LG G8 G820UM stuck unlocking bootloader plz help?

Hi and thanks for reading--
I followed this guide for my new LG820UMBK Verizon Unlocked:
Guide LG G8/G8x/v50 Bootloader Unlock and Magisk Root using Firehose
Disclaimer: I am not responsible for any problems from using this guide. Works for G8, G8s, G8x, and v50 Confirmed working on G8 and v50 Requirements: Android 10 QFIL...
forum.xda-developers.com
I flashed the engineer abl_a and abl_b and my first hangup was to enter Fastboot mode I hold Vol+ instead of Vol- as the guide says. But it tooks several reboots and flashing back to the backup abl to figure that out. My device in Fastboot mode isnt recognized by my PC with the fastboot devices command. It is recognized by Device Manager however as Other devices: Android.
Upon boot it gets stuck at VZW splash screen. I can enter EDL mode but when I try to restore my backup abl_a+b it says Data Overflow do you wish to continue. If I select yes it wont flash the backup abl with the size of 32,768 kb. It leaves the abl files at 1,024 kb which was the size of the engineer file.
I can boot to Fastboot but my fastboot devices commands can't see the device. In Device Manager like I said in Fastboot mode it just shows up as Other Devices: Android. On the Verizon spash screen it appears in Device Manager as LGE AndroidNet USB Serial Port (COM3) and in EDL mode it shows up under Ports as: Qualcomm HS-USB QDLoader 9008 (COM11).
I ran the LG Mobile Support Tool and it installed all the proper drivers it says. Maybe I dont have the adb/fastboot drivers? I tried to find them in the SDK but its way more complicated than it used to be. I havent rooted since the LG G2 lol.
Any ideas or help would be so awesome. Its basically bricked cause I cant flash the ABL backups. LGUP program doesn't recognize the device, I did download the correct G820UM20i_00_VZW_US_OP_1124.kdz file so maybe i'll just attempt to restore the stock rom. Can I do that with QFIL??
I cant believe I'm the only person this happened to....
Thanks for any thoughts!!
durrant111 said:
Hi and thanks for reading--
I followed this guide for my new LG820UMBK Verizon Unlocked:
Guide LG G8/G8x/v50 Bootloader Unlock and Magisk Root using Firehose
Disclaimer: I am not responsible for any problems from using this guide. Works for G8, G8s, G8x, and v50 Confirmed working on G8 and v50 Requirements: Android 10 QFIL...
forum.xda-developers.com
I flashed the engineer abl_a and abl_b and my first hangup was to enter Fastboot mode I hold Vol+ instead of Vol- as the guide says. But it tooks several reboots and flashing back to the backup abl to figure that out. My device in Fastboot mode isnt recognized by my PC with the fastboot devices command. It is recognized by Device Manager however as Other devices: Android.
Upon boot it gets stuck at VZW splash screen. I can enter EDL mode but when I try to restore my backup abl_a+b it says Data Overflow do you wish to continue. If I select yes it wont flash the backup abl with the size of 32,768 kb. It leaves the abl files at 1,024 kb which was the size of the engineer file.
I can boot to Fastboot but my fastboot devices commands can't see the device. In Device Manager like I said in Fastboot mode it just shows up as Other Devices: Android. On the Verizon spash screen it appears in Device Manager as LGE AndroidNet USB Serial Port (COM3) and in EDL mode it shows up under Ports as: Qualcomm HS-USB QDLoader 9008 (COM11).
I ran the LG Mobile Support Tool and it installed all the proper drivers it says. Maybe I dont have the adb/fastboot drivers? I tried to find them in the SDK but its way more complicated than it used to be. I havent rooted since the LG G2 lol.
Any ideas or help would be so awesome. Its basically bricked cause I cant flash the ABL backups. LGUP program doesn't recognize the device, I did download the correct G820UM20i_00_VZW_US_OP_1124.kdz file so maybe i'll just attempt to restore the stock rom. Can I do that with QFIL??
I cant believe I'm the only person this happened to....
Thanks for any thoughts!!
Click to expand...
Click to collapse
So I forgot to eject my micro SD card, I know so dumb. I am now able to fastboot. I tried to flash the original abl_a and b with fastboot and it is telling me Error Flashng Partition: Volume Full. Same issue I was having in QFIL basically. How do I restore the abl files ughhhhh.
you can fomat data : - and power before click power
durrant111 said:
So I forgot to eject my micro SD card, I know so dumb. I am now able to fastboot. I tried to flash the original abl_a and b with fastboot and it is telling me Error Flashng Partition: Volume Full. Same issue I was having in QFIL basically. How do I restore the abl files ughhhhh.
Click to expand...
Click to collapse
Boot to EDL mode by holding the vol - and power button while your G8 is plugged in your computer, after you hear a disconnection sound immediately press the vol + until you hear a connection sound from your computer.
Now, open QFIL then look for the abl a and b then flash your backed up abl_a nd abl_b accordingly and reboot. And you're good to go again.
I can help you. Do you fix problem ???
I am having some issues with rooting my g8 at&t I managed to successfully unlock the bootloader but now I am stuck in a bootloop after trying to flash magisk. I can start in edl mode or download mode and that is all. My phone flashes the lg splash screen for a split second over and over it doesn't matter if I flash my backup adl files or boot files it just keeps doing the same thing. What am I missingm
Anybody?
Ratty696 said:
Anybody?
Click to expand...
Click to collapse
.
Ratty696 said:
I am having some issues with rooting my g8 at&t I managed to successfully unlock the bootloader but now I am stuck in a bootloop after trying to flash magisk. I can start in edl mode or download mode and that is all. My phone flashes the lg splash screen for a split second over and over it doesn't matter if I flash my backup adl files or boot files it just keeps doing the same thing. What am I missingm
Click to expand...
Click to collapse
Gonna need more details. What steps did you take to try to flash magisk that resulted in the bootloop?
armodons said:
Gonna need more details. What steps did you take to try to flash magisk that resulted in the bootloop?
Click to expand...
Click to collapse
Used method in beginning of this thread. Tried flashing backup
armodons said:
Gonna need more details. What steps did you take to try to flash magisk that resulted in the bootloop?
Click to expand...
Click to collapse
I used the method in that thread to unlock and try to root. When I flashed majisk is when my problem started. I have tried flashing the backup files I made but that doesn't help either
Ratty696 said:
Used method in beginning of this thread. Tried flashing backup
I used the method in that thread to unlock and try to root. When I flashed majisk is when my problem started. I have tried flashing the backup files I made but that doesn't help either
Click to expand...
Click to collapse
So you are saying you bootloop after you use QFIL to flash Magisk-patched boot_a and boot_b? Do "backup files" mean the original boot_a and boot_b that you flash back using QFIL?
If so, you should double check you are flashing the correct partitions in QFIL because neither of these steps seem like they can result in bootloop. LGUP and start over.
armodons said:
So you are saying you bootloop after you use QFIL to flash Magisk-patched boot_a and boot_b? Do "backup files" mean the original boot_a and boot_b that you flash back using QFIL?
If so, you should double check you are flashing the correct partitions in QFIL because neither of these steps seem like they can result in bootloop. LGUP and start over.
Click to expand...
Click to collapse
Yes when I used QFIL to flash magus isvwgen it started abd flashung original boot_a and boot_b dont fix it. I can't get kdz file for at&t to lg up.
Ratty696 said:
Yes when I used QFIL to flash magus isvwgen it started abd flashung original boot_a and boot_b dont fix it. I can't get kdz file for at&t to lg up.
Click to expand...
Click to collapse
Is there any place to get the KDZ file for the AT&T g8? I got someone claiming to have it but want me to prepay $30 for it
Nobody able to help me?
Ratty696 said:
Nobody able to help me?
Click to expand...
Click to collapse
I'm new to the G8 (not LG), so just now browsing these posts.
First and foremost, this thread shouldn't be in this forum. This forum is for roms, kernels, recoveries and other development.
This thread is a question about a guide (which is in guides forum). This 'question' is not development of a rom, kernel or recovery, it's a question.
I'd suggest, if you want people to respond that can help, ask the question in it's individual guide thread, that's where the people that know the most about it will be. If you get no response in that thread, then maybe think about posting the question in the questions forum.
but here? in dev forum? absolutely the wrong place for a question about a guide.
cheers
Thread moved to Q&A section.
Thanks!
woodman
Senior Moderator
@durrant111
So to the original OP; 2 things; If your device isn't recognized when in fastboot mode, that's because you don't have the right driver installed in WinBlows.
You have to download the LG USB drivers, install them, then in device manager select the "! Android" and install the driver (usually says ADB) and then 'fastboot devices' will see the phone.
Second; if you ever get a message telling you that 'Data Overflow' then you are absolutely making a big mistake. When you did the backup of your abl(s) (and other partitions), you should have renamed then one by one, that way you don't make the mistake of naming the laf_a partition as the abl_a partition (or any name other than what ti should be). If you flash the wrong partition you run the risk of overwriting the nearby partition, which would make the device essentially unusable except only to qfil.
Lastly, yer lucky the device is VZW, as they make their kdz available and you can use use lg up to get back to stock. If it was Sprint or At&t you'd be scrambling to find a qfil or bkerler backup someone luckily made that you come across (a much more unlikely scenario).
Good luck, you've probably already moved on from this, but just in case, thought I'd mention the above.
cheers
Ratty696 said:
Is there any place to get the KDZ file for the AT&T g8? I got someone claiming to have it but want me to prepay $30 for it
Click to expand...
Click to collapse
Unfortunately at&t doesn't make their kdz available. You can be 99.9% positive the only thing this person that wants to charge you 30$ is going to give you is the partitions backed up by qfil or bkerler edl stuff.
With both at&t and sprint, because no kdz, you can only restore (if you didn't back up the files yourself originally), with someone elses backup, and then you have to use qfil or bkerler edl utilities to restore. If you look around in the G8 forums (or the tele group), there's a decent chance someone has already make their backup available.
cheers and good luck.
Ratty696 said:
Nobody able to help me?
Click to expand...
Click to collapse
Could you solve your problem?
I also have an at&t lg g8 and I want to unlock the bootloader
Yarib said:
Could you solve your problem?
I also have an at&t lg g8 and I want to unlock the bootloader
Click to expand...
Click to collapse
Lol no still haven't solved my problem. I need the abl_a and abl_b files for a lg g8 at&t. My phone only goes in fastboot or qfil and Fastboot says its a lmg850um because I tried using the files from my lg g8x and it didn't work. I have also now bricked my lg g8x it only boots into qfil. Any help would be great. My g8x is canada version

Categories

Resources