i need help from any dev - Zenfone 2 Laser Q&A, Help & Troubleshooting

hello
i need help from any dev
mobile my friend its dead
he make port rom zip for mobile Z00ED zenfone 2 leaser
but dont see folder firmware update in port rom
then install it
after install it my mobile down bootloader
and now is dead no fastboot no bootloader
no recovery
no logo
still blackscreen
now PC read phone Qualcomm HS-USB QDLoader 9008
i want any way to install my bootloader
any way for unbrick
thanks XDA

iam try it but see this error
i need this files

iam try install firmware for device asus t500 this is MSM8916 but
iam changed files bcz iam dont find firmware for ze00ed

ACFH said:
Did you find Z00ED firmware https://www.asus.com/support/Download/39/1/0/20/KsY29RCpsJ2bea9O/32/
or T500 https://www.asus.com/support/Download/39/2/0/14/32/
And mprg8916.mbn is ram image. It could be different name in your rom. Every rom have ram image. You need find that file and rename to mprg8916. If it not .mbn, you need google search solution to convert it to mbn file.
Maybe you just need flash boot and recovery, click Advanced and check it. After recovery back, you can find some easy way to full flash your device. If it not, try with some things else in Advanced.
This tool is most usefull in this situation. So you need to try hard. I dont have a PC or laptop now so that all i can help.
Click to expand...
Click to collapse
iam try more way to solving but dont solve
i can not create mprg file but iam download mprg for msm8916 and more and try it but dont happen any thing
i need step by step for solving this
now device read on pc Qualqum9008
and read on QPS com and enable
how to solve

Related

hard brick of LG LEON LTE H345 while flashing with a wrong KDZ file- Help needed

Hi,
I did a hard brick of LG LEON LTE H345 while flashing with a wrong KDZ file. It is not responding for any button press.
Download mode, recovery mode both not working.
Tried using broaddiag tool with lg firmware extractor. Got kdz extracted to dz still got partition.txt related error message.
Tried the links shared on XDA. Not of big help since i do not see device specific entries also the partition.txt does not exist error appears with broaddiag tool
Please help
hey i have same probleme if you find any solution tell me
Use the files provided in the tutorial here: http://forum.xda-developers.com/leon/help/metropcs-t-mobile-lg-leon-stable-root-t3299962
I also Hard Briched my LG Leon MS345
prk231987 said:
Hi,
I did a hard brick of LG LEON LTE H345 while flashing with a wrong KDZ file. It is not responding for any button press.
Download mode, recovery mode both not working.
Tried using broaddiag tool with lg firmware extractor. Got kdz extracted to dz still got partition.txt related error message.
Tried the links shared on XDA. Not of big help since i do not see device specific entries also the partition.txt does not exist error appears with broaddiag tool
Please help
Click to expand...
Click to collapse
I also hard bricked the phone almost in the same circumstances.
1. Have tried many different tools such as BoardDiag, but has no support for MSM8916.
2. Tried MiFlash, but there are no ROMs for this phone yet.
3. Tried with Qfil, this task was more complicated, as needed several files not available in extracted kdz stock firmware
3a. To get Partition data, I parsed PrimaryGPT.bin with gpt_parser.py by n0fate here. A readable partition table is extracted and manually made partition.xml. The file parseGPT.py was not able to do the job.
3b. To get rawprogram0.xml and patch0.xml I used ptool.py , thanks to adfree who made available S8600_JTAG_120125.rar here
3c. To get the programming tools, (prog_emmc_firehose_8916.mbn, 8916_msimage.mbn and MPRG8916.mbn) I extracted these files from S60-a_S227_150806_ROW-QPST-QFIL.zip, available here (create a free account first)
4. Once I got all the above, tried to flash the phone in Qualcomm HS-USB QDLoader 9008, but no joy :crying:
Here is a copy of the flash Log:
Code:
Start Download
Program Path:C:\Users\Hector\Downloads\LG\Firmwares\H340AR10A_04\LgLeonH340AR\prog_emmc_firehose_8916.mbn
COM Port number:8
Sahara Connecting ...
Sahara Version:0
Start Sending Programmer
Download Fail:Unable to download Flash Programmer using Sahara Protocol
Download Fail:Sahara FailSahara Fail
Finish Download
According to this article in androidbrick.com, "LG has chosen not to use default options of this platform", therefore the files I got from Lenovo, may not be the same as the ones used by LG.
To get the above programmers for LG MSM8916 chipset, one should have access to LG service Tools, I think...
Would like to know if somebody had success flashing this phone in Qualcomm HS-USB QDLoader 9008
Bump! Anybody ? I can't believe there are 829 views of this thread and NO ONE is getting their feet wet in the above issue.
Here is my 10 cent contribution:
When the phone is Hard bricked, in HSUSB Qload 9008, chances are EMMC is corrupted and the phone is not booting, therefore not able to get to HSUSB 9006 , condition where the phone turns fixable by repartitioning and copying the individual image files to internal storage.
But to get to that point and get the phone booting, we need to reflash the EMMC partition. As this partition is not part of the official kdz file, I'm going to ask everybody if you can send me a copy of the EMMC partition of a working phone, Here is an example using ADB:
Code:
adb shell
su
dd if=/dev/block/mmcblk0 of=/sdcard/emmc.img
I am working in two bricked Leons, MS345 and H340AR. Your contribution will be appreciated, as I will publish results here.
Bump Again! 890 views. I believe there are some fellows having the same problem, however NOT a single ANSWER! Well, I have an update. I tried ietacid LG flash Tool, found the required DLL and firmware here, but there is no joy. The kdz file fails to load as is using a newer compression algorithm, and there is no TOT file available for the LG Leon ...
Same problems
I am having issues with installing proper arm.zip file for lg leon 5.1.1 using kingroot and kkm marshmallow launcher ive installed many arm files flashed them and after reboot android screen crashes i need help before i end up hard bricking my leon lol thnx in advance
please upload this again S8600_JTAG_120125.rar
trinca said:
I also hard bricked the phone almost in the same circumstances.
1. Have tried many different tools such as BoardDiag, but has no support for MSM8916.
2. Tried MiFlash, but there are no ROMs for this phone yet.
3. Tried with Qfil, this task was more complicated, as needed several files not available in extracted kdz stock firmware
3a. To get Partition data, I parsed PrimaryGPT.bin with gpt_parser.py by n0fate here. A readable partition table is extracted and manually made partition.xml. The file parseGPT.py was not able to do the job.
3b. To get rawprogram0.xml and patch0.xml I used ptool.py , thanks to adfree who made available S8600_JTAG_120125.rar here
3c. To get the programming tools, (prog_emmc_firehose_8916.mbn, 8916_msimage.mbn and MPRG8916.mbn) I extracted these files from S60-a_S227_150806_ROW-QPST-QFIL.zip, available here (create a free account first)
4. Once I got all the above, tried to flash the phone in Qualcomm HS-USB QDLoader 9008, but no joy :crying:
Here is a copy of the flash Log:
Code:
Start Download
Program Path:C:\Users\Hector\Downloads\LG\Firmwares\H340AR10A_04\LgLeonH340AR\prog_emmc_firehose_8916.mbn
COM Port number:8
Sahara Connecting ...
Sahara Version:0
Start Sending Programmer
Download Fail:Unable to download Flash Programmer using Sahara Protocol
Download Fail:Sahara FailSahara Fail
Finish Download
According to this article in androidbrick.com, "LG has chosen not to use default options of this platform", therefore the files I got from Lenovo, may not be the same as the ones used by LG.
To get the above programmers for LG MSM8916 chipset, one should have access to LG service Tools, I think...
Would like to know if somebody had success flashing this phone in Qualcomm HS-USB QDLoader 9008
Click to expand...
Click to collapse
thanks by the way you solution works for in gflex2 ..i manage to download partitions phone boots up with blue screen
help
harissiddiq said:
thanks by the way you solution works for in gflex2 ..i manage to download partitions phone boots up with blue screen
Click to expand...
Click to collapse
prk231987 said:
Hi,
I did a hard brick of LG LEON LTE H345 while flashing with a wrong KDZ file. It is not responding for any button press.
Download mode, recovery mode both not working.
Tried using broaddiag tool with lg firmware extractor. Got kdz extracted to dz still got partition.txt related error message.
Tried the links shared on XDA. Not of big help since i do not see device specific entries also the partition.txt does not exist error appears with broaddiag tool
Please help
Click to expand...
Click to collapse
Have you solved this problem yet? I really need your help.
Wiko Ridge 4G
Hola,
I also have the same problem, but my cell phone is a Wiko Ridge 4G, do you happen to know how to solve such problems?
@prk231987 Last post was last year... but here it is, if any one need the rawprogram0.xml and all partitions.
Brick
Does anyone still have a copy of the files for qfil flashing?

Unbrick my ZenFone 2 Laser ZE550KL

Hi All,
I need help to bring back my Asus Zenfone 2 Laser ze550kl from dead condition, I can't enter fastboot mode to flash any ROM also. Device manager only shows "Qualcomm HS-USB QDLoader 9008 (COM3)" under Ports section. After searching online, I found a link to recover it, but it needs certain files which I could not find in web. The files required are:
rawprogram0.xml
patch0.xml
for ze550kl. I have installed QPST 2.7 Qualcomm tool, and additinally need the complete EMMC image.
https://devlakiutak.wordpress.com/2013/08/10/fixdeadboot/
Can someone please help ?
Thanks
gurung_vishwas1 said:
Hi All,
I need help to bring back my Asus Zenfone 2 Laser ze550kl from dead condition, I can't enter fastboot mode to flash any ROM also. Device manager only shows "Qualcomm HS-USB QDLoader 9008 (COM3)" under Ports section. After searching online, I found a link to recover it, but it needs certain files which I could not find in web. The files required are:
rawprogram0.xml
patch0.xml
for ze550kl. I have installed QPST 2.7 Qualcomm tool, and additinally need the complete EMMC image.
https://devlakiutak.wordpress.com/2013/08/10/fixdeadboot/
Can someone please help ?
Thanks
Click to expand...
Click to collapse
if your mobile is turning then surely u can enter the fastboot mode, bsc i hav faced it too
Here you have another tutorial: http://www.droidsavvy.com/unbrick-qualcomm-mobiles/
Someone said it the comments that you will find rawprogram0.xml patch0.xml and file after you extract them from the ROM.
Here is the stock marshmallow ROM: https://www.asus.com/support/Download/39/1/0/22/ZROQURlyupei1ZQz/32/
The same happens to me, trying to unlock the bootloader phone. I've sended my phone to warranty and they opened the phone to fix
Sorry for bad english
Good luck
gurung_vishwas1 said:
Hi All,
I need help to bring back my Asus Zenfone 2 Laser ze550kl from dead condition, I can't enter fastboot mode to flash any ROM also. Device manager only shows "Qualcomm HS-USB QDLoader 9008 (COM3)" under Ports section. After searching online, I found a link to recover it, but it needs certain files which I could not find in web. The files required are:
rawprogram0.xml
patch0.xml
for ze550kl. I have installed QPST 2.7 Qualcomm tool, and additinally need the complete EMMC image.
https://devlakiutak.wordpress.com/2013/08/10/fixdeadboot/
Can someone please help ?
Thanks
Click to expand...
Click to collapse
colonho said:
The same happens to me, trying to unlock the bootloader phone. I've sended my phone to warranty and they opened the phone to fix
Sorry for bad english
Good luck
Click to expand...
Click to collapse
Thanks for reply. I think that is the last option which I have now. I was trying to correct it myself, but can't unless I have at least FASTBOOT working.
Fastboot erase config....
After that I stucked at boot logo
Used xfstk then aft but stucked at boot used fastboot commands for flashing system all gonna smooth but stucked at boot...
Used recovery to sideload marshmallow ... succeed. But also stucked at boot ..unlock boot loader flash TWRP flashing custom rom also stucked at boot logo... PLZZ help me guyzzz
And it shows error in TWRP
Unable:to mount Config(invalid argument)

Fastboot rom, to unbrick my op5

Hi there!!!
My OP5 is full dead!!! Black screen, no charging, no buttons !!!
That why ive tried change rom, flashed via twrp installed!!!
I think the good thing is PC can recognize because device in the Qualcomm HS-USB Qdloader 9008 /EDL mode.
I have tried unbrick it, using this tools
QFIL
Q phone download tool
eMMC DL TOOL
Xiaomi Mi Flas Tool
But....................I NEED A STOCK ROM MUST HAVE
“rawprogram0.XML”, “patch0.XML”, “prog_emmc_firehose_8974.mbn” and “MPRG8974.mbn” flashers . ETC, ETC
BECAUSE
OnePlus5OXYGEN_23_OTA_009_all_1707032123_c10521d0fb8b46c0. ZIP
is missing that kind of files.
DOES SOMEBODY CAN TELL ME WHERE CAN I GET THIS KIND OF ROM FOR OP5!!!????
HELP HELP
Get it from the official site

bricke z00ud

hello every body
My phone asus z00ud dead boot and I want boot files to solve this problem
I use retool program to solve this problem
please any help
Download This Zip To Get All Ur Req Files For Flashing using QFIL
A.meslam said:
hello every body
My phone asus z00ud dead boot and I want boot files to solve this problem
I use retool program to solve this problem
please any help
Click to expand...
Click to collapse
DOWNLOAD LINK (add https or Copy Paste after slashes in ur browser)
//drive.google.com/file/d/0B_cLaKfxoNAvVHVZOXdlRFEybkU/view
Hello everybody
I am not able to unlock bootloader and can't able to flash rom in asus Z00UD
Please help???
Prathamsharm354 said:
Hello everybody
I am not able to unlock bootloader and can't able to flash rom in asus Z00UD
Please help???
Click to expand...
Click to collapse
Just flash Z00T twrp using adb.
Enjoy
Can't find custom roms for my zooudb model
Need Asus Zenfone Selfie Z00UD Hard Brick/Dead Boot Repair Solution
Z00UD Flash After set dead show Qualcomm HS-USB QDLoader 9008 How To Solve? Help Me

ask/help urgent

stuck in fastboot mode,have no recovery.
pc detect 9008.flashing every firmware still same,recovery twrp 3.0 2 succes to install but cant touch,other recovery fail to instal.any body helpme,qpst file with qcn same error
i know this is wrong thread,but this forum zenfone 3 going to silent,so iam post here,wreally sorry
:crying:
herumukti9901 said:
stuck in fastboot mode,have no recovery.
pc detect 9008.flashing every firmware still same,recovery twrp 3.0 2 succes to install but cant touch,other recovery fail to instal.any body helpme,qpst file with qcn same error
i know this is wrong thread,but this forum zenfone 3 going to silent,so iam post here,wreally sorry
:crying:
Click to expand...
Click to collapse
Hi,
I don't understand anything from what you wrote. If the phone never turns on, you may need to remove and insert the battery. You can warm the back cover with a hair dryer and open it. This requires material. I don't speak English.
Bye.
herumukti9901 said:
stuck in fastboot mode,have no recovery.
pc detect 9008.flashing every firmware still same,recovery twrp 3.0 2 succes to install but cant touch,other recovery fail to instal.any body helpme,qpst file with qcn same error
i know this is wrong thread,but this forum zenfone 3 going to silent,so iam post here,wreally sorry
:crying:
Click to expand...
Click to collapse
you need to install raw software with asus flash tool
SOLVED
flash use qpst

Categories

Resources