Redmi k20 not booting up after flashing recovery ROM - Redmi K20 / Xiaomi Mi 9T Questions & Answers

Hello
I installed xiaomi.eu rom for divinci which was working fine but i decided to flash the stock fast-boot ROM . I used this method
fastboot devices
fastboot flash system system.img
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash cache cache.img
fasboot erase userdata
fastboot flash userdata userdata.img
fastboot reboot
to flash the ROM but after flashing the ROM my phone is not starting.
when i press or long press the power button red notification led blinks for one time and nothing shows.
same happens when i try to boot into fast-boot or recovery mode. even when i put my phone on chafing the notification light blinks for one time only .
can someone help me is it software or hardware issue . it happened with me for the first time..

vinayakUs said:
Hello
I installed xiaomi.eu rom for divinci which was working fine but i decided to flash the stock fast-boot ROM . I used this method
fastboot devices
fastboot flash system system.img
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash cache cache.img
fasboot erase userdata
fastboot flash userdata userdata.img
fastboot reboot
to flash the ROM but after flashing the ROM my phone is not starting.
when i press or long press the power button red notification led blinks for one time and nothing shows.
same happens when i try to boot into fast-boot or recovery mode. even when i put my phone on chafing the notification light blinks for one time only .
can someone help me is it software or hardware issue . it happened with me for the first time..
Click to expand...
Click to collapse
Use the MiFlash tool to fully flash the ROM. The complete one, with all the files, not just the ones you did manually.
Or if you're keen on doing it manually, look in the flash_all.bat file and do them as they appear there.

attitude12 said:
Use the MiFlash tool to fully flash the ROM. The complete one, with all the files, not just the ones you did manually.
Or if you're keen on doing it manually, look in the flash_all.bat file and do them as they appear there.
Click to expand...
Click to collapse
my phone is not turning on not even in fast-boot mode. I tried to flash using edl mode but it requires authentication

It's weird that it doesn't go into fastboot. Doesn't look to me like you could've bricked it. Are you sure it's charged? And yeah, for edl you need an account with privileges.

attitude12 said:
It's weird that it doesn't go into fastboot. Doesn't look to me like you could've bricked it. Are you sure it's charged? And yeah, for edl you need an account with privileges.
Click to expand...
Click to collapse
How can i know whether my phone is charging or not . When i connect to charger red notification light blink for like 4-5 times at interval of about 5 seconds and then nothing happens.

FAILED (remote: Failed to load/authenticate boot image: Load Error) for me

Related

[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?

Do you have the OTA problem? (LFW73W recovery)

Do you have the OTA problem? (LFW73W recovery)
Let's see the % of Nexus 9 errors.
Problem
There is one problem with a lots of Nexus 9 what failed to apply correctly the new OTA (LRX21Q).
The problem seems to be that the first Nexus 9 OTA (LRX21L) failed to update the Recovery partition of Nexus 9, maintained the old version (LFW73W).
The fix?
This OTA can't be applied! There are two solutions:
Waiting until Google releasing another OTA. OTA RELEASED LRX21R from LRX21L - http://android.clients.google.com/p...is-LRX21R-from-LRX21L-factory-recovery-ok.zip
Unlock the bootloader (Erasing all data) and apply the full LRX21Q Factory Image.
Other stuffs
How too Enter in the recovery mode?
Put your device into the bootloader menu by either the following command or by holding down the power button and the volume down button while your Nexus is turned off.
Now use the volume down button twice until you have scrolled to Recovery mode, and press the power button to select it. It will look like your Nexus is restarting itself but an image of an Android with a red exclamation mark over it will appear. Next hold down the power button and press the volume up button, and you will be in recovery mode.
See it here -> https://www.youtube.com/watch?v=DuuSTnbQSlM (from 2:10 until 4:31)
How too apply the new Factory Image
Unlock the bootloader (will erase all data)
Download the factory image. Extract the .tar.gz then extract the zip too. You will have a folder that has 5 .img filesnin it. Flash one at a time with fastboot.
PHP:
fastboot devices
fastboot flash bootloader bootloader-flounder-3.43.0.0114.img
fastboot flash radio <radio file name here>.img (If exists)
fastboot reboot-bootloader
fastboot flash recovery recovery.img
fastboot flash boot boot.img
fastboot flash system system.img
fastboot flash vendor vendor.img
fastboot flash cache cache.img (erase cache; not needed)
fastboot flash userdata userdata.img (If exists, erase user data; not needed)
fastboot reboot
How check the recovery version ?
fblasot said:
How check the recovery version ?
Click to expand...
Click to collapse
Put your device into the bootloader menu by either the following command or by holding down the power button and the volume down button while your Nexus is turned off.
Now use the volume down button twice until you have scrolled to Recovery mode, and press the power button to select it. It will look like your Nexus is restarting itself but an image of an Android with a red exclamation mark over it will appear. Next hold down the power button and press the volume up button, and you will be in recovery mode.
i have the problem but im waiting for #2..
#3 solution. Download the factory image. Extract the .tar.gz then extract the zip too. You will have a folder that has 5 .img filesnin it. Flash one at a time with fastboot.
fastboot flash recovery recovery.img
fastboot flash boot boot.img
fastboot flash system system.img
fastboot flash cache cache.img
fastboot flash vendor vendor.img
Then :
fastboot reboot
This is what worked for me.
I'm having the exact problem.
Sent from my Nexus 9 using Tapatalk
Cuzz1369 said:
#3 solution. Download the factory image. Extract the .tar.gz then extract the zip too. You will have a folder that has 5 .img filesnin it. Flash one at a time with fastboot.
fastboot flash recovery recovery.img
fastboot flash boot boot.img
fastboot flash system system.img
fastboot flash cache cache.img
fastboot flash vendor vendor.img
Then :
fastboot reboot
This is what worked for me.
Click to expand...
Click to collapse
Don't work if you have the bootloader locked. So is the same was #1.
Cuzz1369 said:
#3 solution. Download the factory image. Extract the .tar.gz then extract the zip too. You will have a folder that has 5 .img filesnin it. Flash one at a time with fastboot.
fastboot flash recovery recovery.img
fastboot flash boot boot.img
fastboot flash system system.img
fastboot flash cache cache.img
fastboot flash vendor vendor.img
Then :
fastboot reboot
This is what worked for me.
Click to expand...
Click to collapse
Thx Cuzz1369, flashed (unlocked/relocked bootloader) like you mentioned works like a charm. Running LRX21Q now.
Don't forget to enable "OEM unlock" in developer options otherwise unlocking/locking bootloader doesn't work.
>sent from my lollipopped Nexus 9<
Cuzz1369 said:
#3 solution. Download the factory image. Extract the .tar.gz then extract the zip too. You will have a folder that has 5 .img filesnin it. Flash one at a time with fastboot.
fastboot flash recovery recovery.img
fastboot flash boot boot.img
fastboot flash system system.img
fastboot flash cache cache.img
fastboot flash vendor vendor.img
Then :
fastboot reboot
This is what worked for me.
Click to expand...
Click to collapse
Worked perfectly. Thanks!
marcomsousa said:
Don't work if you have the bootloader locked. So is the same was #1.
Click to expand...
Click to collapse
Obviously......... Sigh
Cuzz1369 said:
#3 solution. Download the factory image. Extract the .tar.gz then extract the zip too. You will have a folder that has 5 .img filesnin it. Flash one at a time with fastboot.
fastboot flash recovery recovery.img
fastboot flash boot boot.img
fastboot flash system system.img
fastboot flash cache cache.img
fastboot flash vendor vendor.img
Then :
fastboot reboot
This is what worked for me.
Click to expand...
Click to collapse
Thanks for sharing these steps and thanks to the TS for creating this thread.
Now, is there an idiots version to this? I have never manually updated / flashed any device before.
I understand I can just wait for the OTA, but now that I have a Nexus device I'd love to learn how to do this.
I have already downloaded and unzipped the LRX21Q Factory Image, installed Minimal ADB and Fastboot from here, and enabled OEM unlocking in the developer options. What should I do next?
Also, is my understanding correct in that my data will be erased and my device factory reset if I perform this manual update and that future OTA updates will still work if I choose not to manually update down the road?
I have a bit of a problem if i flash all the stock img files manually ( this is not my first nexus ) but after reboot i still get the recovery error ?
marcomsousa said:
Put your device into the bootloader menu by either the following command or by holding down the power button and the volume down button while your Nexus is turned off.
Now use the volume down button twice until you have scrolled to Recovery mode, and press the power button to select it. It will look like your Nexus is restarting itself but an image of an Android with a red exclamation mark over it will appear. Next hold down the power button and press the volume up button, and you will be in recovery mode.
Click to expand...
Click to collapse
Every time i try this part "Next hold down the power button and press the volume up button, and you will be in recovery mode." i bounce back to the bootloader menu ?
Hogyoku said:
Every time i try this part "Next hold down the power button and press the volume up button, and you will be in recovery mode." i bounce back to the bootloader menu ?
Click to expand...
Click to collapse
https://www.youtube.com/watch?v=DuuSTnbQSlM
See from 2:10 until 4:31
marcomsousa said:
https://www.youtube.com/watch?v=DuuSTnbQSlM
See from 2:10 until 4:31
Click to expand...
Click to collapse
Thanks that did the trick !
livinginavacuum said:
Thanks for sharing these steps and thanks to the TS for creating this thread.
Now, is there an idiots version to this? I have never manually updated / flashed any device before.
I understand I can just wait for the OTA, but now that I have a Nexus device I'd love to learn how to do this.
I have already downloaded and unzipped the LRX21Q Factory Image, installed Minimal ADB and Fastboot from here, and enabled OEM unlocking in the developer options. What should I do next?
Also, is my understanding correct in that my data will be erased and my device factory reset if I perform this manual update and that future OTA updates will still work if I choose not to manually update down the road?
Click to expand...
Click to collapse
Go to the folder with fastboot and adb. Unzip everything in that folder.
Shift + right click in the folder and open command prompt.
Type "adb devices" to make sure your device shows up.
Then type in commands mentioned above
Also had this problem, and option #3 worked for me. Thanks!
No problem here, am on 21Q and the LFW73W recovery
I'm starting to think I'm the only person in the world who hasn't received the ota update. Am I?
Nope, I don't have it yet either.

Wont boot PLEASE HELP!!!!

so i had pac rom on my player but after awhile i got tired of the glitches and i just wanted to go back to stock and then root it. i tried using NRT to flash back to stock but its stuck at the boot screen. been on it for the past 30mins
can someone please help me flash this thing back to stock. ill re root it from there, but as of now its not turning on
anyone?
maybe a link to a youtube video?
ive tried googleing and following what i found on here but so far im not getting anywhere.
What about this post? http://forum.xda-developers.com/nexus-player/help/nexus-player-bricked-t3160061
That is assuming you know how to use Fastboot. I would completely unplug the NP, hold the bottom button in while plugging in the power cord and see if it gets you to the bootloader?
Yes. I have tried doing some fastboot things. I downloaded the stock files from Google and doing the flash all bat file but it keeps erroring out saying it can't allocate space for system or something. Sorry, I'd try again but I gave up for today. I'll try again tomorrow.
May have to do it all manually: (Taken from http://forum.xda-developers.com/nexus-9/help/factory-image-flash-t2929019/post56529332#post56529332)
run the flash-all.bat up until the point where it fails
unzip image-fugu-LMY48J.zip
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash system system.img
fastboot flash cache cache.img
fastboot flash userdata.img
fastboot reboot
Nephilim3883 said:
May have to do it all manually: (Taken from http://forum.xda-developers.com/nexus-9/help/factory-image-flash-t2929019/post56529332#post56529332)
run the flash-all.bat up until the point where it fails
unzip image-fugu-LMY48J.zip
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash system system.img
fastboot flash cache cache.img
fastboot flash userdata.img
fastboot reboot
Click to expand...
Click to collapse
thank you. ill try this now
i may have bricked it. its now saying errors for anything i do. i type in fastboot devices and it just gives me a bunch of question marks. gonna try calling google i guess
Called Google and they couldn't fix it so they sent me to Asus and that was a joke.
Asus tried doing a hard reset but that didn't work. They want me to send it in
Have you sent it back yet? Maybe try this? http://forum.xda-developers.com/nexus-6/development/toolkit-wugs-nexus-root-toolkit-v1-9-8-t2947452
http://www.wugfresh.com/faqs/
Nephilim3883 said:
Have you sent it back yet? Maybe try this? http://forum.xda-developers.com/nexus-6/development/toolkit-wugs-nexus-root-toolkit-v1-9-8-t2947452
http://www.wugfresh.com/faqs/
Click to expand...
Click to collapse
yes, ive tried that. my pc no longer sees the np.

Moto x play com hard brick

People need help. Sorry if'm posting in the wrong place, I'm new here.
I have a Moto X Play (XT1563) And after I flash it to the stock rom 6.0 he installed it right more at the time of restart he did not call more, no charges and no starts in fastboot.
The bootloader it was unlocked, and the battery was at 20% load.
When I plug it in the PC it is recognized as UNKNOWN DEVICE. What I do to try to recover it? as seen videos of people recovering MOTO G1 AND 2, MOTO X 1 and 2. Thank you in advance!​
Rwaan said:
People need help. Sorry if'm posting in the wrong place, I'm new here.
I have a Moto X Play (XT1563) And after I flash it to the stock rom 6.0 he installed it right more at the time of restart he did not call more, no charges and no starts in fastboot.
The bootloader it was unlocked, and the battery was at 20% load.
When I plug it in the PC it is recognized as UNKNOWN DEVICE. What I do to try to recover it? as seen videos of people recovering MOTO G1 AND 2, MOTO X 1 and 2. Thank you in advance!​
Click to expand...
Click to collapse
1st thing is please Charge your moto x play First ,it must be charged at least 50%
2nd I cant understand what u want to say .
So, Please calm Down and Explain It.
xpectedme094 said:
1st thing is please Charge your moto x play First ,it must be charged at least 50%
2nd I cant understand what u want to say .
So, Please calm Down and Explain It.
Click to expand...
Click to collapse
My bike x play does not turn over and not charge or enter the fastboot mode, I was in the custom rom RR 6.0 went back to the stock and the battery was only 20% used the following commands FlashFile file in cmd ...
fastboot flash partition gpt.bin
fastboot flash bootloader bootloader.img
fastboot flash logo logo.bin
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash system system.img_sparsechunk.0
fastboot flash system system.img_sparsechunk.1
fastboot flash system system.img_sparsechunk.2
fastboot flash system system.img_sparsechunk.3
fastboot flash system system.img_sparsechunk.4
fastboot flash system system.img_sparsechunk.5
fastboot flash system system.img_sparsechunk.6
fastboot flash system system.img_sparsechunk.6
fastboot flash system system.img_sparsechunk.7
fastboot flash system system.img_sparsechunk.8
fastboot flash system system.img_sparsechunk.9
fastboot flash modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg fsg.mbn
fastboot erase cache
fastboot erase userdata
fastboot erase customize
fastboot erase clogo
fastboot reboot
* q in the last command is to restart it hung up and did not care anymore.
Rwaan said:
My bike x play does not turn over and not charge or enter the fastboot mode, I was in the custom rom RR 6.0 went back to the stock and the battery was only 20% used the following commands FlashFile file in cmd ...
fastboot flash partition gpt.bin
fastboot flash bootloader bootloader.img
fastboot flash logo logo.bin
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash system system.img_sparsechunk.0
fastboot flash system system.img_sparsechunk.1
fastboot flash system system.img_sparsechunk.2
fastboot flash system system.img_sparsechunk.3
fastboot flash system system.img_sparsechunk.4
fastboot flash system system.img_sparsechunk.5
fastboot flash system system.img_sparsechunk.6
fastboot flash system system.img_sparsechunk.6
fastboot flash system system.img_sparsechunk.7
fastboot flash system system.img_sparsechunk.8
fastboot flash system system.img_sparsechunk.9
fastboot flash modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg fsg.mbn
fastboot erase cache
fastboot erase userdata
fastboot erase customize
fastboot erase clogo
fastboot reboot
* q in the last command is to restart it hung up and did not care anymore.
Click to expand...
Click to collapse
If its not charging then there might be problem in your Charging Jack.
First press power Button ( Around 10 sec ) When Screen Off Immediately press Power and Volume less Button.
Bootloader Mode opens .
Connect Your Charger and Check whether Charger Connected or Not ??
Now
I
Came To Your Question * q in the last command is to restart it hung up and did not care anymore. ??
When You Command " fastboot reboot " it hang up to " Bootloader unlock Screen" Its Because might be While Flashing TWRP You by mistakely Remove Your "Boot Image" and Thats Why your Mobile Hang Up.
You should Also Note That All Moto X Play dont have same Boot Image .
You First Need To Download Boot Image Flash It Then Your Problem will sohrtout For Sure.
xpectedme094 said:
If its not charging then there might be problem in your Charging Jack.
First press power Button ( Around 10 sec ) When Screen Off Immediately press Power and Volume less Button.
Bootloader Mode opens .
Connect Your Charger and Check whether Charger Connected or Not ??
Now
I
Came To Your Question * q in the last command is to restart it hung up and did not care anymore. ??
When You Command " fastboot reboot " it hang up to " Bootloader unlock Screen" Its Because might be While Flashing TWRP You by mistakely Remove Your "Boot Image" and Thats Why your Mobile Hang Up.
You should Also Note That All Moto X Play dont have same Boot Image .
You First Need To Download Boot Image Flash It Then Your Problem will sohrtout For Sure.
Click to expand...
Click to collapse
Yes, he hung up and did not care anymore. when I command "Fastboot reboot" he simply hung up and now does not care and neither starts in fastboot and also does not charge. It kind "put out the fastboot mode system" and is being recognized the computer as "unknown device" and has no way gives the flash rom stock because does not start in fastboot mode. He got hardbrick.
more where I download the boot image of it? 're Almost impossible to find a solution to this problem.
* Very need your help, Thank you!:crying:
Rwaan said:
Yes, he hung up and did not care anymore. when I command "Fastboot reboot" he simply hung up and now does not care and neither starts in fastboot and also does not charge. It kind "put out the fastboot mode system" and is being recognized the computer as "unknown device" and has no way gives the flash rom stock because does not start in fastboot mode. He got hardbrick.
more where I download the boot image of it? 're Almost impossible to find a solution to this problem.
* Very need your help, Thank you!:crying:
Click to expand...
Click to collapse
Try Flashing Firmware through RSD Lite ( Note RSD Lite Cant support Window 10)
and Please Give me Some more information .
1. Do Bootloader Mode Open or Not.
2. What Command You Exactly use when your cell Bricked .
and please reply fast.
xpectedme094 said:
Try Flashing Firmware through RSD Lite ( Note RSD Lite Cant support Window 10)
and Please Give me Some more information .
1. Do Bootloader Mode Open or Not.
2. What Command You Exactly use when your cell Bricked .
and please reply fast.
Click to expand...
Click to collapse
1. He does not enter the bootloader mode. You can not use RSD Lite to be able to give him the flash, the RSD does not recognize him because he does not enter the fastboot mode, moto x play he does nothing're completely off. when I connect the computer it is always recognized as "unknown device" so I can not give it flash or the cmd and not by RSD Lite.
2.I used all of the commands but did not pay attention had given error in any command more in the last it is simply reset the device he hung up and did not care anymore. Ai can not do anything it just know that he ta working as it appears on the computer when I connect it, the following NOTIFICATION ...
"USB Device Not Recognized,
* installing drivers ... failure.
* Unknown device. "
Every time I connect it to the computer appears such reports and have all the drivers installed and already uninstalled and installed back more not decided.
someone there gives me the file "bootloader singleimage.bin" Moto X Play (XT1563) and drivers "Qualcomm HS-USB qdloader 9008 (com12)" for me to recover my device a Hard Brick. Thanks in advance.
I have the same problem
Rwaan said:
someone there gives me the file "bootloader singleimage.bin" Moto X Play (XT1563) and drivers "Qualcomm HS-USB qdloader 9008 (com12)" for me to recover my device a Hard Brick. Thanks in advance.
Click to expand...
Click to collapse
I have the same problem, Can you send me the files? please. do you advance with the thing? (sorry for my poor english)
laloraptor said:
I have the same problem, Can you send me the files? please. do you advance with the thing? (sorry for my poor english)
Click to expand...
Click to collapse
I have the files that can fix my machine, since'm two months without any solution. I need the files to resurrect my Moto X Play With HardBrick.
Who has the files please makes a uploud and I send. My Gmail is [email protected].
thank you!
I have same problem, my moto x play is hard bricked and gets only detected as qdloader Q9008. I am looking for the blank flash files, something like prog_emmc_firehose_8939.mbn
i also have hard bricked ( Qloader 9008 )
Did someone find a solution? Mine is also hard bricked the exact same way.
hi there I am in the same situation! any solution? any ideas?
gilbertoperezx1 said:
hi there I am in the same situation! any solution? any ideas?
Click to expand...
Click to collapse
It can be revived either by Blank flash files or by easy jtag emmc flash.. Unfortunately no one is having blank flash files.. Hopefully someone will come up with a blank flash file.. If you want to fix it quicky, then only way is flashing emmc by easy jtag box.. Like the video below..
https://www.youtube.com/watch?v=t7ZzeRGOoEw&feature=youtu.be
Moto x play hard brick
Moto x play turned off after an update and did not turn on nor does it give a precise signal of the files BlankFlash for XT1563
alexmota00 said:
Moto x play turned off after an update and did not turn on nor does it give a precise signal of the files BlankFlash for XT1563
Click to expand...
Click to collapse
Its hard bricked and no blank files aren't working as of now.. We have started a telegram group of those who got their MXp's hard bricked.. You can join too if like.. Here is the link : https://t.me/Unbrick_MXP
i have the same problem hardbrick please send me file. my mail [email protected]
david livingstone said:
i have the same problem hardbrick please send me file. my mail [email protected]
Click to expand...
Click to collapse
There is no working files available as of now..
share to me please have the same problem
Have the same problems please share to me this files
[email protected]

logo bootloop redmi 2

redmi 2
still have the luck?
no recovery mode, just fastboot
i have tried
- flash twrp ( restart and back to bootloop logo)
- fastboot reboot-edl ( still back to loop)
- flash with miflash
- repartition - https://forum.xda-developers.com/redmi-2/how-to/how-to-erase-partition-table-redmi-2-t3520410
- fastboot flash direct method - https://forum.xda-developers.com/redmi-2/how-to/error-resolved-t3324791
any suggest?
Thank you in advance
1.try miflash and flash rom according to your device... and look at progress (some doesnt flash just shows and finish fast) then try with another version of miflash, flash it it will take few minutes
2.if u r still in bootloop after these all ( i faced so many times dnt wrry )
then flash twrp, fastboot boot twrp...
flash any custom rom
I had the same problem, flash twrp and install a custom rom, it worked for me
Tried this method.Worked for me
1.Download the official fastboot rom from the official miui site
2.Check whether ur device is recognised or not
3.Install minimal adb and fastboot
4.Type these commands
fastboot flash system system.img
enter
fastboot flash boot boot.img
enter
fastboot flash recovery recovery.img
enter
fastboot flash cache cache.img
enter
if u want to remove all userdata then
fastboot erase userdata
fastboot flash userdata userdata.img
fastboot reboot.done!!!
I have same issues, when I unplug the charge the phone restart with bootloop, it is on, off and on and off, i cant go to recovery mode if not i charge, i just can go to fastboot mode if I don't plugged in my charge. And I can't go to bootloader menu's

Categories

Resources