[Q] E975 Hard-Brick! - LG Optimus G (International)

1 month is that I'm looking for a solution .
My LG E975 turns on, shows the Google logo with a padlock open , then goes into the recovery menu without a chance to get out and start the os . I have tried using adb push command but with the device is not recognized ( can not find it ) . The phone goes into download mode. I've tried using this guide : http://forum.xda-developers.com/showthread.php?t=2388440
but it gives me an error , or this :
10:46:41 : 1 - Normal connect success
10:46:41 : 2 - Emergency connect success
10:46:41 : Phone Mode (1)
10:46:41 : ***** Start GetPhoneType *****
10:46:41 : You can not continue the upgrade to two errors. \ NFollow the order : (1 ) Separate the USB cable and battery from the phone , and (2 ) Connect the battery ; \ n (3 ) Connect the USB cable to the phone . \ n ( 4) Press the power button on the phone for 3 ~ 5 seconds. When the phone is on , \ npress the ' [ Restart] ' button for upgrade. \ NGo to LG Mobile home and read notices about upgrades . \ Nto finish the upgrade, press the ' Finish ' button. ( _CheckPhoneType () Error)
10:46:41 : ! PUpgrade -> StartProcessing ... PostMsg STEP_TYPE_ENV_ERROR
10:46:41 : Page_Error º Î º ÐÀÔ'Ï'Ù
10:46:41 : ¿ © ± Ã, Â Retry º Î º ÐÀÔ'Ï'Ù
10:46:41 : OnStepMsg STEP_TYPE_ENV_ERROR delete m_pLGCyonUpdate
I would like to know if the phone is to be thrown away or you can do something , I also sent a technician who in turn failed.
thanks
Goodbye!
Photo:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

Try adb sideload from CWM

your phone is still good, just flash using adb sideload with any custom rom

Nite.Achilles said:
Try adb sideload from CWM
Click to expand...
Click to collapse
mathprav said:
your phone is still good, just flash using adb sideload with any custom rom
Click to expand...
Click to collapse
adb does not detect the device, I activated the sideload from the recovery menu, it may be that debugging is disabled.
how can I?

nobody knows how to do?

Got similar problems, I was not able to load firmware with lg tool indicated in the guide you posted.
I solved it perfectly making an usb 910k cable:
http://forum.xda-developers.com/showthread.php?t=2069564
Once you got the cable:
- turn off phone
- plug usb cable to phone
- plug the other end of the cable to the PC, phone turns on and initializes upload mode
- launch "KDZ_FW_UPD.exe", select the kdz file for your phone (downloaded with lg original firmware utility), select "EMERGENCY" as phone mode and start update
Phone restored to stock firmware. :laugh:

LGPNST first before adb push. HTH
Sent from my LG Optimus G using xda app-developers app

SquizzyGm said:
nobody knows how to do?
Click to expand...
Click to collapse
if adb is not detected check computer -devices and make sure that correct driver is selected

Related

Huawei G510 - Solved - Cannot connect to the camera

This document shows how solve problem "cannot connect to the camera" after ROOT Huawei G510-0010 with B165 boot.img.
1 - Requeriments:
- Download Google adb-toolkit - http://www.adbtoolkit.com/
- Download boot.img, better if you use same version of your firmware (mine is B182)
You can find firmware version on Settings -> About Phone
http://www.toplinetec.com.br/pub/other/boot_g510_B182.zip
2 - Connection with PC
- Install ADB drivers for your device on PC.
- On device, disable Settings -> Fast Boot
- Turn off device, wait some seconds, turn on again pushing volume down and start button for 10 seconds and connect to USB.
- Unzip files to C:\, go Windows Prompt (CMD), and follow next commands:
- cd\adb-toolkit\bin\files
- fastboot devices (if return a code in next line, is because your device is connected)
- fastboot flash boot c:\boot.img
- fastboot reboot
The whole process should look something like this in your CMD:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
References:
http://forum.xda-developers.com/showthread.php?t=1752270
http://forum.xda-developers.com/showthread.php?t=2315932
Issue on Install Boot
Hi, thanks for your post.
i followed all steps, but, when i install the boot.img to my device it returns me this:
sending 'boot': OK
writing 'boot': Failed (remote: command not allowed)
Do you know, by chance, why is it failing?
Thank you very mutch.
re: Issue on Install Boot
MosKRt said:
Hi, thanks for your post.
i followed all steps, but, when i install the boot.img to my device it returns me this:
sending 'boot': OK
writing 'boot': Failed (remote: command not allowed)
Do you know, by chance, why is it failing?
Thank you very mutch.
Click to expand...
Click to collapse
I don't know exactly, but did you ulnlock boot loader before ?
Is a good option to start.
Follow these steps:
1 - See entire model behind phone battery: G510- (0010, 0100 or 0200).
2 - Request unlock code for Huawei
huaweidevice.com/worldwide/servicePolicy.do?method=toApplyUnlock
If you phone is 0010, you'll need to find chinese site for this.
3 - Apply code
huaweidevice.com/worldwide/servicePolicy.do?method=getUnlockStep
PS: put www before links, because I can't post.
Solved
Hi again!
Yes you was right, the problem was that i didnt unlock the boot loader. I found some problems for do that.
The problem was that they don't have the 0010 model listed in their site and, a chinese site for ask it dosen't exists (I've gone crazy looking for it :crying: :crying
I had to send an email directly to Huawei support channel whit the mobile data (IMEI, S/N, model, ...). They answered me in 48h more or less with the unlock code.
And after that all was perfect. :highfive: :highfive:
shalonbr said:
I don't know exactly, but did you ulnlock boot loader before ?
Is a good option to start.
Follow these steps:
1 - See entire model behind phone battery: G510- (0010, 0100 or 0200).
2 - Request unlock code for Huawei
huaweidevice.com/worldwide/servicePolicy.do?method=toApplyUnlock
If you phone is 0010, you'll need to find chinese site for this.
3 - Apply code
huaweidevice.com/worldwide/servicePolicy.do?method=getUnlockStep
PS: put www before links, because I can't post.
Click to expand...
Click to collapse
Link not working ...
cany anyone upload
..

[Q] [Help] Stuck in Download Mode (twrp)

I have stuck at download mode in TeamWin recovery after I entered it. I can't going out from it (goes straight into it on start up and hard reset button combo doesn't work) and can't use this mode. When trying restore to stock (Upgrade Recovery) with LG mobile support tool I get an error on 4% complete:
03:03:10 : Normal MTK Upgrade start.
03:03:47 : wParam : 100, lParam = 0
03:03:47 : MODEL DLL Event : (100, 0)
03:03:47 : drivers\mstrgen.sys file OK
03:03:47 : Page_Error єОєРАФґПґЩ
03:03:47 : ї©±вґВ Retry єОєРАФґПґЩ​
..does anybody know how to fix this or get my tablet out of download mode? Sorry for my bad english :/
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
sevoan said:
I have stuck at download mode in TeamWin recovery after I entered it. I can't going out from it (goes straight into it on start up and hard reset button combo doesn't work) and can't use this mode. When trying restore to stock (Upgrade Recovery) with LG mobile support tool I get an error on 4% complete:
03:03:10 : Normal MTK Upgrade start.
03:03:47 : wParam : 100, lParam = 0
03:03:47 : MODEL DLL Event : (100, 0)
03:03:47 : drivers\mstrgen.sys file OK
03:03:47 : Page_Error єОєРАФґПґЩ
03:03:47 : ї©±вґВ Retry єОєРАФґПґЩ​
..does anybody know how to fix this or get my phone out of download mode? Sorry for my bad english :/
Click to expand...
Click to collapse
Try hold all three buttons, the the screen should go off, then reboot to recovery: hold volume DOWN and POWER, the when you see Lg logo, release POWER ONLY, don't release volume DONW, then FAST hold all three buttons, you'll see factory hard reset, press POWER three times, and if you have TWRP installed, it will not factory reset, but it will make you pass to TWRP, good luck...
Jhon998 said:
Try hold all three buttons, the the screen should go off, then reboot to recovery: hold volume DOWN and POWER, the when you see Lg logo, release POWER ONLY, don't release volume DONW, then FAST hold all three buttons, you'll see factory hard reset, press POWER three times, and if you have TWRP installed, it will not factory reset, but it will make you pass to TWRP, good luck...
Click to expand...
Click to collapse
I did exactly what you said but nothing changed. I still see download mode logo. I guess that's a some bug of TWRP.
sevoan said:
I did exactly what you said but nothing changed. I still see download mode logo. I guess that's a some bug of TWRP.
Click to expand...
Click to collapse
So what is exactly is the screen now? stil in DL mode? try to dry the battery (several hours), then charge it, see what happens...
this topic was a solution for me
sevoan said:
this topic was a solution for me
Click to expand...
Click to collapse
I know it's been a while, but do you remember exactly what part of the post, was useful to help you? I'm having the exact same problem.
Thanks in advance.
Slugslinger said:
I know it's been a while, but do you remember exactly what part of the post, was useful to help you? I'm having the exact same problem.
Thanks in advance.
Click to expand...
Click to collapse
I'm guessing the part of flashing the 4.4.2 TOT, although that link isn't working any more so you'll likely have to Google for the TOT for your variant. Could be referring to the 4.2.2 part of it, though.
Either way, flashing a TOT would definitely fix the problem and flashing a KDZ might too, although you'd lose everything including the contents of your internal storage in both cases. Just have to find the TOT or KDZ for your variant.

stuck at MI_RECOVERY 2.0.1

please any one give me a solution how to get out of this problem..
i have redmi 1s , which is stuck at MI-Recovery 2.0.1
when i power on phone, its allways getting redirected to this recovery.. i havent ROOTED yet. the phone is not going to any further screen..
all this happened when i tried to install update.. now my phone is not at all detecting in the system also !
i have STABLE ROM which i downloaded from MI website, i renamed it and kept in MicroSD card as update.zip
but when i try to install it from MI-Recovery its saying update.zip not found.. please help me ..
i wish i wouldnt have downloded this update file:crying:
Relax, it's easy to recover your phone
Step 1:
a) Download & Install MiPhone flash tool from:
http://bigota.d.miui.com/tools/MiPhone2015731.exe
b)Download factory image to restore your device:
For MIUI 5 latest stable download : http://bigota.d.miui.com/JHCMIBL56.0/armani_global_images_JHCMIBL56.0_4.3_in_f29358d132.tgz
For MIUI 6 latest stable download: http://bigota.d.miui.com/V6.7.1.0.KHCMICH/armani_global_images_V6.7.1.0.KHCMICH_20150723.0000.6_4.4_global_3155609c91.tgz
c) Extract the archive into an easily accessible location
Step 2:
a) Open MiPhone app & click browse to select the folder where you extracted the rom
b) If your phone is in recovery mode take out it's battery for a second and put it back
c) Now start your phone in fastboot mode by pressing volume down and the power button simultaneously
d) Connect the phone to your pc and let it alone for 1 minute to allow windows to install its drivers
e) In MiPhone app click refresh and you should see a device appearing
f) Click Flash and don't touch your pc or phone until the job is done.
Further info / biography:
http://en.miui.com/a-234.html
Thank you very much
seth66 said:
Relax, it's easy to recover your phone
Step 1:
a) Download & Install MiPhone flash tool from:
http://bigota.d.miui.com/tools/MiPhone2015731.exe
b)Download factory image to restore your device:
For MIUI 5 latest stable download : http://bigota.d.miui.com/JHCMIBL56.0/armani_global_images_JHCMIBL56.0_4.3_in_f29358d132.tgz
For MIUI 6 latest stable download: http://bigota.d.miui.com/V6.7.1.0.KHCMICH/armani_global_images_V6.7.1.0.KHCMICH_20150723.0000.6_4.4_global_3155609c91.tgz
c) Extract the archive into an easily accessible location
Step 2:
a) Open MiPhone app & click browse to select the folder where you extracted the rom
b) If your phone is in recovery mode take out it's battery for a second and put it back
c) Now start your phone in fastboot mode by pressing volume down and the power button simultaneously
d) Connect the phone to your pc and let it alone for 1 minute to allow windows to install its drivers
e) In MiPhone app click refresh and you should see a device appearing
f) Click Flash and don't touch your pc or phone until the job is done.
Further info / biography:
http://en.miui.com/a-234.html
Click to expand...
Click to collapse
THank you very much bro, you have helped me a lot , i didnt see your reply till yesterday night.. i have flashed in the process which u said..
now its working perfectly ..
how do i know what is my MIUI version ? i some where saw its miui7 .. does it mean i am in miui7 ? my previous one was miui6 .. how can i know what is my version of miui ..?
SOLVED
oh its ok .. problem SOLVED :: :highfive::victory::fingers-crossed:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
finally i am in MIUI 7
Yeh Dude Its working fine for me........... Many Many thanks for this....
SAGAR SAVKAR
Lol I once had this problem

need help about 526g+ dual sim

Code:
Wait for phone...
Phone found! [ 5 ]
Sync...
Inital regs read done
Boot Info :
BB_CPU_ID : 6592
BB_CPU_HW : CA00
BB_CPU_SW : 8A00
BB_CPU_SB : 0000
BB_CPU_NM : [MediaTek] MT6592_S00
Processing BROM stage
BLVersion : 0x01
SecCfgVal : 0x00000000
BromVersion : 0xFF
BLVersion : 0x01
Preloader Status : Alive
Processing DA stage
Will use Secure DA for boot target
DA Select done , sending
DA Ver : MTK_AllInOne_DA_v3.3001.00.00
Error : DA init Failed! Error code : 0x2
LErr : 2001
Error! SECURE BOOT target! Check Model Settings!
Boot Error!
Operation Failed
Elapsed: 00:00:08
Reconnect Power/Cable!
flash file source : http://forum.gsmhosting.com/vbb/f48...92-stock-firmware-guide-2007861/#post11380766
flash tool : SP Flash Tool for Windows v.3.1352.01 (5.1352.01)
phone problem : virus problem phone working
after error at time phone only vibrate ....
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I had the same problem and same error messege i downloaded SP_Flash_Tool_v5.1352.01_SEC version and now phone is flashed !!! and working !!
SSTFAT said:
I had the same problem and same error messege i downloaded SP_Flash_Tool_v5.1352.01_SEC version and now phone is flashed !!! and working !!
Click to expand...
Click to collapse
which rom version u used?
1.05.720.1_Sp Tool File By Jamesjerss
this one?
Please share the link for download spflash tool mentioned version
SP_Flash_Tool_v5.1352.01_SEC at least with this version i flashed my phone goog luck
edit: Rom version was by jamesjerss!
edit2: truzz_patel i don't have problems with my phone after this flash!
SSTFAT said:
SP_Flash_Tool_v5.1352.01_SEC at least with this version i flashed my phone goog luck
edit: Rom version was by jamesjerss!
Click to expand...
Click to collapse
Same here flashed with latest sp flash tool but i experience problems like screen goes blank for 5 seconds and the phone gets too hot , could be probably because it is taiwan version (my phone)
truzz_patel said:
Same here flashed with latest sp flash tool but i experience problems like screen goes blank for 5 seconds and the phone gets too hot , could be probably because it is taiwan version (my phone)
Click to expand...
Click to collapse
You can find lot of rom versions Desire 526 here
SSTFAT said:
I had the same problem and same error messege i downloaded SP_Flash_Tool_v5.1352.01_SEC version and now phone is flashed !!! and working !!
Click to expand...
Click to collapse
Try This Stock Rom for HTC 526G+
http://forum.xda-developers.com/android/help/stock-rom-htc-526g-dual-sim-100-t3497925
SSTFAT said:
I had the same problem and same error messege i downloaded SP_Flash_Tool_v5.1352.01_SEC version and now phone is flashed !!! and working !!
Click to expand...
Click to collapse
Use This SPFLASH TOOL : http://sh.st/427Nd
[this is important to flash HTC 526g+] press vol+,vol- then put the battery in by pressing the volume buttons then insert usb cable
now your flash file will be downloaded to your phone
Dont Forget to press thanks
connection problem
sir please help me i am in big problem,
my htc desire 526 g+ mtk 6592 connects and then disconnects as i starts flashing process of stock rom and this process keeps going on. i have installed drivers but please help me how i can resolve this problem
it says BROOM ERROR : S_BROM_DOWNLOAD_DA_FAIL (0x7D4)
answer me at my google account - [email protected]
plz help me thanx in advance
****ing error giving me

LG Flash Tool error ls980

Error: CrossDL d802 to ls980 SW
build.prop need urgent help from ls980 D802 instead of written, so I'm glad they do not get how software helps arkadşlar düzet I knew it ..
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
taksi02 said:
Error: CrossDL d802 to ls980 SW
build.prop need urgent help from ls980 D802 instead of written, so I'm glad they do not get how software helps arkadşlar düzet I knew it ..
Click to expand...
Click to collapse
Is there no one to help
your phone is originally an LS980 (sprint) converted into d802 , u surely flashed a wronge files but
i think u need to shortcut the 2 capacitors
just remove the buttons connector ,then that metalic plat that its glued in just to get access tothe ic chip and motherboard , of course to do this u need to takr off the baterry and all connectors, once u takr off yhe buttons reconnect every connwctor except the one of buttons and baterry
Thrn connect the the phone to the pc by using a usb (without baterry) then u need a liyyle screw driver or a wire to short the capacitor c5000 and c5004, keep trying till u heard thr pc detect new device named qhusb
Great , for that you need to download srk tool 2.1 just google it
Then selectfix utility then unbrick qhusb and select the correct drive
It will flash : haf, boot , aboot
Thats good for now ur download mode is back to life
Then for ls980 u need to install stock tot file (ls890zv7.tot) flash it with lg flash tool use manual mode u need a dll file (lgls980_20130904_lgflashv151.dll) download it on google... i ll send you links later hiw to do this,im using my phone
Once finished , ur phone is back to life but no signal
Easy ,just need to root. Then install twrp recovery
After that u need to install via recovery mode the (ls980stockuniversal to d802.zip)
And u re phone is getting signal and being fixed
edit: here the tutorial links that helps ya how to do everything
1- to get your phone alive ( to be detected as qusb_bulk)
http://forum.xda-developers.com/lg-g...brick-t2904404
2- this to fix the qusb issue & download mode back to life
https://www.youtube.com/watch?v=ERZvlJIC9dE
3- to install the stock tot rom , Root , then install twrp recovery mode , & then full unlock you cell phone
https://www.youtube.com/watch?v=FGQ2aGlumWs
http://forum.xda-developers.com/spri...m-att-t3188248
Hi Folks,i have this problem.
Can someone help please ?
aSpirit81 said:
Hi Folks,i have this problem.
Can someone help please ?
Click to expand...
Click to collapse
you need to read about cross dll , you need to edit TOT file to flash Phone
Yes,i read that,but many people complain on other errors after that..bin file erorr for example....
How to succesfully edit tot file ? Ls 980 got 5 d802 got 4 caracters...
Sent from my SM-G900F using Tapatalk

Categories

Resources