[Q] Fastboot mode, no download mode, bricked autorec Videotron LG G2 D801 D801V20E - G2 Q&A, Help & Troubleshooting

I've done my homework but haven't found how others fix this issue.
Sucessfully rooted the Videotron LG G2 D801
.
The mistake: Autorec my LG G2 D801 with autorec D801 version unaware that Canadian D801 must be autorec'd by autorec D803 version.
Status of phone: Boots shows LG logo and goes immediately to black screen 'Fastboot mode started'.
Tried: Download mode attempts bring up the download mode logo for a sec and immediately the phone goes back to Fastboot mode started screen.
User rickthewood2 reported he had the same issue and was provided a fix. http://forum.xda-developers.com/showthread.php?t=2723687.
I tracked him on a french forum where he reported that XDA guy compiled a file for him that unbricked this issue as he was having a hard time with entering commands. He also specified that the trick was to repair his download mode with a laf.img file ... once download mode was repaired he went back to stock rom. This is the link of his post made in french http://www.phonandroid.com/forum/ecran-noir-apres-autorec-t90109.html
Please assist.

Kybby said:
I've done my homework but haven't found how others fix this issue.
Sucessfully rooted the Videotron LG G2 D801
.
The mistake: Autorec my LG G2 D801 with autorec D801 version unaware that Canadian D801 must be autorec'd by autorec D803 version.
Status of phone: Boots shows LG logo and goes immediately to black screen 'Fastboot mode started'.
Tried: Download mode attempts bring up the download mode logo for a sec and immediately the phone goes back to Fastboot mode started screen.
User rickthewood2 reported he had the same issue and was provided a fix. http://forum.xda-developers.com/showthread.php?t=2723687.
I tracked him on a french forum where he reported that XDA guy compiled a file for him that unbricked this issue as he was having a hard time with entering commands. He also specified that the trick was to repair his download mode with a laf.img file ... once download mode was repaired he went back to stock rom. This is the link of his post made in french http://www.phonandroid.com/forum/ecran-noir-apres-autorec-t90109.html
Please assist.
Click to expand...
Click to collapse
that is because the download mode partition is broken because it is the wrong model; if you download the correct model of autorec you can use WinRAR/7zip to get the laf.img from the assets folder and then flash it using adb; I know the process to flash the images through fastboot as long as your device is recognized by your pc I can help

a new hope
XxZombiePikachu said:
that is because the download mode partition is broken because it is the wrong model; if you download the correct model of autorec you can use WinRAR/7zip to get the laf.img from the assets folder and then flash it using adb; I know the process to flash the images through fastboot as long as your device is recognized by your pc I can help
Click to expand...
Click to collapse
Very good files Extracted I see the laf I need to use. So are you saying if pc sees the device I can flash using fastboot but if it doesn't I will have to flash via ADB... right? I'm such a newbie.

Kybby said:
Very good files Extracted I see the laf I need to use. So are you saying if pc sees the device I can flash using fastboot but if it doesn't I will have to flash via ADB... right? I'm such a newbie.
Click to expand...
Click to collapse
it's all done using adb; fastboot is the mood you are in and with adb is how we look for device and send the commands
after going into your adb folder(android sdk>platform-tools or ioroot folder) you make sure to copy the laf image into it and then after opening cmd window and cd into the adb folder you use the adb devices command if after starting daemon it show your device in fastboot mode then you do the following:
fastboot erase laf
fastboot flash laf laf.img
actually you can flash all the partitions using fastboot(the images inside assets folder) and then doing a simple reboot should boot your device but if it doesn't then you just have to boot into download mode:
fastboot erase aboot
fastboot flash aboot aboot.img
fastboot erase boot
fastboot flash boot boot.img
fastboot erase laf
fastboot flash laf laf.img
fastboot erase recovery
fastboot flash recovery recovery.img
with either method when done flashing correct files use:
fastboot reboot
and your device will reboot; make sure that you flash all correct files before rebooting and then if device boots normally you will have custom recovery and be back on the stock rom if by any chance it doesn't boot then you can just boot into download mode(hold volume up while plugging in usb cable to phone/pc) and then just kdz/tot back to stock
Best of Luck :fingers-crossed:

Awesome Just Awesome!!
XxZombiePikachu said:
it's all done using adb; fastboot is the mood you are in and with adb is how we look for device and send the commands
after going into your adb folder(android sdk>platform-tools or ioroot folder) you make sure to copy the laf image into it and then after opening cmd window and cd into the adb folder you use the adb devices command if after starting daemon it show your device in fastboot mode then you do the following:
fastboot erase laf
fastboot flash laf.img
actually you can flash all the partitions using fastboot(the images inside assets folder) and then doing a simple reboot should boot your device but if it doesn't then you just have to boot into download mode:
fastboot erase aboot
fastboot flash aboot.img
fastboot erase boot
fastboot flash boot.img
fastboot erase laf
fastboot flash laf.img
fastboot erase recovery
fastboot flash recovery.img
with either method when done flashing correct files use:
fastboot reboot
and your device will reboot; make sure that you flash all correct files before rebooting and then if device boots normally you will have custom recovery and be back on the stock rom if by any chance it doesn't boot then you can just boot into download mode(hold volume up while plugging in usb cable to phone/pc) and then just kdz/tot back to stock
Best of Luck :fingers-crossed:
Click to expand...
Click to collapse
Dude, I read those instructions from all over the net but I guess I needed this divine intervention. You have no idea how greatful I am for your assistance. Current situation: Download mode is back and LGmobile support tool is doing its download thing for stock rom.
I have to add that I was receiving an error message from CMD prompt for command:
fastboot flash laf.img
I replaced that by:
fastboot flash laf laf.img
and was abble to finish the rest.
Good safe rooting to all the rooters!
Kybby
PS: too bad I can only thank you once on this one...

Kybby said:
Dude, I read those instructions from all over the net but I guess I needed this divine intervention. You have no idea how greatful I am for your assistance. Current situation: Download mode is back and LGmobile support tool is doing its download thing for stock rom.
I have to add that I was receiving an error message from CMD prompt for command:
fastboot flash laf.img
I replaced that by:
fastboot flash laf laf.img
and was abble to finish the rest.
Good safe rooting to all the rooters!
Kybby
PS: too bad I can only thank you once on this one...
Click to expand...
Click to collapse
Glad it all worked out and thanks for pointing that out for some reason I always forget that fastboot needs the partition name before the image name (trust me it isn't first time I make the mistake but we ain't perfect)
If you decide to go at it again make sure to use correct version of autorec and enjoy your device :high-five:
Sent from my Pikachu powered LG D800

Are you kidding me?!?!
XxZombiePikachu said:
Glad it all worked out and thanks for pointing that out for some reason I always forget that fastboot needs the partition name before the image name (trust me it isn't first time I make the mistake but we ain't perfect)
If you decide to go at it again make sure to use correct version of autorec and enjoy your device :high-five:
Sent from my Pikachu powered LG D800
Click to expand...
Click to collapse
You're not serious right? Tell me you're joking!
With ppl like you around I'm no longer worried. This was a learning experience.
Guess what.... G2 now rooted with correct autorec version... TWRP is enabled and BusyBox is in da house too. Next step... create a backup after deleting all these spying resources hungry LG default apps and then... ENABLE 4K video capture!
Amigo, I told you You just made this dude's week.
By the way if you think I forgot something importand pls advise. I read somewhere it was a good thing to save efs or something.

Kybby said:
You're not serious right? Tell me you're joking!
With ppl like you around I'm no longer worried. This was a learning experience.
Guess what.... G2 now rooted with correct autorec version... TWRP is enabled and BusyBox is in da house too. Next step... create a backup after deleting all these spying resources hungry LG default apps and then... ENABLE 4K video capture!
Amigo, I told you You just made this dude's week.
By the way if you think I forgot something importand pls advise. I read somewhere it was a good thing to save efs or something.
Click to expand...
Click to collapse
Yea backing up efs is important since that is where your imei is and if something happens to it you can restore it using efs backup, am not near pc right now to link the guide will update when home
update:
efs backup with ioroot
efs backup guide
Sent from my Pikachu powered LG D800

OK buddy. Was I supposed to do this before Root or its OK to do now?

Kybby said:
OK buddy. Was I supposed to do this before Root or its OK to do now?
Click to expand...
Click to collapse
It is okay to do it now; if I remember correctly it is something that can only be done while rooted
Sent from my Pikachu powered LG D800

Awesone... Friday evenings! I'll definitely do it later tonight and will update you on it. Thanks a bunch for all the kind help

Hi I've been studying this thread because I have the same problem--used the wrong version of autorec and now my Verizon LG G2 is stuck in fastboot. I've downloaded the correct version of autorec but I do not understand how to open the apk to access the assets file. I right click but get no option to open or extract. Can anyone help me, or direct me to a link where the laf.img files are stored? Thanks!

davidargent0628 said:
Hi I've been studying this thread because I have the same problem--used the wrong version of autorec and now my Verizon LG G2 is stuck in fastboot. I've downloaded the correct version of autorec but I do not understand how to open the apk to access the assets file. I right click but get no option to open or extract. Can anyone help me, or direct me to a link where the laf.img files are stored? Thanks!
Click to expand...
Click to collapse
Hello David, sorry to hear you're in the same mess. Sorry I just got to read your message. Please tell me if you still need assistance. I will do my best to get you out of it...

Kybby said:
Hello David, sorry to hear you're in the same mess. Sorry I just got to read your message. Please tell me if you still need assistance. I will do my best to get you out of it...
Click to expand...
Click to collapse
Thanks, but I took it to a shop that borked it completely. Just sold it on the Bay. Picked up a Moto X off Craig's...lol...oh well, the Moto is pretty cool and since it's running 4.4.4 I can't do anything to it until someone figures out how to unlock the bootloader...probably for the best...

Kybby said:
I've done my homework but haven't found how others fix this issue.
Sucessfully rooted the Videotron LG G2 D801
.
The mistake: Autorec my LG G2 D801 with autorec D801 version unaware that Canadian D801 must be autorec'd by autorec D803 version.
Status of phone: Boots shows LG logo and goes immediately to black screen 'Fastboot mode started'.
Tried: Download mode attempts bring up the download mode logo for a sec and immediately the phone goes back to Fastboot mode started screen.
User rickthewood2 reported he had the same issue and was provided a fix. http://forum.xda-developers.com/showthread.php?t=2723687.
I tracked him on a french forum where he reported that XDA guy compiled a file for him that unbricked this issue as he was having a hard time with entering commands. He also specified that the trick was to repair his download mode with a laf.img file ... once download mode was repaired he went back to stock rom. This is the link of his post made in french http://www.phonandroid.com/forum/ecran-noir-apres-autorec-t90109.html
Please assist.
Click to expand...
Click to collapse
Hi,
do you have an idea wich autorec is nessesary for a G2 shipped from HongKong. Ic guess I have the same issue like you. But on the case I have a D802 lable. So I thought it must be the one for a D802. May I'm wrong?
Now I tried a D800 one and it worked as I could start my phones download mode. After starting it I installed different roms but all had strange behavior like wrong touch an just flipping arround after touching. There is also no chance to connect to the network. Later I saw that my G2 32GB only shows 10GB of internal storage when its connected to pc. Any idea what I did wrong?
I would be very thankfull for help!!!!
Thanks

XxZombiePikachu said:
it's all done using adb; fastboot is the mood you are in and with adb is how we look for device and send the commands
after going into your adb folder(android sdk>platform-tools or ioroot folder) you make sure to copy the laf image into it and then after opening cmd window and cd into the adb folder you use the adb devices command if after starting daemon it show your device in fastboot mode then you do the following:
fastboot erase laf
fastboot flash laf laf.img
actually you can flash all the partitions using fastboot(the images inside assets folder) and then doing a simple reboot should boot your device but if it doesn't then you just have to boot into download mode:
fastboot erase aboot
fastboot flash aboot aboot.img
fastboot erase boot
fastboot flash boot boot.img
fastboot erase laf
fastboot flash laf laf.img
fastboot erase recovery
fastboot flash recovery recovery.img
with either method when done flashing correct files use:
fastboot reboot
and your device will reboot; make sure that you flash all correct files before rebooting and then if device boots normally you will have custom recovery and be back on the stock rom if by any chance it doesn't boot then you can just boot into download mode(hold volume up while plugging in usb cable to phone/pc) and then just kdz/tot back to stock
Best of Luck :fingers-crossed:
Click to expand...
Click to collapse
thought it was working cause it was most progress ive seen in months but now im totally stuck in bootloop mode at the LG screen, i can get to download mode but that just sticks on the firmware update page with 0% progress and i can't get adb to recognize my phone now. arrrrrrrg this is my main phone what can i do now to fix this?
need help asap
please and thank you
paul

XxZombiePikachu said:
it's all done using adb; fastboot is the mood you are in and with adb is how we look for device and send the commands
after going into your adb folder(android sdk>platform-tools or ioroot folder) you make sure to copy the laf image into it and then after opening cmd window and cd into the adb folder you use the adb devices command if after starting daemon it show your device in fastboot mode then you do the following:
fastboot erase laf
fastboot flash laf laf.img
actually you can flash all the partitions using fastboot(the images inside assets folder) and then doing a simple reboot should boot your device but if it doesn't then you just have to boot into download mode:
fastboot erase aboot
fastboot flash aboot aboot.img
fastboot erase boot
fastboot flash boot boot.img
fastboot erase laf
fastboot flash laf laf.img
fastboot erase recovery
fastboot flash recovery recovery.img
with either method when done flashing correct files use:
fastboot reboot
and your device will reboot; make sure that you flash all correct files before rebooting and then if device boots normally you will have custom recovery and be back on the stock rom if by any chance it doesn't boot then you can just boot into download mode(hold volume up while plugging in usb cable to phone/pc) and then just kdz/tot back to stock
Best of Luck :fingers-crossed:
Click to expand...
Click to collapse
Thanks alot it worked for me but my phone is stuck in download mode whilst installing firmware at %60 every time saying the phone is disconnected from pc ... any idea please
Thanks in adv

Related

[Q] Stuck on Fastboot (Unable to go to download mode)

I have an LG G2 AT&T D800.
After I rooted my phone successfully, I also flash a custom recovery successfully.
After I did that, I wipe out my data / cache.
And i tried to install a ROM and Google Apps.
I rebooted my phone and I'm stuck with " Fast boot mode started "
I had download mode working but i accidentally made it stop working after i did CMS88168 steps from this page.
http://forum.xda-developers.com/showthread.php?t=2477595
Now I don't have my download mode starting to work and I have no clue on how to fix my phone.
Please help.
alvingaoat said:
...
I rebooted my phone and I'm stuck with " Fast boot mode started "
...
Now I don't have my download mode starting to work and I have no clue on how to fix my phone.
Click to expand...
Click to collapse
Look here
It's for the F320 variants but there is also a link to search for other variant files.
Also just in case you are unable to do what phoost suggested, what i did was keep tr ying to get into recovery, the lg logo would blink fast, but you just have to keep tr ying, and i finally got it and reflashed my rom and its been fine ever since...i did get scared tho, but my g2 is only 4 days old right now, so i can always return and get another, but just do what i said
help
MasterSe7en said:
Also just in case you are unable to do what phoost suggested, what i did was keep tr ying to get into recovery, the lg logo would blink fast, but you just have to keep tr ying, and i finally got it and reflashed my rom and its been fine ever since...i did get scared tho, but my g2 is only 4 days old right now, so i can always return and get another, but just do what i said
Click to expand...
Click to collapse
My lg g2 is stuck in fastboot mode started/usd start() an I press the buttons to go to recovery mode but recovery mode just flashes on the screen an it goes back to fastboot mode screen
larryb723 said:
My lg g2 is stuck in fastboot mode started/usd start() an I press the buttons to go to recovery mode but recovery mode just flashes on the screen an it goes back to fastboot mode screen
Click to expand...
Click to collapse
I am having this issue. Has anyone figured out how to fix? I need download mode to return to stock.
Droc1983 said:
I am having this issue. Has anyone figured out how to fix? I need download mode to return to stock.
Click to expand...
Click to collapse
i got the same problem here when flashing the slimkat.
fastboot is like adb sideload.
when you see the usb command, you need to plug the phone to the PC to sync them.
This happened to me a while back the link in post two is how I solved it. You just need to find the laf.img for your model, put it in the same folder as adb and run the adb commands in the tutorial. You might have to change the directory in cmd prompt to where adb is located. Once the laf is successfully flashed you can boot into download mode and flash the kdz for your model.
Swizzle82 said:
This happened to me a while back the link in post two is how I solved it. You just need to find the laf.img for your model, put it in the same folder as adb and run the adb commands in the tutorial. You might have to change the directory in cmd prompt to where adb is located. Once the laf is successfully flashed you can boot into download mode and flash the kdz for your model.
Click to expand...
Click to collapse
I tried this but it starts download mode but then goes to fastboot. I was trying to keep download mode. I used the laf.img in the the link you posted. I'm on verizon lg g2 is that the right laf.img?
***Got it thanks***
In the link above that is for the Korean g2 I believe. If I remember correctly there's a link to other img files in his thread. You might also consider flashing the proper boot.img as well. It was a while ago that this happened so I don't recall exactly but if you flash the Verizon boot.img and laf.img you should be good.
Phoost said:
Look here
It's for the F320 variants but there is also a link to search for other variant files.
Click to expand...
Click to collapse
that link is not working

ATT D800 Fastboot Loop No Recovery No Download Mode

Hello All,
I've been searching for hours. I had rooted my LG G2 weeks ago with no problems. I then un-rooted it and I thought reset it to factory. Today in Target I pulled it out of my pocket to make a call and it was black screened to Fastboot.
I have tried holding down Volume - and Power and entering recovery to reset to factory but it immediately goes to Fastboot loop.
I have tried holding down Volume + while plugging in USB for Download Mode but it immediately goes to Fastboot loop.
I have tried adb commands, error: device not found.
I have tried manually updating the Android drivers through Computer Management and selecting many of the Android Platform Sooner versions. My Win7 PC recognizes the phone as ADB Interface > Andriod Sooner Single ADB Interface in Device Manager.
I have tried this http://forum.xda-developers.com/showthread.php?t=2477595 and flashed both laf.img and I cannot get into Download Mode.
What else can I do? Does anyone have any other ideas?
Thanks for your time!
hey same exact thing just happened to me. i had it rooted from earlier, but ended up keeping the stock rom on my AT&T LG G2 D800. What I think happened was ATT just pushed out an OTA update (not sure about other carriers), supposedly some small 15mb update to prepare for upcoming releases and despite declining the install, the phone of course did it anyways.
No recovery, no download mode, factory reset doesn't do anything.
Thanks AT&T! :good:
Are we completely boned here?
This worked for me
http://forum.xda-developers.com/showthread.php?t=2451696
Follow this thread, I tried the TWRP terminal code and it worked. Let me know how it goes
Did anyone figure this out? I am stuck in fastboot mode. I can run fastboot commands, but thats about it.
I can't get to ADB, I can't get to recovery, I can't get to download mode. I reboot the phone and it goes immediately back to fastboot.
I've tried flashing recovery, the laf.img, and even rom's inside fastboot and nothing is seeming to work.
sniffs said:
Did anyone figure this out? I am stuck in fastboot mode. I can run fastboot commands, but thats about it.
I can't get to ADB, I can't get to recovery, I can't get to download mode. I reboot the phone and it goes immediately back to fastboot.
I've tried flashing recovery, the laf.img, and even rom's inside fastboot and nothing is seeming to work.
Click to expand...
Click to collapse
If you can't get adb access with either single sooner or pdanet drivers, you may have to resort to this..
http://forum.xda-developers.com/showthread.php?t=2582142
(actually kind of sounds like fun to me)
if you're stuck in fastboot mode then you can simply use the fastboot commands to write the aboot, sbl1, boot, recovery, laf, rpm, tz and dbi partitions.
you can substitute stock recovery.img for a properly patched twrp/cwm img (renamed recovery). from there you should be able to boot into download mode... custom recovery.. or boot back up.
autoprime said:
if you're stuck in fastboot mode then you can simply use the fastboot commands to write the aboot, sbl1, boot, recovery, laf, rpm, tz and dbi partitions.
you can substitute stock recovery.img for a properly patched twrp/cwm img (renamed recovery). from there you should be able to boot into download mode... custom recovery.. or boot back up.
Click to expand...
Click to collapse
I found a site that had the backed up D800 .img files. I had to use Ubuntu to write them back to my device.. after like 15hrs of googling/writing on forums, I finally got my device to boot back up! lol..
of course there was a popup saying that my device was suspected of rooting and it won't update.. but who cares, it works now!
im onthe verizon variant and stuff like this just annoys me to no end you say no lg pushes it to your device anyway its wrong not even samsung stoops this low i am glad i have a custom rom
sniffs said:
I found a site that had the backed up D800 .img files. I had to use Ubuntu to write them back to my device.. after like 15hrs of googling/writing on forums, I finally got my device to boot back up! lol..
of course there was a popup saying that my device was suspected of rooting and it won't update.. but who cares, it works now!
Click to expand...
Click to collapse
what site?
Sorry for comment this old post, but i need help with my D800 y cant unbrick it
Keep trying flashing the D800 file or what?
Hello friends to see if I draw from this setback. My situation is that I have no recovery or download, but when trying to get the img fastboot does not exceed by "erasing" or "writing" who knows how to solve this please !!
Thank you :good:

I softbricked my LS980 and cannot escape fastboot. Assistance Requested.

Had a problem with audio playback (volume always high no matter what). Decide to flash. PAC for my Sprint LS980. I see this:
Seems to be a lot of confusion so I'll clear things up..
ZV7->ZV8->ZVA is how the ota history goes, with ZVB on the way.
If you're on stock ZVA, your aboot (bootloader) may not be downgraded, in that case, use FreeGee from Play Store to install a recovery, it will automatically downgrade your aboot.
if you have the ZVA Radio, just flash furnace or dr87's kernel after you flash an AOSP ROM, all done.
Click to expand...
Click to collapse
Sorce: http://forum.xda-developers.com/showthread.php?t=2669074
Seeing the last sentance, I think that if I flash ZVA Radio, SlimKat ROM (the one that causes me problems) and then dr87's kernel I could try a ZVA experience. I flashed SlimKat again becuase I was going to change anyway, I wanted to try it with ZVA.
Tell myself why not, I do it.
Fails but I didnt pay much attention. I reboot.
Stuck in fastboot mode and cant escape. Recovery is a no-go.
Tried flashing both ZV7aboot.img and twrp2.6.3.0.img into their appropriate partitions (boot and recovery).
Still having problems, but now I cant do any button combination (except DownloadMode. Cant turn off) after ZV7aboot.img flash.
I dont want to erase my memory (~26GB of valuable data). Is there a way to flash a ZV8Radio.zip from fastboot? I think thats my problem, but Im not too sure. Just access to recovery would allow my to fix my problems.
Thanks anyone for any help! I think I really screwed myself over this time. Thanks everyone!
Edit: Anyone know where to get a boot.img and system.img for the Sprint LS980?
zv7_aboot.img isn't a boot.img, it's the bootloader. Use FreeGee to install twrp, it will handle the aboot for you. Then you can take advantage of the last sentence.
Savoca said:
zv7_aboot.img isn't a boot.img, it's the bootloader. Use FreeGee to install twrp, it will handle the aboot for you. Then you can take advantage of the last sentence.
Click to expand...
Click to collapse
I am stuck in fastboot. No recovery. Download mode is also accessable.
Which of the following would help:
* System.img and Boot.img (where to find em?)
* A kernel .img (Do they exist?)
* Flashing the ZV7 or 8 aboot.img oncemore with twrp.img again?
Thanks for coming to help! It means a lot.
RevolcFael4 said:
I am stuck in fastboot. No recovery. Download mode is also accessable.
Which of the following would help:
* System.img and Boot.img (where to find em?)
* A kernel .img (Do they exist?)
* Flashing the ZV7 or 8 aboot.img oncemore with twrp.img again?
Thanks for coming to help! It means a lot.
Click to expand...
Click to collapse
If you can boot into a rom, use FreeGee to install twrp. If you can't boot into rom and recovery, you need to flashtool.
Savoca said:
If you can boot into a rom, use FreeGee to install twrp. If you can't boot into rom and recovery, you need to flashtool.
Click to expand...
Click to collapse
Flashtools is asking for login and password. ?
Does this mean I have to wipe all user data in order to use it?
Edit: Do you know where System.img and Boot.img could be downloaded? I think its my only hope.
RevolcFael4 said:
Flashtools is asking for login and password. ?
Does this mean I have to wipe all user data in order to use it?
Edit: Do you know where System.img and Boot.img could be downloaded? I think its my only hope.
Click to expand...
Click to collapse
You didn't read the tutorial.
http://downloads.codefi.re/autoprime/LG/LG_G2
Savoca said:
You didn't read the tutorial.
http://downloads.codefi.re/autoprime/LG/LG_G2
Click to expand...
Click to collapse
Thanks for the link! That was extremely helpful.
What I did to gain access to twrp again was:
Download boot.img from the link.
Download aboot.img from link.
Download twrp.img (but this isnt necessary, file is already available on phone. No need.)
* Enter command 'fastboot flash boot boot.img'
* (If you hold power it starts showing LG Logo.)
* Go back to Fastboot. Enter command 'fastboot flash aboot aboot.img'
* Now TWRP access is regained! Phone doesnt boot normally, must flash ROM and stuff again.
Thanks a lot! This was an okay first fastboot experience.
Soft Bricked Sprint LS980?
Hello, I'm having a similar problem. I haven't had a phone for a couple years since tinkering with my Evo and thought I still knew what I was doing with my new G2. That proved to be incorrect.
I had it semi rooted. (I followed the instructions using Ioroot and Kingo) I wasn't able to change APN and use GSM for Metro PCS
After reading up about the spark patch I followed a tutorial (not very well obviously) and managed to get the phone will it will no longer boot.
I can get it into bootloader, and a frozen in download mode. otherwise it just hangs at the LG logo.
Is there a way to recover from bootloader?
I copied twrp-2.6.3.2-g2spr.img and zv7-aboot.img to the phone and did the following.
Here are the commands I used with the guide. I looks like I was using 2 different guides at once..... :/
Originally Posted by darkpoe View Post
This phone does not use Mass storage mode, it uses MTP, you will see it as a phone inside windows explorer and when you click into it you will see "internal storage" this internal storage is what I am referring to as the root of the sdcard (as they are as well)
Also, dont blame me if your phone dies, all this stuff will void your warranty of your phone and your toaster!
Hit the build number under about phone --> software until developer mode is enabled
goto developer mode turn on mtp mode
go download twrp from there site http://www.teamw.in/project/twrp2/197
I used kingo but cant link on xda ,, google it .. its on cnet as well
get http://koush.com/post/universal-adb-driver install (works on all windows)
get http://www.xda-developers.com/androi...oot-installer/has good quick adb install it
copy the downloaded openrecovery for sprint onto the phone directly into the "root" folder (root folder being like when you look at yoru C: drive in windows explorer that is the root folder under linux), when you plug into the pc, make sure in mtp mode
with phone still plugged in run kingo and root it
it will reboot
with phone plugged in run "adb usb" from command prompt on pc (from the link for adb that it installed, it will open a command prompt for you in the proper folder when you click it)
approve adb connection on phone
then run "adb shell" from command prompt on pc
type su, approve it on phone
paste this next line exactly at the prompt
********** this is the line I used from a different guide ***** dd if=/sdcard/zv7-aboot.img of=/dev/block/platform/msm_sdcc.1/by-name/aboot
dd if=/sdcard/openrecovery-twrp-2.6.3.2-g2spr.img of=/dev/block/platform/msm_sdcc.1/by-name/recovery
let it flash
it will say bytes copied and you will be good
type reboot inside the shell
the phone will reboot
I use goo manager from play store to boot into recovery, I dont even know the key combo for it yet.
Any help would be appreciated, thank you.
---------- Post added at 02:59 AM ---------- Previous post was at 02:06 AM ----------
x_lord said:
Hello, I'm having a similar problem. I haven't had a phone for a couple years since tinkering with my Evo and thought I still knew what I was doing with my new G2. That proved to be incorrect.
I had it semi rooted. (I followed the instructions using Ioroot and Kingo) I wasn't able to change APN and use GSM for Metro PCS
After reading up about the spark patch I followed a tutorial (not very well obviously) and managed to get the phone will it will no longer boot.
I can get it into bootloader, and a frozen in download mode. otherwise it just hangs at the LG logo.
Is there a way to recover from bootloader?
I copied twrp-2.6.3.2-g2spr.img and zv7-aboot.img to the phone and did the following.
Here are the commands I used with the guide. I looks like I was using 2 different guides at once..... :/
Originally Posted by darkpoe View Post
This phone does not use Mass storage mode, it uses MTP, you will see it as a phone inside windows explorer and when you click into it you will see "internal storage" this internal storage is what I am referring to as the root of the sdcard (as they are as well)
Also, dont blame me if your phone dies, all this stuff will void your warranty of your phone and your toaster!
Hit the build number under about phone --> software until developer mode is enabled
goto developer mode turn on mtp mode
go download twrp from there site http://www.teamw.in/project/twrp2/197
I used kingo but cant link on xda ,, google it .. its on cnet as well
get http://koush.com/post/universal-adb-driver install (works on all windows)
get http://www.xda-developers.com/androi...oot-installer/has good quick adb install it
copy the downloaded openrecovery for sprint onto the phone directly into the "root" folder (root folder being like when you look at yoru C: drive in windows explorer that is the root folder under linux), when you plug into the pc, make sure in mtp mode
with phone still plugged in run kingo and root it
it will reboot
with phone plugged in run "adb usb" from command prompt on pc (from the link for adb that it installed, it will open a command prompt for you in the proper folder when you click it)
approve adb connection on phone
then run "adb shell" from command prompt on pc
type su, approve it on phone
paste this next line exactly at the prompt
********** this is the line I used from a different guide ***** dd if=/sdcard/zv7-aboot.img of=/dev/block/platform/msm_sdcc.1/by-name/aboot
dd if=/sdcard/openrecovery-twrp-2.6.3.2-g2spr.img of=/dev/block/platform/msm_sdcc.1/by-name/recovery
let it flash
it will say bytes copied and you will be good
type reboot inside the shell
the phone will reboot
I use goo manager from play store to boot into recovery, I dont even know the key combo for it yet.
Any help would be appreciated, thank you.
Click to expand...
Click to collapse
Found this: Worked like a charm.
–]rdsqc22 2 points 23 days ago
Alright, sorry to comment on something 3 months old, but I just had this problem and managed to solve it.
When in the mode described above, you are still able to use Fastboot. Get a linux computer and install fastboot.
Then, go here: http://downloads.codefi.re/autoprime/LG/LG_G2/LS980/Stock_Firmware/zvc_partitions
Download the images for laf, aboot, boot, and recovery.
type the following commands in fastboot:
fastboot erase boot
fastboot erase aboot
fastboot erase recovery
fastboot erase laf
fastboot flash boot 6-boot.img
fastboot flash aboot 4-aboot.img
fastboot flash recovery 10-recovery.img
fastboot flash laf 11-laf.img
fastboot reboot
This fixed the problem for me. Good luck!
x_lord said:
Found this: Worked like a charm.
–]rdsqc22 2 points 23 days ago
Alright, sorry to comment on something 3 months old, but I just had this problem and managed to solve it.
When in the mode described above, you are still able to use Fastboot. Get a linux computer and install fastboot.
Then, go here: http://downloads.codefi.re/autoprime/LG/LG_G2/LS980/Stock_Firmware/zvc_partitions
Download the images for laf, aboot, boot, and recovery.
type the following commands in fastboot:
fastboot erase boot
fastboot erase aboot
fastboot erase recovery
fastboot erase laf
fastboot flash boot 6-boot.img
fastboot flash aboot 4-aboot.img
fastboot flash recovery 10-recovery.img
fastboot flash laf 11-laf.img
fastboot reboot
This fixed the problem for me. Good luck!
Click to expand...
Click to collapse
Sorry for not replying, but I see you managed to fix your problem. All you needed to do was download .img files, then enter commands through fastboot. Although it is slightly more complicated than that, its the rough outline of what needs to be done to fix it. Nice work fixing your problem. I came back to this thread to remind myself of the commands that need to be entered (My comments help myself).
I think I am just going to copy-paste the quoted box above if anyone needs instructions how to do this. Thanks for the quick guide I can use to help others!
bricked , simple fix?
x_lord said:
Hello, I'm having a similar problem. I haven't had a phone for a couple years since tinkering with my Evo and thought I still knew what I was doing with my new G2. That proved to be incorrect.
I had it semi rooted. (I followed the instructions using Ioroot and Kingo) I wasn't able to change APN and use GSM for Metro PCS
After reading up about the spark patch I followed a tutorial (not very well obviously) and managed to get the phone will it will no longer boot.
I can get it into bootloader, and a frozen in download mode. otherwise it just hangs at the LG logo.
Is there a way to recover from bootloader?
I copied twrp-2.6.3.2-g2spr.img and zv7-aboot.img to the phone and did the following.
Here are the commands I used with the guide. I looks like I was using 2 different guides at once..... :/
Originally Posted by darkpoe View Post
This phone does not use Mass storage mode, it uses MTP, you will see it as a phone inside windows explorer and when you click into it you will see "internal storage" this internal storage is what I am referring to as the root of the sdcard (as they are as well)
Also, dont blame me if your phone dies, all this stuff will void your warranty of your phone and your toaster!
Hit the build number under about phone --> software until developer mode is enabled
goto developer mode turn on mtp mode
go download twrp from there site http://www.teamw.in/project/twrp2/197
I used kingo but cant link on xda ,, google it .. its on cnet as well
get http://koush.com/post/universal-adb-driver install (works on all windows)
get http://www.xda-developers.com/androi...oot-installer/has good quick adb install it
copy the downloaded openrecovery for sprint onto the phone directly into the "root" folder (root folder being like when you look at yoru C: drive in windows explorer that is the root folder under linux), when you plug into the pc, make sure in mtp mode
with phone still plugged in run kingo and root it
it will reboot
with phone plugged in run "adb usb" from command prompt on pc (from the link for adb that it installed, it will open a command prompt for you in the proper folder when you click it)
approve adb connection on phone
then run "adb shell" from command prompt on pc
type su, approve it on phone
paste this next line exactly at the prompt
********** this is the line I used from a different guide ***** dd if=/sdcard/zv7-aboot.img of=/dev/block/platform/msm_sdcc.1/by-name/aboot
dd if=/sdcard/openrecovery-twrp-2.6.3.2-g2spr.img of=/dev/block/platform/msm_sdcc.1/by-name/recovery
let it flash
it will say bytes copied and you will be good
type reboot inside the shell
the phone will reboot
I use goo manager from play store to boot into recovery, I dont even know the key combo for it yet.
Any help would be appreciated, thank you.
---------- Post added at 02:59 AM ---------- Previous post was at 02:06 AM ----------
Found this: Worked like a charm.
–]rdsqc22 2 points 23 days ago
Alright, sorry to comment on something 3 months old, but I just had this problem and managed to solve it.
When in the mode described above, you are still able to use Fastboot. Get a linux computer and install fastboot.
Then, go here: http://downloads.codefi.re/autoprime/LG/LG_G2/LS980/Stock_Firmware/zvc_partitions
Download the images for laf, aboot, boot, and recovery.
type the following commands in fastboot:
fastboot erase boot
fastboot erase aboot
fastboot erase recovery
fastboot erase laf
fastboot flash boot 6-boot.img
fastboot flash aboot 4-aboot.img
fastboot flash recovery 10-recovery.img
fastboot flash laf 11-laf.img
fastboot reboot
This fixed the problem for me. Good luck!
Click to expand...
Click to collapse
this process (which i got from a different thread originally)
bricked my phone Lg G2 (Ls 980 sprint 32 gb)
i was on remote connection with my friend attempting all kinds of flashes (mostly custom roms and recoveries)
what he did
he FIRST flashboot erase aboot
and then erased all the other files
foolishly he then used fastboot reboot BEFORE reflashing the necessary images
this leaves me with a device that is practically 100% empty all hardware no software
i have no response no life not even a backlight EXCEPT
i can plug into windows and see Qdloader9008 is connected comport 3
and i can communicate with the device on ubuntu terminal although im not too farmiliar with terminal syntax so im not having much luck
im convinced it is as simple as reflashing at least a working recovery or download mode from which i can install everything else i nee
between QPST, Terminal, and or some other method
sorry for Noob ish ness
any help would be appreciated even if just help with a better understanding of what to do next
payment is possible
True2This said:
this process (which i got from a different thread originally)
bricked my phone Lg G2 (Ls 980 sprint 32 gb)
i was on remote connection with my friend attempting all kinds of flashes (mostly custom roms and recoveries)
what he did
he FIRST flashboot erase aboot
and then erased all the other files
foolishly he then used fastboot reboot BEFORE reflashing the necessary images
this leaves me with a device that is practically 100% empty all hardware no software
i have no response no life not even a backlight EXCEPT
i can plug into windows and see Qdloader9008 is connected comport 3
and i can communicate with the device on ubuntu terminal although im not too farmiliar with terminal syntax so im not having much luck
im convinced it is as simple as reflashing at least a working recovery or download mode from which i can install everything else i nee
between QPST, Terminal, and or some other method
sorry for Noob ish ness
any help would be appreciated even if just help with a better understanding of what to do next
payment is possible
Click to expand...
Click to collapse
Sorry, I barely understood what to do originally. What you have to do next is to reflash the aboot/boot/ whatever partitions but getting to that position might be difficult. Maybe some sort of command would allow you to connect to it oncemore?
Sorry, try to look into it more and see if a dev could help. Try posting something in /r/lgg2 but then again I cant be certain anything would happen. Good luck!
Easy guide
Since the problem keeps happening to people heres a quick tutorial I made.
Download and install this (PC only?)
Now go here. (D802) (D800) (LS980) (VS980) (D803) (Device tree/others)Download the images for laf, aboot, boot, and recovery.
Place the 4 .img files in the same folder. Control right click in that folded and open terminal. If this isn't how you open terminal in a folder search"how to open terminal in a folder".
(NOTE: Commands below will differ from the file names. Change the values in the parenthesis to match the files, HOWEVER, do not type the parenthesis into the terminal prompt! It will not work if you do.)
type the following commands in fastboot:
fastboot erase boot
fastboot erase aboot
fastboot erase recovery
fastboot erase laf
fastboot flash boot (6-boot.img)
fastboot flash aboot (4-aboot.img)
fastboot flash recovery (10-recovery.img)
fastboot flash laf (11-laf.img)
fastboot reboot
You should be fine now!
Unbrick Ls980 formatting partitions
Do this: (only for LS980)
1. Download the adb.zip file
2. Unzip in you computer the adb.zip file
3. Connect your phone LS980 to your computer
4. Run "particiones lg g2.bat"
5. Enter in download mode and flash the phone
6. enjoy your phone
Link of download
https://drive.google.com/file/d/0B6VmAym2TGdIRGJmSXFqdm84NU0/view?usp=sharing
RevolcFael4 said:
Since the problem keeps happening to people heres a quick tutorial I made.
Download and install this (PC only?)
Now go here. (D802) (D800) (LS980) (VS980) (D803) (Device tree/others)Download the images for laf, aboot, boot, and recovery.
Place the 4 .img files in the same folder. Control right click in that folded and open terminal. If this isn't how you open terminal in a folder search"how to open terminal in a folder".
(NOTE: Commands below will differ from the file names. Change the values in the parenthesis to match the files, HOWEVER, do not type the parenthesis into the terminal prompt! It will not work if you do.)
type the following commands in fastboot:
fastboot erase boot
fastboot erase aboot
fastboot erase recovery
fastboot erase laf
fastboot flash boot (6-boot.img)
fastboot flash aboot (4-aboot.img)
fastboot flash recovery (10-recovery.img)
fastboot flash laf (11-laf.img)
fastboot reboot
You should be fine now!
Click to expand...
Click to collapse
i tried this with almost all model files but still on fastboot any other option?>
I want to say thank you so much for this thread. Just got a new (refurb) G2 switching carriers to T-Mo and my idiot self used the wrong root program and soft bricked to fastboot. 4 .img files later and a few commands and I don't think I've ever been so happy to see a download screen on a phone...
juancho8207 said:
Do this: (only for LS980)
1. Download the adb.zip file
2. Unzip in you computer the adb.zip file
3. Connect your phone LS980 to your computer
4. Run "particiones lg g2.bat"
5. Enter in download mode and flash the phone
6. enjoy your phone
Link of download
https://drive.google.com/file/d/0B6VmAym2TGdIRGJmSXFqdm84NU0/view?usp=sharing
Click to expand...
Click to collapse
GREAT, You are a life saver :laugh:
juancho8207 said:
Do this: (only for LS980)
1. Download the adb.zip file
2. Unzip in you computer the adb.zip file
3. Connect your phone LS980 to your computer
4. Run "particiones lg g2.bat"
5. Enter in download mode and flash the phone
6. enjoy your phone
Link of download
https://drive.google.com/file/d/0B6VmAym2TGdIRGJmSXFqdm84NU0/view?usp=sharing
Click to expand...
Click to collapse
wow.. worked flawlessly... thank you very much :good::good::laugh::laugh:

[Q] Stuck in fastboot mode after flashing wrong device image

Hey guys.
I wanted to update my LG G2 32GB from slimlat 7.4 to 7.6.
This time i was just too tired to notice, that i downloaded the wrong image for my device. I flashed the d800 (AT&T) image instead of the d802 (international). Now i am stuck at fastboot mode:
Code:
[690] Fastboot mode started
[740] udc_start()
Iam not able to access recovery mode (TWRP) by pressing power and volume down, but i can access download mode (power and volume up).
Question 1: Can is access TWRP on a different way than pressing power and volume down while starting? Because i made a backup..
This guy some how managed to get into recovery.
Question 2: If there is no way to access TWRP. Do i have to make tabula rasa using the guide recommended for "Stuck in Fastboot with Broken Download Mode" "HOW TO get back to stock when your phone stuck in fastboot mode" or is there a way to repair & access recovery?
Question 3: The Guide "Stuck in Fastboot with Broken Download Mode" confused me, because it says: "First in fastboot mode (refer to my previous post, I enter it by plugging USB into G2 with pressing the volume + )" When i press power and volume up (which is +, right?) i access "download mode", but not fastboot mode. It looks like this. Does this mean my "download mode" is still operational and i can skip this guide?
Question 4: When i can skip the latter guide, do i have to continue with this (LG G2 Stock Firmware (Go Back to Stock)) one? Do i need to go back to stock to access TWRP and restore my backup?
I hope i haven't confused you with too many questions. I really looking forward to your answers. Thanks in advance for your help!
greetings mellhen
mellhen said:
Hey guys.
I wanted to update my LG G2 32GB from slimlat 7.4 to 7.6.
This time i was just too tired to notice, that i downloaded the wrong image for my device. I flashed the d800 (AT&T) image instead of the d802 (international). Now i am stuck at fastboot mode:
Code:
[690] Fastboot mode started
[740] udc_start()
Iam not able to access recovery mode (TWRP) by pressing power and volume down, but i can access download mode (power and volume up).
Question 1: Can is access TWRP on a different way than pressing power and volume down while starting? Because i made a backup..
This guy some how managed to get into recovery.
Question 2: If there is no way to access TWRP. Do i have to make tabula rasa using the guide recommended for "Stuck in Fastboot with Broken Download Mode" "HOW TO get back to stock when your phone stuck in fastboot mode" or is there a way to repair & access recovery?
Question 3: The Guide "Stuck in Fastboot with Broken Download Mode" confused me, because it says: "First in fastboot mode (refer to my previous post, I enter it by plugging USB into G2 with pressing the volume + )" When i press power and volume up (which is +, right?) i access "download mode", but not fastboot mode. It looks like this. Does this mean my "download mode" is still operational and i can skip this guide?
Question 4: When i can skip the latter guide, do i have to continue with this (LG G2 Stock Firmware (Go Back to Stock)) one? Do i need to go back to stock to access TWRP and restore my backup?
I hope i haven't confused you with too many questions. I really looking forward to your answers. Thanks in advance for your help!
greetings mellhen
Click to expand...
Click to collapse
To access twrp try power + vol down then vol up + vol down. If that doesn't work then no you cannot access your recovery.
Your actually in a much better position than the guy in that guide. You've got download mode so you can skip to the easy part and just follow the back to stock guide.
You can also use fastboot mode to flash the correct partitions if you want by setting up adb and using fastboot commands with all the partition images. Its up to you.
Art Vanderlay said:
To access twrp try power + vol down then vol up + vol down. If that doesn't work then no you cannot access your recovery.
Your actually in a much better position than the guy in that guide. You've got download mode so you can skip to the easy part and just follow the back to stock guide.
You can also use fastboot mode to flash the correct partitions if you want by setting up adb and using fastboot commands with all the partition images. Its up to you.
Click to expand...
Click to collapse
Hey Vanderlay.
Thanks for your reply,
I tried to access recovery using your suggestion, but the time between turning the device on and "fastboot mode" is just to small to press key combinations.
You mentioned that i can use ADB commands to manually write on the G2 partitions. Honestly i don't know exactly what the problem is and therefore i have no clue which partitions have to be written on. What i understand is, that i cant boot because the kernel of the D800 is different from the D802. But i dont get, why i cant access recovery. Is TWRP somehow destroyed so i have to write a new one on the recovery partition or do i need the correct rom image to access recovery? If you could explain me this or have a link to a good explanation i would be very grateful.
[EDIT]
I have fast boot access. But as far as i know fastboot only allows to flash stock images (what a shame) as the commands are interpreted vendor specifc. Nevertheless i found that you can flash recovery by
Code:
fastboot flash recovery recovery.img
But as i don't know if the recovery is destroyed or the correct rom-image is needed to simply access recovery, i cant continue here.
Am I right assuming that there is know way to repair recovery, boot into it and simply restore from my backup? Do i realy have to go back to stock, re-root it and install custom recovery again, to be able to restore from my backup?
If you've got a system then just flash your original kernel
fastboot flash boot boot.img
and
fastboot flash aboot aboot.img
and
fastboot flash laf laf.img (download mode)
your original files please..
bender_007 said:
If you've got a system then just flash your original kernel
fastboot flash boot boot.img
and
fastboot flash aboot aboot.img
and
fastboot flash laf laf.img (download mode)
your original files please..
Click to expand...
Click to collapse
My backup is stored on the internal SD-card (as i was simply to lazy to transfer it to my PC). As i cant remove this card from my phone i don't know to flash the phone via fastboot.
Is there a way to command fastboot to acceess those files on the internal SD-card?
Or is there a way to transfer those files from the internal SD-card to my PC?
Download slimkat d802 kernel, extract boot.img and flash itcvia fastboot
bender_007 said:
Download slimkat d802 kernel, extract boot.img and flash itcvia fastboot
Click to expand...
Click to collapse
I downloaded the complete image for d802 and extracted the boot image. I connected the phone via fastboot and did
Code:
C:\Users\XX>fastboot flash boot boot.img
target reported max download size of 1862270976 bytes
sending 'boot' (6284 KB)...
OKAY [ 0.264s]
writing 'boot'...
OKAY [ 0.526s]
finished. total time: 0.797s
And then
Code:
C:\Users\hen>fastboot reboot
rebooting...
finished. total time: 0.104s
Now iam getting a secure boot error cause boot certification verify.
EDIT:
I cant access neither recovery, nor fastboot or download mode.
By "image" what exactly do you meanm
bender_007 said:
By "image" what exactly do you meanm
Click to expand...
Click to collapse
I downloaded the rom image. There i found boot.img and extracted it. I couldnt find a kernel file on the slimroms server. But should a complete rom also contain a kernel?
EDIT: As i cant access download-mode, fastboot or recovery i should continue here, right?
Exactly. I'll try to help you 2 out although I see you searched already
bender_007 said:
Exactly. I'll try to help you 2 out although I see you searched already
Click to expand...
Click to collapse
Ok, i continue with these instructions with my kubuntu laptop at home. This will be in about 1h.
[EDIT]
Ok back. My kubuntu was able to recognize my G2, i see all partitions. But i couldn't find the files for the 32GB Model, only 16GB. Some guys (Jilke, Ixan) had the same issue and bender_007 suggested to use the 16GB versions. But i couldnt find any confirmation, if the 16GB files worked for the 802.32GB. Have i overlooked a post, which confirmed this suggestion?
mellhen said:
Ok, i continue with these instructions with my kubuntu laptop at home. This will be in about 1h.
[EDIT]
Ok back. My kubuntu was able to recognize my G2, i see all partitions. But i couldn't find the files for the 32GB Model, only 16GB. Some guys (Jilke, Ixan) had the same issue and bender_007 suggested to use the 16GB versions. But i couldnt find any confirmation, if the 16GB files worked for the 802.32GB. Have i overlooked a post, which confirmed this suggestion?
Click to expand...
Click to collapse
Since the kdz is the same for all you can use it.
use just the aboot, boot and laf
Do you need any further assistance ?
Hey bender_007 was it wrong to use the boot.img from the rom file instead of a kernel file?
bender_007 said:
Since the kdz is the same for all you can use it.
use just the aboot, boot and laf
Click to expand...
Click to collapse
I used the files for the european 802 16GB device from here: http://downloads.codefi.re/autoprime/LG/LG_G2/D802/Stock_Firmware/10b_EUR_16G_partitions
The original thread says i should use 1- sbl1.img, 2- aboot.img, 3- rpm.img and 4- tz.img
Why do i not need slbl1, rpm and tz, but instead boot and laf? I dont get that (?).
[EDIT]
So i just started beginning with aboot. Which yours and the original instructions have in common. I didn't care about the bin-extension, as it usually makes no difference in linux.
Code:
[email protected]:~# dd if=/home/mellhen/Entwicklung/android/LG\ G2/partition\ images/4-aboot.bin of=/dev/sdb5
2048+0 Datensätze ein
2048+0 Datensätze aus
1048576 Bytes (1,0 MB) kopiert, 0,278651 s, 3,8 MB/s
Continued with boot. As you have recommended this (aboot, boot and laf) procedure to another guy in that thread, this seems to be an update to the original instruction?
Code:
[email protected]:~# dd if=/home/mellhen/Entwicklung/android/LG\ G2/partition\ images/6-boot.bin of=/dev/sdb7
21504+0 Datensätze ein
21504+0 Datensätze aus
11010048 Bytes (11 MB) kopiert, 2,97537 s, 3,7 MB/s
And finally laf
Code:
[email protected]:~# dd if=/home/mellhen/Entwicklung/android/LG\ G2/partition\ images/laf.bin of=/dev/sdb23
31744+0 Datensätze ein
31744+0 Datensätze aus
16252928 Bytes (16 MB) kopiert, 5,13812 s, 3,2 MB/s
So i will try to reboot in TWRP now.
[EDIT 2]
I cant access recovery. I see an LG logo without text and a blue-green pulsing LED. I can't turn the device of and it gets hot.
I had a lot nearly bricked devices, but now i get scared! How can i continue?
greetings
You can't get to twrp but tou can get to download mode. Turn the g2 off, disconnect it first. Then hold volume up and connect it to pc
bender_007 said:
You can't get to twrp but tou can get to download mode. Turn the g2 off, disconnect it first. Then hold volume up and connect it to pc
Click to expand...
Click to collapse
Ok, i really had cold sweat and have had to take a deep breath. It was the first time that i was really scared. In older devices you can pull the battery but this one is known to burn itself (or at least its screen).
I am now in download mode and it stopped heating. I had to first plug it in. Then turn it off and when it turned off press volume up. Shall i continue with the LG G2 Stock Firmware (Go Back to Stock)? Can i continue using linux?
OT: How far have you brought your devices to the abyss of death?
Yap. Use the flash tool 2014 . You're good to go
I followed the instructions and flashed "Europe OPEN D80220B_00". The process continued to 100% (both mobile and flash tool 2014). After this the phone rebooted, i could see the LG logo again and now it stays at the green droid "doing something" since 6 minutes. The phone is still connected to the Windows computer. Shall i wait a little longer? unplug the phone? reboot the phone?
[EDIT] i just took its time, it started finally! bender_007 how can i thank you for your patience(!)?
Np m8, you did all the work and research, that's the real way.
bender_007 said:
Np m8, you did all the work and research, that's the real way.
Click to expand...
Click to collapse
bender_007 said:
Since the kdz is the same for all you can use it.
use just the aboot, boot and laf
Do you need any further assistance ?
Click to expand...
Click to collapse
Hi,
I need your help.
Flashed wrong kernel 16 g on 32 g
my G2 is now having below issues ,please help.
bootloop,touch screen problem,no recovery mode or fastboot mode,
download mode is working.
Couple of time it booted normally but touch is not working properly and then it goes for reboot.
I want to flash original kernel but i am not able to get into fastboot

Please help Stuck fastboot mode no download mode no recovery mode

So I have read alot about this problem and not one can help me fix my phone.
I got an lg g d802t Australian version I cannot acces anything Lg screen pops up and striaght to fastboot mode... iv tried posting on the other help thread but i need this fixed asap.... and no1 has replied to my post so im making a thread.
Iv tried using fastboot cmd command or w/e but it gets stuck at waiting for device. tried downloading the driver for fastboot still happens. Iv tryd almost everything out there and yet i cant find what im doing wrong. following intrustions one by one and somehow i still cant get it working.
All the does is power on, logo comes up and boom fastboot mode. No recovery mode no hold down and power button nothing happens.
when connected to usb i hear a ding and my phone comes up with -reset- -portcharge- about 3times and then nothing.
download google adb driver, select it from the list - you can select nexus..
then "fastboot devices"
then you would need your partitions, aboot, boot, laf from the same compilation to proceed.
bender_007 said:
download google adb driver, select it from the list - you can select nexus..
then "fastboot devices"
then you would need your partitions, aboot, boot, laf from the same compilation to proceed.
Click to expand...
Click to collapse
changed computers finaly got somewhere downloaded the right drivers and other stuff now i can access the fastboot on my phone from cmd.
i then followed the other thread i posted on the fix thread (i think you know what im talking about)
and then after the erase laf part of it and then flash a new laf all working fine but now error cannot open laf
what now ?
Put laf on the c:\ . then fastboot flash laf c:\laf.img
bender_007 said:
Put laf on the c:\ . then fastboot flash laf c:\laf.img
Click to expand...
Click to collapse
works! but now after that step holding volume + and insert usb gets me back to fastboot mode not download mode...
is there a way i can flash a new system while in fastboot mode?
You should flash aboot, boot, laf and if you want the recovery.
bender_007 said:
You should flash aboot, boot, laf and if you want the recovery.
Click to expand...
Click to collapse
YES! thankyou so much i didnt flash recovery but now i can get into download mode so now im going to try and go to guide number 2 http://forum.xda-developers.com/showthread.php?t=2432476
ill get back to you if it it works thankyou again
thankyou got it working again! thanks alot man!
You'll be fine

Categories

Resources