Is my phone harbricked? No fastboot, no recovery - Android Q&A, Help & Troubleshooting

Hi All,
I've been crawling the web the past few days to find a solution to my problem and unfortunately I didn't...
I have a Asus Zenfone 3 Max ZC520TL MT6737M, I never did a custom OS installation before and didn't know anything about how phone works except the Linux kernel
After 2 or 3 weeks playing with custom rom and recovery, softbrick, fastboot and adb I finally successfully intalled a custom OS, I wanted lineageOS but only found an Himax image working properly (with bluetooth., etc) for my phone and TWRP as custom recovery.
I setted my parameters for all my applications and after inserting my SIM card the network was not working, I tried a factory reset from the phone and then I got stuck in twrp however the way I booted, I tried flashing the os again, the recovery again wiping/formatting data, I was still stuck in TWRP
Then I executed :
fastboot format:ext4 cache
fastboot format:ext4 boot
And now I can't boot nor in twrp nor in fastboot, I can't access the bootloader using power and volume up, and my phone bootloop
Is there a way to get to fastboot to reinstall the recovery and then from here the os or is my phone hardbricked with no future, ready for trash?
Thank you

rominail said:
then I executed :
fastboot format:ext4 boot
Click to expand...
Click to collapse
You completely destroyed phone's boot-loader, what is comparable to a computer's BIOS.
What do you expect? IMO phone is case for the e-waste.

rominail said:
Hi All,
I've been crawling the web the past few days to find a solution to my problem and unfortunately I didn't...
I have a Asus Zenfone 3 Max ZC520TL MT6737M, I never did a custom OS installation before and didn't know anything about how phone works except the Linux kernel
After 2 or 3 weeks playing with custom rom and recovery, softbrick, fastboot and adb I finally successfully intalled a custom OS, I wanted lineageOS but only found an Himax image working properly (with bluetooth., etc) for my phone and TWRP as custom recovery.
I setted my parameters for all my applications and after inserting my SIM card the network was not working, I tried a factory reset from the phone and then I got stuck in twrp however the way I booted, I tried flashing the os again, the recovery again wiping/formatting data, I was still stuck in TWRP
Then I executed :
fastboot format:ext4 cache
fastboot format:ext4 boot
And now I can't boot nor in twrp nor in fastboot, I can't access the bootloader using power and volume up, and my phone bootloop
Is there a way to get to fastboot to reinstall the recovery and then from here the os or is my phone hardbricked with no future, ready for trash?
Thank you
Click to expand...
Click to collapse
You NEVER format your boot partition as ext4 it's a raw boot.img which holds the kernel and ramdisk. You should really do research and follow instructions alittle better than that.. unfortunately I don't think your device can be saved and if you flashed aboot or sbl1/2/3 then your SOL

Thanks
Thank you for your answers!
I don't know why I did that (sometimes I have crazy bad ideas), I didn't see that on internet

rominail said:
Thank you for your answers!
I don't know why I did that (sometimes I have crazy bad ideas), I didn't see that on internet
Click to expand...
Click to collapse
That's okay! Please so make sure you do some research if your new to the custom OS scene.. it's always good to learn new things

maybe you can flash again like from the factory by using the default flashing and ROM tools.

BryanHafidz said:
maybe you can flash again like from the factory by using the default flashing and ROM tools.
Click to expand...
Click to collapse
If your in a Qualcomm chipset and you have an EDL programmer that works for your device I have custom tools in my cloud storage to create an EDL firmware if you don't ready have one. If your on MTK then there is Sugar MTK or SP flash tool that can work. If your an another one you may be out of luck as it seems nobody has been able to restore those chipsets
EDIT: I do have a whole zip file of programmers and one that I use for my LG Zone 2 (msm8x10.mbn)

TheExploitedOne said:
You NEVER format your boot partition as ext4 it's a raw boot.img which holds the kernel and ramdisk. You should really do research and follow instructions alittle better than that.. unfortunately I don't think your device can be saved and if you flashed aboot or sbl1/2/3 then your SOL
Click to expand...
Click to collapse
we have the same problem but I didn't do like you.
I entered these commands
*fastboot flash recovery boot.img (I'm stupid lol)
*fastboot flash boot boot.img
*fastboot reboot*

mahirab23 said:
we have the same problem but I didn't do like you.
I entered these commands
*fastboot flash recovery boot.img (I'm stupid lol)
*fastboot flash boot boot.img
*fastboot reboot*
Click to expand...
Click to collapse
What seems to be going on after the flash?

TheExploitedOne said:
What seems to be going on after the flash?
Click to expand...
Click to collapse
the biggest problem is i have reset the phone and i am stuck with this message: "to start android enter your password". I entered the correct password but another message appears with a reset phone option.
Since the recovery.img file is no longer in the system, the phone keeps making this loop.

mahirab23 said:
the biggest problem is i have reset the phone and i am stuck with this message: "to start android enter your password". I entered the correct password but another message appears with a reset phone option.
Since the recovery.img file is no longer in the system, the phone keeps making this loop.
Click to expand...
Click to collapse
If you can get into fastboot run the following:
fastboot erase recovery
fastboot erase userdata
fastboot format:ext4 userdata
Then reflash your recovery

TheExploitedOne said:
If you can get into fastboot run the following:
fastboot erase recovery
fastboot erase userdata
fastboot format:ext4 userdata
Then reflash your recovery
Click to expand...
Click to collapse
I can't get into fastboot.
another solution?????

mahirab23 said:
I can't get into fastboot.
another solution?????
Click to expand...
Click to collapse
Can you access EDL mode?

TheExploitedOne said:
Can you access EDL mode?
Click to expand...
Click to collapse
thank you for your attention and suggestions.
I haven't tried this method yet.
I'm not good with EDL mode
Can SP tools and MiracleBox help me?

mahirab23 said:
thank you for your attention and suggestions.
I haven't tried this method yet.
I'm not good with EDL mode
Can SP tools and MiracleBox help me?
Click to expand...
Click to collapse
MiracleBox and QPST yes

TheExploitedOne said:
MiracleBox and QPST yes
Click to expand...
Click to collapse
good !!!: o: o
can you develop the method with Miracle Box and QPST ? please!!!

mahirab23 said:
good !!!: o: o
can you develop the method with Miracle Box and QPST ? please!!!
Click to expand...
Click to collapse
I have the tools needed in my cloud I can make into a zip file. You'll need to also do some research on your part but I can also write a readme file too so you have a basic understanding. Just give me a few to get the link
EDIT:
Here you go this has all you'll need for flashing your device in EDL as well as create the firmware if needed
https://mega.nz/file/rc8CVIiB#qnM3_ZzrvCJtp_M7Y9ZftZqDtGgWeN0tqFrLlT30pws

TheExploitedOne said:
MiracleBox and QPST yes
Click to expand...
Click to collapse
thank you
I finally managed to reset the phone thanks to SoftwareDownload
thank you really. you are really kind and available:bien::bien::bien:

mahirab23 said:
thank you
I finally managed to reset the phone thanks to SoftwareDownload
thank you really. you are really kind and available:bien::bien::bien:
Click to expand...
Click to collapse
Absolutely good sir! I'm glad that I can help

TheExploitedOne said:
If your in a Qualcomm chipset and you have an EDL programmer that works for your device I have custom tools in my cloud storage to create an EDL firmware if you don't ready have one. If your on MTK then there is Sugar MTK or SP flash tool that can work. If your an another one you may be out of luck as it seems nobody has been able to restore those chipsets
EDIT: I do have a whole zip file of programmers and one that I use for my LG Zone 2 (msm8x10.mbn)
Click to expand...
Click to collapse
Thank you for your help, unfortunately it's a mediatek

Related

Hard bricked P760

Hi guys, after 10 hours of trying to get my P760 to life I finally, as a last resort, decided to open this threadh. Heres the deal, my friend gave me his P760 which was stuck at the boot logo, I firstly tried to fix it with LG mobile support tool but it got stuck at 15% after countless tries. Then I tried fixing it with Lg flash tool but it also gave me some errors "omap factory download fail lg p760". After that I couldnt access S/W mode anymore nor did the phone turn on, only black screen. When I connect it to my pc it just makes sounds of new device connected/disconnected. I tried this fastboot method http://forum.xda-developers.com/showthread.php?t=2292828 but couldnt make it work. Is the phone completely dead or is there anything more I can try? Any help is appreciated, thank you very much.
What was done to brick it in the first place?
Sent from my KYOCERA-C6745 using Tapatalk
I am not sure, my friend brought it to me and he didnt know the reason. Anyway I managed to get into fastboot on another computer and i tried to flash x loader and uboot with the bulit in options and i get the following error "FAILED (remote partition doesnt exist). What can I do next? Thank you for the reply.
EDIT I have tried to get the phone in S/W mode using this guide http://forum.xda-developers.com/showpost.php?p=44325657&postcount=4 but I couldnt do it.
I am sure I have to flash something in fastboot so it would be great if someone could point me to exactly what. Thanks again.
EDIT 2 I tried to flash xloader and u boot from post #7 http://forum.xda-developers.com/showthread.php?t=2242444 and it gave me the remote partition error failed again. Is the phone "officially" dead?
My experience with this phone is that it is basically unbrickable, at least software wise, thanks to omap4boot. Fastboot is basically telling you the partition you specified doesn't exist. Check you are using the correct syntax. It should be fastboot flash u-boot u-boot.img and fastboot flash x-loader x-loader.img (I am assuming the files are named u-boot.img and x-loader.img).
Another possibility is that the partition table of the phone somehow got corrupted. In my opinion this is very unlikely, but it could happen if the phone is disconnected while flashing the GTP table with LGFlashTool. Let's hope that's not the case.
Good luck.
@EdwinMoq thanks for the reply. I checked and I was using the correct syntax altough the files were named p1 and p2 both in bin format so I typed fastboot flash u-boot p1.bin and p2.bin respectively. Ive just noticed that they are from ICS and I am not sure what android version was installed prior to the brick. Can you point me where to find the JB files so I can try them if it makes any difference.
Maha23 said:
@EdwinMoq thanks for the reply. I checked and I was using the correct syntax altough the files were named p1 and p2 both in bin format so I typed fastboot flash u-boot p1.bin and p2.bin respectively. Ive just noticed that they are from ICS and I am not sure what android version was installed prior to the brick. Can you point me where to find the JB files so I can try them if it makes any difference.
Click to expand...
Click to collapse
I don't think the u and x boot version makes any difference. The fastboot script here comes with with the files for both p760 and p769. Or you can ask a p760 user with the jb boot to dump them and post it here.
EdwinMoq said:
I don't think the u and x boot version makes any difference. The fastboot script here comes with with the files for both p760 and p769. Or you can ask a p760 user with the jb boot to dump them and post it here.
Click to expand...
Click to collapse
Well using that script was the first thing I did after I couldn access S/W mode and I got the partition error, I tried both ICS and JB. Well it would be great if someone could dump their JB boot so I can try that, if it doesnt work I guess Ill throw the phone away
Maha23 said:
Well using that script was the first thing I did after I couldn access S/W mode and I got the partition error, I tried both ICS and JB. Well it would be great if someone could dump their JB boot so I can try that, if it doesnt work I guess Ill throw the phone away
Click to expand...
Click to collapse
I'm seeing you using lelus method to fastboot...
1) Be sure you are in fastboot whith this command: fastboot devices
2) if the l9 is still in lg logo, just flash a recovery img into boot and recovery partition:
a) fastboot flash boot recovery.img
b) fastboot flash recovery recovery.img​3)reboot the device, it must enter in recovery mode by force.
4) once in recovery just flash a custom rom as you wish
Yes i am using lelus method and I see the device when I enter fastboot devices, the phone wont turn so there is no lg logo and I can not enter S/W mode. Where can I find the recovery.img and boot.img ?
EDIT Okay I tried this too http://forum.xda-developers.com/showthread.php?t=2585161 but when I issue the erase command it just gives me the remote partition error again. The chances that this is a hardware issue are pretty big.
Sent from my LG-D855 using XDA-Developers mobile app
A few tricks that might help:
-After a failed attempt to enter D/L mode via the volume key, force hard reset. Then switch on phone for an extra time and perform the hard reset again. This really makes a difference.
-If after unbricking the phone with a stock rom the puny LG recovery dialog resides on screen, perform the stock rom installation for a second time, phone should perform a normal boot then. Otherwise there's trouble with rooting and TWRP installation later.
-Fastboot still does not work for me(all?) in Win10, as it didn't in Win8.1,but did in Win7.
The only method to go on seems to root stock rom with Kango Root or a similar tool, then install Twrp, with Rashr or flashify.
lecorbusier said:
A few tricks that might help:
-After a failed attempt to enter D/L mode via the volume key, force hard reset. Then switch on phone for an extra time and perform the hard reset again. This really makes a difference.
-If after unbricking the phone with a stock rom the puny LG recovery dialog resides on screen, perform the stock rom installation for a second time, phone should perform a normal boot then. Otherwise there's trouble with rooting and TWRP installation later.
-Fastboot still does not work for me(all?) in Win10, as it didn't in Win8.1,but did in Win7.
The only method to go on seems to root stock rom with Kango Root or a similar tool, then install Twrp, with Rashr or flashify.
Click to expand...
Click to collapse
Thanks for the reply. How do I perform the force hard reset? Yes, I couldnt get fastboot to work on win 10, on win 7 it works flawlessly.
Sent from my LG-D855 using XDA-Developers mobile app
Hello,
I have exactly the same problem with my p760, fastboot works so far but remote partition error and the phone stays always completely black.
Is there someone who has a new idea to fix it?
Hey,
I found this: http://massimoronca.it/2016/03/17/fastboot-failed-remote-partition-does-not-exist.html
but i dont really understand it, can someone help me?
Maha23 said:
Yes i am using lelus method and I see the device when I enter fastboot devices, the phone wont turn so there is no lg logo and I can not enter S/W mode. Where can I find the recovery.img and boot.img ?
EDIT Okay I tried this too http://forum.xda-developers.com/showthread.php?t=2585161 but when I issue the erase command it just gives me the remote partition error again. The chances that this is a hardware issue are pretty big.
Sent from my LG-D855 using XDA-Developers mobile app
Click to expand...
Click to collapse
readme again... try to flash a recovery.img into the boot partition
fastboot flash boot recovery.img
and then reboot... this foce the l9 to enter in recovery and then you can fotmat partitions in wipe options
---------- Post added at 08:55 PM ---------- Previous post was at 08:52 PM ----------
Elsewhere you must need a technician with a box like octopus box to recompone ESD partitions of the L9 phone
Hard reset is 10s power.
Such a swap of recovery and kernel could have happened after unbricking the phone, when the key combo for fastboot produces the LG recovery. That's why I flash stock twice, then it's right again & ready to root, install TWRP etc.
Thanks for the help guys, I tried everything possible...I think I did, but the phone just wouldnt unbrick so it is going into parts. Thanks again.
Maha23 said:
Thanks for the help guys, I tried everything possible...I think I did, but the phone just wouldnt unbrick so it is going into parts. Thanks again.
Click to expand...
Click to collapse
you must need a technician with a box like octopus box to recompone ESD partitions of the L9 phone
puntoazul said:
fastboot flash boot recovery.img
Click to expand...
Click to collapse
Srsly?
recovery partition image on boot?
Probably true. That would explain the strange behaviour of the key combos during boot, after unbricking the phone for the first time. The recovery has replaced the kernel, but the phone can still boot. Strange. Fastboot is unavailable, and the key combo for the recovery shows the "dead droid" and performs a factory reset.
Groszexxx said:
Srsly?
recovery partition image on boot?
Click to expand...
Click to collapse
Yes... is an effective method to boot by forced on TWRP or other recovery and then proceed to format all partitions and flash any rom consecutively. After flashing any rom the boot partition is rewrited by the boot.img of the rom.
I did this before on my own L9 for repair and other friends devices. Is totally safe
By the way, I'm not in warn

[RECOVERY]TWRP 3.2.1-0 for Red Magic

On your device, go into Settings -> About and find the Build Number and tap on it 7 times to enable developer settings. Press back and go into Developer Options and enable OEM unlocking.
unlock bootloader and flash twrp
Code:
fastboot oem nubia_unlock NUBIA_NX609J
Code:
fastboot flash recovery recovery.img
download
https://drive.google.com/open?id=1VzUS999ZS_yc6GtcKngA6GrlTpOZp2P5
Sources
https://github.com/youyim123/android_device_nubia_nx609j
Came up in Chinese, but everything is working after changing the language setting over. Thanks.
Hi friends, if I would like return to Stock Recovery, ¿Where I find stock recovery and How flash?
Thanks for this work
Hi, someone can help me? Thnaks
sakilxda said:
Hi, someone can help me? Thnaks
Click to expand...
Click to collapse
Finally I resolved this problem. I found other Recovery.img working
sakilxda said:
Hi friends, if I would like return to Stock Recovery, ¿Where I find stock recovery and How flash?
Thanks for this work
Click to expand...
Click to collapse
Ok, I´m resolved this.
If you need install Stock Recovery you need download a Oficial Stock firmware "Zip" and extract the Stock recovery to the this "Zip" file, and you repeat this metod with Stock Recovery
Am I the only one having problems with fastboot on Windows 10?
sakilxda said:
Hi, someone can help me? Thnaks
Click to expand...
Click to collapse
bro i need fastboot drivers please
in mi system dont hace driver and y my devices onlye hace android =( help me me has win10
Sorry, long time ago tha I haven´t visited XDA.
I have used the drivers of video´s link but i had to test many drivers. It was very dificult for my too.
Actually I don´t know wich was the drives that i used, sorry.
if you have once used some fastboot drivers for some device on windows 10, chances are most probably you will have issues with detecting other devices in fastboot mode . Either boot with linux or reinstall windows 10 is the only solution imho
sakilxda said:
Finally I resolved this problem. I found other Recovery.img working
Click to expand...
Click to collapse
Please provide this working twrp which solved this problem..as i am also facing the same issue
munmun said:
Please provide this working twrp which solved this problem..as i am also facing the same issue
Click to expand...
Click to collapse
Hello, have you visited my video link? There, there is different links in the description that you can find the recovery I used. It's long time ago and maybe is actualliced now.
sakilxda said:
Hello, have you visited my video link? There, there is different links in the description that you can find the recovery I used. It's long time ago and maybe is actualliced now.
Click to expand...
Click to collapse
When i try to reboot in twrp it boots into recovery for 2-3 sec and then again reboots to system
munmun said:
When i try to reboot in twrp it boots into recovery for 2-3 sec and then again reboots to system
Click to expand...
Click to collapse
Maybe your Recovery isn't good.
Try flash one more time or another recovery
Same issue I m face. When I flash twrp then go to recovery mode. Then they off and start with stock revery. And mobile repat lock bootloader
---------- Post added at 05:03 PM ---------- Previous post was at 05:01 PM ----------
I m try all official twrp. But face same issue
sakilxda said:
Maybe your Recovery isn't good.
Try flash one more time or another recovery
Click to expand...
Click to collapse
I have tried multiple..but unable to boot into recovery...it would be very helpful of you if you could provide that recovery that worked on your phone.
As i am also unable to boot into recovery with command "fastboot boot recovery.img"
munmun said:
I have tried multiple..but unable to boot into recovery...it would be very helpful of you if you could provide that recovery that worked on your phone.
As i am also unable to boot into recovery with command "fastboot boot recovery.img"
Click to expand...
Click to collapse
Sorry but this was long ago and I can't remember.
munmun said:
I have tried multiple..but unable to boot into recovery...it would be very helpful of you if you could provide that recovery that worked on your phone.
As i am also unable to boot into recovery with command "fastboot boot recovery.img"
Click to expand...
Click to collapse
Try this one: http://www.mediafire.com/file/45qwt6i4ccdnjd0/recovery.img/file
you need first to unlock bootloader (you need to be in bootmode):
fastboot oem nubia_unlock NUBIA_NX609J
Just after that you can flash recovery.img:
fastboot flash recovery recovery.img
After this you can go back to recovery from boot menu navigating with up/down key and confirm with Power button!
:fingers-crossed:
ABM30 said:
Try this one: http://www.mediafire.com/file/45qwt6i4ccdnjd0/recovery.img/file
you need first to unlock bootloader (you need to be in bootmode):
fastboot oem nubia_unlock NUBIA_NX609J
Just after that you can flash recovery.img:
fastboot flash recovery recovery.img
After this you can go back to recovery from boot menu navigating with up/down key and confirm with Power button!
:fingers-crossed:
Click to expand...
Click to collapse
I have tried this as well but twrp boots up for a 2-3 sec & then phobe reboots to system again..
With fastboot boot recovery.img, same results are seen
munmun said:
I have tried this as well but twrp boots up for a 2-3 sec & then phobe reboots to system again..
With fastboot boot recovery.img, same results are seen
Click to expand...
Click to collapse
which ROM do you have installed?
There is a chance to need to flash an original recovery (you can find it in original 8.1 ROM from Nubia), than boot in recovery and erase cache and data (IT WILL ERASE ALSO INTERNAL MEMORY!...SO BACK UP) and than unlcok bootloader, flash TWRP, flash ROM, flash bluespark boot.img

I flashed a wrong software to my smartphone and cant recover it

Hi everyone
I flashed my LG MAGNA H500TR with H50220a software and now cant flash back even I have the kdz file for proper software.
I tried lgup but it shows phone is as H50220a and giving error and says 'You have to select a known model,please'.
Also tried lg flash tool 2014 but result is 'Required info cannot be found' 'Contact the system administrator'
And lastly tried flash tool 2016 but this time it says wrong dll.
I havent find any solution for this for couple of years so far. The phone just stays bricked on the box.
Waiting your helps.
Best regards....
ByCannn60 said:
Hi everyone
I flashed my LG MAGNA H500TR with H50220a software and now cant flash back even I have the kdz file for proper software.
I tried lgup but it shows phone is as H50220a and giving error and says 'You have to select a known model,please'.
Also tried lg flash tool 2014 but result is 'Required info cannot be found' 'Contact the system administrator'
And lastly tried flash tool 2016 but this time it says wrong dll.
I havent find any solution for this for couple of years so far. The phone just stays bricked on the box.
Waiting your helps.
Best regards....
Click to expand...
Click to collapse
Did you try this https://flashstockrom.com/how-to-flash-stock-firmware-on-lg-h500tr-magna-y90/?
Is your device bootloader unlocked? Can you enter to fastboot and recovery?
[/QUOTE]
Is your device bootloader unlocked? Can you enter to fastboot and recovery?[/QUOTE]
I can enter download mode but phone seen as different model because I flashed wrong firmware. When I use original lg application it does see the phone and can flash new update but when procedure done it's not changed the version. I tried to trick the app by replacing kdz file with h500tr .kdz but result was not working.
SubwayChamp said:
Is your device bootloader unlocked? Can you enter to fastboot and recovery?
Click to expand...
Click to collapse
I checked that website and it gives solutions but the files not compatible with h500tr cuz the post about g3 or some other models. I dunno if it work common but since spesific ı didn't try actually
ByCannn60 said:
I checked that website and it gives solutions but the files not compatible with h500tr cuz the post about g3 or some other models. I dunno if it work common but since spesific ı didn't try actually
Click to expand...
Click to collapse
Use this procedure as reference but with the proper files for your device.
In fastboot you can try flashing all the partitions as possible;
- First delete to be sure a partition and then flash this partition, normally fastboot flashing overwrites the partition but to be sure procede this way; for example type first
Code:
fastboot erase boot
and then type
Code:
fastboot flash boot boot.img
and so on, one by one all the possible files that you will find inside the rom.
And in recovery if you find some OTA update probably you can update the zip through it.
SubwayChamp said:
Use this procedure as reference but with the proper files for your device.
In fastboot you can try flashing all the partitions as possible;
- First delete to be sure a partition and then flash this partition, normally fastboot flashing overwrites the partition but to be sure procede this way; for example type first
Code:
fastboot erase boot
and then type
Code:
fastboot flash boot boot.img
and so on, one by one all the possible files that you will find inside the rom.
And in recovery if you find some OTA update probably you can update the zip through it.
Click to expand...
Click to collapse
can u be more spesific I think I need some files to do that where can I get them?
ByCannn60 said:
can u be more spesific I think I need some files to do that where can I get them?
Click to expand...
Click to collapse
You can extract the files from your kdz rom using this method and tool https://androidmtk.com/extract-kdz-firmware then you can both use the files that I mentioned and also replace conveniently some files like probably dll that gave you error before and then repack the rom and flash it so.
SubwayChamp said:
You can extract the files from your kdz rom using this method and tool https://androidmtk.com/extract-kdz-firmware then you can both use the files that I mentioned and also replace conveniently some files like probably dll that gave you error before and then repack the rom and flash it so.
Click to expand...
Click to collapse
I tried to enter fastboot but my phone just not enters only goes to download mode how can I solve that too.
I would like to ask u a favour. Could u please do it on my pc via Teamviwer? I think Im kinda lost on those informations and cant get it right.
ByCannn60 said:
I tried to enter fastboot but my phone just not enters only goes to download mode how can I solve that too.
I would like to ask u a favour. Could u please do it on my pc via Teamviwer? I think Im kinda lost on those informations and cant get it right.
Click to expand...
Click to collapse
Ok, download the tool linked and the rom unzipped/extracted and get them ready on a same folder on desktop just to have the things clear and I´ll sparse some time in a couple of hours maybe in 4 hours.
While try to perform other different ways to enter to fastboot so I can´t do this remotely, it´s mean usually to enter to download mode is vol down while connecting to pc and I guess that reversing for vol up while connecting to pc you get recovery cause from recovery also you can send device to bootloader/fastboot mode by using the menu and charge the battery well.
SubwayChamp said:
Ok, download the tool linked and the rom unzipped/extracted and get them ready on a same folder on desktop just to have the things clear and I´ll sparse some time in a couple of hours maybe in 4 hours.
While try to perform other different ways to enter to fastboot so I can´t do this remotely, it´s mean usually to enter to download mode is vol down while connecting to pc and I guess that reversing for vol up while connecting to pc you get recovery cause from recovery also you can send device to bootloader/fastboot mode by using the menu and charge the battery well.
Click to expand...
Click to collapse
Since partions messed up cant reach anything out of download mode. I will prepare the files as u wish waiting news from u.
ByCannn60 said:
Since partions messed up cant reach anything out of download mode. I will prepare the files as u wish waiting news from u.
Click to expand...
Click to collapse
I´m not sure if I can help you since you can´t enter to fastboot mode but if you already want to try it.
SubwayChamp said:
I´m not sure if I can help you since you can´t enter to fastboot mode but if you already want to try it.
Click to expand...
Click to collapse
Thanks even for your effort mate. I think last chance is having it serviced from an LG service :good:

Question Lenovo Legion Duel 2 Stuck on Fastboot screen after QFIL (Bootloop)

Can anyone help? For the life of me I can't get it to go into recovery mode or anything of the like after attempting a flash of official firmware.
It's not being picked up by ADB, fastboot OR Lenovo's smart recovery crap.
brownie96 said:
Can anyone help? For the life of me I can't get it to go into recovery mode or anything of the like after attempting a flash of official firmware.
Click to expand...
Click to collapse
This also happened to my Legion Duel 2 after using RSA.. its stuck on FastBoot.. tried connecting to RSA again and an error saying "Doesn't match the appropriate software"
my Duel 2 is now stucked on FastBoot and cant select other options like START or Recovery Mode..
Now im trying to use QFil but im having an error:
"Download fail: Sahara Fail: QSaharaServer Fail: Process Fail"
Btw these are the files in the ROM 12.5.188ST thats appearing when selecting PROGRAMMER:
and on the XML:
Patch:
Tried:
prog_firehose_ddr.elf
rawprogram_unparsed0 (also tried selecting all files)
patch0 (also tried selecting all files)
Sorry this is my 1st time doing this stuff and i have no idea..
Hope someone can help me fix my Duel 2. Thank you
try flashing a meta build with the ddr firehose, then fastboot flash your persist image. its worked for me twice now
ฉันลองทุกขั้นตอนแล้วแต่ทำไม่ได้ โปรดอธิบายโดยละเอียดว่าคืออะไร
ฉันลองทุกขั้นตอนแล้วแต่ทำไม่ได้ โปรดอธิบายโดยละเอียดว่าคืออะไร
ฉันลองทุกขั้นตอนแล้วแต่ทำไม่ได้ โปรดอธิบายโดยละเอียดว่าคืออะไร
waabby said:
Duel 2 ของฉันติดอยู่ที่ FastBoot และไม่สามารถเลือกตัวเลือกอื่น ๆ เช่น START หรือ Recovery Mode..
ตอนนี้ฉันกำลังพยายามใช้ QFil แต่มีข้อผิดพลาด:
"การดาวน์โหลดล้มเหลว: Sahara ล้มเหลว: QSaharaServer ล้มเหลว: กระบวนการล้มเหลว"
View attachment 5518121
นี่เป็นไฟล์ใน ROM 12.5.188ST ที่ปรากฏขึ้นเมื่อเลือกโปรแกรมเมอร์:
View attachment 5518125
และใน XML:
View attachment 5518129
ปะ:
View attachment 5518131
พยายาม:
prog_firehose_ddr.elf
rawprogram_unparsed0 (ลองเลือกไฟล์ทั้งหมดด้วย)
patch0 (ลองเลือกไฟล์ทั้งหมดด้วย)
ขออภัย นี่เป็นครั้งแรกที่ฉันทำสิ่งนี้และฉันไม่รู้ ..
หวังว่าใครบางคนสามารถช่วยฉันแก้ไข Duel 2 ของฉันได้ ขอบคุณ
Click to expand...
Click to collapse
ใน Qfil การกำหนดค่า ให้ใน UFS
try going into your firehose options and select erase all before flashing. other than that im uploading all the partitions ive made copies of using qfil. You can try flashing them over one by one in qfil or see if fastboot flash will work . https://mega.nz/folder/TqxSjYrD#l3GM8SQgJcxhVrSeXMLW7Q
tinman4209333 said:
try going into your firehose options and select erase all before flashing. other than that im uploading all the partitions ive made copies of using qfil. You can try flashing them over one by one in qfil or see if fastboot flash will work . https://mega.nz/folder/TqxSjYrD#l3GM8SQgJcxhVrSeXMLW7Q
Click to expand...
Click to collapse
great work, its really appreciated. will these work on cn and global roms? or are they rom specific? and would it be possible to write a fastboot flashable script to make flashing the partitions easier? (for noobs like me who don't know how to flash them all manually) thanks again
Lizzo said:
great work, its really appreciated. will these work on cn and global roms? or are they rom specific? and would it be possible to write a fastboot flashable script to make flashing the partitions easier? (for noobs like me who don't know how to flash them all manually) thanks again
Click to expand...
Click to collapse
completely forgot to specify which rom it was lol. its global
if you use fastboot flash commands you just go off of the file name . fastboot flash boot boot_a.bin fastboot flash vbmeta vbmeta_a.bin . im pretty sure you can reuse the same file for both partitions. fastboot flash boot_a boot.bin | fastboot flash boot_b boot_a.bin etc. to make a windows script you'd write out each command in notepad then save it as a bat file.
You can also install them all manually using qfil.
-1. put phone into edl mode
-2. select firehose_ddr under the flatbuild section
-3. click on tools / partition manager
-4. right click a partition
-5. manage partition data
-6. load image (if you want you can erase the partition before loading the image )
-7. pick matching file, it immediately flashes it to your phone
-8. rinse and repeat
how i got out of the bootlop was using the file from rescue smart assistant. id flash it in qfil using the meta build option, and ddr firehose. then boot up into the bootloader and flash a persist image I had previously saved. if it doesnt work for you I can upload that image and see if that helps
tinman4209333 said:
completely forgot to specify which rom it was lol. its global
if you use fastboot flash commands you just go off of the file name . fastboot flash boot boot_a.bin fastboot flash vbmeta vbmeta_a.bin . im pretty sure you can reuse the same file for both partitions. fastboot flash boot_a boot.bin | fastboot flash boot_b boot_a.bin etc. to make a windows script you'd write out each command in notepad then save it as a bat file.
You can also install them all manually using qfil.
-1. put phone into edl mode
-2. select firehose_ddr under the flatbuild section
-3. click on tools / partition manager
-4. right click a partition
-5. manage partition data
-6. load image (if you want you can erase the partition before loading the image )
-7. pick matching file, it immediately flashes it to your phone
-8. rinse and repeat
how i got out of the bootlop was using the file from rescue smart assistant. id flash it in qfil using the meta build option, and ddr firehose. then boot up into the bootloader and flash a persist image I had previously saved. if it doesnt work for you I can upload that image and see if that helps
Click to expand...
Click to collapse
thanks a lot. i can try that. are you in the legion group on telegram? we could sure use your help lol
Lenovo legion pro duel comentarios y más
You can view and join @lenovolegiongamers right away.
t.me
tinman4209333 said:
try going into your firehose options and select erase all before flashing
Click to expand...
Click to collapse
I would not recommend that step.
&(*) said:
I would not recommend that step.
Click to expand...
Click to collapse
I had the same issue of it not flashing and it fixed the problem . When your stuck with a $500+ paperweight and nothing else works ya get kind of desperate after awhile lol. Figured it'd have a better chance of working with a clean slate then trying to write over something that's broken
tinman4209333 said:
try flashing a meta build with the ddr firehose, then fastboot flash your persist image. its worked for me twice now
Click to expand...
Click to collapse
how do you fast boot flash. mine not connecting to fast boot
my qfil flashes work but still no boot
kofijordan said:
how do you fast boot flash,
Click to expand...
Click to collapse
Make sure the device is off, hold the volume down button and turn it on, will boot into the loader menu, plug in to usb side port and type fastboot reboot fastboot, it will reboot into fastbootd and now can flash through fastboot.
&(*) said:
Make sure the device is off, hold the volume down button and turn it on, will boot into the loader menu, plug in to usb side port and type fastboot reboot fastboot, it will reboot into fastbootd and now can flash through fastboot.
Click to expand...
Click to collapse
i tried both qfil and fast boot same issue
Windows or Linux? If windows, look in Device manager when you do fastboot reboot fastboot and see if there is an exclamation in the list of devices, if so you will need to update the driver manually to android adb device (which is also the driver for fastboot). Which model do you own, Duel 2 or Pro 2? Have you tried Lenovo's RSA software tool since adb works? Use RSA only if it is a Duel 2, if it's a Pro 2 you will have to gather the right bundle posted on another thread (do not use it if you don't know as it can cause further issues).
kofijordan said:
i tried both qfil and fast boot same issue
Click to expand...
Click to collapse
Windows or Linux? If Windows, look in Device manager when you do fastboot reboot fastboot and see if there is an exclamation in the list of devices, if so you will need to update the driver manually to android adb device (which is also the driver for fastboot). Which model do you own, Duel 2 or Pro 2? Have you tried Lenovo's RSA software tool since adb works? Use RSA only if it is a Duel 2, if it's a Pro 2 you will have to gather the right bundle posted on another thread (do not use it if you don't know as it can cause further issues).

Redmi 10c bootloop issue

so yesterday as I was flashing a custom rom for my device I found out that the hotspot wasn't working, I've look for solution across the internet and have found out that flashing persist.img on persist partition via twrp shall do the work, I did the same as instructed in the post downloaded the same file which I didn't confirm if it was really for my device, so after that my phone is stuck on an endless bootloop if I try to reboot to system luckily both fastboot and recovery was still accessible so I tried flashing another rom, stock, and even run flashrom.bat via fastboot but that didn't seem to fix it, now I'm only left with flashing stock img via miflash tool and hope it work for me, I can't really afford to pay anyone to fix it not at the moment and I want to atleast try to troubleshoot it somehow, what other options am I left with? hope I can get some answers
jannny24 said:
so yesterday as I was flashing a custom rom for my device I found out that the hotspot wasn't working, I've look for solution across the internet and have found out that flashing persist.img on persist partition via twrp shall do the work, I did the same as instructed in the post downloaded the same file which I didn't confirm if it was really for my device, so after that my phone is stuck on an endless bootloop if I try to reboot to system luckily both fastboot and recovery was still accessible so I tried flashing another rom, stock, and even run flashrom.bat via fastboot but that didn't seem to fix it, now I'm only left with flashing stock img via miflash tool and hope it work for me, I can't really afford to pay anyone to fix it not at the moment and I want to atleast try to troubleshoot it somehow, what other options am I left with? hope I can get some answers
Click to expand...
Click to collapse
If your bootloader is unlocked and you can access fastboot mode then you can flash it using miflash without auth
mvikrant97 said:
If your bootloader is unlocked and you can access fastboot mode then you can flash it using miflash without auth
Click to expand...
Click to collapse
mvikrant97 said:
If your bootloader is unlocked and you can access fastboot mode then you can flash it using miflash without auth
Click to expand...
Click to collapse
thanks, it was nervewracking as miflash failed to boot my phone twice, it turns out I just have to flash persist.img from the fastboot rom separately on orangefox and that did the work

Categories

Resources