[Q] Can I stop an update that has already begun? - Kindle Fire Q&A, Help & Troubleshooting

Sorry if this is a repost but I couldn't find anything on the subject.
I just got my Kindle Fire (1st gen) today and was toying around with it. It was connected to my wifi and then without prompting me shut off and began updating. I knew that there was no root for it so I turned the kindle off by holding the power button while it was updating. Is there any way for me to disable the update without powering it on the whole way?
It currently has 6.3.2 and I don't want to update to 6.3.3
I am aware that you can root 6.3.3 but from my understanding it requires a factory cable which I currently do not have.
Thank you
Update: I did some more digging and saw that it could be rooted but could not install a custom recovery without a factory cable. My apologies.

iAlec said:
Sorry if this is a repost but I couldn't find anything on the subject.
I just got my Kindle Fire (1st gen) today and was toying around with it. It was connected to my wifi and then without prompting me shut off and began updating. I knew that there was no root for it so I turned the kindle off by holding the power button while it was updating. Is there any way for me to disable the update without powering it on the whole way?
It currently has 6.3.2 and I don't want to update to 6.3.3
I am aware that you can root 6.3.3 but from my understanding it requires a factory cable which I currently do not have.
Thank you
Update: I did some more digging and saw that it could be rooted but could not install a custom recovery without a factory cable. My apologies.
Click to expand...
Click to collapse
I would never shut off any operating system in the middle of an update. It is trouble. I wish you the best, but I think you should be purchasing a factory cable.

Not sure what will happen when you power back on.
Could download kindle fire utility, start run.bat
Connect kindle, to PC, it should power on when connected.
See what happens.
Bad idea to power off in the middle of installing firmware.
Sent from my DROIDX using Tapatalk
---------- Post added at 08:48 PM ---------- Previous post was at 08:47 PM ----------
And yes saferoot will root 6.3.3, but still need fastboot cable for fff/twrp/roms
Sent from my DROIDX using Tapatalk

sd_shadow said:
Not sure what will happen when you power back on.
Could download kindle fire utility, start run.bat
Connect kindle, to PC, it should power on when connected.
See what happens.
Bad idea to power off in the middle of installing firmware.
Sent from my DROIDX using Tapatalk
---------- Post added at 08:48 PM ---------- Previous post was at 08:47 PM ----------
And yes saferoot will root 6.3.3, but still need fastboot cable for fff/twrp/roms
Sent from my DROIDX using Tapatalk
Click to expand...
Click to collapse
Unless someone overhauls Smirkit http://forum.xda-developers.com/showthread.php?t=1500935 .

Thepooch said:
Unless someone overhauls Smirkit http://forum.xda-developers.com/showthread.php?t=1500935 .
Click to expand...
Click to collapse
I hope so haha. I just got my Kindle Fire and do not have the ability to get a factory cable at this time

Check this out:
http://forum.xda-developers.com/showthread.php?t=2817362
Sent from my Amazon OtterX using XDA Free mobile app

Ixthusdan said:
Check this out:
http://forum.xda-developers.com/showthread.php?t=2817362
Sent from my Amazon OtterX using XDA Free mobile app
Click to expand...
Click to collapse
Maybe you could push fbmode can't test it my device is so far from stock never going back My point about smirkit is fastboot is not needed it writes bootloader and recovery from a running system. The only prerequisites are superuser or supersu, busybox with .sh working, terminal emulator and smirkit of course.

Neither fbmode nor smirkit work with 6.3.3
Sent from my DROIDX using Tapatalk

sd_shadow said:
Neither fbmode nor smirkit work with 6.3.3
Sent from my DROIDX using Tapatalk
Click to expand...
Click to collapse
So it won't work? That's too bad I got really excited for a minute haha

iAlec said:
So it won't work? That's too bad I got really excited for a minute haha
Click to expand...
Click to collapse
maybe someone can edit files or method, but I did not get any positive results.

sd_shadow said:
maybe someone can edit files or method, but I did not get any positive results.
Click to expand...
Click to collapse
I just tried it. I got it into fastboot mode but I couldn't install FFF (got stuck after step 4 in the second half of the post)

iAlec said:
I just tried it. I got it into fastboot mode but I couldn't install FFF (got stuck after step 4 in the second half of the post)
Click to expand...
Click to collapse
You sure kindle did not just reboot?
Sent from my DROIDX using Tapatalk

sd_shadow said:
You sure kindle did not just reboot?
Sent from my DROIDX using Tapatalk
Click to expand...
Click to collapse
It hung there for ~15 minutes. I'll try again tomorrow but didn't seem to get anywhere tonight.

iAlec said:
It hung there for ~15 minutes. I'll try again tomorrow but didn't seem to get anywhere tonight.
Click to expand...
Click to collapse
If it is fastboot kindle fire utility may work
Sent from my DROIDX using Tapatalk

sd_shadow said:
If it is fastboot kindle fire utility may work
Sent from my DROIDX using Tapatalk
Click to expand...
Click to collapse
Yeah I got it out using KFU so I'll just try again tomorrow. Thanks

iAlec said:
I just tried it. I got it into fastboot mode but I couldn't install FFF (got stuck after step 4 in the second half of the post)
Click to expand...
Click to collapse
You sure kindle updated to 6.3.3, checked system version?
Sent from my DROIDX using Tapatalk

Positive. And I don't have a factory cable.
Sent from my Note 3 using Tapatalk

iAlec said:
Positive. And I don't have a factory cable.
Sent from my Note 3 using Tapatalk
Click to expand...
Click to collapse
Yep it works I just need different commands
my steps
I just did
Step 1: Root the kindle fire
Step 2: Download fbmode
Step 3: Install fbmode by using adb push fbmode /data/local/tmp
Step 4: Set fbmode permissions by using: adb shell chmod 755 /data/local/tmp/fbmode
Step 5: Run these commands here:
Code:
adb shell
su
cd /data/local/tmp
./fbmode
exit
exit
Kindle reboots to fastboot mode
6. downloaded openrecovery-twrp-2.2.2.1-blaze.img and fff-u-boot_v1.5.bin
7. placed in adb folder
8. ran these command in command prompt
Code:
fastboot -i 0x1949 flash recovery openrecovery-twrp-2.2.2.1-blaze.img
fastboot -i 0x1949 flash bootloader fff-u-boot_v1.5.bin
fastboot -i 0x1949 oem idme bootmode 4000
fastboot -i 0x1949 reboot
9.done

Awesome I'll give this a try. Can you explain how you put those files from step 6 into the adb folder? I'm new to Android so I'm a little confused.
Sent from my Note 3 using Tapatalk

iAlec said:
Awesome I'll give this a try. Can you explain how you put those files from step 6 into the adb folder? I'm new to Android.
Sent from my Note 3 using Tapatalk
Click to expand...
Click to collapse
I just use these files adb-fastboot.zip mirrors unzip and move (AdbWinUsbApi.dll, AdbWinApi.dll, adb.exe, fastboot.exe) to a folder in c drive named adb.
Also move fbmode, FFF, and TWRP. Be sure to verify md5 checksums for FFF and TWRP flashing a corrupt Bootloader is bad.

Related

[Q] Bricked kindle fire wont register at all on my system

I never managed to finish a root using kindle utility I am unsure but believe it was my battery being low but it never would load back onto the program after the utility rebooted it. windows said it was unable to tell what kind of usb device the kindle was. I just need to know how to get the thing to be recognized on my computer. if i can get that far i can use an unbrick utility i found to fix it. Atm it doesnt load at all passed the orange and white kindle logo and im trying to charge my kindle but it is certainly acting odd, no way of telling if its charging or what. But i just need some general instructions or references to other links. maybe i mis installed the abd not sure. If anyone can get me going in the right direction I would be greatly thankful.
is it just one the orange and white logo? or does it like animate with a flash going from right to left? If it just sits there then you are probably in fastboot mode and can flash twrp through fastboot
Sent from my TF300T using Tapatalk 4
tobiascuypers said:
is it just one the orange and white logo? or does it like animate with a flash going from right to left? If it just sits there then you are probably in fastboot mode and can flash twrp through fastboot
Sent from my TF300T using Tapatalk 4
Click to expand...
Click to collapse
can you direct me to how to do so.
first, do you have fastboot working correctly on your PC?
Sent from my TF300T using Tapatalk 4
tobiascuypers said:
first, do you have fastboot working correctly on your PC?
Sent from my TF300T using Tapatalk 4
Click to expand...
Click to collapse
currently no. i get a usb error when i plug it in
Then do you have KFU downloaded?
Sent from my TF300T using Tapatalk 4
tobiascuypers said:
Then do you have KFU downloaded?
Sent from my TF300T using Tapatalk 4
Click to expand...
Click to collapse
Is abd the same as KFU? and if not where do i get it and if it is the same do i install the IDE or something else (i installed abd wrong the first time and removed it and havnt figured out the right way to do so)
KFU (kindle fire utility) is not the same as ADB. KFU is just a one-click tool used to root, and put a custom recovery on your kindle fire. So, do you have Kindle Fire Utility downloaded?
Sent from my TF300T using Tapatalk 4
tobiascuypers said:
KFU (kindle fire utility) is not the same as ADB. KFU is just a one-click tool used to root, and put a custom recovery on your kindle fire. So, do you have Kindle Fire Utility downloaded?
Sent from my TF300T using Tapatalk 4
Click to expand...
Click to collapse
OOOOHH I have that but it always says that my device is offline
OK well what I would like you to do is, unplug your device, go to the folder where kfu is and find /tools and right click to try to open command prompt at that location. Then plug your device in and type fastboot devices.
Sent from my TF300T using Tapatalk 4
tobiascuypers said:
OK well what I would like you to do is, unplug your device, go to the folder where kfu is and find /tools and right click to try to open command prompt at that location. Then plug your device in and type fastboot devices.
Sent from my TF300T using Tapatalk 4
Click to expand...
Click to collapse
it paused for a moment then created a newline waiting for commands
Can you unplug your device and then the command, then plug it in immediately after you hit enter
Sent from my TF300T using Tapatalk 4
tobiascuypers said:
Can you unplug your device and then the command, then plug it in immediately after you hit enter
Sent from my TF300T using Tapatalk 4
Click to expand...
Click to collapse
same result still getting a usb error on plugin
Try 'fastboot -i 0x1949 getvar product'
soupmagnet said:
Try 'fastboot -i 0x1949 getvar product'
Click to expand...
Click to collapse
stays on waiting on device never loads
Does your kindle fire logo stay brightly lit or does it go dim at any point?
soupmagnet said:
Does your kindle fire logo stay brightly lit or does it go dim at any point?
Click to expand...
Click to collapse
stays bright
Then, you need to work on fixing your drivers, or try Linux.
soupmagnet said:
Then, you need to work on fixing your drivers, or try Linux.
Click to expand...
Click to collapse
will a live usb work for linux? and if so which distro mint? ubuntu?
darkfire112886 said:
will a live usb work for linux? and if so which distro mint? ubuntu?
Click to expand...
Click to collapse
A live usb will work and either distro will be fine. You have to either run the commands as the root user, or set up your udev rules, or use the SoupKit for it to work properly.

[Q] Before I proceed...

Hey everyone. I am a fresh new owner of the Kindle Fire 2(and generation), running 10.4.6 firmware, and its definitely a nifty little thing. I got it solely for the purpose of rooting it and turning into some half-ass Nexus 7, haha. I've been reading up as much as I can, and from what I've been seeing, this device is a finnicky SOB. Things can go either really smoothly, or really badly at random. So before I take the plunge, I just wanna post the steps I'm gonna do in hopes that someone who is rooted and running a custom ROM can solidly confirm these steps are correct.
I'm going to use this guide here to for 10.4.6: http://forum.xda-developers.com/showthread.php?p=44577053
Then I'm going to use this guide for root: http://forum.xda-developers.com/showthread.php?t=2075959
Downgrade bootloader(not software firmware) to 10.2.4, flash TWRP using fastboot on PC, then load in the FMKilo-2.apk and CM and gapps on tablet, run Tweezermod, reboot into TWRP and do a full system wipe (I'll wipe 3x just to be safe), then flash CM and gapps.
From my understanding, I don't necessarily need a fastboot cable to root and flash ROMs, but I will need it incase things go haywire, which there is a moderate possibility of. Is all of this correct? I'm sorry if this is a redundant and pointless post, but I just want some solid answers before I dive in. I'm not new to Android or flashing, but this device is just a little intimidating, so I just wanna be safe. And who knows, maybe this post can help others with 10.4.6
Cheers, guys. :beer:
Sent from my LG-LS970 using xda app-developers app
I suggest putting the ROM and gapps onto the kindle before flashing twrp and 2nd bootloader, because the latest os detects if the boot loader isn't the same version as the os, if it doesn't match it boot loops into recovery and its slightly more complicated than drag and dropping the ROM once that happens.
Sent from my Amazon Kindle Fire HD running CM10.1 Tablet UI using xda-developers app
stunts513 said:
I suggest putting the ROM and gapps onto the kindle before flashing twrp and 2nd bootloader, because the latest os detects if the boot loader isn't the same version as the os, if it doesn't match it boot loops into recovery and its slightly more complicated than drag and dropping the ROM once that happens.
Sent from my Amazon Kindle Fire HD running CM10.1 Tablet UI using xda-developers app
Click to expand...
Click to collapse
So right after flashing TWRP, immediately flash CM and gapps? And how's my steps looking? Am I good to go without needing a fastboot cable?
Sent from my LG-LS970 using xda app-developers app
It seems like you left out the step for installing 2nd boot loader, I'm more familiar with the HD models so I'll have to check up on the details for flashing on kf2, but I think you can just use fire flash to flash twrp, but I'd better check before you start messing with the boot loader. And yea pretty much you have to flash a new ROM or a older amazon os from twrp after flashing.
Edit: I don't see any mention of fire flash being compatible with kf2's, best to avoid it. There's a thread that tells how to put second boot loader and twrp on in the android dev section if u haven't seen it. Here it is! http://forum.xda-developers.com/showthread.php?t=2100963
Sent from my Amazon Kindle Fire HD running CM10.1 Tablet UI using xda-developers app
stunts513 said:
It seems like you left out the step for installing 2nd boot loader, I'm more familiar with the HD models so I'll have to check up on the details for flashing on kf2, but I think you can just use fire flash to flash twrp, but I'd better check before you start messing with the boot loader. And yea pretty much you have to flash a new ROM or a older amazon os from twrp after flashing.
Edit: I don't see any mention of fire flash being compatible with kf2's, best to avoid it. There's a thread that tells how to put second boot loader and twrp on in the android dev section if u haven't seen it. Here it is! http://forum.xda-developers.com/showthread.php?t=2100963
Sent from my Amazon Kindle Fire HD running CM10.1 Tablet UI using xda-developers app
Click to expand...
Click to collapse
Sweet, thank you so much man! And I can do all of this WITHOUT the fastboot cable, right? I only need that if SHTF, correct? And one more thing, I put the 2nd bootloader on AFTER I downgrade to 10.2.4?
Once again, I apologize for all the questions. Just wanna be safe rather than sorry.
Sent from my LG-LS970 using xda app-developers app
Yes you downgrade the bootloader first or you will be needing a fastboot cable, hehe.
Sent from my Amazon Kindle Fire HD running CM10.1 Tablet UI using xda-developers app
stunts513 said:
Yes you downgrade the bootloader first or you will be needing a fastboot cable, hehe.
Sent from my Amazon Kindle Fire HD running CM10.1 Tablet UI using xda-developers app
Click to expand...
Click to collapse
Well, didn't get very far at all I couldn't get adb to recognize my device. I updated android SDK, install Google USB Drivers, installed new Kindle driver fixes in the reference thread in the development section, rebooted both device and computer. Adb just refused to recognize the device. Maybe I'll try a different computer?
Sent from my LG-LS970 using xda app-developers app
Make sure your drivers are installed, also remember adb doesn't work with fastboot mode, just thought I'd mention that. If you don't have the drivers installed use the ones in my signature.
Sent from my Amazon Kindle Fire HD running CM10.1 Tablet UI using xda-developers app
stunts513 said:
Make sure your drivers are installed, also remember adb doesn't work with fastboot mode, just thought I'd mention that. If you don't have the drivers installed use the ones in my signature.
Sent from my Amazon Kindle Fire HD running CM10.1 Tablet UI using xda-developers app
Click to expand...
Click to collapse
Well, for some reason I can't even get other computers to recognize my device using ADB. These same computers I've been using for root for quite sometime now, are all of the sudden not listing any devices through ADB, not even my phone. Should I try reinstalling adb drivers? And how would I go about using the USB drivers posted in your signature?
Sent from my LG-LS970 using xda app-developers app
You just find then device in the device manager with a yellow triangle next to it usually, right click it, hit update driver, and point it to the directory that u extracted that zip file to. If you happen to need a newer version of adb/fastboot, download the attachment on this post.
Sent from my Amazon Kindle Fire HD running CM10.1 Tablet UI using xda-developers app
stunts513 said:
You just find then device in the device manager with a yellow triangle next to it usually, right click it, hit update driver, and point it to the directory that u extracted that zip file to. If you happen to need a newer version of adb/fastboot, download the attachment on this post.
Sent from my Amazon Kindle Fire HD running CM10.1 Tablet UI using xda-developers app
Click to expand...
Click to collapse
Hey man, just wanted to say thanks for the ADB drivers and USB drivers! My device is now successfully rooted
However, I've ran into another problem. When continuing through the bootloader process, when I'm supposed to downgrade to 10.2.4, I'm supposed to enter the fastboot command to flash the bootloader, command prompt just hangs at <waiting for device>...
I've read through the thread about this message, but I couldn't find a clear answer, as it seems some people have succeed with AND without a fastboot cable for this part :/
Any suggestions?
Sent from my LG-LS970 using xda app-developers app
iamterence said:
Hey man, just wanted to say thanks for the ADB drivers and USB drivers! My device is now successfully rooted
However, I've ran into another problem. When continuing through the bootloader process, when I'm supposed to downgrade to 10.2.4, I'm supposed to enter the fastboot command to flash the bootloader, command prompt just hangs at <waiting for device>...
I've read through the thread about this message, but I couldn't find a clear answer, as it seems some people have succeed with AND without a fastboot cable for this part :/
Any suggestions?
Sent from my LG-LS970 using xda app-developers app
Click to expand...
Click to collapse
You can still do everything through the ADB shell. Using fastboot isn't really necessary, but you'll have to be really careful.
soupmagnet said:
You can still do everything through the ADB shell. Using fastboot isn't really necessary, but you'll have to be really careful.
Click to expand...
Click to collapse
Thank you for the response. Is there a guide somewhere I can use that explains how to issue the adb commands instead of going through fastboot?
*EDIT*
Dug around for a bit and stumbled across this. Would these be the correct commands for going through adb?
" Put them in the same directory as adb and open up cmd
cd to the directory with adb and issue the commands:
adb push otter2-freedom-boot.img /sdcard/
adb push otter2-twrp-2.4.4.0-recovery.img /sdcard/
adb shell
su
dd if=/sdcard/otter2-freedom-boot.img of=/dev/block/platform/omap/omap_hsmmc.1/by-name/boot
dd if=/sdcard/otter2-twrp-2.4.4.0-recovery.img of=/dev/block/platform/omap/omap_hsmmc.1/by-name/recovery
reboot"
Sent from my LG-LS970 using xda app-developers app
iamterence said:
Thank you for the response. Is there a guide somewhere I can use that explains how to issue the adb commands instead of going through fastboot?
*EDIT*
Dug around for a bit and stumbled across this. Would these be the correct commands for going through adb?
" Put them in the same directory as adb and open up cmd
cd to the directory with adb and issue the commands:
adb push otter2-freedom-boot.img /sdcard/
adb push otter2-twrp-2.4.4.0-recovery.img /sdcard/
adb shell
su
dd if=/sdcard/otter2-freedom-boot.img of=/dev/block/platform/omap/omap_hsmmc.1/by-name/boot
dd if=/sdcard/otter2-twrp-2.4.4.0-recovery.img of=/dev/block/platform/omap/omap_hsmmc.1/by-name/recovery
reboot"
Sent from my LG-LS970 using xda app-developers app
Click to expand...
Click to collapse
Close. Asuming your device is already rooted, you created your backups, AND flashed the stack override, you still need to downgrade the bootloader.
Code:
adb push otter2-u-boot-prod-10.2.4.bin /sdcard/
adb push otter2-freedom-boot.img /sdcard/
adb push otter2-twrp-2.4.4.0-recovery.img /sdcard/
adb shell
su
dd if=/sdcard/otter2-u-boot-prod-10.2.4.bin of=/dev/block/platform/omap/omap_hsmmc.1/by-name/bootloader
dd if=/sdcard/otter2-freedom-boot.img of=/dev/block/platform/omap/omap_hsmmc.1/by-name/boot
dd if=/sdcard/otter2-twrp-2.4.4.0-recovery.img of=/dev/block/platform/omap/omap_hsmmc.1/by-name/recovery
reboot
Be sure do check the md5s of all downloads before flashing though
soupmagnet said:
Close. Asuming your device is already rooted, you created your backups, AND flashed the stack override, you still need to downgrade the bootloader.
Code:
adb push otter2-u-boot-prod-10.2.4.bin /sdcard/
adb push otter2-freedom-boot.img /sdcard/
adb push otter2-twrp-2.4.4.0-recovery.img /sdcard/
adb shell
su
dd if=/sdcard/otter2-u-boot-prod-10.2.4.bin of=/dev/block/platform/omap/omap_hsmmc.1/by-name/bootloader
dd if=/sdcard/otter2-freedom-boot.img of=/dev/block/platform/omap/omap_hsmmc.1/by-name/boot
dd if=/sdcard/otter2-twrp-2.4.4.0-recovery.img of=/dev/block/platform/omap/omap_hsmmc.1/by-name/recovery
reboot
Be sure do check the md5s of all downloads before flashing though
Click to expand...
Click to collapse
Thank you, will try a little bit later in the day. One more question, do I no longer need the FMKilo apk? I've been seeing in other threads that the apk has been bricking devices, but v4 may or may not work. And its not mentioned in the 2nd bootloader thread, so I'm just a bit confused. Should I still download and run v4 after downgrading bootloader and installing TWRP, or should I just downgrade, install TWRP, and immediately flash CM + gapps from there? Wanna get all the clear information I can.
Sent from my LG-LS970 using xda app-developers app
Bump. Waiting for an answer before I continue with this.
Sent from my LG-LS970 using xda app-developers app
*UPDATE*
HOT DAMN! I AM RUNNING CM10.1!!!
So what I did was download all the needed files, and used the fixed commands posted above by Soup to adb push them to the device, then proceeded with did commands to flash them to the device. I made damn sure that the file names matched that of those in the commands, inputted them one by one, rebooted and was greeted by the blue Kindle Fire logo, where I was able to cycle through the options to get to recovery. Immediately wiped everything in TWRP, and flashed CM and gapps. Up and running! This tablet is soooooo much better with AOSP running on it. Thank you, Stunts and Soup for helping me out.
And this was all done WITHOUT a fastboot cable. It was extremely dangerous and risky, but I made it through unharmed.
Sent from my Amazon Kindle Fire2 using xda app-developers app
soupmagnet said:
Close. Asuming your device is already rooted, you created your backups, AND flashed the stack override, you still need to downgrade the bootloader.
Code:
adb push otter2-u-boot-prod-10.2.4.bin /sdcard/
adb push otter2-freedom-boot.img /sdcard/
adb push otter2-twrp-2.4.4.0-recovery.img /sdcard/
adb shell
su
dd if=/sdcard/otter2-u-boot-prod-10.2.4.bin of=/dev/block/platform/omap/omap_hsmmc.1/by-name/bootloader
dd if=/sdcard/otter2-freedom-boot.img of=/dev/block/platform/omap/omap_hsmmc.1/by-name/boot
dd if=/sdcard/otter2-twrp-2.4.4.0-recovery.img of=/dev/block/platform/omap/omap_hsmmc.1/by-name/recovery
reboot
Be sure do check the md5s of all downloads before flashing though
Click to expand...
Click to collapse
Please tell me, what if I use this image otter2-twrp-2.6.3.0-recovery.img instead of this otter2-twrp-2.4.4.0-recovery.img?
I use the zip-otter2-twrp-2.6.3.0-recovery.zip here. Just make sure your file shows the name you used.
Sent from my Amazon Kindle Fire2 using xda app-developers app

[Q] Kindle Fire Stuck At Boot Logo Screen, HELP?!?

Hello my device is stuck in bootloop and wont be reconised by my computer unless it is connected by a factory cable i bought from 'EarlyBird' on Amazon.
The screen turns on as well as the green light, it flickers and then goes black. This just REPEATS. (also the kindle fire logo shows in white/orange).
Plugged my kindle in with factory cable and showed up in Device Manager as KIndle fire like it should.
I have drivers installed so this is why.
How can i make the kindle boot up again and work like normal?!?
Thanks.
If you need more info or can help please reply to this thread or PM me.
http://forum.xda-developers.com/showthread.php?p=43569633
--》Sent from my mind to your screen
Ok thanks for the link, but I don't understand what to do? Could you please explain? Thanks
Sent from my C6903 using XDA Premium 4 mobile app
Lewiswatson99 said:
Ok thanks for the link, but I don't understand what to do? Could you please explain? Thanks
Sent from my C6903 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I recommend you read everything in that thread. Then read some more.
What I wrote in the original post is pretty self-explanatory. If you don't understand something I said then you haven't read enough.
This is NOT a basic device to work on. I also see you started in the Kindle fire 1 forums. If you flashed anything there you're already screwed.
--》Sent from my mind to your screen
Lewiswatson99 said:
Hello my device is stuck in bootloop and wont be reconised by my computer unless it is connected by a factory cable i bought from 'EarlyBird' on Amazon.
The screen turns on as well as the green light, it flickers and then goes black. This just REPEATS. (also the kindle fire logo shows in white/orange).
Plugged my kindle in with factory cable and showed up in Device Manager as KIndle fire like it should.
I have drivers installed so this is why.
How can i make the kindle boot up again and work like normal?!?
Thanks.
If you need more info or can help please reply to this thread or PM me.
Click to expand...
Click to collapse
The restore tool links are not working right now. Have to wait until it get's fixed.
Umm thanks for your help. I'll read through it ALL. And I thought my kindle fire was the 1st gen but found out was 2nd gen. Luckily I didn't get far another to do anything stupid to it.
Sent from my C6903 using XDA Premium 4 mobile app
I'm not sure if I said but my kindle fire isn't recognised when plugged in normal cable AT ALL so doesn't show up in adb devices. However when put in factory cable its recognised by device manager only. Adb devices does not see anything. Why is that ?
P.s remember my kindle is stuck at boot loop
Sent from my C6903 using XDA Premium 4 mobile app
Because adb doesn't work with fastboot, with fastboot you use fastboot commands. Once its in fastboot I suggest using this to restore it to working order: http://forum.xda-developers.com/showthread.php?t=2096888
Sent from my Amazon Kindle Fire HD running CM10.1 Tablet UI using xda-developers app
Lewiswatson99 said:
Umm thanks for your help. I'll read through it ALL. And I thought my kindle fire was the 1st gen but found out was 2nd gen. Luckily I didn't get far another to do anything stupid to it.
Sent from my C6903 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Give me a pm if you have issues with my download link. I think there is probably enough info here to help.
The main thing is to have the right versions adb and fast boot available and you should be able to restore ok.
--》Sent from my mind to your screen
The OP has a problem, and what happens? 2 users get in a territory dispute
And now a Mod has to do clean-up. If you 2 wanna argue, go take it to the playground or something.
And if you can't post something more constructive to the issue, then just don't post.
In the meantime, the OP still has an issue, so hopefully some of the KF folks that want to help will get your issue fixed.
Cheers
MD
So like he said, can someone help me! Thanjs
Sent from my C6903 using XDA Premium 4 mobile app
Lewiswatson99 said:
So like he said, can someone help me! Thanjs
Sent from my C6903 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
@mindmajick asked you to PM him if the links aren't working. I'm confident he can help you with some things.
Just make sure you read and understand everything. Several times if need be.
KF's can be a bit tricky. I know. I fixed a local guys for him (never owned one myself)
MD
I understand that your need to flash a new .IMG and a new system image. I believe that your download then has those files. I see from the text that I out the text/code into fastboot with kindle connect with fastboot cable. Then should reboot and work. Is that right? Does kindle have to show in adb devices for this to work as its not for me...
Sent from my C6903 using XDA Premium 4 mobile app
ADB is for pushing and fastboot is for flashing. No, while in fastboot you won't see ADB recognized. Try typing fast boot devices to see if fastboot is set up right and type fastboot getvar all in the command prompt to see if your device is recognized. Also if you're running Windows 7 X64 or Windows 8 you should disable Windows driver enforcement first.
Sent from Nexus 7 flo running SinLess ROM 4.4.2 with ElementalX kernel using xda app-developers app
So am I right in what I said?
Sent from my C6903 using XDA Premium 4 mobile app
Lewiswatson99 said:
So am I right in what I said?
Sent from my C6903 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Yes you are correct. So is linearequation.
But use "fastboot -I 0x1949 devices" to be sure it's there. It MAY not show up otherwise.
--》Sent from my mind to your screen
Might be bad what i have done...
mindmajick said:
Yes you are correct. So is linearequation.
But use "fastboot -I 0x1949 devices" to be sure it's there. It MAY not show up otherwise.
--》Sent from my mind to your screen
Click to expand...
Click to collapse
I found somewhere else to flash boot.img and recovery.img
so i did and now when i boot it shows this: (Hope you can see the photos)
Lewiswatson99 said:
I found somewhere else to flash boot.img and recovery.img
so i did and now when i boot it shows this: (Hope you can see the photos)
Click to expand...
Click to collapse
Something didn't work
Looks like one of the images didn't flash correctly.
What commands did you use?
--》Sent from my mind to your screen
iS THIS RIGHT?
mindmajick said:
Something didn't work
Looks like one of the images didn't flash correctly.
What commands did you use?
--》Sent from my mind to your screen
Click to expand...
Click to collapse
Hello, i used the .img 's from the guy who sent the first link andused then i did:
fastboot -i 0x1949 flash boot boot.img
fastboot -i 0x1949 flash recovery recovery.img
IS THIS RIGHT? THANKS
Lewiswatson99 said:
Hello, i used the .img 's from the guy who sent the first link andused then i did:
fastboot -i 0x1949 flash boot boot.img
fastboot -i 0x1949 flash recovery recovery.img
IS THIS RIGHT? THANKS
Click to expand...
Click to collapse
fastboot -i 0x1949 flash boot boot.img
fastboot -i 0x1949 flash recovery recovery.img
fastboot -i 0x1949 flash system system.img
Yeah... looks right. But you really need the system.img
--》Sent from my mind to your screen

[Q] kindle 6.3.3 how to root?

not 6.3.2
kindle fire utility boot status unknown
adb is online..how to looting?
Use Kindle Fire Utility to root.
Sent from my XT894 using Tapatalk
sd_shadow said:
Use Kindle Fire Utility to root.
Sent from my XT894 using Tapatalk
Click to expand...
Click to collapse
I've been trying last night and today, and it won't work. The version is 6.3.3. Drivers are fine, shows up as Android Composite ADB Interface in device manager on windows 7. I can access the Kindle as a drive on my PC. When I run Kindle Fire Utility 0.9.9, it reports
ADB Status: Online
Boot Status: Unknown.
If I try to either manually set fastboot with option 1 Bootmode Menu, or try to "Install Permanent Root with Superuser" option 2, it has
Installing Permanent Root
Activating Fastboot (4002)
5090 KB/s (510876 bytes in 0.09x) then this:
couldn't write bp1, panic!
finds twrp.img, and downloads fff.bin. Then the kindle reboots, KFU says "Installing FFF..." and <waiting for device>.
But then does nothing, even after I swipe the lock and go back into file transfer mode on the kindle.
Anything I try to do reports "couldn't write bp1, panic!" on KFU. I have another kindle that rooted fine, this one just refuses to.
Any ideas?
AviatorDave said:
I've been trying last night and today, and it won't work. The version is 6.3.3. Drivers are fine, shows up as Android Composite ADB Interface in device manager on windows 7. I can access the Kindle as a drive on my PC. When I run Kindle Fire Utility 0.9.9, it reports
ADB Status: Online
Boot Status: Unknown.
If I try to either manually set fastboot with option 1 Bootmode Menu, or try to "Install Permanent Root with Superuser" option 2, it has
Installing Permanent Root
Activating Fastboot (4002)
5090 KB/s (510876 bytes in 0.09x) then this:
couldn't write bp1, panic!
finds twrp.img, and downloads fff.bin. Then the kindle reboots, KFU says "Installing FFF..." and <waiting for device>.
But then does nothing, even after I swipe the lock and go back into file transfer mode on the kindle.
Anything I try to do reports "couldn't write bp1, panic!" on KFU. I have another kindle that rooted fine, this one just refuses to.
Any ideas?
Click to expand...
Click to collapse
You have another kindle that has 6.3.3 that rooted with no issues? Just curious. Planning on rooting mine as well and looking for any insight as I don't want to brick my device since it updated to 6.3.3 on me.
nathan.stanford said:
You have another kindle that has 6.3.3 that rooted with no issues? Just curious. Planning on rooting mine as well and looking for any insight as I don't want to brick my device since it updated to 6.3.3 on me.
Click to expand...
Click to collapse
Yes, I actually had 2 of them that rooted fine. They are all KF HD 7" First Generation. This one just won't. I'm now working with the KF First Aide tool kit, and I now get SU: ACCESS DENIED or something like that. Communication with ADB is fine, there's a permission issue somewhere I can't figure out.
Towelroot.com
Sent from my SCH-I545 using Tapatalk
joshuabg said:
Http://Towelroot.com
Sent from my SCH-I545 using Tapatalk
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=2783157
Sent from my XT894 using Tapatalk
---------- Post added at 01:34 PM ---------- Previous post was at 01:33 PM ----------
Think your link has an extra http://
Sent from my XT894 using Tapatalk
sd_shadow said:
http://forum.xda-developers.com/showthread.php?t=2783157
Sent from my XT894 using Tapatalk
---------- Post added at 01:34 PM ---------- Previous post was at 01:33 PM ----------
Think your link has an extra http://
Sent from my XT894 using Tapatalk
Click to expand...
Click to collapse
Hmmm. Downloaded it, installed it. The "make it rain" button that says it will reboot my device does not.
Rooting Kindle running 6.3.3
so you have successfully rooted a kindle fire hd running 6.3.3? I have spent all day trying to figure out how to root mine and install a version of jelly bean. Could you point me in the direction of what versions of jellybean/kindle fire utility to use? i have tried using kf utility 0.9.9 and i have the same issue as you where it says the device is online but the boot status is unknown. Thx for the help.
Rob251 said:
so you have successfully rooted a kindle fire hd running 6.3.3? I have spent all day trying to figure out how to root mine and install a version of jelly bean. Could you point me in the direction of what versions of jellybean/kindle fire utility to use? i have tried using kf utility 0.9.9 and i have the same issue as you where it says the device is online but the boot status is unknown. Thx for the help.
Click to expand...
Click to collapse
Awww crapola. Nevermind. All I knew was that both of them were on 6.3.3, so I thought that was what they've always been on. Bzzzzt. The one that was working still has the adw launcher installed, but it doesn't have root any more. So THAT'S why KFU doesn't work on this new one.
They are my girlfriend's kids' kindles, and I told her not to ever update them, but I guess this one was pushed out.
So.... how long until theres a root kit for 6.3.3?
AviatorDave said:
Awww crapola. Nevermind. All I knew was that both of them were on 6.3.3, so I thought that was what they've always been on. Bzzzzt. The one that was working still has the adw launcher installed, but it doesn't have root any more. So THAT'S why KFU doesn't work on this new one.
They are my girlfriend's kids' kindles, and I told her not to ever update them, but I guess this one was pushed out.
So.... how long until theres a root kit for 6.3.3?
Click to expand...
Click to collapse
Hopefully soon, i heard towelroot this new program/website that roots a bunch of devices may work. have you heard anything about it? i dont want to brick my kindle.
Rob251 said:
Hopefully soon, i heard towelroot this new program/website that roots a bunch of devices may work. have you heard anything about it? i dont want to brick my kindle.
Click to expand...
Click to collapse
Didn't brick it, but didn't work either. The apk installs just fine, but when I click the "make it rain" button that says the device will reboot, nothing happens. The device does not reboot, and is not rooted. I tried rebooting the kindle and trying again with the same result. I guess I now fit the definition of insanity.
AviatorDave said:
Didn't brick it, but didn't work either. The apk installs just fine, but when I click the "make it rain" button that says the device will reboot, nothing happens. The device does not reboot, and is not rooted. I tried rebooting the kindle and trying again with the same result. I guess I now fit the definition of insanity.
Click to expand...
Click to collapse
And... tried V2 of towelroot this morning. Still no worky-worky.
Somebody get a straitjacket.
Old rooting methods not working yah...
What I have done -
1. fastboot using factory cable
2. install TWRP+FFF with KFU
3.flash modified pre-rooted ROM
If Amazon continues updating 1st gen, not sure there are lots of enthusiasts, who would continue rooting it. Thus decided to switch to alternative ROM. Well, stock is better for battery etc... etc... but as I do also have HDX and most of time use it, having stock ROM on 1st gen is not as crucial for me.
According to this post (and the post above^^), if you have a factory cable (special cable used to power on in bootloader mode), you can revert to a custom recovery and bootloader and then flash a 6.3.2 ROM. Problem then is avoiding another OTA.
http://forum.xda-developers.com/showpost.php?p=53532982&postcount=2
my fff said:
in cmd driver number showing.but in kfu boot status unknown...adb driver composit installed..
why that? kfu trouble?kindle version 6.3.3 is 6.3.2 same thing?
Click to expand...
Click to collapse
see firmware 6.3.3 -=Post your rooting progress here=-
---------- Post added at 08:37 AM ---------- Previous post was at 08:36 AM ----------
Please don't just start a new thread, when you don't get the answer you want.
my fff said:
Not Kfu. In cmd kindle fire tooting
Click to expand...
Click to collapse
no toot for 6.3.3, cmd other otherwise
To root new update 6.3.3, you need a fastboot/factory cable, adb/ fastboot.exe files, FFF bootloader.bin, twrp.img, and my prerooted 6.3.3 zip
Kindle Fire Utility does not work with 6.3.3 update
Sent from my XT894 using Tapatalk

[Q] Rooting Kindle Fire 1st Gen 6.3.4

Hey all!
I'm sorry if there's a post about this somewhere and I missed it but I looked and couldn't find anything.
I recently bought a 1st gen Kindle Fire off a friend of mine and I want to root it so I can have a bit more usability than what it comes with. The problem is that it's running 6.3.4 and I've only been seeing root help and tools for 6.3.2 and lower. I tried using the KFU but the root tool there wasn't able to perform the necessary operations (it just restarts in fastboot and won't continue from there). Does anyone have any tips or advice for how I would still be able to root this device? I've even looked into trying to revert back to 6.3.2 but haven't found anything that allows for that.
Any help would be great! Thanks in advance!
bremucayon said:
Hey all!
I'm sorry if there's a post about this somewhere and I missed it but I looked and couldn't find anything.
I recently bought a 1st gen Kindle Fire off a friend of mine and I want to root it so I can have a bit more usability than what it comes with. The problem is that it's running 6.3.4 and I've only been seeing root help and tools for 6.3.2 and lower. I tried using the KFU but the root tool there wasn't able to perform the necessary operations (it just restarts in fastboot and won't continue from there). Does anyone have any tips or advice for how I would still be able to root this device? I've even looked into trying to revert back to 6.3.2 but haven't found anything that allows for that.
Any help would be great! Thanks in advance!
Click to expand...
Click to collapse
[How To][Root] Kindle Fire 1 update 6.3.4 [2014]
Sent from my XT907 using Tapatalk
sd_shadow said:
[How To][Root] Kindle Fire 1 update 6.3.4 [2014]
Sent from my XT907 using Tapatalk
Click to expand...
Click to collapse
I searched for close to two days and that post never showed up. Thanks for the redirect!
Or
http://forum.xda-developers.com/showthread.php?t=3110932
2015 - update-kindle-6.3.4_D01E_4120220
Sent from my XT907 using Tapatalk
sd_shadow said:
Or
http://forum.xda-developers.com/showthread.php?t=3110932
2015 - update-kindle-6.3.4_D01E_4120220
Sent from my XT907 using Tapatalk
Click to expand...
Click to collapse
Okay, so I followed all of the steps to the letter on the first post you listed and its rooted and have Google apps on there now through KFU. The problem is now that I can't install TWRP or FireFireFire. It goes back to not working in fastboot. I'm pretty new to rooting but I want to put some version of android onto this but I can't find any troubleshoot for this particular problem.
bremucayon said:
Okay, so I followed all of the steps to the letter on the first post you listed and its rooted and have Google apps on there now through KFU. The problem is now that I can't install TWRP or FireFireFire. It goes back to not working in fastboot. I'm pretty new to rooting but I want to put some version of android onto this but I can't find any troubleshoot for this particular problem.
Click to expand...
Click to collapse
what step is failing? did you watch my video?
sd_shadow said:
Or
http://forum.xda-developers.com/showthread.php?t=3110932
2015 - update-kindle-6.3.4_D01E_4120220
Sent from my XT907 using Tapatalk
Click to expand...
Click to collapse
When I try to push the fbmode file to the kindle it keeps saying device not found (adb push fbmode /data/local/tmp). Its one of the first steps. I have the drivers installed and the computer is recognizing the device is connected but it's not going any further. I tried reinstalling the drivers but nothing's worked so far.
Did you watch my video?
Sent from my XT907 using Tapatalk
sd_shadow said:
Did you watch my video?
Sent from my XT907 using Tapatalk
Click to expand...
Click to collapse
I did, and then when I was ready to do it myself I put it back on with the intention of following you step by step but I got stopped right here in the beginning. I have the C drive adb folder with all of the files you listed and I verified each download.
bremucayon said:
I did, and then when I was ready to do it myself I put it back on with the intention of following you step by step but I got stopped right here in the beginning. I have the C drive adb folder with all of the files you listed and I verified each download.
Click to expand...
Click to collapse
Verified root access? With root checker
https://play.google.com/store/apps/details?id=com.joeykrim.rootcheck
Sent from my XT907 using Tapatalk
sd_shadow said:
Verified root access? With root checker
https://play.google.com/store/apps/details?id=com.joeykrim.rootcheck
Sent from my XT907 using Tapatalk
Click to expand...
Click to collapse
Yep, verified Kindle Fire for Android version 2.3.4 with Root Checker
bremucayon said:
Yep, verified Kindle Fire for Android version 2.3.4 with Root Checker
Click to expand...
Click to collapse
How is it listed in device manager?
Sent from my XT907 using Tapatalk
sd_shadow said:
How is it listed in device manager?
Sent from my XT907 using Tapatalk
Click to expand...
Click to collapse
It's listed under Android Phone with Android ADB Interface
bremucayon said:
It's listed under Android Phone with Android ADB Interface
Click to expand...
Click to collapse
Try a different USB port and/or USB cable
Sent from my XT907 using Tapatalk
sd_shadow said:
Try a different USB port and/or USB cable
Sent from my XT907 using Tapatalk
Click to expand...
Click to collapse
I've tried it with two different USB cables in every port on my computer with no luck. I even tried my old Motorola USB cable that I used to root my Droid years ago with no success.
bremucayon said:
It's listed under Android Phone with Android ADB Interface
Click to expand...
Click to collapse
What is kindle doing now, running stock rom, booted normal?
Sent from my XT907 using Tapatalk
sd_shadow said:
What is kindle doing now, running stock rom, booted normal?
Sent from my XT907 using Tapatalk
Click to expand...
Click to collapse
I haven't been able to push any other rom to it but I did use KFU to install Google Play and GoLauncher but beyond that I haven't done anything else to it.
bremucayon said:
I haven't been able to push any other rom to it but I did use KFU to install Google Play and GoLauncher but beyond that I haven't done anything else to it.
Click to expand...
Click to collapse
It should be listed as Android composite adb interface see
How to install adb drivers http://forum.xda-developers.com/showthread.php?p=23747671
Sent from my XT907 using Tapatalk
sd_shadow said:
It should be listed as Android composite adb interface see
How to install adb drivers http://forum.xda-developers.com/showthread.php?p=23747671
Sent from my XT907 using Tapatalk
Click to expand...
Click to collapse
Alright, I restarted the device in normal mode and the Device Manager now says Android Composite ADB Interface however the Command Prompt is now saying
C:\adb>adb push fbmode \data\local\tmp
adb server is out of date. killing...
* daemon started successfully *
error: device not found
Click to expand...
Click to collapse
bremucayon said:
Alright, I restarted the device in normal mode and the Device Manager now says Android Composite ADB Interface however the Command Prompt is now saying
Click to expand...
Click to collapse
I don't know, could get a fastboot cable.
How to flash twrp and firefirefire with a Fastboot cable
http://forum.xda-developers.com/showpost.php?p=53652317&postcount=2
Sent from my XT907 using Tapatalk

Categories

Resources