I'm sure there have been some other topics about this, but I haven't found a post that fixes my issue, or applies to my situation. I will gladly read though any linked posts to try to fix the problem.
All ADB commands that KFFirstAide does are successful, but when I try using ADB on my own (trying to install the bootloader) it can't find the device. What am I doing wrong?
I would use KFFirstAide to install the bootloader, but I'm running 7.3.0, and so I have to do it manually
I have been running it from the platform-tools directory. I thought that maybe because on windows 7 files in the C:\Program Files (x86)\ directory are somewhat protected, that I should copy the folder to the desktop. I did so, and it still cannot find the device when running "adb devices" command. I then tried using the admin command prompt, and it couldn't find the device either.
There are no yellow triangles in the device manager, and commands issued by KF First Aide work fine, so I'm not sure why it's not working manually...
Thanks in advance for any help!
I followed the tutorial rev Kyle have on getting adb working and have never had a problem... google rev Kyle kindle fire hd forum
Sent from my GT-P3110 using xda app-developers app
After watching this video, Rev Kyle suggested that the Android SDK might not be properly installed. I currently do not have good internet, so is there any way I can check to see if the SDK is properly installed without re-installing it?
Here is a pic of what is going on
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
kthedude said:
All ADB commands that KFFirstAide does are successful, but when I try using ADB on my own (trying to install the bootloader) it can't find the device. What am I doing wrong?
Click to expand...
Click to collapse
ADB works fine with my Kindle Fire HD 7". I'm using Windows 7. Try to kill ADB server from the Windows task manager, and run "adb devices" again. Also, try to connect/reconnect your device from USB a few times.
I've done all of this. The thing that puzzles me is that kindle fire first aide uses adb of its own, right? As you can see in my picture, KFFA finds the device using its adb, but when I run adb through the command prompt it cannot find the device. In the picture above, I used both programs within the same minute. How can it work one way but not the other?
Would wiping the kindle help in any way?
Sent from my KFTT using xda app-developers app
kthedude said:
I've done all of this. The thing that puzzles me is that kindle fire first aide uses adb of its own, right? As you can see in my picture, KFFA finds the device using its adb, but when I run adb through the command prompt it cannot find the device. In the picture above, I used both programs within the same minute. How can it work one way but not the other?
Would wiping the kindle help in any way?
Sent from my KFTT using xda app-developers app
Click to expand...
Click to collapse
Copy the adb.exe from the KFFA directory to the SDK platform-tools directory.
soupmagnet said:
Copy the adb.exe from the KFFA directory to the SDK platform-tools directory.
Click to expand...
Click to collapse
Thank you so much! Worked just fine!
Also, moving to C:\KFFirstAide and running adb from there works as well.
Related
Hi all,
I was wondering if anyone has had any luck rooting a Kindle Fire HD 7" on a Mac or Linux? I don't have access to a Windows PC at the moment so all these automated tools aren't much help at the moment. I've been attempting to follow the following steps:
Code:
adb shell
rm -r /data/local/tmp
ln -s /data/ /data/local/tmp
exit
adb reboot
adb shell
echo 'ro.kernel.qemu=1' > /data/local.prop
exit
(I couldn't post an outside URL so those are the start of the steps)
And I followed the connect to ADB instructions from developer.amazon.com to get my Mac connecting to my Kindle correctly (yet again, not allowed to post links yet)
I believe I have everything I need installed and have followed instructions for Mac but when I attempt to follow the steps, the first set all fail as I don't have access to /data/. Any clues on what I'm missing? I've seen lots of "try this" answers of here but they are often Windows specific.
ADB Communication Issues
LTheobald said:
Hi all,
I was wondering if anyone has had any luck rooting a Kindle Fire HD 7" on a Mac or Linux? I don't have access to a Windows PC at the moment so all these automated tools aren't much help at the moment. I've been attempting to follow the following steps:
Code:
adb shell
rm -r /data/local/tmp
ln -s /data/ /data/local/tmp
exit
adb reboot
adb shell
echo 'ro.kernel.qemu=1' > /data/local.prop
exit
(I couldn't post an outside URL so those are the start of the steps)
And I followed the connect to ADB instructions from developer.amazon.com to get my Mac connecting to my Kindle correctly (yet again, not allowed to post links yet)
I believe I have everything I need installed and have followed instructions for Mac but when I attempt to follow the steps, the first set all fail as I don't have access to /data/. Any clues on what I'm missing? I've seen lots of "try this" answers of here but they are often Windows specific.
Click to expand...
Click to collapse
Yes we Root Kindles on both SuSe Linux and MAC OS X.
The key is to get the correct driver installed. Have you downloaded the
Android SDK for your platform? You can obtain a copy for your
platform here: http://developer.android.com/sdk/index.html
Once you have completed a successful Android SDK install and upgrade,
Then you install the driver under the "Extras" folder. If you
need more help PM us, we offer free support to anyone in the
XDA Community.
prokennexusa said:
The key is to get the correct driver installed.
Click to expand...
Click to collapse
I think you're right there. I've tried to install the Kindle USB driver but the Android SDK manager tells me it's not compatible with OSX (I'm running Mountain Lion):
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I've seen a couple of posts saying that you shouldn't need a driver on OSX & Linux (and I do seem to be able to install apps to my Kindle via ADB) but maybe those are wrong. I'll have a look around and see what I can find. Otherwise, I'll ask for a bit more help!
Hmmm... Still no luck. I can connect to the KFHD fine. I can reboot it, push files etc. But I don't have access to /data/. So when following the steps for the various exploits, they all fail. At somepoint they all try to do something like:
adb shell "echo ro.kernel.qemu=1 > /data/local.prop"
And that has never worked for me (permissions denied). The only points before this are creating the symlink to /data/ at /data/local/tmp (which went fine) but that doesn't seem to help at all Time to find & load up a Windows VM and see if I can do it via Windows.
Finally got the thing working Will post up how I did it via my Mac later today for anyone else struggling.
Root and Google Play for Amazon 7" Kindle Fire HD Software Version 7.2.3
LTheobald said:
Finally got the thing working Will post up how I did it via my Mac later today for anyone else struggling.
Click to expand...
Click to collapse
Good Job!
We will be adding How to Root the Kindle Fire HD 7" from MAC and Linux Noob (Simple) Edition
today. When you see the post, do you mind looking at it and letting us know if it makes sense?
Thanks!
Operating System: Windows 7 Ultimate 64 Bit
Kindle 7" HD Fire
7.2.3
I've looked everywhere for a fix to this but can't find anything which helps me. I apologise that my first post is asking for help but I'm really struggling with this at the moment, any assistance would be greatly appreciated.
Basically, I got my Kindle HD Fire 7" on 7.2.3 firmware and the first thing I wanted to do was root it. I followed different methods which just led to weird system path errors. I was eventually directed to a post on this site which was really well written: http://forum.xda-developers.com/showthread.php?t=2069117
I followed this guide to get rid of all the current drivers: http://forum.xda-developers.com/showpost.php?p=37733595&postcount=361 after I had re-installed the drivers, the first time I plugged the kindle into my laptop.
The driver installation came up with this:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
The guide said "Once this driver has been properly installed you will see "Android Composite ADB Interface" under "Kindle Fire" in the Windows Device Manager which is located by Right Hand Mouse Click Computer, Choose Properties, then Devices or Device Manager. Expand the tree. Expand Kindle. This is where you will see "Android Composite ADB Interface".
However when I look at my device manager is just shows this when the kindle is plugged in:
I believe this is where the problem is, although I can transfer files. I don't think the ADB is recognising my Kindle.
I thought, "I may aswell continue with the rest of the guide" however when I ran "KF First Aide" these are the errors I got
Option 15:
Option 16:
When I run the ADB kill/start server device commands:
If anyone could come forward with a solution for this I'd be very thankful.
The kindle will be shown as kindle.... under nothing. Not under portable devices. My guess would be that the driver is installed incorrectly or it's the wrong driver. Have you tried rolling the driver back?
Did you enable ADB under security??
Sent from my KFTT using Tapatalk 2
Krsmqn said:
The kindle will be shown as kindle.... under nothing. Not under portable devices. My guess would be that the driver is installed incorrectly or it's the wrong driver. Have you tried rolling the driver back?
Click to expand...
Click to collapse
I installed the drivers as instructed by the guide. What does rolling the driver back mean?
jailuis said:
Did you enable ADB under security??
Sent from my KFTT using Tapatalk 2
Click to expand...
Click to collapse
Yes
xl2onald- said:
Click to expand...
Click to collapse
This says your adb is connected.
This means adb.exe and fastboot.exe are not in the same directory that the script was run from.
Does that help?
Sent from my KFHD 8.9 using Tapatalk 2
I had more luck rooting my kindle using the alternative step instead of using the first aide software.
It is under the heading:
C-2) The next steps are used to Root the Kindle - Alternative Method (Manual Version): in the first post of their thread. Extract the win32 or win64 folder onto your desktop and run the RunMe.bat as admin.
Though soupmagnet's diagnostic is correct so have a look at that first.
Hello, I have looked all over for this solution
I have cm9 currently on the TP but wanted to restore it to its original state and then put android on it again. Any help?
ACMEUninstaller. Look here: http://forum.xda-developers.com/showthread.php?t=2147284
As stated above, and pay particular attention to the part I have copied below it will make it a lot easier.
New* Easy Way DOS Batch files (Optional) If you are unfamiliar with DOS, then you can now use a Batch file to complete the install or uninstall procedure from your PC. A Batch file(.bat) is a type of script, which contains a series of text commands. In this case it will run the above ACMEIinstaller3/ACMEUninstaller commands in DOS on your PC, just double click the file to run it. Gradular has created two files for use that you can Download here: installcm and removecm.
-To use these files make sure you have followed the instructions up to 'Step 4) Installation, On the PC'. Make sure your HP TouchPad is in WebOS Recovery mode and is connected via the USB cable. Simply download and run the files installcmorremovecm. to complete the complete the procedure.
sstar said:
As stated above, and pay particular attention to the part I have copied below it will make it a lot easier.
New* Easy Way DOS Batch files (Optional) If you are unfamiliar with DOS, then you can now use a Batch file to complete the install or uninstall procedure from your PC. A Batch file(.bat) is a type of script, which contains a series of text commands. In this case it will run the above ACMEIinstaller3/ACMEUninstaller commands in DOS on your PC, just double click the file to run it. Gradular has created two files for use that you can Download here: installcm and removecm.
-To use these files make sure you have followed the instructions up to 'Step 4) Installation, On the PC'. Make sure your HP TouchPad is in WebOS Recovery mode and is connected via the USB cable. Simply download and run the files installcmorremovecm. to complete the complete the procedure.
Click to expand...
Click to collapse
I tried this and clicked on the program but when it says will remove android it closes and nothing happens
mcdaking84 said:
I tried this and clicked on the program but when it says will remove android it closes and nothing happens
Click to expand...
Click to collapse
Have you dl acmeuninstaller and put in your palm, inc folder?
sstar said:
Have you dl acmeuninstaller and put in your palm, inc folder?
Click to expand...
Click to collapse
yep and I tried doing it to through dos commands and it could not find the acme file
mcdaking84 said:
yep and I tried doing it to through dos commands and it could not find the acme file
Click to expand...
Click to collapse
I've tested this myself so I know it works, would you mind taking a screen shot on your pc showing the acmeuninstaller in the palm, inc folder just in case I can see see anything wrong.
sstar said:
I've tested this myself so I know it works, would you mind taking a screen shot on your pc showing the acmeuninstaller in the palm, inc folder just in case I can see see anything wrong.
Click to expand...
Click to collapse
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
thanks for your help
OK mine doesn't have. md5 at the end and is 8.62mb try my backup here https://www.box.com/shared/7864f020cef48470ea91
sstar said:
OK mine doesn't have. md5 at the end and is 8.62mb try my backup here https://www.box.com/shared/7864f020cef48470ea91
Click to expand...
Click to collapse
worked great. thanks a ton
please delete thread
deleted
good news is, is that your not bricked. Assuming you have twrp installed, go back into recovery, then advanced, then ADB sideload. On your computer (assuming you have sdk installed), open a command prompt and navigate to your platform tools folder (or where ever adb is located) - (cd C:\where ever the folder is ), then make sure you have a rom (viper or stock) in the same folder as adb and in the command prompt do adb sideload nam_of_rom.zip (may take a few minutes)
jcwxguy said:
good news is, is that your not bricked. Assuming you have twrp installed, go back into recovery, then advanced, then ADB sideload. On your computer (assuming you have sdk installed), open a command prompt and navigate to your platform tools folder (or where ever adb is located) - (cd C:\where ever the folder is ), then make sure you have a rom (viper or stock) in the same folder as adb and in the command prompt do adb sideload nam_of_rom.zip (may take a few minutes)
Click to expand...
Click to collapse
...what he said, or just use the RUU to go back go stock.
---------- Post added at 10:36 AM ---------- Previous post was at 10:34 AM ----------
Either way it sounds like you'll be just fine but make sure there's juice in your battery before trying any of the solutions.
ADB Can't find the device :/
deleted
Wipe and reflash rom
Sent from my HTCONE using Tapatalk 4 Beta
raphyv23 said:
I tried to sideload it but adb would not recognize my HTC One. I have installed the drivers correctly on Windows 8 and its recognized as Android ADB Interface under Android Devices on my device manager. when i type adb devices on adb it doesnt come up with anything. I also tried using my Windows 7 Laptop but the drivers wont install on windows 7
Please help :/
Click to expand...
Click to collapse
your cmd window needs to be in the folder with the adb tool, normally something like c:adroid sdk\platform tools navigate to this directory in windows explorer the hold shift and right click on and empty part of the window and select "open command prompt here"
Still wont work
deleted
raphyv23 said:
Thats where it is and it wont work my device is attached to the pc as you can see on the picture
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Click to expand...
Click to collapse
in your recovery, when your in advanced, did u swip to start sideload? even if it doesnt recognize it, try to sideload a rom anyways, should give u a %
raphyv23 said:
Thats where it is and it wont work my device is attached to the pc as you can see on the picture
Click to expand...
Click to collapse
are you running as administrator, try typing after that adb reboot bootloader and see what you get
another thing are you using a 3.0 usb port??
It worked thank you
deleted
Hi,
I am attempting to root my Kindle Fire HD 7.4.6 but no luck so far. I am using Windows Vista. Below is a list of what I have done so far.
1. Downloaded the Root_with_Restore_by_Bin4ry_v33 and unzipped. Stored files in a new folder on desktop.
2. Deleted all old Kindle drivers beforehand in Device Manager
3. Downloaded the Kindle Fire ADB Drivers, installed them and made sure they were up-to-date. Files stored in same folder as above.
4. Enabled ADB on Kindle
5. I connect my Kindle to PC and allow the drivers to install automatically.
6. In Task Manager I end the adb.exe process.
7. I run the RunMe.bat file as Administrator (Also ran everything else as Administrator where possible)
8. I press 1 then hit Enter. Hopefully below is a screen shot of what occurs in the window.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Nothing comes up on my Kindle screen asking me to back-up my data or restore my data but I pressed the keys just to go down the menu.
Hopefully I have given enough information for someone to help.
Regards, GCUK
GCUK said:
Hi,
I am attempting to root my Kindle Fire HD 7.4.6 but no luck so far. I am using Windows Vista. Below is a list of what I have done so far.
1. Downloaded the Root_with_Restore_by_Bin4ry_v33 and unzipped. Stored files in a new folder on desktop.
2. Deleted all old Kindle drivers beforehand in Device Manager
3. Downloaded the Kindle Fire ADB Drivers, installed them and made sure they were up-to-date. Files stored in same folder as above.
4. Enabled ADB on Kindle
5. I connect my Kindle to PC and allow the drivers to install automatically.
6. In Task Manager I end the adb.exe process.
7. I run the RunMe.bat file as Administrator (Also ran everything else as Administrator where possible)
8. I press 1 then hit Enter. Hopefully below is a screen shot of what occurs in the window.
View attachment 2483376
Nothing comes up on my Kindle screen asking me to back-up my data or restore my data but I pressed the keys just to go down the menu.
Hopefully I have given enough information for someone to help.
Regards, GCUK
Click to expand...
Click to collapse
Use KFFA (Kindle Fire First Aide) that's what I used on my Kindle Fire HD
GCUK said:
Hi,
I am attempting to root my Kindle Fire HD 7.4.6 but no luck so far. I am using Windows Vista. Below is a list of what I have done so far.
1. Downloaded the Root_with_Restore_by_Bin4ry_v33 and unzipped. Stored files in a new folder on desktop.
2. Deleted all old Kindle drivers beforehand in Device Manager
3. Downloaded the Kindle Fire ADB Drivers, installed them and made sure they were up-to-date. Files stored in same folder as above.
4. Enabled ADB on Kindle
5. I connect my Kindle to PC and allow the drivers to install automatically.
6. In Task Manager I end the adb.exe process.
7. I run the RunMe.bat file as Administrator (Also ran everything else as Administrator where possible)
8. I press 1 then hit Enter. Hopefully below is a screen shot of what occurs in the window.
View attachment 2483376
Nothing comes up on my Kindle screen asking me to back-up my data or restore my data but I pressed the keys just to go down the menu.
Hopefully I have given enough information for someone to help.
Regards, GCUK
Click to expand...
Click to collapse
You can try KFFA as suggested or try v31 root Many Android.