[Q] VS980 Stuck in fastboot - G2 Q&A, Help & Troubleshooting

I have a rooted Verizon LG G2 and have been trying to install a recovery mod. I somehow got rid of the stock recovery, but couldn't setup a new one. Now my phone is stuck on the fastboot screen. I've been able to get it to the stock recovery screen, but when it starts to wipe the drive, it just takes me back to the fastboot screen. I'm very new to this and haven't been able to figure this out through any other threads. I'm using Ubuntu. Any help would be greatly appreciated!

joshuascan said:
I have a rooted Verizon LG G2 and have been trying to install a recovery mod. I somehow got rid of the stock recovery, but couldn't setup a new one. Now my phone is stuck on the fastboot screen. I've been able to get it to the stock recovery screen, but when it starts to wipe the drive, it just takes me back to the fastboot screen. I'm very new to this and haven't been able to figure this out through any other threads. I'm using Ubuntu. Any help would be greatly appreciated!
Click to expand...
Click to collapse
I'm in the same boat. I tried to install TWRP using the Autorec but accidentally used the one for the LS980, and now I'm stuck at the fastboot screen. Did you ever solve this?

eye_rule said:
I'm in the same boat. I tried to install TWRP using the Autorec but accidentally used the one for the LS980, and now I'm stuck at the fastboot screen. Did you ever solve this?
Click to expand...
Click to collapse
Code:
1. download fastboot
2. download laf.img boot.img aboot.img for your variant
(or download your kdz, download kdz/tot extractor and extract partitions --and rename them from boot_45465757.bin to boot.img)
* boot_45465757.bin is just an example.
3. fastboot flash aboot aboot.img
4. fastboot flash boot boot.img
5. fastboot flash laf laf.img
-> download mode should be back

sorry for jumping back on this thread but im having the same problem...phone boots up to just fastboot....ive been reading for 4 days now trying to find any possible way to fix my phone...it really sucks not having a phone...so now im able to connect the phone to the laptop via fastboot but im looking for this laf.img, boot.img etc files. where can i find them?

Also vs980?

robledjl said:
sorry for jumping back on this thread but im having the same problem...phone boots up to just fastboot....ive been reading for 4 days now trying to find any possible way to fix my phone...it really sucks not having a phone...so now im able to connect the phone to the laptop via fastboot but im looking for this laf.img, boot.img etc files. where can i find them?
Click to expand...
Click to collapse
This can be fixed .
1. You Will need to Download the Stock KDZ/TOT file for your phone , find the right KDZ or TOT file from here .
2. Now you would have to extract the KDZ/TOT file that you downloaded above using WindowsLGFirmwareExtract-1.2.1.0-Release.zip , this is available in the guide here.
3. Extract all the files fro the KDZ/TOT .
4. Now flash the extracted files , based on the fastboot method , which is described here.
Code:
fastboot flash aboot aboot.img
fastboot flash boot boot.img
fastboot flash dbi dbi.img
fastboot flash laf laf.img
fastboot flash misc misc.img
fastboot flash modem modem.img
fastboot flash persist persist.img
fastboot flash recovery recovery.img
fastboot flash rpm rpm.img
fastboot flash sbl1 sbl1.img
fastboot flash tz tz.img
Let me know if you need more help.

Why so many partitions. Be sure to flash same version as your current android is at least.

Related

[GUIDE] Recovery from fastboot loop

I attempted flashing a ZVA zip earlier that uses `qcom.install_radio`. Unfortunately, this somehow causes my LS980 to loop in fastboot mode. I've seen a few other people talking about this happening to them as well, so decided I would share this.
Thanks to http://direct.xda-developers.com/showthread.php?t=2451426, I was able to get the original *.img files and drop them in with fastboot.
You'll need to go to http://downloads.codefi.re/autoprime/LG/LG_G2 and download the partitions that you need. After that is done, run the following (replacing with your file names along the way):
Code:
fastboot flash aboot aboot.img
fastboot flash boot boot.img
fastboot flash tz tz.img
fastboot flash rpm rpm.img
fastboot flash modem modem.img
fastboot flash laf laf.img
fastboot flash sbl1 sbl1.img
You can continue flashing the rest of the files, but these were the files that were effected by the zip I used and sufficed for getting it back online.
After that's done, you need to flash the *.img file for the recovery that you want. For instance, mine would be:
Code:
fastboot flash recovery twrp.img
You'll need to turn the phone completely off, then reboot it while holding power and volume down. This will get you into your recovery and allow you to recover from a backup, or whatever you'd like to do at that point.

[GUIDE] Hard Brick Recovery LG G2

So this a guide so that you dont have to waste 10+ hours searching threads upon threads of info to find what you need to unbrick your lg g2. This guide will use multiple references and will go through every step that i had to do unbrick my lg g2 d800.
I am not responsible for making your phone worse of than it was or somehow permanently bricking your device, i am simply providing an instruction manual that worked for my situation.
Initial Symptoms:
1. Stuck in boot loop
2. will not go into download or recovery mode
3. when turning on the lg logo appears and then the screen becomes black but is still on
4. when plugging into computer 15ish hardrives try to mount and say they need formatting
5. LG detected as qhsusb_bulk in device manage
Fix:
follow this guide by @Partager.info
http://forum.xda-developers.com/showthread.php?p=48765620
i recommend just installing ubuntu because it reduces errors and is faster.
After this you will more than likely have recovery and can move on restore your rom or stock image if you have download mode or twrp is working properly.
If, however, you get stuck into fastboot loop and the symptoms are:
1. will not boot
2. can get into twrp using recovery but twrp doesnt work properly
3. says when booting
fastboot mode started
udc_start()
reset
portcharge
4. wont go into download mode but for a second and goes back out of it
Fix:
kudos to @cms88168 for this fix, i will use his guide but will make some tweaks.
http://forum.xda-developers.com/showthread.php?t=2477595
Make sure to download your versions aboot, boot, dbi, laf, misc, modem, persist, recovery, rpm, sbl1, and tz images here
and download his 7Z file and place all of the images into the extracted file, replacing his laf.img with yours.
next you want to hold shift and right click and open command prompt in the fastboot folder.
make sure your phone is connected and is in fastboot mode.
next we will be erasing and flashing all of the images back. do this one line at a time obviously.
Code:
fastboot erase aboot
fastboot flash aboot aboot.img
fastboot erase boot
fastboot flash boot boot.img
fastboot erase dbi
fastboot flash dbi dbi.img
fastboot erase laf
fastboot flash laf laf.img
fastboot erase misc
fastboot flash misc misc.img
fastboot erase modem
fastboot flash modem modem.img
fastboot erase persist
fastboot flash persist persist.img
fastboot erase recovery
fastboot flash recovery recovery.img
fastboot erase rpm
fastboot flash rpm rpm.img
fastboot erase sbl1
fastboot flash sbl1 sbl1.img
fastboot erase tz
fastboot flash tz tz.img
fastboot reboot
you should then reboot and turn your phone off. Next plug it in holding the volume+ button and boot into download mode (it should work now) if not you might not have downloaded the right versions for your phone or something else is completely wrong and i dont know how to fix it.
Next you should revert to stock using this guide.
http://forum.xda-developers.com/showthread.php?t=2432476
I hope this helps some people! Feel free to ask questions or provide some feedback, this is my first guide.
this is usefull, keep up the good work
thanks mate :good:
ponkz said:
this is usefull, keep up the good work
thanks mate :good:
Click to expand...
Click to collapse
that was usefull, tnx
After this update my lg g2 d802 is dead
I have all inst. done with correct files and now my lg is gone. No more power no lg logo, if i put the usb cable i give a connect sound but no more.
What can i do?
regards
etm34 said:
So this a guide so that you dont have to waste 10+ hours searching threads upon threads of info to find what you need to unbrick your lg g2. This guide will use multiple references and will go through every step that i had to do unbrick my lg g2 d800.
I am not responsible for making your phone worse of than it was or somehow permanently bricking your device, i am simply providing an instruction manual that worked for my situation.
Initial Symptoms:
1. Stuck in boot loop
2. will not go into download or recovery mode
3. when turning on the lg logo appears and then the screen becomes black but is still on
4. when plugging into computer 15ish hardrives try to mount and say they need formatting
5. LG detected as qhsusb_bulk in device manage
Fix:
follow this guide by @Partager.info
http://forum.xda-developers.com/showthread.php?p=48765620
i recommend just installing ubuntu because it reduces errors and is faster.
After this you will more than likely have recovery and can move on restore your rom or stock image if you have download mode or twrp is working properly.
If, however, you get stuck into fastboot loop and the symptoms are:
1. will not boot
2. can get into twrp using recovery but twrp doesnt work properly
3. says when booting
fastboot mode started
udc_start()
reset
portcharge
4. wont go into download mode but for a second and goes back out of it
Fix:
kudos to @cms88168 for this fix, i will use his guide but will make some tweaks.
http://forum.xda-developers.com/showthread.php?t=2477595
Make sure to download your versions aboot, boot, dbi, laf, misc, modem, persist, recovery, rpm, sbl1, and tz images here
and download his 7Z file and place all of the images into the extracted file, replacing his laf.img with yours.
next you want to hold shift and right click and open command prompt in the fastboot folder.
make sure your phone is connected and is in fastboot mode.
next we will be erasing and flashing all of the images back. do this one line at a time obviously.
Code:
fastboot erase aboot
fastboot flash aboot aboot.img
fastboot erase boot
fastboot flash boot boot.img
fastboot erase dbi
fastboot flash dbi dbi.img
fastboot erase laf
fastboot flash laf laf.img
fastboot erase misc
fastboot flash misc misc.img
fastboot erase modem
fastboot flash modem modem.img
fastboot erase persist
fastboot flash persist persist.img
fastboot erase recovery
fastboot flash recovery recovery.img
fastboot erase rpm
fastboot flash rpm rpm.img
fastboot erase sbl1
fastboot flash sbl1 sbl1.img
fastboot erase tz
fastboot flash tz tz.img
fastboot reboot
you should then reboot and turn your phone off. Next plug it in holding the volume+ button and boot into download mode (it should work now) if not you might not have downloaded the right versions for your phone or something else is completely wrong and i dont know how to fix it.
Next you should revert to stock using this guide.
http://forum.xda-developers.com/showthread.php?t=2432476
I hope this helps some people! Feel free to ask questions or provide some feedback, this is my first guide.
Click to expand...
Click to collapse
sakli said:
I have all inst. done with correct files and now my lg is gone. No more power no lg logo, if i put the usb cable i give a connect sound but no more.
What can i do?
regards
Click to expand...
Click to collapse
does it mount with the computer?
did you try this first part?
Initial Symptoms:
1. Stuck in boot loop
2. will not go into download or recovery mode
3. when turning on the lg logo appears and then the screen becomes black but is still on
4. when plugging into computer 15ish hardrives try to mount and say they need formatting
5. LG detected as qhsusb_bulk in device manage
My status
Dear Friend,
Thank you for info, i can not try because there is not 15ish harddrives mount message.
I send comport status, if i plug the cable two times usb connection sound no more.
I have with flash tool tried but not response.
What can i do ?
Thanks
etm34 said:
does it mount with the computer?
did you try this first part?
Initial Symptoms:
1. Stuck in boot loop
2. will not go into download or recovery mode
3. when turning on the lg logo appears and then the screen becomes black but is still on
4. when plugging into computer 15ish hardrives try to mount and say they need formatting
5. LG detected as qhsusb_bulk in device manage
Click to expand...
Click to collapse
I have only these connection protocol Qualcomm HS-USB QDLoader 9008
sakli said:
Dear Friend,
Thank you for info, i can not try because there is not 15ish harddrives mount message.
I send comport status, if i plug the cable two times usb connection sound no more.
I have with flash tool tried but not response.
What can i do ?
Thanks
Click to expand...
Click to collapse
read this guide, follow the instructions and order of my guide and his and read everything, dont skip around.
Fix:
follow this guide by @Partager.info
http://forum.xda-developers.com/show...php?p=48765620
i recommend just installing ubuntu because it reduces errors and is faster
sakli said:
I have only these connection protocol Qualcomm HS-USB QDLoader 9008
Click to expand...
Click to collapse
i would trry this, i honestly don't know if it would work, but its worth a try, i don't know what your other symptoms are.
follow this guide by @Partager.info
http://forum.xda-developers.com/show...php?p=48765620
i recommend just installing ubuntu because it reduces errors and is faster.
Unfortunately this just happened to me too!
Followed the first guide in Ubuntu and the phone is not responsive now, which made it even worse. When I plug it back, there are no longer 15 disks. When I check the /dev/sdk (my phone in in k), there are only sdk5 8 6 15 available. no 2.
Now totally bricked
Links is not works
Dear, thank you very much, this is document is not online on xda 48765620 http://forum.xda-developers.com/show...php?p=48765620 pls check.
regards
etm34 said:
read this guide, follow the instructions and order of my guide and his and read everything, don't skip around.
Fix:
follow this guide by @Partager.info
http://forum.xda-developers.com/show...php?p=48765620
i recommend just installing ubuntu because it reduces errors and is faster
Click to expand...
Click to collapse
Is this post by Partager removed?
etm34 said:
read this guide, follow the instructions and order of my guide and his and read everything, dont skip around.
Fix:
follow this guide by @Partager.info
http://forum.xda-developers.com/show...php?p=48765620
i recommend just installing ubuntu because it reduces errors and is faster
Click to expand...
Click to collapse
fucon said:
Is this post by Partager removed?
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?p=48765620
dont know why it wasnt working here is a different link
sakli said:
Dear, thank you very much, this is document is not online on xda 48765620 http://forum.xda-developers.com/show...php?p=48765620 pls check.
regards
Click to expand...
Click to collapse
copied link wrong when copying it from my instruction, please read my instructions and follow the guide
here is the working link http://forum.xda-developers.com/showthread.php?p=48765620
Not solved
Dear, This solutions is not pass me. Because my phone give not disk parts,
Yhese is not coming by my phone
aboot.img under sdb5
rpm.img under sdb6
tz.img under sdb8
recovery under sdb15
I have only Qualcomm HS-USB QDLoader 9008 ubuntu doesn;t detected my sdb parts.
Is this phone complete dead ? I have only fastboot command send to my phone on the fastboot mode after the reset alls is gone.
If i send to warranty , is that possible?
regards
etm34 said:
copied link wrong when copying it from my instruction, please read my instructions and follow the guide
here is the working link http://forum.xda-developers.com/showthread.php?p=48765620
Click to expand...
Click to collapse
---------- Post added at 09:22 PM ---------- Previous post was at 09:16 PM ----------
Dear,
Have you now your problem solved or is your phone to warranty gone?
regards
fucon said:
Unfortunately this just happened to me too!
Followed the first guide in Ubuntu and the phone is not responsive now, which made it even worse. When I plug it back, there are no longer 15 disks. When I check the /dev/sdk (my phone in in k), there are only sdk5 8 6 15 available. no 2.
Now totally bricked
Click to expand...
Click to collapse
Reboot loop on LG logo only
etm34 said:
I hope this helps some people! Feel free to ask questions or provide some feedback, this is my first guide.
Click to expand...
Click to collapse
I was hoping this would fix my problem, but I'm in worse state now. I'm getting LG logo only and it looks like it's rebooting by itself. I can't get to any modes now except seeing the factory reset screen and hardware key control setting screen, other than that I can't get the computer to recognize the phone as it keeps on rebooting. Anyone got that and was able to fix it or do I just send in my phone for repair? I did download all the files for D803 which is my phone version. thanks.
My phone won't go into fastboot mode.
etm34 said:
So this a guide so that you dont have to waste 10+ hours searching threads upon threads of info to find what you need to unbrick your lg g2. This guide will use multiple references and will go through every step that i had to do unbrick my lg g2 d800.
I am not responsible for making your phone worse of than it was or somehow permanently bricking your device, i am simply providing an instruction manual that worked for my situation.
Initial Symptoms:
1. Stuck in boot loop
2. will not go into download or recovery mode
3. when turning on the lg logo appears and then the screen becomes black but is still on
4. when plugging into computer 15ish hardrives try to mount and say they need formatting
5. LG detected as qhsusb_bulk in device manage
Fix:
follow this guide by @Partager.info
http://forum.xda-developers.com/showthread.php?p=48765620
i recommend just installing ubuntu because it reduces errors and is faster.
After this you will more than likely have recovery and can move on restore your rom or stock image if you have download mode or twrp is working properly.
If, however, you get stuck into fastboot loop and the symptoms are:
1. will not boot
2. can get into twrp using recovery but twrp doesnt work properly
3. says when booting
fastboot mode started
udc_start()
reset
portcharge
4. wont go into download mode but for a second and goes back out of it
Fix:
kudos to @cms88168 for this fix, i will use his guide but will make some tweaks.
http://forum.xda-developers.com/showthread.php?t=2477595
Make sure to download your versions aboot, boot, dbi, laf, misc, modem, persist, recovery, rpm, sbl1, and tz images here
and download his 7Z file and place all of the images into the extracted file, replacing his laf.img with yours.
next you want to hold shift and right click and open command prompt in the fastboot folder.
make sure your phone is connected and is in fastboot mode.
next we will be erasing and flashing all of the images back. do this one line at a time obviously.
Code:
fastboot erase aboot
fastboot flash aboot aboot.img
fastboot erase boot
fastboot flash boot boot.img
fastboot erase dbi
fastboot flash dbi dbi.img
fastboot erase laf
fastboot flash laf laf.img
fastboot erase misc
fastboot flash misc misc.img
fastboot erase modem
fastboot flash modem modem.img
fastboot erase persist
fastboot flash persist persist.img
fastboot erase recovery
fastboot flash recovery recovery.img
fastboot erase rpm
fastboot flash rpm rpm.img
fastboot erase sbl1
fastboot flash sbl1 sbl1.img
fastboot erase tz
fastboot flash tz tz.img
fastboot reboot
you should then reboot and turn your phone off. Next plug it in holding the volume+ button and boot into download mode (it should work now) if not you might not have downloaded the right versions for your phone or something else is completely wrong and i dont know how to fix it.
Next you should revert to stock using this guide.
http://forum.xda-developers.com/showthread.php?t=2432476
I hope this helps some people! Feel free to ask questions or provide some feedback, this is my first guide.
Click to expand...
Click to collapse
I'm not sure if I even understand this. You're saying to hold volume + and plug usb in but that puts me in dowload mode that doesn't work it just stays on the dots part. And then using fastboot, I'm moving all that over. When I do that, it just says "waiting on device". If you could please help me out. I have the ls980 and it's stuck on the lg logo bootloop. and it's not recognized by any computer. I've tried abd but that doesn't work. I have an otg cable. would it be possible to do any of this via the otg?
Thanks. This actually worked for me after autorec had wrecked my D802.
lg g2 f320L
etm34 said:
does it mount with the computer?
did you try this first part?
Initial Symptoms:
1. Stuck in boot loop
2. will not go into download or recovery mode
3. when turning on the lg logo appears and then the screen becomes black but is still on
4. when plugging into computer 15ish hardrives try to mount and say they need formatting
5. LG detected as qhsusb_bulk in device manage
Click to expand...
Click to collapse
HI BRO....I HAVE ECACTLY THE SAME ISSUE....I FOLLOWED THE INSTRUCTIONS given in this thread............................................... http://forum.xda-developers.com/showthread.php?p=48765620
but the problem is that Ubuntu only recognize my lg g2 as HSSUSB-HULK...no partitions or mount etc...
and it shows only sda1/sda2/sda3/sda4/sda5.....which are Ubuntu partitions I guess.....now please do help me what to do....I asked eevyone on that specific thread as well but no one is replying.................
pics are attached of where I am stucked.................
kindly guide me...thanks
would it work if i dont have ota?

Fastboot error

I have tried to install twrp recovery via fastboot and I get this error
1.C:\fastboot>fastboot flash recovery recovery.img
2.target reported max download size of 1526722560 bytes
3.error: cannot load 'recovery.img': No error
All other commands work to erase, reboot etc, but cannot flash recovery twrp on to my LGG2 D803 , any help will be appreciated.
Got it to work but flashed 3 different twrp and cm mod img and will not boot into recovery
Well if you ever Brick your phone to the point that the only thing that works is Fastboot, I was able to recover my phone using this procedure, It was a lifesaver. The phone works perfectly now, follow the Youtube instructions, I also typed the procedure out too. Always type fastboot flash then the command
https://www.youtube.com/watch?v=hQVTc2m6U-I
Use above link to completely redoo your LGG2 from fastboot, re loading all the partitions.
fastboot flash boot boot.img
aboot aboot.img
recovery recovery.img
laf laf.img
dbi dbi.img
modem modem.img
persist persist.img
PrimaryGPT PrimaryGPT.img
rpm rpm.img
stli stli.img
tz tz.img
fastboot flash reboot
after flashing all the partitions it should load so you can flash the tot/kdz file via flash utility 2014 in the command mode, by holding the volume up mode and plugging in the usb into the phone. then reload the original firmware and install twrp and if you want wipe it and reload one of the custom roms.
Well if you ever Brick your phone to the point that the only thing that works is Fastboot, I was able to recover my phone using this procedure, It was a lifesaver. The phone works perfectly now, follow the Youtube instructions, I also typed the procedure out too. Always type fastboot flash then the command
https://www.youtube.com/watch?v=hQVTc2m6U-I
Use above link to completely redoo your LGG2 from fastboot, re loading all the partitions.
fastboot flash boot boot.img
aboot aboot.img
recovery recovery.img
laf laf.img
dbi dbi.img
modem modem.img
persist persist.img
PrimaryGPT PrimaryGPT.img
rpm rpm.img
stli stli.img
tz tz.img
fastboot flash reboot
after flashing all the partitions it should load so you can flash the tot/kdz file via flash utility 2014, in the command mode, by holding the volume up button and plugging in the usb into the phone. then reload the original firmware and install twrp and if you want wipe it and reload one of the custom roms.

I need help with twrp ASAP please

I flashed 3.3.1-2 twrp and then installed a couple different roms to compare. Then I'm not quite sure what happened, I know I formatted and tried to install another, then I lost access to twrp. Even though it says I'm successful at flashing it, it won't boot into twrp or any recovery for that matter. What should I do? I've tried two different twrp's and neither will boot up. I've tried the .bat and volume+ and power, and I even tried with the fastboot boot twrp.img command.
willineedhelp said:
I flashed 3.3.1-2 twrp and then installed a couple different roms to compare. Then I'm not quite sure what happened, I know I formatted and tried to install another, then I lost access to twrp. Even though it says I'm successful at flashing it, it won't boot into twrp or any recovery for that matter. What should I do? I've tried two different twrp's and neither will boot up. I've tried the .bat and volume+ and power, and I even tried with the fastboot boot twrp.img command.
Click to expand...
Click to collapse
What do you see exactly when you try to enter recovery mode? Stock recovery? Or fastboot? Which recovery have you tried? (provide links)
willineedhelp said:
I flashed 3.3.1-2 twrp and then installed a couple different roms to compare. Then I'm not quite sure what happened, I know I formatted and tried to install another, then I lost access to twrp. Even though it says I'm successful at flashing it, it won't boot into twrp or any recovery for that matter. What should I do? I've tried two different twrp's and neither will boot up. I've tried the .bat and volume+ and power, and I even tried with the fastboot boot twrp.img command.
Click to expand...
Click to collapse
Hello, download fastboot rom and flash this files
fastboot flash dtbo dtbo.img
fastboot flash logo logo.img
fastboot flash vbmeta vbmeta.img
fastboot flash boot boot.img
fastboot flash misc misc.img (u can get on fastboot rom not .zip)
fastboot flash recovery recovery.img (recommend used twrp-3.3.1-2-davinci-fix)
For twrp use bat file to install for u don't do it manually..
SomethingWentWrong said:
What do you see exactly when you try to enter recovery mode? Stock recovery? Or fastboot? Which recovery have you tried? (provide links)
Click to expand...
Click to collapse
Fastboot mode
farhan20 said:
Hello, download fastboot rom and flash this files
fastboot flash dtbo dtbo.img
fastboot flash logo logo.img
fastboot flash vbmeta vbmeta.img
fastboot flash boot boot.img
fastboot flash misc misc.img (u can get on fastboot rom not .zip)
fastboot flash recovery recovery.img (recommend used twrp-3.3.1-2-davinci-fix)
For twrp use bat file to install for u don't do it manually..
Click to expand...
Click to collapse
I'll give that a shot, thanks!
farhan20 said:
Hello, download fastboot rom and flash this files
fastboot flash dtbo dtbo.img
fastboot flash logo logo.img
fastboot flash vbmeta vbmeta.img
fastboot flash boot boot.img
fastboot flash misc misc.img (u can get on fastboot rom not .zip)
fastboot flash recovery recovery.img (recommend used twrp-3.3.1-2-davinci-fix)
For twrp use bat file to install for u don't do it manually..
Click to expand...
Click to collapse
Oh man you're a life saver! Worked perfectly! Thanks so much!
willineedhelp said:
Oh man you're a life saver! Worked perfectly! Thanks so much!
Click to expand...
Click to collapse
Glad to know I was able to help, it happens with me and this is how I fixed ?
Hello! Had the same problem and the procedure let me access recovery, yet everytime I reboot to system, the phone opens recovery instead.
I tried restoring a backup but rom is unstable and stuff keeps crashing. Any ideas?
EDIT: did a fastboot flash of .9 ROM and at got it back to work.
farhan20 said:
Hello, download fastboot rom and flash this files
fastboot flash dtbo dtbo.img
fastboot flash logo logo.img
fastboot flash vbmeta vbmeta.img
fastboot flash boot boot.img
fastboot flash misc misc.img (u can get on fastboot rom not .zip)
fastboot flash recovery recovery.img (recommend used twrp-3.3.1-2-davinci-fix)
For twrp use bat file to install for u don't do it manually..
Click to expand...
Click to collapse
So I tried to go back to MIUI and it did it again, I did the default wipe and tried to install it. It got stuck in a bootloop and wouldn't go into TWRP again. Tried what you prescribed again, but that didn't work. I tried using the command (fastboot boot recovery.img) and it just shut off. It's clearly not flashing TWRP, but I have no idea why. I tried both 3.3.1-2 and 3.3.1-3, neither worked. I tried flashing more of the fastboot ROM images, but that did nothing either. Any suggestions? I'm having to use my old moto g5 until I get this fixed, so help ASAP would be amazing. Thanks in advance!
willineedhelp said:
So I tried to go back to MIUI and it did it again, I did the default wipe and tried to install it. It got stuck in a bootloop and wouldn't go into TWRP again. Tried what you prescribed again, but that didn't work. I tried using the command (fastboot boot recovery.img) and it just shut off. It's clearly not flashing TWRP, but I have no idea why. I tried both 3.3.1-2 and 3.3.1-3, neither worked. I tried flashing more of the fastboot ROM images, but that did nothing either. Any suggestions? I'm having to use my old moto g5 until I get this fixed, so help ASAP would be amazing. Thanks in advance!
Click to expand...
Click to collapse
Nvm, I just had a junk TWRP version.
willineedhelp said:
So I tried to go back to MIUI and it did it again, I did the default wipe and tried to install it. It got stuck in a bootloop and wouldn't go into TWRP again. Tried what you prescribed again, but that didn't work. I tried using the command (fastboot boot recovery.img) and it just shut off. It's clearly not flashing TWRP, but I have no idea why. I tried both 3.3.1-2 and 3.3.1-3, neither worked. I tried flashing more of the fastboot ROM images, but that did nothing either. Any suggestions? I'm having to use my old moto g5 until I get this fixed, so help ASAP would be amazing. Thanks in advance!
Click to expand...
Click to collapse
What MIUI version you have tried to go back?

Ticwatch pro 2020 stock firmware

I am using the ticwatch pro 2020. I tried to flash a custom firmware and now it wont boot into anything but fastboot. I was wondering if anyone could help me find the stock firmware files
No stock files are avaiable yet, you have to get it back to the repair center
Coaleb said:
I am using the ticwatch pro 2020. I tried to flash a custom firmware and now it wont boot into anything but fastboot. I was wondering if anyone could help me find the stock firmware files
Click to expand...
Click to collapse
https://mega.nz/#F!cVVBRaxL
[DECRYPTION KEY]
iZbWXMs8vabDW1szJz1hgg
- fastboot flash aboot aboot.img
- fastboot flash boot boot.img
- fastboot flash vendor vendor.img
- fastboot flash system system.img
- fastboot format userdata
- fastboot format cache
- fastboot flash recovery recovery.img
- fastboot reboot
Hello, what process did you exactly use? I don't think there is stock firmware available for this watch but maybe we can help you to get the custom one running.

Categories

Resources