Oh no! Looks like your kindle wont boot! Dont worry, this thread got ya covered. Welcome to the Unbricking Station!
NOTE: I DO NOT TAKE RESPONSIBILITY IF THESE METHODS WILL MAKE YOUR DEVICE WORSE. USE AT YOUR OWN RISK.
1. I have a red screen at boot-up. What should i do?
This happens when you install the 2nd bootloader when you are on
software version 7.3.0 or higher, even though you downgraded to 7.2.3 the 7.3.0-7.X.X bootloader will retain.
SOLUTION: Flashing the 7.2.3 uboot file will do the trick by booting into fastboot with a fastboot cable and type these commands
fastboot -i 0x1949 flash bootloader kfhd7-u-boot-prod-7.2.3.bin
or if that doesnt work and you have backed-up your stock boot, recovery, and system type these
fastboot -i 0x1949 flash boot stock-boot.img
fastboot -i 0x1949 flash recovery stock-recovery.img
fastboot -i 0x1949 flash system stock-system.img
2. When i bootup it just gets stuck in the blue kindle fire logo or the bootanimation. What should i do?
This happens when you installed the 2nd bootloader successfully and you might have killed a binary during stack installation, or you might have messed with the system files of your OS.
SOLUTION: If you can boot up to TWRP (recovery), you can just flash the stock Amazon OS or CyanogenMod once again.
Booting to recovery can be done by just pressing the volume up button while in the ORANGE kindle fire logo, after that just press install and select which OS you had before the error.
Amazon OS: http://forum.xda-developers.com/showthread.php?t=2218475
CyanogenMod 10.1: http://forum.xda-developers.com/showthread.php?t=2245335
Use adb sideload, if you don't have these files on the kindle's internal storage.
Go to advanced, then to ADB Sideload.
While in your computer, go to a command prompt and type
Adb sideload *osfilename*.zip
After that, it will install itself and you are good to go!
3. When i flashed FireFireFire/broke the bootloader, it wont startup, what should I do?
You flashed a incompatible bootloader (1st Gen) on a 2nd Gen device.
SOLUTION: Your best bet is just send it back for a replacement.
If anyone have anymore methods to unbrick their device, send me a PM to get a chance for your method to be featured in this thread.
Credits to Hashcode for the bootloader and to Amazon for a wonderful device. xD
Related
Hi all,
I've flashed CWM 6.0.2.3 instead of TWRP 2.5 to recovery partition after having unlocked the ASUS JB 4.2 bootloader using ASUS unlock tool V8. After that ASUS JB 4.2 was running well but not with root access AND i did the big mistake to use the wipe function in the bootloader ... since then i'm stuck in a boot loop with access only to CWM but i can't mount anything (internal or external sdcard) ! The good news is that i have still adb access under recovery => i run 'sudo adb reboot-bootloader' to access the bootloader menu which also provides me fastboot access ... the problem is than when i run 'sudo fastboot -w' in order to perform a wipe, the linux command hangs the tf300t after having erased and formatted the userdata partition (first one in the wipe process) !!!
Also, flashing system or recovery using fastboot works but i don't have the blue progress bar during the operation and the 'sudo fastboot reboot' command hangs the device ... for example if i run 'sudo fastboot flash recovery twrp.blob (i use the 42 version not JB or ICS one) i have a successfull output BUT fastboot is unable to reboot my device and when rebooted after pressing the power button for 8 secs i am back in CWM 6.0.2.3
I've noticed this output when booting the tablet to the bootloader menu : 'key driver not found booting os' and i've no clue about the meaning of this message => it seems that if i successfully flash TWRP this message will disappear ...
Any help would be greatly appreciated,
Have a nice day
I've exactly the same problem!
I tried to:
fastboot -i 0x0b05 flash system blob
fastboot says ok, but I can't reboot by:
fastboot -i 0x0b05 reboot
fastboot says ok, but nothing happend.
On reboot the pad show the CWM interface.
I tried this:
Reboot the pad. When the pad activates the usb port, I tried: adb reboot-bootloader
Then the bootloader interface is shown.
A cold boot does not work.
I need HELP
huebinger said:
I've exactly the same problem!
I tried to:
fastboot -i 0x0b05 flash system blob
fastboot says ok, but I can't reboot by:
fastboot -i 0x0b05 reboot
fastboot says ok, but nothing happend.
On reboot the pad show the CWM interface.
I tried this:
Reboot the pad. When the pad activates the usb port, I tried: adb reboot-bootloader
Then the bootloader interface is shown.
A cold boot does not work.
I need HELP
Click to expand...
Click to collapse
Hi, posting just to let you know that i had to make a RMA for my device which was still under warranty => Asus fixed it free of charge
Best regards
Sent from my ASUS Transformer Pad TF300T with Tapatalk HD
I can't think of any particular posts, but I've seen this scenario around in these forums before. Have a search around.
Hello Everyone!
Recently i had bought and LG G3 that had been preloaded with lollipop. So i decided to root it and install customer recovery thank to the new BUMP'D method that had just been released. Little did i know that google was going to be the death of me. I had accidentally used an entirely different installer (one for the D855) along with deleting my recovery, boot, aboot, laf, etc. in order to try and fix the problem. I ended up with endless errors including the fastboot_mode_started error as well as the endless bootloop with error message: LG Security error. Not finding a well organized post for people to see i have taken it upon myself to induce black magic in order to bring your devices back from the dead.
All of this is thanks to @autoprimes thread in which some people like me try to cut corners and brick our phones.
Follow his thread carefully: http://forum.xda-developers.com/showpost.php?p=59331618&postcount=1720
What you want to do is obtain the appropriate images from @autoprime.
The ones that i needed were the aboot, laf, recovery, as well as the patched boot from method 1.
****IF you are stuck in continuous bootloop. you must remove battery then hold down and power at the same time, insert battery, when lg screen appears release and quickly press again. this will take time, it took me 5-10 times to get it running. this will break the boot cycle and may boot you into recovery if you havent already erased it (in my case). if you have you will boot into fastboot_mode_started. You must then proceed to place all of the files (aboot,laf,modded boot, recovery) in the same folder as adb and fastboot program folder.. use the cmd prompt and replace the original cmd lines with fastboot code, for instance:
To flash aboot i would type this:
adb shell
su
fastboot erase aboot
fastboot flash aboot aboot.img <----------This will be what ever the name of the file is
fastboot erase recovery
fastboot flash recovery recovery.img<----------This will be what ever the name of the file is
fastboot erase laf
fastboot flash laf laf.img<----------This will be what ever the name of the file is
fastboot erase boot
fastboot flash modded-boot.img<----------This will be what ever the name of the file is
fastboot reboot recovery
from there you can restart from recovery and boot system up.
Remember download appropriate drivers for the ATT LG G3 in order for this all to work. also google some info on quickly getting adb running as you will need it.
After this i was up and running with everything functioning as it should. TWRP and root were also functioning .
Hi,
Device is: Asus Zenfone 2, Z008
At some point I managed to brick it. Restored it using xFstk and some fastboot magic.
Now, the big issue is, I cannot boot to recovery.
I can load bootloader (do fastboot commands), chose "Recovery", but it will just boot normal into the OS. Droid with hazard doesn't appear, just normal boot.
Tried (not all at once)
fastboot erase cache
fastboot format cache
installing twrp
flashing stock recovery.img
No joy.
What am I missing?
Video on Youtube with the issue: https://www.youtube.com/watch?v=ESnxjGDKwWA
Hi !
A quick answer has been provided here https://forum.xda-developers.com/showpost.php?p=71063211&postcount=598
Try this command after placing this recovery img into the adb folder and boot into bootloader
fastboot devices
enter
(check if it is recognised) then
fastboot boot recovery.img
( where recovery.img should be the exact name of your recovery you want to boot into)
Keep an eye on that thread you already have posted , more users may have replied
Good luck !
whenever i try to go into recovery mode, it takes me to the default one even after i flashed twrp. my bootloader is unlocked and i flashed twrp several times. even when i use the command prompt from fastboot mode it still takes me to the default recovery. any ideas to what's wrong?
Asafbzm said:
whenever i try to go into recovery mode, it takes me to the default one even after i flashed twrp. my bootloader is unlocked and i flashed twrp several times. even when i use the command prompt from fastboot mode it still takes me to the default recovery. any ideas to what's wrong?
Click to expand...
Click to collapse
This could be a solution or a workaround:
"Hello i just had a personal experience with my Asus zenfone selfie Z00T Stock recovery kept replacing TWRP. (Boot loader already unlocked)
This is how i got around it i downloaded the latest TWRP for my device and placed directly in minimal adb and fastboot app folder then i renamed it to recovery .
then i put my device in fastboot mode using the buttons on the phone and After i ran minimal adb and fastboot app as admin then i typed fastboot flash recovery recovery.img
once done i then i typed fastboot boot recovery.img. and my phone booted to twrp recovery then i selected reboot recovery directly on my phone and to finish reboot system (still in twrp) that's it.
(OEM commands to boot from fastboot to recovery do not work on some devices )
it only worked for me eventually because i downloaded the latest TWRP from the official TWRP website.
The idea is to flash the custom recovery and then booting from the custom recovery.img that you just used to flash (the one still on the pc) using minimal adb and fastboot app.
IT may not work on all devices as the commands may change from one device to another but the idea stays the same. (example for nexus fastboot -c "lge.kcal=0|0|0|x" boot recovery.img)
I hope this will help some people out."
sill not booting into twrp
Tiqqy said:
This could be a solution or a workaround:
"Hello i just had a personal experience with my Asus zenfone selfie Z00T Stock recovery kept replacing TWRP. (Boot loader already unlocked)
This is how i got around it i downloaded the latest TWRP for my device and placed directly in minimal adb and fastboot app folder then i renamed it to recovery .
then i put my device in fastboot mode using the buttons on the phone and After i ran minimal adb and fastboot app as admin then i typed fastboot flash recovery recovery.img
once done i then i typed fastboot boot recovery.img. and my phone booted to twrp recovery then i selected reboot recovery directly on my phone and to finish reboot system (still in twrp) that's it.
(OEM commands to boot from fastboot to recovery do not work on some devices )
it only worked for me eventually because i downloaded the latest TWRP from the official TWRP website.
The idea is to flash the custom recovery and then booting from the custom recovery.img that you just used to flash (the one still on the pc) using minimal adb and fastboot app.
IT may not work on all devices as the commands may change from one device to another but the idea stays the same. (example for nexus fastboot -c "lge.kcal=0|0|0|x" boot recovery.img)
I hope this will help some people out."
Click to expand...
Click to collapse
i've just tried this but the 'fastboot boot recovery' command just turn the phone back on from fastboot. thanks anyways!
Tiqqy said:
This could be a solution or a workaround:
"Hello i just had a personal experience with my Asus zenfone selfie Z00T Stock recovery kept replacing TWRP. (Boot loader already unlocked)
This is how i got around it i downloaded the latest TWRP for my device and placed directly in minimal adb and fastboot app folder then i renamed it to recovery .
then i put my device in fastboot mode using the buttons on the phone and After i ran minimal adb and fastboot app as admin then i typed fastboot flash recovery recovery.img
once done i then i typed fastboot boot recovery.img. and my phone booted to twrp recovery then i selected reboot recovery directly on my phone and to finish reboot system (still in twrp) that's it.
(OEM commands to boot from fastboot to recovery do not work on some devices )
it only worked for me eventually because i downloaded the latest TWRP from the official TWRP website.
The idea is to flash the custom recovery and then booting from the custom recovery.img that you just used to flash (the one still on the pc) using minimal adb and fastboot app.
IT may not work on all devices as the commands may change from one device to another but the idea stays the same. (example for nexus fastboot -c "lge.kcal=0|0|0|x" boot recovery.img)
I hope this will help some people out."
Click to expand...
Click to collapse
Work for me. Thanks buddy
This works, thumb up
Asafbzm said:
i've just tried this but the 'fastboot boot recovery' command just turn the phone back on from fastboot. thanks anyways!
Click to expand...
Click to collapse
i have suffered with the same problem for hours until i decided to come here and look for related article , it actually worked and made me wonder that it wasn't that hard to fix it , i just rebooted fastboot and flashed twrp and in the end typed 'fastboot reboot recovery.img
that solved my suffering within 5 seconds. thank you for sharing the knowledge
Tiqqy said:
This could be a solution or a workaround:
"Hello i just had a personal experience with my Asus zenfone selfie Z00T Stock recovery kept replacing TWRP. (Boot loader already unlocked)
This is how i got around it i downloaded the latest TWRP for my device and placed directly in minimal adb and fastboot app folder then i renamed it to recovery .
then i put my device in fastboot mode using the buttons on the phone and After i ran minimal adb and fastboot app as admin then i typed fastboot flash recovery recovery.img
once done i then i typed fastboot boot recovery.img. and my phone booted to twrp recovery then i selected reboot recovery directly on my phone and to finish reboot system (still in twrp) that's it.
(OEM commands to boot from fastboot to recovery do not work on some devices )
it only worked for me eventually because i downloaded the latest TWRP from the official TWRP website.
The idea is to flash the custom recovery and then booting from the custom recovery.img that you just used to flash (the one still on the pc) using minimal adb and fastboot app.
IT may not work on all devices as the commands may change from one device to another but the idea stays the same. (example for nexus fastboot -c "lge.kcal=0|0|0|x" boot recovery.img)
I hope this will help some people out."
Click to expand...
Click to collapse
I had the same issue on Poco F1 and this worked for me as well! Pleasant surprise. First result on google was this article and it worked, 2 minutes work.
Lamantin001 said:
I had the same issue on Poco F1 and this worked for me as well! Pleasant surprise. First result on google was this article and it worked, 2 minutes work.
Click to expand...
Click to collapse
Okay, I was a bit too early with that. The next time I turned off the phone and tried booting to recovery (Vol up+pwr), I got booted into factory recovery (mi-recovery 3.0) :/
Lamantin001 said:
Okay, I was a bit too early with that. The next time I turned off the phone and tried booting to recovery (Vol up+pwr), I got booted into factory recovery (mi-recovery 3.0) :/
Click to expand...
Click to collapse
Update:
I found the solution. I followed the steps in this article:
How can I keep MIUI from overwrite TWRP with stock recovery after a ROM flash?
I'm on fw Global 9.6.6.0. (Bought the phone 'bogus' unlocked with "fake" 9.6.4.0, bricked it while trying to restore chinese fw and re-lock bootloader using miflash - I'm not doing that again brought it back to life using the steps from...
forum.xda-developers.com
Asafbzm said:
whenever i try to go into recovery mode, it takes me to the default one even after i flashed twrp. my bootloader is unlocked and i flashed twrp several times. even when i use the command prompt from fastboot mode it still takes me to the default recovery. any ideas to what's wrong?
Click to expand...
Click to collapse
Try this:
when you are in fastboot mode type:
Code:
fastboot boot recovery.img
This command will boot your phone to twrp. Install twrp .zip file (there are 2 options when installing .img or .zip)
after this go to ADB/Sideload - This is in Advanced section
Then swipe to start a sideload. Now on your pc type:
Code:
adb sideload recovery.zip
This worked for me. I hope this works for you too
this is not troll, i just forgot command, but i understand where is problem, i just need help in issuing command, and also keeping TWRP after booting in system
okay, this is not usuall getting stuck in twrp after flashing it via fastboot.
i just need help how to boot , system
because way i installed it, is via fastboot:
' fastboot flash recovery twrp.img '
done good
but i mistakenly followed tutorial , and executed what they said should be okay (i mean it is okay, to boot it into recovery, but my phone manufacturer is stupid and don't include proper fastboot)
so i typed command
' fastboot boot recovery '
which it booted into recovery, and when i reboot into 'system' from twrp it boots into system. i had same issue, but i forgot command how to do this (and link to that solution also)
i just know that, last command, my phone misinterpret it , to boot recovery as boot way. instead of kernel, boot.img
------------------------------------------
because we have beautifull documentation on fastbood issued by google, i don't know how to make it boot system, i mean, boot.img
and, i want it to keep twrp installed, suprisingly, when i go power + volume up , sometimes it brings stock recovery and sometimes twrp.
for now, help me how to issue command, to boot kernel and not recovery
- and phone is: Allview Viva H801 , android 5.0
yea, some no name, that's why i'm asking for help
---------------
EDIT:
i think i managed to permamently flash TWRP, which was purpose, because now I can, use power on + volume up , and it always brings up TWRP (yay)
but now, i don't know how i can access bootloader (fastboot) , if i need to issue commands you instruct me to issue. i can use only twrp
kraken-gz said:
this is not troll, i just forgot command, but i understand where is problem, i just need help in issuing command, and also keeping TWRP after booting in system
okay, this is not usuall getting stuck in twrp after flashing it via fastboot.
i just need help how to boot , system
because way i installed it, is via fastboot:
' fastboot flash recovery twrp.img '
done good
but i mistakenly followed tutorial , and executed what they said should be okay (i mean it is okay, to boot it into recovery, but my phone manufacturer is stupid and don't include proper fastboot)
so i typed command
' fastboot boot recovery '
which it booted into recovery, and when i reboot into 'system' from twrp it boots into system. i had same issue, but i forgot command how to do this (and link to that solution also)
i just know that, last command, my phone misinterpret it , to boot recovery as boot way. instead of kernel, boot.img
------------------------------------------
because we have beautifull documentation on fastbood issued by google, i don't know how to make it boot system, i mean, boot.img
and, i want it to keep twrp installed, suprisingly, when i go power + volume up , sometimes it brings stock recovery and sometimes twrp.
for now, help me how to issue command, to boot kernel and not recovery
- and phone is: Allview Viva H801 , android 5.0
yea, some no name, that's why i'm asking for help
---------------
EDIT:
i think i managed to permamently flash TWRP, which was purpose, because now I can, use power on + volume up , and it always brings up TWRP (yay)
but now, i don't know how i can access bootloader (fastboot) , if i need to issue commands you instruct me to issue. i can use only twrp
Click to expand...
Click to collapse
Connect to adb while booted into TWRP and type the command:
adb reboot bootloader
That "should" boot into fastboot
For future reference, when flashing TWRP via fastboot, immediately after you flash the TWRP.img, enter the command:
adb reboot recovery
That should boot straight into TWRP and keep TWRP. If you let the device boot into any other mode than recovery, it will revert back to stock recovery, you have to boot directly into TWRP immediately after flashing it in order to keep TWRP.