So I'm sending in my Kindle HD7 for a replacement, and I'd like to revert it back to stock. However, for some reason I can't get fastboot commands to work. It was working just fine the day before
I have root, version 7.3.0 stock ROM, and Hashcode's bootloader on my device. ADB works fine. Plugging in the factory cable boots the HD7 into fastboot mode, but commands aren't going through.
Things I've tried or attempted (along with searching the forums :silly:
- Reinstall Kindle drivers
- Reinstalled SDK and such
- Attempted to use SoupKit (though I gave up since I had a hard time adjusting with the Ubuntu interface)
- Kindle Restore Tool (hangs on waiting device)
- KFFirstAide (hangs on waiting device)
- Manual flashing via command prompt (hangs on waiting device)
I know this problem usually comes about because the drivers aren't correctly installed. I did notice that when in fastboot mode, device manager shows a triangle for "'tate-pvt-08". At this point however, I have no idea how to approach this problem.
Seems like I am either left with getting fastboot to work so I can flash to stock, or somehow use TWRP to flash back to stock (but it won't wipe out the 2nd bootloader?).
Any help is much appreciated!
Well I was able to restore to stock using TWRP.
All I had to do was download the 7.2.3 bin file from Amazon and flash it using TWRP. Doing this removed bootloader, twrp, root, as well as restored the device to stock.
It was an obvious solution...just took me a while to realize it lol
I do still wonder what was happening with my fastboot drivers/access though...
Closed as per OP request.
MD
Related
Hi all, I've been searching online and I haven't found anything that helps or even directly applies, so I broke down and decided to ask for help.
I was working off the guide to root my kindle, install TWRP and then a ROM, first time doing this.
SO let me break down where I'm at:
-rooted
-TWRP installed
-there's no .zip that I can find to stall from (checked sdcard folder and all others)
-can't load into original OS, logo goes from orange to blue on its own, and hangs there
-when plugged into PC, it is recognized but says no drivers are installed for it (no matter how many times i try reinstalling it.)
- I can get it into fastboot mode, but can't seem to load anything (I've read that fastboot doesn't work with twrp)
- adb sideload doesn't seem to work, it cannot find device
So how can I get a .zip file loaded to twrp, or restore the device, without adb seeing the device?
Is there a specific way to install the drives, or a way to get the .zip loaded through fastboot that I'm not aware of?
I'm sorry if this has been addressed before, I haven't seen this exact issue, and the fixes that seem close haven't worked :
thanks guys!
G_G_L said:
Hi all, I've been searching online and I haven't found anything that helps or even directly applies, so I broke down and decided to ask for help.
I was working off the guide to root my kindle, install TWRP and then a ROM, first time doing this.
SO let me break down where I'm at:
-rooted
-TWRP installed
-there's no .zip that I can find to stall from (checked sdcard folder and all others)
-can't load into original OS, logo goes from orange to blue on its own, and hangs there
-when plugged into PC, it is recognized but says no drivers are installed for it (no matter how many times i try reinstalling it.)
- I can get it into fastboot mode, but can't seem to load anything (I've read that fastboot doesn't work with twrp)
- adb sideload doesn't seem to work, it cannot find device
So how can I get a .zip file loaded to twrp, or restore the device, without adb seeing the device?
Is there a specific way to install the drives, or a way to get the .zip loaded through fastboot that I'm not aware of?
I'm sorry if this has been addressed before, I haven't seen this exact issue, and the fixes that seem close haven't worked :
thanks guys!
Click to expand...
Click to collapse
Without a working ADB connection, you can't get a file to your device in TWRP. You can restore your system, recovery, and boot images with fastboot, but your device must be in fastboot mode first. If you decide to do that, you'll have to restore your stock system, recovery and boot images, saved from the 2nd bootloader install instructions, then start the whole process all over again.
soupmagnet said:
Without a working ADB connection, you can't get a file to your device in TWRP. You can restore your system, recovery, and boot images with fastboot, but your device must be in fastboot mode first. If you decide to do that, you'll have to restore your stock system, recovery and boot images, saved from the 2nd bootloader install instructions, then start the whole process all over again.
Click to expand...
Click to collapse
Cheers! Excellent advise! I got it restored to stock!
I used the img files from here: http://forum.xda-developers.com/showthread.php?t=1951254
and followed the fastboot directions here: http://forum.xda-developers.com/showthread.php?t=2277105
now try it again! (and hopefully succeed!)
Q&A for KFHD System.img Restore Tool- Updated links 5/15/14
Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer.
Before posting, please use the forum search and read through the discussion thread for KFHD System.img Restore Tool- Updated links 5/15/14. If you can't find an answer, post it here, being sure to give as much information as possible (firmware version, steps to reproduce, logcat if available) so that you can get help.
Thanks for understanding and for helping to keep XDA neat and tidy!
couldn't even get passed 1st step
onemeila said:
KINDLE FIRE HD ONLY!!! USE AT YOUR OWN RISK!!
I put together this tool for those that have tried to modify their system unsuccessfully and bricked their device. You must be able to get your device into fastboot for this to work. The easiest way is to purchase a factory cable or make your own(a $15 purchase or a little bit of your time is better than a bricked device).
The .img's in this tool were made from a rooted device w/ the su binary in place. There is no need to re-root your device, however if you choose to erase cache and user data(not necessary but may be a good idea) you will need to re-install Superuser.apk to gain root.
Instructions:
1.) Download the version you want to use from the link below and unzip.
2.) Enable fastboot mode. Turn off your device then plug into your pc using a factory cable. If the device is recognized by adb then you can use this command:
Code:
adb shell su -c "reboot bootloader"
3.) Run the SR Tool.bat and follow the instructions. If you wish to downgrade system versions see instructions at the bottom of the post.
Downloads:
KFHD_SRT_v1.3.5- 7.3.0 (seperate option for restoring factory recovery)
KFHD_SRT_v1.3.0- 7.2.3 (separate option for restoring factory recovery)
KFHD_SRT_v1.2.3- 7.2.3
KFHD_SRT_v1.2- 7.2.1
KFHD_SRT_v1.0- 7.1.5
I apologize for the size of this tool. The .img files used are rather large. If you want to use your own backup .img then download the lastest version of this tool from here. Just place your system.img inside images folder. It must be named system for option 1 or system2 for option 2
UPDATES:
4/20/13
-separate option to restore factory recovery and boot now on v1.3.0
4/17/13
-KFHD_SRT_v1.3.5
-flashing boot and recovery images now a separate option
3/21/13
-KFHD_SRT_v1.3.0
-boot and recovery images inlcuded
-SuperSU and GoogleServicesFramework now included as system apk's
12/22/12
-KFHD_SRT_v1.2.3
-System v7.2.3
-New option for installing Googleservicesframework.apk
12/17/12
-downgrade method instructions(confirmed)
12/1/12
-KFHD_SRT_v1.2
-new system partition backups for software v7.2.1
-vending.apk to phonesky.apk for newest version of play store
Instructions for downgrading to 7.2.1:
1.) Download boot and recovery imgs(these are backus from 7.2.1) from this LINK and place in the folder where you have access to fastboot or inside the KFHD_SRTool_v1.2 folder
2.) Use KFHD_SRTool_v1.2 to flash system.img.
3.) Erase userdata and cache
4.) Open a cmd prompt from the folder where you placed the previously downloaded .img's.
Use these cmds:
Code:
fastboot -i 0x1949 flash boot boot.img
fastboot -i 0x1949 flash recovery recovery.img
5- Reboot.
Those who deserve our thanks:
kinfauns for the how to on backing up and restoring system software.
bazm60 for confirming the method above works.
hellocali626 for bringing to my attention the need to flash boot and recovery images for downgrade.
Click to expand...
Click to collapse
My kindle fire hd is just staying on the beginning fastboot screen. my computer doesn't recognize it or anything. i think i accidentally deleted almost everything on it including the whole OS by using TWRP, so if someone could help it would be greatly appreciated.
cheezer4998 said:
My kindle fire hd is just staying on the beginning fastboot screen. my computer doesn't recognize it or anything. i think i accidentally deleted almost everything on it including the whole OS by using TWRP, so if someone could help it would be greatly appreciated.
Click to expand...
Click to collapse
Sounds like you need to install the correct drivers. Download and install the driver from this link:
http://forum.xda-developers.com/showthread.php?t=1890413
If that still doesnt work follow the directions from this one:
http://android.stackexchange.com/questions/48023/fastboot-not-working-for-kindle-fire-hd
My Kindle lost root.. So I downloaded and installed a super user... not sure what version off hand...
But its still not rooted.
I originally chose the option for the factory restore with root, Google Play Store, and the launcher.. And it was rooted for a couple of days.. I'm not sure if it lost root during reboot or not.
On a side note, it also no longer allows me to access storage through my PC. So I've been having to download everything straight to the Kindle.. Not sure if that matters... But I can't back it up because I can't save the backup files to my PC..
Any suggestions? Do I need to clear cache and dalvik for superuser to work? I've been hesitant to go into recovery mode..
Did it auto update to 7.5.1? That would explain why you lost root.
Red_81 said:
Did it auto update to 7.5.1? That would explain why you lost root.
Click to expand...
Click to collapse
Yes! Can I downgrade? And how to stop the update?
Or better yet I'll poke around to see about rooting 7.5.1..
Its my son's, so while I've flashed my android devices a billion times, this Kindle is a whole other thing...sorry for the questions..
You can either downgrade and then block auto update (look for threads with otacerts) or root 7.5.1. I believe the binary method still works.
OK I was able to get it back to 7.3.0...and even flashed it twice and cleared cache and user data...
But now the wifi won't turn on. I tried to click on ...nothing..
Is there a wifi fix I'm unaware of?
Try pushing the recovery only to it.
Please help!
Help me.
I can't unzip any zip-files downloaded from google Drive as Links about.
As links about?
onemeila said:
Sounds like you need to install the correct drivers. Download and install the driver from this link:
http://forum.xda-developers.com/showthread.php?t=1890413
If that still doesnt work follow the directions from this one:
http://android.stackexchange.com/questions/48023/fastboot-not-working-for-kindle-fire-hd
Click to expand...
Click to collapse
What about if i'm using a fastboot cable, and when i type adb devices or fastboot devices it still doesn't show up? I have the drivers installed for the fastboot cable but it just never shows up. I've been trying to use your tool to fix my bricked kindle that is stuck in a boot loop and has no system.img.
Recover from bootloop
As I am stuck in a bootloop, will I recover my kindle if I only restore the boot image?
Excellent resource! I now have Beanstalk Lollipop on my Kindle. Thank you!
Sent from my LG-VS980
Kindle Fire HD 7" overhaul
I tried to post this as a reply to "how to downgrade kindle fire hd" thread but as I'm a newb here, I was redirected to this thread. So here it goes...
I have a 2012 Kindle Fire HD 7" serial starting with D025, running firmware 7.5.1. I successfully rooted the device with the bin4ry method thanks to all the helpful members here. I am interested in getting TWRP loaded as well as flashing maybe a Cyanogen ROM. I haven't looked into the ROM's too much as I'd like to get TWRP on first... baby steps haha... So I saw instructions for getting TWRP on devices with firmware up to 7.4.8 or somewhere around there but nothing higher. Next step is to downgrade the Kindle to an older firmware. I have ordered SkOrPn's Factory Cable, should be here in a day or 2.
So onto the questions:
1. In this thread: http://forum.xda-developers.com/showthread.php?t=1951254 I see a list of system.img files to downgrade to. Does it matter which one I choose if I am going to be flashing Cyanogen ROM?
2. My next steps are to follow the instructions on that thread by plugging in the cable, run the adb command, run the SR Tool, follow instructions, and then on the bottom of the original post in that thread, it gives instructions for downgrading to 7.2.1. I take it those directions apply for any of the versions downgrading to?
This is where I am kind of lost as to what I am supposed to do from here. I am not sure what the SR tool accomplishes or intends to accomplish and the Factory Cable seems to be most often used as an "unbricking" device. I am not bricked, just looking to downgrade so as to get TWRP and Cyanogen. If there is an easier way for me to get TWRP and Cyanogen running without the downgrade or all this hullabaloo then I would be delightfully surprised.
So any help would be much appreciated
stuck on Fastboot
Hello, I definitely have a Kindle Fire HD 7 2012 and I do NOT yet have a factory cable, but it seems like the tool is working with my regular cable. When I use 1. Restore-Factory Rooted with SuperSU.apk my cmd screen tells me sending 'system' (907264 KB). . . OKAY (317.060s) writing 'system' . . . OKAY (72.750s) finished. total time: 389.821s
Even though I have erased cache and userdata, Factory Recovery, and Reboot normally I still am stuck on the FastBoot screen..
any suggestions ?
got Factory Cable Today still stuck in fastboot
HappyTNMom said:
Hello, I definitely have a Kindle Fire HD 7 2012 and I do NOT yet have a factory cable, but it seems like the tool is working with my regular cable. When I use 1. Restore-Factory Rooted with SuperSU.apk my cmd screen tells me sending 'system' (907264 KB). . . OKAY (317.060s) writing 'system' . . . OKAY (72.750s) finished. total time: 389.821s
Even though I have erased cache and userdata, Factory Recovery, and Reboot normally I still am stuck on the FastBoot screen..
any suggestions ?
Click to expand...
Click to collapse
I got my factory cable today. I plugged it into my kindle and to my pc. I tried to run the tool to clear cache, factory rooted with SuperSU.apk, Factory Recovery, then reboot normally and my kindle is still stuck on FastBoot....
What am I doing wrong? What else can I try? Thanks in advance for any help, much appreciated...
KFHD 7'' is not a KFHD 7'' 2013 KFSOWI ... bootloop fixed
I got a bootlooped kindle from someone and thought it was a KFHD 7'' it took me forever and quite a few attempts to fix and fails to discover it is a KFHD 7'' 2013 KFSOWI which it totally different. notable markings are no camera and angled edges on the back. also if you get to the point of running fastboot you will know as "getvar product" will return "soho-pvt-prod-07" instead of "tate-xxx-xxxx-xx"
i wanted to thank Red_81 from http://forum.xda-developers.com/showthread.php?t=1951254&page=23 who pointed me to the Kindlesuite guys which led me to http://forum.xda-developers.com/showthread.php?t=2685090&page=4 and the fantastic Firerooter tool it is super easy to use and does everything for you even has great help in it about updating the adb drivers etc.
just make sure you really have a 2013 KFSOWI version. i previously had it bootlooping, then red screen (when i used the KFHD SRT many times), and finally after trying Firerooter a couple of times got the dang thing working again. I ended up installing the 11.4.x then 11.3.x and wiping user data. I about fell out of my chair when I finally got a screen. So dont give up. I also had to get a fastboot cable.
I have bricked my Kindle Fire HD 7" 2nd Gen. The device is stuck in what i would assume is a boot loop. I am wondering if someone can confirm if the KFHD SRT is compatible with my device and could possibly unbrick it. Any information or suggestions would be greatly appreciated, I could not tell what versions the kindle were supported from the original thread. KFHD SRT THREAD: http://forum.xda-developers.com/showthread.php?t=1951254&highlight=kindle+fire+hd+7
Hi everybody
I've been running a rooted kindle fire hd for about a year with cyanogenmod and no problems. Tonight I downloaded the latest nightly update installed it with TWRP and re booted fine.
I kept getting google play services errors so decided to factory reset and clean everything up. Now I cannot get past the teamwin boot logo.
I see the orange kindlefire, blue kindlefire, then the teamwin logo flashes every 5 seconds.
Any ideas on how to recover this?
I posted this in standalone thread about a week ago, I've since bought a fastboot cable, which doesnt have any effect. I see Kindle fire on my PCs device manager so thinking there must be some sort of communication between the 2. Stuck with where to go now though. I know of at least 2 other people that have posted the same problem.
Regards
KP
Hi,
I was on 5.0, running stock recovery and rooted. Today, installed TWRP for 5.0 on my device. I tried to flash the droid command center widget on my phone usng twrp, and it failed. I also hit the fix permissions option. After that the phone does not boot up, simply flashes the unlocked bootloader sign and shows the moto boot animation for a second or two before shutting down.
I can boot into recovery, and the computer detects the phone. But adb doesn't detect the device. I have the 1092 5.0 OTA on my computer and saved it on the phone in an attempt to flash it thru TWRP, but that failed with the message shown in the img attached. I also tried flashing stock 4.4.4, but that gave an error "Updating partition details" failed.
Can someone help me get back into my phone? :crying: ADB doesn't seem to be detecting my phone, else I'd have tried to install a rom via fastboot.
I have multi-tool v4.1 installed, would I be able to flash a rom (stock unrooted and full wipe is perfectly fine too) via that considering adb does not detect my phone, but the computer does?
Well, that looks annoying.
I've found myself in similar situations when I've accidentally flashed something I shouldn't have. The good news is that if you can boot to recovery you can also probably boot to the bootloader and use fastboot.
Have you tried wiping everything and going back to stock? It's time consuming but at least you'll end up with a working phone.
I had to do this when I put the wrong recovery on a phone and it mangled partitions. Device wouldn't boot.
There are instructions for the moto x here
http://forum.xda-developers.com/moto-g-2014/general/restore-to-stock-t2873657
oldcynic said:
Well, that looks annoying.
I've found myself in similar situations when I've accidentally flashed something I shouldn't have. The good news is that if you can boot to recovery you can also probably boot to the bootloader and use fastboot.
Have you tried wiping everything and going back to stock? It's time consuming but at least you'll end up with a working phone.
I had to do this when I put the wrong recovery on a phone and it mangled partitions. Device wouldn't boot.
There are instructions for the moto x here
http://forum.xda-developers.com/moto-g-2014/general/restore-to-stock-t2873657
Click to expand...
Click to collapse
Thanks for the reply! Color me silly, but would I be able to use fastboot given that when I run adb the 'adb devices' command does not show my phone?
HAXTREME said:
Thanks for the reply! Color me silly, but would I be able to use fastboot given that when I run adb the 'adb devices' command does not show my phone?
Click to expand...
Click to collapse
Because fastboot mode can start on your device even before Android loads (and can even run when Android isn't installed at all), fastboot mode is useful for updating the firmware quickly, without having to use a recovery mode.
Adb relies on android booting and usb debugging being enabled and the computer being authorized for debugging (L feature). Fastboot does not. Try booting into the bootloader and then run "fastboot devices" . Mine shows up. I suspect yours will too. If it doesn't then I'm out of my depth here.
oldcynic said:
Because fastboot mode can start on your device even before Android loads (and can even run when Android isn't installed at all), fastboot mode is useful for updating the firmware quickly, without having to use a recovery mode.
Adb relies on android booting and usb debugging being enabled and the computer being authorized for debugging (L feature). Fastboot does not. Try booting into the bootloader and then run "fastboot devices" . Mine shows up. I suspect yours will too. If it doesn't then I'm out of my depth here.
Click to expand...
Click to collapse
Ah yes. For some reason, my fastboot file had gotten deleted from the folder and so the command didn't run. Everything went smooth once I noticed that. Had to downgrade to 4.4.4., but w/e. Thanks @oldcynic
SO I foolishly issued the fastboot command via ADB when it was working. I started to issue commands in order to install the 2nd bootloader and recovery. Since that point, the Kindle isn't recognized by Windows 10 Pro anymore and I've tried just about every utility, method and button combination there is.
I read that ADB only needs 4 seconds -/+ to initiate commands once the Kindle powers up. I've tried to issue the ADB to get it to boot back in normal mode and it always sits on <waiting for device>. I attached a screen shot showing what comes up in device manager. I've uninstalled the drivers, reinstalled but to no avail.
At this point, I'm willing to try anything. Stand on my head and shake the Kindle 5 times while rotating it clockwise....anything would help.
*UPDATE* I just more or less wiped my laptop which I have all the ADB drivers on as well as Android Studio. I'm going to run some tests to see if I can get that 4 second gap to initiate an ADB command to get the fastboot to go into normal boot more 4000.
*UPDATE 2* I managed to get generic ADB drivers as well as FASTBOOT drivers installed on my laptop. I can communicate with the Kindle a little. At this point, I've tried to issue ADB commands to restart with bootloader and other commands, but it only reboots back into FASTBOOT. The only thing I've been able to see is with KFFA, I can reboot to normal mode but it just comes back to FASTBOOT. I can also issue the test FASTBOOT and it gives me an ID and recognizes the Kindle. I've tried other options within KFFA but nothing seems to stick. I'm now officially stuck. Any help would be fantastic.
*UPDATE 3*
Thanks to this thread http://forum.xda-developers.com/kin...ment/unlock-kfsowi-bootloader-unlock-t3262770
I was able, or am in the process of loading a 2nd bootloader + TWRP and then on to CM13.
Any ideas?
Windows 10 Pro
Kindle Fire HD
Rooted with Kingroot
No Fastboot cable
Lots of frustration
Eh back to square one. It reverted and there is no TWRP recovery. It's stuck in FASTBOOT and will take most fastboot commands but I can't get ADB and the drivers loaded to issue any sideload commands.
This is weird.
Hello I have bricked my kindle fire and having similar driver issues I am able to get into fastboot mode with a diy factory cable boot any fastboot command comes back waiting for device . Can I ask where you got drivers please?
I used these:
http://forum.xda-developers.com/showthread.php?t=1890413
I also ran like every single recovery tool out there to help me fix this. After I did fix it, it updated to latest version and there is no root yet for it. I sold it.
If you need help, I think I might still have all the tools I used to get this back to stock and working.
Regards,
rast4man
I'm stuck at an issue that I've never seen before and need some assistance. I flashed invictrix 8.1.0 not to long ago and then installed an updated version of the rom through the rom's updater. It went through the automated flashing of the updated version and now I'm stuck in a recovery that seems to be stock, but it's not the stock version I am accustomed to seeing. I can not do anything in this recovery. I have used adb to do things before, but now adb and fastboot seem to get stuck at waiting for device errors or error:device not found even though adb devices and fastboot devices brings up the phone being connected. I now can no longer boot into the phone as I did a hard reset while my phone was operational.
Have you tried booting straight into fastboot mode by holding down Power+Vol Up until it reboots? And then see if you can use fastboot on your PC to flash TWRP again.
Also, all those error messages. Did you at some point reformat the cache partition as f2fs? It's supposed to be ext4..
I can boot into fastboot. The computer recognizes the phone through fastboot devices and adb devices. However, issuing a command through fastboot results in a waiting for device message. Maybe I need to find a more suitable adb. The one I’ve been using is the 15 second adb that only installs the google driver and the adb. I never formatted anything. I’m not sure what to do at this point.
I would use an unbrick guide and start from scratch.
Is there one you'd recommend ? I'm using this one :
https://forum.xda-developers.com/oneplus-3t/how-to/unbrick-unbrick-tutorial-oneplus-3t-t3515306
Yes, I also used it in the past and everything was ok.