[Q] White lines loop... - Sprint LG G2

I tried to root sprint lg g2 (ls980) everything was good but i tried to flash twrp with Autorec and everything say sucesfully but when i try to boot in recovery my phone never come back again.... Its only display white lines...
The error is that:
450 Fastboot mode started
500 udc_started()
660 -reset-
670 -portchange-
740 fastboot; processing commands
after this i cant go into download mode, recovery or normal boot.... can anyone help me???? thanks and sorry for my english

fastboot flash boot partition and laf partition, that should make you be able to get into download mode, then tot
files can be found http://downloads.codefi.re/autoprime/LG/LG_G2/LS980/Stock_Firmware

Related

Stuck with Fastboot , now stuck in Recovery with no adb

I Have an LG G2 - Sprint phone the LS980 , been experimenting with it lately , however the last experiment went all wrong
I flashed the stock Rom of the Indian version KDZ file using the LG 2014 Flash tool, I was able to boot but Obviously there were a lot of issues using the OS . However on the next reboot I was stuck in a fastboot loop.
While in the fastboot loop , I was able to erase all partitions one by one and flash back these specific to the ZVC firmware http://downloads.codefi.re/autoprime/LG/LG_G2/LS980/Stock_Firmware/zvc_partitions/
Now I only have Recovery mode and even though I have recovery mode , I cannot adb sideload a file as the system keeps saying it cannot detect a device !
I also tried the Download mode , I can enter the Download mode , but the LG tool will no longer flash it.
Any suggestions ?
Was able to get Download mode going with LG Flash tool , but I now get this error.
ERROR: laf Partition has Changed

[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

LG G3 Bricked / No ADB / No download mode / No recovery

Hi,
Since the rom ( http://forum.xda-developers.com/lg-g3/development/rom-resurrection-remix-lp-v5-5-5-t3198675 ) of my phone crashed. After reboot, the phone is blocked on LG logo. Now, i can't enter in recovery mode (or in the download mode) and when I start my phone, it's fixed on the LG for 5 to 10 minutes, and after that it goes to a terminal (started fastboot mode).
I have read several tutorials to use fastboot to flash the recovery to reinstall a rom, but i have a error when i tried to erase or flash the recovery partition.
I look on my phone, and this error appear : "failed to send erase grp start address".
what can i do to fix this error ?
Thanks.
up please
Use the "boot" command instead of "flash" and it should boot up into recovery or downloadmode, depending on which file you use
I tried but i am stucked on teamwin logo.
Which file do i use for download mode ?
Hard to tell, there are some laf.img files floating around on xda and google or even better, extract the laf.img from the stock kdz depending on your android version (for instance you flashed 6.0 you pick the 30b kdz and extract it with the firmware extraction tool)
I would suggest you to and try to use the boot command with them..
Be carefull, do not use the flash command until you found one that boots into downloadmode properly or you can loose your fastboot mode aswell
From then on you should be able to boot into the downloadmode and flash a new firmware via the lg flashtool
I need help please. What can i do to re install a rom ?
Does your PC recognise the port.?
I found tutorial under bender_007 signature. People seemed happy with tool.
http://www.androidbrick.com/unbrick-recover-your-dead-lg-g3-g2-all-variants/
Doesn't hurt to read and ask some questions.
no i can't connect my phone with port. I think, i nned to correct the error with fastboot. (remote : failed to erase partition)
th0was said:
no i can't connect my phone with port. I think, i nned to correct the error with fastboot. (remote : failed to erase partition)
Click to expand...
Click to collapse
Can you elaborate, how exactly your phone crashed, it is very unlikely that it will mess all the partitions just by crashing the rom?
The rom crushed twice, and now i can not access to recovery to install a new rom. I only have access to the fastboot command. Adb not working.
I tried to boot on recovery.img, but it's not working.
Thank for your help.
Regards,
Help please ?
Today i can connected to my phone with ADB when i tape this fastboot command : fastboot boot ./recovery.img.
I can too go into my phone as root with adb command : adb shell.
i tried to push flash_image on my phone and use it, but it donesn't work.
how can i flash my phone with adb command ?

need help unbricking my g3

Ive wanted to install MM but i accedently deleted my laf partition so i only have fastboot but now i triggered that secure boot thing and my phone isnt willing to flash a recovery or boot one from fastboot what could i do ?
im just downloading medusa jtag software kit maybe i will be successfull i brought my phone to qualcomm 8009 mode by hardwire 2 connectins
Whats detected on ure pc in device man
fastboot mode is detected if i hold + and plug in usb but if i type fastboot boot twrp-2,7-d885.img it just hang at boot and download mode is destroyed no backup of laf partition here im just downloading 10e EUR tot and then bring g3 to qualcom 9008 mode and use boardDiag
J0SH1X said:
fastboot mode is detected if i hold + and plug in usb but if i type fastboot boot twrp-2,7-d885.img it just hang at boot and download mode is destroyed no backup of laf partition here im just downloading 10e EUR tot and then bring g3 to qualcom 9008 mode and use boardDiag
Click to expand...
Click to collapse
Why don´t you: fastboot flash laf laf.img ?
i cant do fastboot flash then it stuck at writing laf and then fastboot abort the flash and even if im able to flash laf i get secure boot error
Thats the command http://imgur.com/j7dfAiu
thats the phone http://imgur.com/ryB9p8r
Progressing fastboot http://imgur.com/Pa0kwfT stuck there
phone output http://imgur.com/tJ0Uj22
------------------------------
boot verfication fail
cause :mismatch_sig_len
-------------------------------
is the error if i try to boot the phone

VS985 Hard Bricked ..Stuck On LG Logo...no download..no recovery

Hi , Guys today my lg g3 verizon got hard bricked and stuck on lg logo...
yesterday i delet the download mode to acces to fastboot mode in attemp to install twrp and i failled ,after hours i replaced the many system apps (hotspot.camera...) but the phone stuck on the lg logo....
So, I only have access to fastboot mode ..and the system recovery((not custom recovery))
i Try to flash laf.img via fastboot but on computer adb stuck on
target reported max download size of 2147483648 bytes
sending 'laf' (23040 KB)...
OKAY [ 0.724s]
writing 'laf'...
And The phone show : [15260] fastboot: flash:laf
-another example :
fastboot erase recovery
erasing 'recovery'...
- ok,guys i need a solution to get download mode and unbrick my phone and thanks in advance
Hamza058 said:
- ok,guys i need a solution to get download mode and unbrick my phone and thanks in advance
Click to expand...
Click to collapse
One of these will work for you. I can't say which one because I don't know what your PC is seeing your phone as...
Test point(if your phone shows up as Qualcomm 9008 or your are stuck and have no download mode because your partitions are screwed up): https://forum.xda-developers.com/verizon-lg-g3/general/how-to-hardbrick-guide-using-test-t3276928
Last resort debug kit(last resort - you're not here yet, but it's a good reference in case you're fkd): https://forum.xda-developers.com/verizon-lg-g3/general/r-t-bs-verizon-lg-g3-vs985-resort-t3426667
Tot restore(if you can't get download mode this won't work, but this is what you want to get back to full stock): https://forum.xda-developers.com/verizon-lg-g3/general/restore-verizon-to-stock-t2827878
Kdz restore(if you can't get download mode this won't work):
https://forum.xda-developers.com/verizon-lg-g3/general/guide-flash-to-stock-10b-kdz-method-t2928140
*link to vs985 files...
https://www.androidfilehost.com/?w=files&flid=35484
*link to g3 files... http://downloads.codefi.re/autoprime/LG/LG_G3
Once you get a functional phone again: tot back to 10b, root using the stump root apk, install rashr or flashify app to install recovery, download a bumped twrp IMG file from the twrp.me site, and use one of those apps to install it as a recovery image. No need to do fastboot and all of that, just be lazy and use the apps instead.
startswithPendswithOOH said:
One of these will work for you. I can't say which one because I don't know what your PC is seeing your phone as...
Test point(if your phone shows up as Qualcomm 9008 or your are stuck and have no download mode because your partitions are screwed up): https://forum.xda-developers.com/verizon-lg-g3/general/how-to-hardbrick-guide-using-test-t3276928
Last resort debug kit(last resort - you're not here yet, but it's a good reference in case you're fkd): https://forum.xda-developers.com/verizon-lg-g3/general/r-t-bs-verizon-lg-g3-vs985-resort-t3426667
Tot restore(if you can't get download mode this won't work, but this is what you want to get back to full stock): https://forum.xda-developers.com/verizon-lg-g3/general/restore-verizon-to-stock-t2827878
Kdz restore(if you can't get download mode this won't work):
https://forum.xda-developers.com/verizon-lg-g3/general/guide-flash-to-stock-10b-kdz-method-t2928140
*link to vs985 files...
https://www.androidfilehost.com/?w=files&flid=35484
*link to g3 files... http://downloads.codefi.re/autoprime/LG/LG_G3
Once you get a functional phone again: tot back to 10b, root using the stump root apk, install rashr or flashify app to install recovery, download a bumped twrp IMG file from the twrp.me site, and use one of those apps to install it as a recovery image. No need to do fastboot and all of that, just be lazy and use the apps instead.
Click to expand...
Click to collapse
Thanks so much MAn,I was Able To Flash 10B,But There a way to flash 35B Kdz Without losing twrp??

Categories

Resources