[BACKUP][RECOVERY] Kindle Fire HD and 2 First Aide Software - Noob (Simple) Version

In your opinion, when looking back at this thread, how easy were the instructions?


  • Total voters
    311
Search This thread

dekor8tor

Member
Oct 25, 2011
28
0
Cannock
Help

hi chris i ran those cmds and i got this

Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.

C:\Users\Richard>cd C:\KFFirstAide

C:\KFFirstAide>adb shell "busybox mount -o remount,rw /system"
/system/bin/sh: busybox: not found

C:\KFFirstAide>adb shell "rm /data/local.prop"

C:\KFFirstAide>adb shell su -c "rm /data/local.prop"
/system/bin/sh: su: not found

C:\KFFirstAide>adb shell "busybox mount -o remount,ro /system"
/system/bin/sh: busybox: not found

C:\KFFirstAide>adb reboot

C:\KFFirstAide>
 

prokennexusa

Senior Member
Jan 12, 2012
2,637
989
57
Petaluma
plus.google.com
Kindle Fire HD and 2 First Aide Software - Noob (Simple) Version

hi chris tried to root again and i got to this

dekor8tor,

Please give me the output from these commands:

Code:
cd C:\KFFirstAide
adb shell "busybox mount -o remount,rw ext4 /system"
adb shell "rm /data/local.prop" 
adb shell su -c "rm /data/local.prop"
adb shell "busybox mount -o remount,ro ext4 /system"
adb reboot
 

dekor8tor

Member
Oct 25, 2011
28
0
Cannock
dekor8tor,

Please give me the output from these commands:

Code:
cd C:\KFFirstAide
adb shell "busybox mount -o remount,rw ext4 /system"
adb shell "rm /data/local.prop" 
adb shell su -c "rm /data/local.prop"
adb shell "busybox mount -o remount,ro ext4 /system"
adb reboot

Hi Chris i done that and got this

Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.

C:\Users\Richard>cd C:\KFFirstAide

C:\KFFirstAide>adb shell "busybox mount -o remount,rw ext4 /system"
/system/bin/sh: busybox: not found

C:\KFFirstAide>adb shell "rm /data/local.prop"
rm failed for /data/local.prop, No such file or directory

C:\KFFirstAide>adb shell su -c "rm /data/local.prop"
/system/bin/sh: su: not found

C:\KFFirstAide>adb shell "busybox mount -o remount,ro ext4 /system"
/system/bin/sh: busybox: not found

C:\KFFirstAide>adb reboot

C:\KFFirstAide>
 

prokennexusa

Senior Member
Jan 12, 2012
2,637
989
57
Petaluma
plus.google.com
Kindle Fire HD and 2 First Aide Software - MISSING PATH

hi chris how do i do that i got this i am a noob

dekor8tor,

You appear to have several issues, one you are missing the Path, so first:

Code:
cd C:\KFFirstAide
adb shell "/system/xbin/busybox mount -o remount,rw ext4 /system"
adb shell "rm /data/local.prop" 
adb shell su -c "rm /data/local.prop"
adb shell "/system/xbin/busybox mount -o remount,ro ext4 /system"
adb reboot

Then fix this PLEASE:

Problem #6: You are missing the Path statement (most common)
Solution #6: Add the Path statement as noted:

windows_environment_variables-500x368.png


Then click on:

windows_environment_variables-500x368.png


IGNORE THE BLUE HIGHLIGHT. The Path Statement is located above PATHEXT:

path.jpeg
 

BELASCO

Senior Member
Nov 28, 2012
381
85
H-Town, Texas
BELASCO,

Try this. Let me know if you get any mount errors:

Code:
adb shell "/system/xbin/busybox mount -o remount,rw ext4 /system"
adb shell "rm /data/local.prop" 
adb shell su -c "rm /data/local.prop"
adb shell "/system/xbin/busybox mount -o remount,ro ext4 /system"
adb reboot

Code:
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.

C:\Users\BELASCO>cd c:\kffirstaide

c:\KFFirstAide>adb shell "/system/xbin/busybox mount -o remount,rw ext4 /system"

* daemon not running. starting it now on port 5037 *
* daemon started successfully *
mount: permission denied (are you root?)

c:\KFFirstAide>adb shell "rm /data/local.prop"
rm failed for /data/local.prop, No such file or directory

c:\KFFirstAide>adb shell su -c "rm /data/local.prop"
rm failed for /data/local.prop, No such file or directory

c:\KFFirstAide>adb shell "/system/xbin/busybox mount -o remount,ro ext4 /system"

mount: permission denied (are you root?)

c:\KFFirstAide>adb reboot






I'm going to have to call it a night with that. It's 0200-something, tired & The Park is being a ***** (ever seen a man with Parkinson's try to type? it's funny if it's not you). I got my Kindle back to non-flashing by deleting local.prop Hope my time was of use to y'all.

Alan
 

dekor8tor

Member
Oct 25, 2011
28
0
Cannock
dekor8tor,

Please give me the output from these commands:

Code:
cd C:\KFFirstAide
adb shell "busybox mount -o remount,rw ext4 /system"
adb shell "rm /data/local.prop" 
adb shell su -c "rm /data/local.prop"
adb shell "busybox mount -o remount,ro ext4 /system"
adb reboot

dekor8tor,

You appear to have several issues, one you are missing the Path, so first:

Code:
cd C:\KFFirstAide
adb shell "/system/xbin/busybox mount -o remount,rw ext4 /system"
adb shell "rm /data/local.prop" 
adb shell su -c "rm /data/local.prop"
adb shell "/system/xbin/busybox mount -o remount,ro ext4 /system"
adb reboot

Then fix this PLEASE:

Problem #6: You are missing the Path statement (most common)
Solution #6: Add the Path statement as noted:

windows_environment_variables-500x368.png


Then click on:

windows_environment_variables-500x368.png


IGNORE THE BLUE HIGHLIGHT. The Path Statement is located above PATHEXT:

path.jpeg

Hi Chris entered those cmds this was returned


Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.

C:\Users\Richard>cd C:\KFFirstAide

C:\KFFirstAide>adb shell "/system/xbin/busybox mount -o remount,rw ext4 /system"

/system/bin/sh: /system/xbin/busybox: not found

C:\KFFirstAide>adb shell "rm /data/local.prop"
rm failed for /data/local.prop, No such file or directory

C:\KFFirstAide>adb shell su -c "rm /data/local.prop"
/system/bin/sh: su: not found

C:\KFFirstAide>adb shell "/system/xbin/busybox mount -o remount,ro ext4 /system"

/system/bin/sh: /system/xbin/busybox: not found

C:\KFFirstAide>adb reboot

C:\KFFirstAide>

and when i edit the path this is what is there is this correct?

variable value = %SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;C:\ KFFirstAide
 

AmrBanawan

Senior Member
Nov 26, 2012
245
43
Alexandria
AmrBanawan,

This is easy to fix. Hold the Kindle Fire Power Button Down for 1 full minute, then release it, wait 1 minute and depress the power button again. The Kindle should boot fine.


Rev 4.1.57 Change Log:

1. Fixed Permission Denied Problem
2. Changed the timing on Option 21
3. Streamline code - processes at a faster rate of speed
4. Changed Enable OTA to Selective Enable
5. Found double quotes with the build.prop lines, this caused the build.prop edits to fail.
6. Removed the Symbolic Link to Temp after every install
7. Google Apps Bug fixed
8. Additional Instructions Added For Root Option 21
9. Backup Bug Solved
10. Added VoIP SIP and VPN Clients

*****Kindle Fire First Aide Revision 4.1.57-Beta RunMe 02/23/13 at 16:11 for Microsoft Windows*****

Kindle Fire First Aide Revision 4.1.57-Beta for RunMe.bat Package: RunMe.zip

Kindle Fire First Aide Revision 4.1.57-Beta for Windows Universal Package: KFFirstAide.zip (Dropbox)

Kindle Fire First Aide Revision 4.1.57-Beta for Windows 32-bit Version: KFFirstAide32.zip (Dropbox)

Kindle Fire First Aide Revision 4.1.57-Beta for Windows 64-bit Version: KFFirstAide64.zip (Dropbox)

Make sure you are running the latest version of Java SE Development Kit 7u15


Prokennexusa,

Sorry it's not working, I am still stuck on the blue kindle logo :(
 

prokennexusa

Senior Member
Jan 12, 2012
2,637
989
57
Petaluma
plus.google.com
Kindle Fire First Aide Revision 4.1.58-Beta for Windows -

Hi Chris i done that and got this

dekor8tor,

Please fix you path, unfortunately this will be a constant problem until you fix the Path. Once you fix the path reboot your PC and run Option 21 again.

*****Kindle Fire First Aide Revision 4.1.60-Beta RunMe 02/24/13 at 02:19 for Microsoft Windows*****

Kindle Fire First Aide Revision 4.1.60-Beta for RunMe.bat Package: RunMe.zip

Kindle Fire First Aide Revision 4.1.60-Beta for Windows Universal Package: KFFirstAide.zip (Dropbox)

Kindle Fire First Aide Revision 4.1.60-Beta for Windows 32-bit Version: KFFirstAide32.zip (Dropbox)

Kindle Fire First Aide Revision 4.1.60-Beta for Windows 64-bit Version: KFFirstAide64.zip (Dropbox)
 

prokennexusa

Senior Member
Jan 12, 2012
2,637
989
57
Petaluma
plus.google.com
Kindle Fire First Aide Revision 4.1.60-Beta for Windows


BELASCO,

We made a version Windows 7 proof. Be sure to RunMe.bat "As Administrator", one idea I had was to do this:

Step 1: Download and extract the Update, if WinZip gives you trouble try 7-Zip this is by far the best Unzip utility and is free.

Rev 60 Change Log:
1. Added Busybox detection
2. Added redundant mount commands
3. Added redundant removal of local.prop file
4. Option 21 Root is Highly Reliable

Note: If at any point the Kindle is reacting odd, use ES File Explorer or Root Explorer, navigate to /system as a Superuser, find and delete local.prop or:

Code:
cd C:\KFFirstAide
adb shell su -c "mount -o rw,remount /dev/block/mmcblk0p1 /system" 
adb shell su -c "rm /data/local.prop > nul"
adb shell su -c "rm /data/local.prop"
adb shell su -c "mount -o ro,remount /dev/block/mmcblk0p1 /system"
*****Kindle Fire First Aide Revision 4.1.60-Beta RunMe 02/24/13 at 02:19 for Microsoft Windows*****

Kindle Fire First Aide Revision 4.1.60-Beta for RunMe.bat Package: RunMe.zip

Kindle Fire First Aide Revision 4.1.60-Beta for Windows Universal Package: KFFirstAide.zip (Dropbox)

Kindle Fire First Aide Revision 4.1.60-Beta for Windows 32-bit Version: KFFirstAide32.zip (Dropbox)

Kindle Fire First Aide Revision 4.1.60-Beta for Windows 64-bit Version: KFFirstAide64.zip (Dropbox)

7-Zip for Windows 32-bit: Download

7-Zip for Windows 64-bit: Download

Oracle Java SE Update: Java SE Development Kit 7u15

Oracle Java SE 7u15 32-bit : jdk-7u15-windows-i586.exe

Oracle Java SE 7u15 64-bit : jdk-7u15-windows-x64.exe
 

dekor8tor

Member
Oct 25, 2011
28
0
Cannock
Help

hi chris i ran those cmds again and i think i have got the path right now

Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.

C:\Users\Richard>cd C:\KFFirstAide

C:\KFFirstAide>adb shell "/system/xbin/busybox mount -o remount,rw ext4 /system"

* daemon not running. starting it now on port 5037 *
* daemon started successfully *
/system/bin/sh: /system/xbin/busybox: not found

C:\KFFirstAide>adb shell "rm /data/local.prop"
rm failed for /data/local.prop, No such file or directory

C:\KFFirstAide>adb shell su -c "rm /data/local.prop"
/system/bin/sh: su: not found

C:\KFFirstAide>adb shell "/system/xbin/busybox mount -o remount,ro ext4 /system"

/system/bin/sh: /system/xbin/busybox: not found

C:\KFFirstAide>adb reboot

C:\KFFirstAide>

Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.

C:\Users\Richard>cd C:\KFFirstAide

C:\KFFirstAide>adb kill-server

C:\KFFirstAide>adb wait-for-device
* daemon not running. starting it now on port 5037 *
* daemon started successfully *

C:\KFFirstAide>adb devices
List of devices attached
D025A0A02435157L device


C:\KFFirstAide>
 
Last edited:

prokennexusa

Senior Member
Jan 12, 2012
2,637
989
57
Petaluma
plus.google.com
Kindle Fire First Aide Revision 4.1.60-Beta for Windows - USB Driver Install

Any more ideas on the error: device not found I can try? if it helps, when i use other rooting methods, i get the permission denied errors.

rjay3,

I suspect this is due to a driver issue. What is shown in the Windows Device Manager? Do you see:

Kindle > Android ADB Interface

Portable Devices > Kindle

If no, what do you see in the Windows Device Manager?

Windows 7 64 bits…
Here is an alternative driver you can manually install if the other driver is not working - Unzip it to your Desktop:


https://dl.dropbox.com/u/54456659/usb_driver.zip





Step by Step Guide

  1. Connect USB cable to Kindle Fire.
  2. Go to Devices and Printers.
  3. Double click on Kindle.
  4. Go to Hardware tab.
Kindle-Fire-Properties.png



  1. Select Kindle with yellow exclamation mark, then click on Properties.
  2. Go to Details tab.
Kindle-Fire-Properties2.png


7. At Property, choose Hardware Ids.
8. That’s Kindle Fire USB hardware Id that we going to use later.
9. Just leave the property window open.
10. Go to C:\Users\YourUserName\.android folder. If this does not exist you may create one.
12. Open adb_usb.ini with notepad.
13. Key in 0×1949. (don’t copy and paste)
14. Save it
15. Let’s go back to Kindle property window.
16. Go to General tab.
17. Select Update Driver… then.
18. Select Browse my computer for driver software ~ Locate and install driver software manually.
19. Select Browse…, and select the location you extracted the usb_driver
20. When Windows Security prompt, select Install this driver software anyway
21. That is it!

Kindle-Fire-adb-USB-driver_09.png


*****Kindle Fire First Aide Revision 4.1.60-Beta RunMe 02/24/13 at 02:19 for Microsoft Windows*****

Kindle Fire First Aide Revision 4.1.60-Beta for RunMe.bat Package: RunMe.zip

Kindle Fire First Aide Revision 4.1.60-Beta for Windows Universal Package: KFFirstAide.zip (Dropbox)

Kindle Fire First Aide Revision 4.1.60-Beta for Windows 32-bit Version: KFFirstAide32.zip (Dropbox)

Kindle Fire First Aide Revision 4.1.60-Beta for Windows 64-bit Version: KFFirstAide64.zip (Dropbox)

7-Zip for Windows 32-bit: Download

7-Zip for Windows 64-bit: Download

Oracle Java SE Update: Java SE Development Kit 7u15

Oracle Java SE 7u15 32-bit : jdk-7u15-windows-i586.exe

Oracle Java SE 7u15 64-bit : jdk-7u15-windows-x64.exe
 

prokennexusa

Senior Member
Jan 12, 2012
2,637
989
57
Petaluma
plus.google.com
Kindle Fire First Aide Revision 4.1.60-Beta for Windows - Software Update

I get the error no matter where I attempt to rxtract to.

---------- Post added at 12:50 AM ---------- Previous post was at 12:47 AM ----------



Gimme one my winzip doesn't freak out over!


Window Explorer:

BELASCO,

Maybe the software folder had not updated and you may have been downloading partial updates. This would explain the odd output you were posting - this must be the case. The more I thought about it, this makes complete sense!

We have made the new version Windows 7 proof, try it when you are back awake.

*****Kindle Fire First Aide Revision 4.1.60-Beta RunMe 02/24/13 at 02:19 for Microsoft Windows*****

Kindle Fire First Aide Revision 4.1.60-Beta for RunMe.bat Package: RunMe.zip

Kindle Fire First Aide Revision 4.1.60-Beta for Windows Universal Package: KFFirstAide.zip (Dropbox)

Kindle Fire First Aide Revision 4.1.60-Beta for Windows 32-bit Version: KFFirstAide32.zip (Dropbox)

Kindle Fire First Aide Revision 4.1.60-Beta for Windows 64-bit Version: KFFirstAide64.zip (Dropbox)

7-Zip for Windows 32-bit: Download

7-Zip for Windows 64-bit: Download

Oracle Java SE Update: Java SE Development Kit 7u15

Oracle Java SE 7u15 32-bit : jdk-7u15-windows-i586.exe

Oracle Java SE 7u15 64-bit : jdk-7u15-windows-x64.exe
 

prokennexusa

Senior Member
Jan 12, 2012
2,637
989
57
Petaluma
plus.google.com
Kindle Fire First Aide Revision 4.1.60-Beta for Windows - Software Update

My Win7, 64bit keeps insisting on running runme.bat out of C:\windows\system32 even when I cd it to C:\KFFirstAide. I must have something screwed up upriver.

BELASCO,

Do not worry I'll figure it out, let me sleep on it, in the mean time download and try the update. I worked on the code for a solid 4 hours and make it Windows 7 proof.

The new package has several lines of redundancy that we would normally not use but this is the Kindle, anything can happen and we want to be ready.


*****Kindle Fire First Aide Revision 4.1.60-Beta RunMe 02/24/13 at 02:19 for Microsoft Windows*****

Kindle Fire First Aide Revision 4.1.60-Beta for RunMe.bat Package: RunMe.zip

Kindle Fire First Aide Revision 4.1.60-Beta for Windows Universal Package: KFFirstAide.zip (Dropbox)

Kindle Fire First Aide Revision 4.1.60-Beta for Windows 32-bit Version: KFFirstAide32.zip (Dropbox)

Kindle Fire First Aide Revision 4.1.60-Beta for Windows 64-bit Version: KFFirstAide64.zip (Dropbox)

7-Zip for Windows 32-bit: Download

7-Zip for Windows 64-bit: Download

Oracle Java SE Update: Java SE Development Kit 7u15

Oracle Java SE 7u15 32-bit : jdk-7u15-windows-i586.exe

Oracle Java SE 7u15 64-bit : jdk-7u15-windows-x64.exe
 

prokennexusa

Senior Member
Jan 12, 2012
2,637
989
57
Petaluma
plus.google.com
Kindle Fire First Aide Revision 4.1.60-Beta for Windows - Software Update

hi chris tried to root again and i got to this

dekor8tor,

You are correct, you do not have Root. when you run Option 21 do you see Restore on the Kindle? Do you click on Restore? Then let the software complete?

We made some important changes to Rev 60, please download and extract the complete package. Be careful to NOT create a second folder inside of C:\KFFirstAide OK? The best poractice is to download the new package to your desktop, use 7-Zip to unzip it, then transfer copy and paste all the files and folders in the desktop package. So when you extract on the desktop you will have a folder named KFFirstAide64 or KFFirstAide32, open this folder, select all the items and choose COPY, then navigate to C:\KFFirstAide and open this folder, then Right Hand Mouse click over the C:\KFFirstAide folder and select Paste. Be sure to answer YES to overwriting the contents.

Does this make sense?

Here is the update, be sure to use the one designed for your specific platform, also make sure you are running the latest version of Oracle Java SE, we have both Java packages below this response (at the very bottom page).

*****Kindle Fire First Aide Revision 4.1.60-Beta RunMe 02/24/13 at 02:19 for Microsoft Windows*****

Kindle Fire First Aide Revision 4.1.60-Beta for RunMe.bat Package: RunMe.zip

Kindle Fire First Aide Revision 4.1.60-Beta for Windows Universal Package: KFFirstAide.zip (Dropbox)

Kindle Fire First Aide Revision 4.1.60-Beta for Windows 32-bit Version: KFFirstAide32.zip (Dropbox)

Kindle Fire First Aide Revision 4.1.60-Beta for Windows 64-bit Version: KFFirstAide64.zip (Dropbox)

7-Zip for Windows 32-bit: Download

7-Zip for Windows 64-bit: Download

Oracle Java SE Update: Java SE Development Kit 7u15

Oracle Java SE 7u15 32-bit : jdk-7u15-windows-i586.exe

Oracle Java SE 7u15 64-bit : jdk-7u15-windows-x64.exe
 

Random Username

Senior Member
Jan 7, 2013
329
36
Random Username,

We finally replicated your issue.

The Fix:

Code:
cd C:\KFFirstAide
adb push busybox /data/local/tmp/busybox 
adb shell su -c "chown 0:0 /data/local/tmp/busybox" 
adb shell su -c "chmod 755 /data/local/tmp/busybox" 
adb shell su -c "/data/local/tmp/busybox mount -o remount,rw /system"
adb shell su -c "rm /data/local.prop > nul" 
adb shell "rm -r /data/local/tmp" 
adb shell su -c "mv /data/local/tmp.bak /data/local/tmp"
adb shell su -c "/data/local/tmp/busybox mount -o remount,ro /system"


The Update:


Rev 4.1.58 Change Log:

1. Fixed Permission Denied Problem
2. Changed the timing on Option 21
3. Streamline code - processes at a faster rate of speed
4. Changed Enable OTA to Selective Enable
5. Found double quotes with the build.prop lines, this caused the build.prop edits to fail.
6.Removed the Symbolic Link to Temp after every install
7. Google Apps Bug fixed
8. Additional Instructions Added For Root Option 21
9. Backup Bug Solved
10. Added VoIP SIP and VPN Clients
11. Title Now Includes The Version
12. Mount System prior to deleting local.build

*****Kindle Fire First Aide Revision 4.1.58-Beta RunMe 02/23/13 at 17:40 for Microsoft Windows*****

Kindle Fire First Aide Revision 4.1.58-Beta for RunMe.bat Package: RunMe.zip

Kindle Fire First Aide Revision 4.1.58-Beta for Windows Universal Package: KFFirstAide.zip (Dropbox)

Kindle Fire First Aide Revision 4.1.58-Beta for Windows 32-bit Version: KFFirstAide32.zip (Dropbox)

Kindle Fire First Aide Revision 4.1.58-Beta for Windows 64-bit Version: KFFirstAide64.zip (Dropbox)
downloading now at 40 kB/s :p
In other words: Please upload it where you have uploaded it before :)
 
Last edited:

prokennexusa

Senior Member
Jan 12, 2012
2,637
989
57
Petaluma
plus.google.com
Kindle Fire First Aide Revision 4.1.60-Beta for Windows - Windows 7 Permissions

It was already unchecked.

BELASCO,

The more I though about this issue, the more it began to make sense, I think I was just too busy to think straight a few hours ago. Now I am running on pure adrenalin. We setup this package to Run As Administrator, so be sure to select Run As Administrator.

You started to describe the problem, I would like a little more details. We know your Path Statement is perfect, check. We know you are running Windows 7, correct? Check, we know you do not have the C:\Windows\System32 path missing, check. We know you do not have the SDK installed, check. You have check the device manager and it should show 4 icons total:

Kindle > Android ADB Interface
Portable Devices > Kindle

Check. You have created a shortcut to the desktop and you will run it from now on "As Administrator", check. What I need a little more details is the "Windows keeps bringing me back to the default path of C:\Windows\System32\" can you give me any more deatils? Do you mean when you exit the software you see C:\Windows\System32\? This should not be happening since the DOS windows should close with our software - I think if we focus our attention here, we will find a solution.

When you create a shortcut to RunMe.bat are you opening up C:\KFFirstAide and finding RunMe.bat, then Right Hand Mouse Click on RunMe.bat and choose Send To - Desktop - Create Shortcut. After you do this there will be a shortcut on the desktop. Next go to the Shortcut and Right Hand Mouse click over the desktop shiortcut select Preoperties. Here is where you will check the box Run As Administrator - leave everything else default. Please do this so you have a new clean shortcut. Then run the software and select Option 23, does it run error free now? Or at least fairly error free? We did make a large number of changes to this install making it more Windows 7 friendly.

If that does not solve your issue, we would like you to run the software like this:

1. Find the Windows Command Prompt icon
2. Bring the mouse to the Command Prompt icon, Right Hand Mose Click "Open As Administrator"
3. When this command prompt opens you should be at C:\Windows\System32
4. Type the following:

Code:
cd C:\KFFirstAide

5. You should now see C:\KFFirstAide
6. From this point type:

Code:
RunMe.bat

7. Select Option 23

How does the software run now? Does the install complete? Is the Kindle better now?

*****Kindle Fire First Aide Revision 4.1.60-Beta RunMe 02/24/13 at 02:19 for Microsoft Windows*****

Kindle Fire First Aide Revision 4.1.60-Beta for RunMe.bat Package: RunMe.zip

Kindle Fire First Aide Revision 4.1.60-Beta for Windows Universal Package: KFFirstAide.zip (Dropbox)

Kindle Fire First Aide Revision 4.1.60-Beta for Windows 32-bit Version: KFFirstAide32.zip (Dropbox)

Kindle Fire First Aide Revision 4.1.60-Beta for Windows 64-bit Version: KFFirstAide64.zip (Dropbox)

7-Zip for Windows 32-bit: Download

7-Zip for Windows 64-bit: Download

Oracle Java SE Update: Java SE Development Kit 7u15

Oracle Java SE 7u15 32-bit : jdk-7u15-windows-i586.exe

Oracle Java SE 7u15 64-bit : jdk-7u15-windows-x64.exe
 

prokennexusa

Senior Member
Jan 12, 2012
2,637
989
57
Petaluma
plus.google.com
Kindle Fire First Aide Revision 4.1.60-Beta for Windows - Path Missing

hi chris how do i do that i got this i am a noob

Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.

dekor8tor,

we can conclude you do not have the correct Path as of this post, please follow the steps and create the Path to C:\KFFirstAide

How To Setup the PATH:

windows_environment_variables-500x368.png


Then click on:

windows_environment_variables-500x368.png


IGNORE THE BLUE HIGHLIGHT. The Path Statement is located above PATHEXT:

path.jpeg



*****Kindle Fire First Aide Revision 4.1.60-Beta RunMe 02/24/13 at 02:19 for Microsoft Windows*****

Kindle Fire First Aide Revision 4.1.60-Beta for RunMe.bat Package: RunMe.zip

Kindle Fire First Aide Revision 4.1.60-Beta for Windows Universal Package: KFFirstAide.zip (Dropbox)

Kindle Fire First Aide Revision 4.1.60-Beta for Windows 32-bit Version: KFFirstAide32.zip (Dropbox)

Kindle Fire First Aide Revision 4.1.60-Beta for Windows 64-bit Version: KFFirstAide64.zip (Dropbox)

7-Zip for Windows 32-bit: Download

7-Zip for Windows 64-bit: Download

Oracle Java SE Update: Java SE Development Kit 7u15

Oracle Java SE 7u15 32-bit : jdk-7u15-windows-i586.exe

Oracle Java SE 7u15 64-bit : jdk-7u15-windows-x64.exe
 

prokennexusa

Senior Member
Jan 12, 2012
2,637
989
57
Petaluma
plus.google.com
Kindle Fire First Aide Revision 4.1.60-Beta for Windows - Genteral Information

hi chris i ran those cmds and i got this

dekor8tor,

Correct the Path as per my last post to you and Run the Option 11 first if the ADB communication is fine Run Option 21 to Root. Be sure to pay close attention to the Kindle for 2 things:

1st: The Restore - Click on Restore when you see it show up on the Kindle. Then pay close attention to our software there will be times you need to press any key to continue

2nd: Pay attention to a SuperSU or Superuser Pop-up or Request on the Kindle, be sure to Allow or Grant the request.

DO NOT install the Google Play or Google Apps until we are 100% sure you have Root, OK? If something fails, post the failures. As the Root process runs there may be minor errors, these can be expected since we are Exploiting the Kindle to Root it.

Was it you that was having a hard time figuring out which Java to download? If yes, see the bottom of this post we left you the Java links so you can update Java if needed.

*****Kindle Fire First Aide Revision 4.1.60-Beta RunMe 02/24/13 at 02:19 for Microsoft Windows*****

Kindle Fire First Aide Revision 4.1.60-Beta for RunMe.bat Package: RunMe.zip

Kindle Fire First Aide Revision 4.1.60-Beta for Windows Universal Package: KFFirstAide.zip (Dropbox)

Kindle Fire First Aide Revision 4.1.60-Beta for Windows 32-bit Version: KFFirstAide32.zip (Dropbox)

Kindle Fire First Aide Revision 4.1.60-Beta for Windows 64-bit Version: KFFirstAide64.zip (Dropbox)

7-Zip for Windows 32-bit: Download

7-Zip for Windows 64-bit: Download

Oracle Java SE Update: Java SE Development Kit 7u15

Oracle Java SE 7u15 32-bit : jdk-7u15-windows-i586.exe

Oracle Java SE 7u15 64-bit : jdk-7u15-windows-x64.exe
 

dekor8tor

Member
Oct 25, 2011
28
0
Cannock
dekor8tor,

You are correct, you do not have Root. when you run Option 21 do you see Restore on the Kindle? Do you click on Restore? Then let the software complete?

We made some important changes to Rev 60, please download and extract the complete package. Be careful to NOT create a second folder inside of C:\KFFirstAide OK? The best poractice is to download the new package to your desktop, use 7-Zip to unzip it, then transfer copy and paste all the files and folders in the desktop package. So when you extract on the desktop you will have a folder named KFFirstAide64 or KFFirstAide32, open this folder, select all the items and choose COPY, then navigate to C:\KFFirstAide and open this folder, then Right Hand Mouse click over the C:\KFFirstAide folder and select Paste. Be sure to answer YES to overwriting the contents.

Does this make sense?

Here is the update, be sure to use the one designed for your specific platform, also make sure you are running the latest version of Oracle Java SE, we have both Java packages below this response (at the very bottom page).

*****Kindle Fire First Aide Revision 4.1.60-Beta RunMe 02/24/13 at 02:19 for Microsoft Windows*****

Kindle Fire First Aide Revision 4.1.60-Beta for RunMe.bat Package: RunMe.zip

Kindle Fire First Aide Revision 4.1.60-Beta for Windows Universal Package: KFFirstAide.zip (Dropbox)

Kindle Fire First Aide Revision 4.1.60-Beta for Windows 32-bit Version: KFFirstAide32.zip (Dropbox)

Kindle Fire First Aide Revision 4.1.60-Beta for Windows 64-bit Version: KFFirstAide64.zip (Dropbox)

7-Zip for Windows 32-bit: Download

7-Zip for Windows 64-bit: Download

Oracle Java SE Update: Java SE Development Kit 7u15

Oracle Java SE 7u15 32-bit : jdk-7u15-windows-i586.exe

Oracle Java SE 7u15 64-bit : jdk-7u15-windows-x64.exe

Ok thanks for that chris i will give that a try thanks for your help it is appreciated
 

prokennexusa

Senior Member
Jan 12, 2012
2,637
989
57
Petaluma
plus.google.com
Kindle Fire First Aide Revision 4.1.60-Beta for Windows - Busybox Installation

Hi Chris i done that and got this

dekor8tor,

You need Busybox. When you obtain Root, and you are 100% sure you have Root, then run Option 18 to Install Google Play Store, this will install Busybox, we just added this feature tonight at 02:19am PST GMT -8.

As a matter of fact we added the Busybox installer to every option to it does not matter which one you use, they will all first check for a Busybox install and if you do not have it installed, our software will perform a Smart Busybox install with full Symbolic link support.

Please do not select any of the options other than 21 until we know you have Root, OK? Root Checker Basic is very reliable.

*****Kindle Fire First Aide Revision 4.1.60-Beta RunMe 02/24/13 at 02:19 for Microsoft Windows*****

Kindle Fire First Aide Revision 4.1.60-Beta for RunMe.bat Package: RunMe.zip

Kindle Fire First Aide Revision 4.1.60-Beta for Windows Universal Package: KFFirstAide.zip (Dropbox)

Kindle Fire First Aide Revision 4.1.60-Beta for Windows 32-bit Version: KFFirstAide32.zip (Dropbox)

Kindle Fire First Aide Revision 4.1.60-Beta for Windows 64-bit Version: KFFirstAide64.zip (Dropbox)

7-Zip for Windows 32-bit: Download

7-Zip for Windows 64-bit: Download

Oracle Java SE Update: Java SE Development Kit 7u15

Oracle Java SE 7u15 32-bit : jdk-7u15-windows-i586.exe

Oracle Java SE 7u15 64-bit : jdk-7u15-windows-x64.exe
 

Top Liked Posts

  • There are no posts matching your filters.
  • 73
    In this Noob series, we will use a software package that will automate the backup, restore and recovery process among many other features - this is a 'Swiss Army Knife' for the Kindle. This tool has been in development for some time now and is still in Beta, although it has been thoroughly tested and can be used safely. This tool is designed to backup, recover and restore the Kindle Fire 2 7", the Kindle Fire HD 7" and the Kindle Fire HD 8.9" (HD 8.9" Does Not Require The Factory USB Cable). The download size is less than 14 MB and automates several processes, no command line knowledge required. Please post any bugs to this Thread so we can quickly make changes to the software, then post an update. Most Bugs are solved within 24 hours.

    To keep your Kindle safe, we have integrated this feature into our software, You do not need any command line knowledge, just as simple as 1, 2, and 3.

    Prerequisites for the Recover Options:
    1. Install The Latest Version Of Java SE: Java SE Development Kit 7u13

    If you are uncomfortable with these procedure, please stop and contact us, we specialize in Kindle customization and development. You can ship the Kindle to our office and have us install all the upgrades, then return it to you turn-key. This service is fee based, contact our office for additional information.

    SOFTWARE UPDATE (CRITICAL RELEASE) ON 06/30/2013 Version 4.1.100 - PLEASE DOWNLOAD THE ENTIRE PACKAGE IF YOUR VERSION IS DATED PRIOR TO THIS RELEASE DATE.

    WARNING! THIS TOOL CAN PERMANENTLY DAMAGE THE KINDLE IF IT IS NOT USED PROPERLY. DO NOT FLASH THE
    KINDLE FIRE 2 IMAGE TO A KINDLE FIRE HD OR FLASH A KINDLE FIRE HD 7" TO A KINDLE FIRE 8.9" DEVICE. THIS
    WILL CAUSE PERMANENT DAMAGE THAT CAN NOT BE REVERSED. ONLY FLASH THE CORRECT MODEL SOFTWARE
    TO YOUR DEVICE.

    HOW TO UPGRADE KINDLE FIRE FIRST AIDE:
    http://xdaforums.com/showpost.php?p=38435305&postcount=1072

    HOW TO CREATE THE WINDOWS PATH: http://xdaforums.com/showpost.php?p=38409721&postcount=1018

    HOW TO FIX THE YELLOW KINDLE TRIANGLE:
    http://xdaforums.com/showpost.php?p=38432739&postcount=1062

    These are the current features on Version 4.1.100-beta:

    • Images are stored securely on our 100TB storage array on a Gigabyte Infrastructure
    • Download is fast - script is fast and lightweight
    • Secure SSL on all images to eliminate image hacking
    • All images are stored behind a firewall with IDS
    • Restores fresh system.img, boot.img and recovery.img
    • Fresh Restore Support the Kindle Fire 2 7"
    • Fresh Restore Support the Kindle Fire HD 7"
    • Fresh Restore Supports the Kindle Fire HD 8.9"
    • Fresh Restore Currently supports software Rev x.2.3
    • ChainsDD Superuser APK and SU Binary Included
    • Automated Backup - Full and Partial Backup
    • Automated Amazon OTA (Over The Air) Disable
    • No Command line Knowledge Required
    • Automated Device Reboot After Restore
    • Pulls Device Information
    • Automated ADB Driver Install
    • Reboot the Kindle into Fastboot Mode
    • Software Support for x.2.4 where applicable
    • Software Support for x.1.5 where applicable
    • Easy Upgrade or Downgrade option
    • Automated Root - Two Versions
    • Automated Google Play Store Installation
    • Automated Google Apps Installation
    • Wipe Dalvik Cache
    • Automated Restoration of the Backup Files
    • Automated Pimp My Beats Install
    • Automated Sony Bravia "Best Resolution Audio Visual Integrated Architecture" Installation
    • Automated Sony xLoud Installation
    • Automated Pimp My Beats Audio Upgrade Installation
    • Android Fix Permissions Script
    • Automated Disable Amazon Ad Services
    • Make Google Play Store The Default Market
    • Unroot For Amazon Returns
    • Install Apex Launcher
    • Install Holo Launcher
    • Install Boat Browser with Flash Player
    • VPN and SIP VoIP Client Install
    • Automated Permission Fixer
    • Automated Alternative Driver Install
    • Automated Busybox Installer
    • Automated Wallpaper Mod
    • Automated Lock Screen Upgrade
    • Fix Broken Install Script
    • AVIC Alice TTS Upgrade
    • Automated Launcher Install which will includes over 2 Launcher Options
    • Flash Custom Recovery
    • Side-load Zip Files like the latest Google Apps Pack
    • Automated TTS (Text To Speech) Install - AVIC Alice
    • Automated Install, Upgrade and Correct ADB
    • Superuser Upgrade Service
    • Install ChainFire 3D Upgrade

    These are the features we will offer soon in 4.2.4 and up:

    • Automated APK Install - Single or Multiple APK's
    • Automated Flash support for Titanium Backup Update.zip Files
    • Automatic Update feature so you are always using the latest version
    • Automated Push and Pull files to and from the Kindle to PC
    • Automated build.prop editor
    • Automated Tune Up and Deodex
    • Automated services.jar editor
    • Remote Storage Option for your boot.img recovery.img and system.img Backup Files
    • Information and Help
    • Special Kindle Toolkit, Tips and Tricks
    • Pull the System Logs (LogCat) to help solve problems
    • Dump Bug Reports to your PC
    • Open Command Prompt for Developers or for Manual Input
    • Automated Custom ROM Support
    • Automated TTS Voice Editor
    • Your Choice of Media Player Upgrades
    • 180 DPI Support
    • Automated Keyboard Upgrade with Framework Edits Included
    • Automated Amazon Book Import to Google Books
    • Much more to come......................
    Now let's get to the software itself. The following is step-by-step guide, please DO NOT modify the batch file in any
    way, this took us weeks to perfect, so please respect the code. If you have recommendations, please post them,
    we love to give you the feature that are important to YOU not us.

    Kindle Fire First Aide Step 1: Using Mozilla Firefox, Google Chrome or Internet Explorer Download Kindle Fire First Aide 4.1.100-Beta:
    KFFirstAide.zip

    Note: Be sure to extract the package to C:\KFFirstAide

    Update Java To The Latest Version here: Java SE Development Kit 7u25

    Kindle Fire First Aide Step 2: Using either 7-Zip or Microsoft Zip, unzip the KFFirstAide100.zip to your C:\ Drive as C:\KFFirstAide

    Kindle Fire First Aide Step 3: With your mouse, open the C:\KFFirstAide contents by double mouse clicking the C:\KFFirstAide folder

    Kindle Fire First Aide Step 4: Find the RunMe.bat file. Right Hand Mouse click on RunMe.bat, select 'Send to', select Desktop (Create Shortcut). Now press the Left Hand Mouse button to create the Shortcut named RunMe.bat. Temporary disable the Android SDK.

    Kindle Fire First Aide Step 5: Find the RunMe Shortcut on your desktop, select it by left mouse click over the icon, then while on the icon choose Right Hand mouse click, select Properties.

    Kindle Fire First Aide Step 6: This will display the RunMe properties. Select the General Tab, change the top name to KF First Aide. Then click on the Shortcut tab, click on Advanced. Check 'Run as Administrator', click OK, then click Apply, then click OK. All windows should be closed.

    Kindle Fire First Aide Step 7: Double Mouse Click the new Icon named KF First Aide. You may be presented with a security window, just click Yes.

    Kindle Fire First Aide Step 8: Please click on the Windows Key plus Pause/Break, this will display the Windows System Properties. Next Click on the Advanced Tab and find "Environment Variables". Please click on Environment Variables and find the Path Statement. Carefully add at the end of the Path Statement:

    Code:
    ;C:\KFFirstAide

    Note: Do Not forget the (;) semi-colon before the C:\KFFirstAide

    Kindle Fire First Aide Step 9: That is it! The software is ready. Next we get the Kindle ready to Flash.

    Kindle Fire First Aide Step 10: Next, go to the Kindle, pull down the status menu, select More+ then select Security, make sure Enable ADB is ON. Last, depress the <- and select Device. Make sure 'Allow Installation of Applications' is On.

    Kindle Fire First Aide Step 11: Insert the Original USB Cable to the Kindle, please ensure you have a solid connection, this is VERY critical.

    Kindle Fire First Aide Step 12: Next, make sure the Kindle Fire is Turned Off. Take the other end of the USB Cable and carefully inset it into a free USB Slot on your Computer - be careful to not disconnect the other end.

    Kindle Fire First Aide Step 13 : The Kindle Fire should automatically turn on and boot regular Bootmode. If the Kindle does not turn on depress the power button until it turns on. Next select Option 15 in the Software. The Kindle will reboot and will now see a screen that says: Fastboot Kindle Fire.

    Note: If Option 15 does not trigger the Kindle to boot into Fastboot, then your Bootloader is damaged. Please send SkOrPn a PM to order a Factory USB Cable.

    Kindle Fire First Aide Step 14: Place the Kindle on a safe surface so it does not disconnect when running the software.

    Kindle Fire First Aide Step 15: Launch the KF First Aide software by double mouse clicking on the KF First Aide icon.

    Kindle Fire First Aide Step 16: You will be presented with a Kindle Fire First Aide Menu, carefully select the operations you would like to perform on the Kindle.

    Kindle Fire First Aide Step 17: If the option states "Fastboot" you need to leave the Kindle as noted above, this is Fastboot Mode. As the last operation be sure to Wipe the Cache and User Data which is Backup Option 3 in the Menu.

    Kindle Fire First Aide Step 18: Next, we will disable "Fastboot Mode" and enable ADB on the Kindle Fire. Select Option 10 in the Software Menu, the Kindle will Reboot into Regular Mode.

    Kindle Fire First Aide Step 19: You may now perform the 'ADB Mode' options in the Menu.

    Kindle Fire First Aide Note 1: Remember, after you perform the full Recovery, you are working with a Fresh Copy of the Software. ADB is disabled by default so be sure to Enable ADB under Security and Allow Installation of Programs under the Device Tab.

    Kindle Fire First Aide Note 2: After the complete restore, please be sure to clear the Davlik Cache and the User Data by selecting Backup Option #3. You may also wipe the User Data and Cache by opening a Administrative Command Prompt within the KFFirstAide Folder and enter:

    Code:
    fastboot -i 0x1949 erase cache
    fastboot -i 0x1949 erase userdata 
    fastboot -i 0x1949 reboot

    Kindle Fire First Aide Note 3: The original versions of the Kindle Fire HD 8.9" with a software Versions 8.2.3 or 8.2.4 may find there Kindle Boot-loader loops to a Red Fastboot Screen. If your Kindle is stuck in Fastboot, please follow these steps to recover the Boot-loader: How To Recover Kindle Fire HD 8.9" Bootloader*

    Note: Please be aware of two main options in the Menu - one is Fastboot Mode where you have several Menu Operations that use Fastboot to execute properly and two is ADB Mode where you have several Menu Operations that use ADB to execute properly.

    Backup Option #1 Note: When selecting Backup Option 1 the images will be backed up to the SD Card in a folder named KindleBackup. Please copy this folder to your desktop until we are able to upload it to our secure servers. There will be a restore option in the future that will automatically pull YOUR images for restoration. There is a known Bug in Windows where you will not see the images in the Kindle Internal Drive which can be found in Computer. To overcome this issue, please download and install WiFi File Transfer then open your Web Browser to transfer these Backup files from your Kindle to the PC.

    Backup Option #2 Note: When selecting Backup Option 2 the images are first copied to the Kindle, then they are transfered to your Computer inside a folder named Backup which can be found inside the C:\KFFirstAide folder.

    If this was helpful and you would like to support our work, please send us a donation using this link:
    http://xdaforums.com/dona....php?u=4435645

    We would like to thank Mark Skippen for the "Toolkit" idea. Mark is a real master with Samsung products and his profile can be found here: mskip anyone who owns a Samsung or Samsung built (Nexus) product should obtain his Toolkit.

    *Note: After several conference calls with the Amazon Development Team we found Amazon applied a patch to the Bootloader in an effort to lock down the Bootloader, this patch rarely causes the Bootloader to stick or Bootloop, please use the above link to release the Bootloader. We have removed this patch from the boot-prod.img eliminating future issues with recovered HD 8.9" users.
    9
    Follow Up - Feedback

    You guys rock!

    Sent from my KFHD7 using xda premium

    Krsmqn,

    We thought of you when we were developing this package, It took us over 4 months to perfect. We held back many feature, just wait until we release the Production Version of 4.2.3, it even made us smile:D. As we have said before,
    we are truly honored to be part of the XDA Community and feel blessed to be able to offer this software to XDA Members. This package and version 4.2.3 is fee based elsewhere.
    6
    How To Manually Recover The Kindle Fire 8.9" Stuck In Fastboot?

    To All-

    If you would like to try a last ditch effort in getting the Kindle Fire 8.9" back online, please do the following:

    Step 1: Please run the Kindle Fire First Aide, attempt the HD 8.9" Recovery, if it fails move on to Step 2

    Step 2: Exit the Kindle Fire First Aide utility, double mouse click the KFFirstAide Folder.

    Step 3: Download Boot Image Number 1 from here (save the image to the KFFirstAide Folder): http://dl.dropbox.com/u/54456659/kfhd-8.2.3/Images/boot-prod.img

    Step 4: Download Recovery Image Number 2 from here (save the image to the KFFirstAide Folder): http://dl.dropbox.com/u/54456659/kfhd-8.2.3/Images/recovery-prod.img

    Step 5: Open up an Administrative Command Prompt from within the KFFirstAide Folder by opening up the KFFirstAide Folder then press your Right Hand Mouse Key while you are over the KFFirstAide Folder contents, then select Open a command prompt here. You should see something like

    Code:
    C:\Users\Your Name\KFFirstAide>
    Step 6: Next you would make sure the Kindle Fire is plugged into USB and Turned off, type the following and press enter after the command while the Kindle is off and plugged into USB:

    Code:
    fastboot reboot -i 0x1949
    Step 6: You will see a Windows Command Prompt that will look like:

    Code:
    C:\Users\Your Name\KFFirstAide>fastboot reboot -i 0x1949
    <waiting for device>
    Step 7: Next Power on the Kindle While you see the above, one the Kindle Boots the Kindle will suddenly reboot back into Fastboot although we have seen this step free the Bootloader, so if the Kindle begins to Boot normally unplug it from USB, if the Kindle boot back to Fastboot red screen proceed to step 8.

    Step 8: While the Kindle is in Fastboot Mode type the following at the Windows Command Prompt:
    Code:
    fastboot flash recovery recovery-prod.img -i 0x1949
    Code:
    fastboot erase cache -i 0x1949
    fastboot erase userdata -i 0x1949
    fastboot reboot -i 0x1949
    Step 9: Leave the Kindle Plugged into USB. Wait for the device to Boot back to Fastboot, if the device boot back to a Fastboot screen with odd vertical line running through it, stop here, the Kindle has begun the recovery phase. If the Kindle begins it recovery, it will react odd and reboot several times, this is normal. Wait 10 to 15 minutes. If the Kindle boot back to Red Fastboot Screen proceed to Step 10.

    Step 10: Leave the Kindle Plugged into USB. Next type the following command:

    Code:
    fastboot flash boot boot-prod.img -i 0x1949
    Step 11: Next let's do a little house cleaning. The following commands wipe the old Dalvik Cache and User Data which is, in simple, tied to the old Android Operating System. Having said this, when the new OS attempts to retrieve data from these partitions, a content stream of errors occur in the background, causing the Kindle to react VERY slow and at times completely unresponsive. To eliminate this problem we will wipe these partitions before booting the new OS. Please enter the following commands, press enter after each one:

    Code:
    fastboot erase cache -i 0x1949
    fastboot erase userdata -i 0x1949
    fastboot reboot -i 0x1949
    Step 12: Unplug from USB. The Kindle HD 8.9" will reboot with an odd Fastboot screen with vertical lines running through it, this is normal, do not interrupt the recovery. Let the Kindle begin it's recovery phase. This may take up to 10 to 15 minutes and the Kindle will reboot several times.

    Step 13: Once the Kindle Stabilizes, please be sure to apply the Amazon OTA Patch before connecting the Kindle to your WiFi, otherwise you will loose Root and Google Play Store which are both installed on the images.

    Step 14: After you applied the patches please wait for the Kindle to rebuild itself, this can take up to a couple of hours. If after 4 hours the Kindle is still reacting slow, perform a Kindle Fire HD 8.9" Factory Reset. This option can be found under the More+ > Device > Restore to Factory Defaults. We find this last step is rarely used.
    5
    Update

    To All-

    I have been cleared by my Doctors to return to work, here is my plan to catch up:

    1) 06/12/2013 7:30pm to 11:30pm - Go through PM's respond as needed
    2) 06/13/2013 10:00am - 6:00pm - go through the posts urgent first
    3) 06/14 - 06/20 - Go through Posts
    4) 06/20/2013 - Post an updated version of Kindle Fire First Aide

    I would like to thank everyone for there support during my recovery.

    Best Regards,

    Chris Bryant
    5
    How to update kindle fire first aide

    I get errors that the file exists in an otherwise empty directory, twice. I've attached screen shots. I've tried using both winrar and 7-zip and gotten the error both times.

    Flinsman,

    ***************HOW TO UPDATE KINDLE FIRE FIRST AIDE*******************

    Step 1: Download the update, save a copy of the update to your desktop

    Step 2: Unzip the update TO THE DESKTOP as KFFirstAide32 or KFFirstAide64

    Step 3: Navigate to C:\KFFirstAide look in the Backup folder, do you have any Backup images? If yes, Right Hand Mouse Click over the C:\KFFirstAide\Backup folder choose COPY then navigate to your Desktop choose PASTE this will copy the the Backup image folder and images to your desktop in a folder named Backup, there should be 3 images in this folder if you did a 17 Backup with our software. If you never did a 17 backup ignore this step.

    Step 4: Navigate to C:\KFFirstAide look in the KindleBackup folder, do you have any images? If yes, Right Hand Mouse Click over the C:\KFFirstAide\KindleBackup folder choose COPY then navigate to your Desktop choose PASTE this will copy the KindleBackup image folder and images to your desktop in a folder named KindleBackup, there should be 11 images in this folder if you did a 13 Backup with our software. If you never did a 13 backup ignore this step.

    Step 5: Next navigate to C:\KFFirstAide DELETE the folder and contents

    Step 6: Navigate to your Desktop, find KFFirstAide32 or KFFirstAide64. Rename the KFFirstAide32 or KFFirstAide64 to KFFirstAide on your Desktop

    Step 7: Inspect the Desktop folder name, make sure it is KFFirstAide

    Step 8: Right Hand Mouse Click over the desktop folder named KFFirstAide choose "Cut", next navigate to C:\ - make sure you are not highlighting any folders and choose "Paste" - the folder KFFirstAide will now copy to C:\ - if this fails for some reason choose Copy and Past rater than Cut and Paste

    Step 9: Only do this step if you did Step 3, otherwise ignore this step. Navigate to C:\KFFirstAide, Right Hand Mose Click over the folder named Backup, choose DELETE.

    Step 10: Only do this step if you did Step 4, otherwise ignore this step. Navigate to C:\KFFirstAide, Right Hand Mouse Click over the folder named KindleBackup, choose DELETE.

    Step 11: Only do this step if you did Step 3, navigate to you Windows Desktop, find the folder named Backup, Right Hand Mose Click over the Backup folder, choose "Cut", then navigate to C:\KFFirstAide and choose PASTE. If this fails choose Copy and Paste.

    Step 12: Only do this step if you did Step 4, navigate to you Windows Desktop, find the folder named KindleBackup, Right Hand Mose Click over the KindleBackup folder, choose "Cut", then navigate to C:\KFFirstAide and choose PASTE. If this fails choose Copy and Paste.

    Step 13: You may now remove the KFFirstAide, KindleBackup and Backup folders on your desktop, if they exist.

    Step 14: Let's create a new shortcut. Find the current RunMe.bat shortcut on your desktop, delete it please.

    Step 15: Navigate to C:\KFFirstAide find RunMe.bat - Right Hand Mose Click over RunMe.bat choose Send To - Desktop Create Shortcut

    Step 16: Navigate to your Desktop find the new shortcut, Right Hand Mose Click choose Properties. Find a box and check "Run Program as Administrator" or "Run As Administrator" - Click Apply.

    Step 17: Let's make sure you have the Path statement setup, please drop to a Windows Command

    Step 18: Enter these commands:

    Code:
    cd C:\Windows\
    adb kill-server
    adb wait-for-device
    adb devices
    If you see a serial number after adb devices you are good to go. Close the Command Windows by typing exit. If the command failed, you are missing the path, we have several posts on setting up the Path, Post the error.

    ********UPDATE*********

    *****Kindle Fire First Aide Revision 4.1.66-Beta RunMe 02/25/13 at 00:30 for Microsoft Windows*****

    Kindle Fire First Aide Revision 4.1.66-Beta for RunMe.bat Package: RunMe.zip (Dropbox)

    Kindle Fire First Aide Revision 4.1.66-Beta for RunMe.bat Package:RunMe.zip (Box)

    Kindle Fire First Aide Revision 4.1.66-Beta for Windows Universal Package: KFFirstAide.zip (Dropbox)

    Kindle Fire First Aide Revision 4.1.66-Beta for Windows Universal Package: KFFirstAide.zip (Box)

    Kindle Fire First Aide Revision 4.1.66-Beta for Windows 32-bit Version: KFFirstAide32.zip (Dropbox)

    Kindle Fire First Aide Revision 4.1.66-Beta for Windows 32-bit Version: KFFirstAide32.zip (Box)

    Kindle Fire First Aide Revision 4.1.66-Beta for Windows 64-bit Version: KFFirstAide64.zip (Dropbox)

    Kindle Fire First Aide Revision 4.1.66-Beta for Windows 64-bit Version: KFFirstAide64.zip (Box)

    7-Zip for Windows 32-bit: Download

    7-Zip for Windows 64-bit: Download

    Oracle Java SE Update: Java SE Development Kit 7u15

    Oracle Java SE 7u15 32-bit : jdk-7u15-windows-i586.exe

    Oracle Java SE 7u15 64-bit : jdk-7u15-windows-x64.exe https://dl.dropbox.com/u/54456659/JavaSE/64-bit/jdk-7u15-windows-x64.exe