ADB - Not working for fire but does for phone. 64bit Windows 7. - Kindle Fire General

For my Kindle Fire:
Adb works on my desktop pc and that is what I have been using to adb. But my laptop doesn't see my kindle fire.
My laptop can see my android phone though. And works fine with it.
I installed the drivers from kindle fire utility, tried the others that people have been suggesting too. Still nothing for the fire.
The .inf file has all the right stuff for getting it to see a kindle fire. I have uninstalled and reinstalled the drivers about 50 times and I can't see why it won't see it.
And KFU acts strange on my laptop. A lot of 'could not find specified file' etc.
I have Windows 7 64bit on my laptop. My desktop is 32bit which could be the difference.
What should I do?

I have Windows 7 64bit as well on my laptop and I got it to work just fine.
Here are the two things that you need to get it to work.
1. Drivers
Find your driver file ("android_winusb.inf"). It could be in couple of places depending on how you installed them. Make sure that Google.NTx86 and google.NTamd64 sections have the following code.
;Kindle Fire
%SingleAdbInterface% = USB_Install, USB\VID_1949&PID_0006
%CompositeAdbInterface% = USB_Install, USB\VID_1949&PID_0006&MI_01
2. adb_usb.ini
You need to have 0×1949 somewhere in this file (%USERPROFILE%\.android\adb_usb.ini). You can easily add this by running this command in your command prompt.
echo 0×1949 >> “%USERPROFILE%\.android\adb_usb.ini”

ossom said:
I have Windows 7 64bit as well on my laptop and I got it to work just fine.
Here are the two things that you need to get it to work.
1. Drivers
Find your driver file ("android_winusb.inf"). It could be in couple of places depending on how you installed them. Make sure that Google.NTx86 and google.NTamd64 sections have the following code.
;Kindle Fire
%SingleAdbInterface% = USB_Install, USB\VID_1949&PID_0006
%CompositeAdbInterface% = USB_Install, USB\VID_1949&PID_0006&MI_01
2. adb_usb.ini
You need to have 0×1949 somewhere in this file (%USERPROFILE%\.android\adb_usb.ini). You can easily add this by running this command in your command prompt.
echo 0×1949 >> “%USERPROFILE%\.android\adb_usb.ini”
Click to expand...
Click to collapse
I tried it. Still nothing.
I have two .android folders. One in C:/ and the other in D:/
Could this be a problem?

I had a similar issue but with a 32bit version of 7. My phone loaded up but my Kindle never would show using adb devices in command prompt. The fix for me was to Google and dowload the android sdk and install it. When I tried to open it it said something about Java runtime environment and other Java related things ( sorry I cant remember everything). After that it worked. I'd suggest starting at the sdk download and install. If that's doesn't help them I'm sorry. That was my experience. Good luck.
Sent from my Kindle Fire using xda premium

Supercluster said:
I tried it. Still nothing.
I have two .android folders. One in C:/ and the other in D:/
Could this be a problem?
Click to expand...
Click to collapse
Open Run window and type in %USERPROFILE%. We are talking about .ANDROID folder in there.

Related

ADB under Windows XP Install Issue

I've managed to get the Incredible to install fine under Windows 7, but the ADB wont' install for me under Windows XP. Has anyone else had this issue, or am I just that unlucky today?
A fix
Hey I managed to get it working here is how:
Go to the location of your ADB USB driver which you can find in your_sdk_path\usb_driver. (ex. C:\Program Files\android-sdk-windows\usb_driver)
Open up: android_winusb.inf.
Now if your on a 32 bit install of XP scroll down to the section labled [Google.NTx86], if you're on a 64-bit system scroll down to the [Google.NTamd64] section. In that that section paste in:
; HTC Incredible
%CompositeAdbInterface% = USB_Install, USB\VID_0BB4&PID_0C9E&MI_01
;
Now save the file.
Now if you plugin in the device and select that directory to install the USB driver from to install it should work. Finally go to your_sdk_path\tools. (ex. C:\Program Files\android-sdk-windows\tools) and run adb kill-server, and then adb start-server. When the server has started run adb devices and your incredible should show up.
thanks man, just had the same prob and came across your thread. worked perfectly

Adb usp help!

SLOVED
adb usb help!
I have the Mytouch 4G and i want to root it but im having a problem getting the adb driver to install in my system i'm running Windows 7 64x. when i open my comandprompt and type "adb devices" it SAYS "LISTED DEVICES" but no numbers iv uninstalled the drivers like discribed by theunlocker.com and reinstalled them and nothing changes. i look at what gets installed and the adb driver never gets sucsfuly installed.
[HOW TO] Get ADB to recognize your myTouch 4G
Options
11-08-2010 01:56 PM
Rather than reinvent the wheel, just going to "borrow" zapote21's excellent guide for setting up ADB, this time for the myTouch4G (if you're weird like me and immediately swapped out SDcards or just prefer not running exe files):
-----
I am going to assume that you have the SDK installed and that you have a clue as to what I am about to say...
If you dont understand this language, then you probably dont need to be trying to use ADB... lol
Go to the "usb_driver" folder in your SDK and find the *.inf file...
Use notepad++ to edit that file and add the following lines to the "[Google.NTx86]" and the "[Google.NTamd64]" sections:
;T-Mobile myTouch4G
%SingleAdbInterface% = USB_Install, USB\VID_0BB4&PID_0C96
%CompositeAdbInterface% = USB_Install, USB\VID_0BB4&PID_0C96&MI_01
;
Save the file, reinstall drivers, and done...
IF YOUR SDK DOES NOT HaVE A usb_driver folder you can find it here
http://download1164.mediafire.com/d69p3q3k6wzg/wzdjcmowziw/usb_driver.rar

Notion Ink Adam and ADB/QtADB for Screen Capture etc

Screen capture is made easy by:
1. Downloading and installing the SDK onto your PC from http://developer.android.com/sdk/index.html
2. Modifying the \android-sdk-windows\extras\google\usb-driver\android_winusb.inf to include the Tegra device as follows under the headings shown (the second one for Win7 x64 users) leaving all other devices in place:
[Google.NTx86]
; NVIDIA Tegra
%SingleAdbInterface% = USB_Install, USB\VID_0955&PID_7000
%CompositeAdbInterface% = USB_Install, USB\VID_0955&PID_7100&MI_01
;
etc
[Google.NTamd64]
;NVIDIA Tegra
%SingleAdbInterface% = USB_Install, USB\VID_0955&PID_7000
%CompositeAdbInterface% = USB_Install, USB\VID_0955&PID_7100&MI_01
;
etc
3. Downloading and installing QtADB (particularly useful for Noobs, instead of running \android-sdk\tools\ddms.bat) from http://qtadb.wordpress.com/about/
4. OPTIONAL STEP: If you are going to run ADB put the location in your PATH on Windows ... right click on Computer >> Properties >> Advanced System setting >> Environment Variables >> under System Variables add adb and the path.
5. This step is a MUST and stops most installations .... use Windows Explorer and locate the following file and DELETE it. You MUST replace it by opening a COMMAND window (Windows START as administrator) and typing at the prompt:
echo 0x955 >> "%USERPROFILE%\.android\adb_usb.ini" (leave it exactly as this).
If you want to see that this has taken place, search out adb_usb.ini which will be under users\yourname\.android\
6. This step is a MUST and stymies most attempts to get the NI Adam hooked up to ADB or QtADB ... Open device manager on your PC and now CONNECT the PC and NI Adam via USB cable. On mine, perhaps because I also connect a Nexus One, under Android Phone, it shows Android Composite ADB Interface. Right-click on this and UPDATE the DRIVER to the \android-sdk-windows\extras\google\usb-driver\ ...i.e., the same folder where you modified the inf file earlier.
7. Now run QtADB and your NI Adam will appear. You can screen capture (not rooted) or gather info like I've shown (rooted).
Enjoy!

What am I doing wrong?

I have updated the drivers on my kindle through ADB so now on my x64 Windows 7 it showes up as an Android phone USB driver/device but when running Adb Devices in the cmd through ADB no devices appear. I don't have the SDK or anything do I need it? Help if possible please .
Use this: http://forum.xda-developers.com/showthread.php?t=1399889
When installing the drivers for the Kindle Fire Utility the CMD windows says can not find the path specified.

ADB wont see kf

I've tried every way on the kfu post and no go. anyone have a simple method they r willing to share?
did you have the .android in your home directory?
how windows recognize your kf?
what room do you have installed?
ADB not recognize KF
deathisonlyfreedom said:
I've tried every way on the kfu post and no go. anyone have a simple method they r willing to share?
Click to expand...
Click to collapse
I am having the same problem, tried all methods, tried all different windows OS.
Device manager recognize KF as ADB device/interface, but when check list under ADB command prompt, it's not there. Can't run KFU to root.
Please help, anyone.
.android folder in your home dir and adb_usb.ini with 0x1949 and 0x18d1 entries in it in the folder
b63 said:
.android folder in your home dir and adb_usb.ini with 0x1949 and 0x18d1 entries in it in the folder
Click to expand...
Click to collapse
I don't know, I am at work, when I get home I will check for those. Thanks.
Have you installed the Android SDK and the Android USB Drivers? I was rooting my KF and forgot about this, installed it and it worked perfectly.
mugabuga said:
Have you installed the Android SDK and the Android USB Drivers? I was rooting my KF and forgot about this, installed it and it worked perfectly.
Click to expand...
Click to collapse
I did install USB driver but not Android SDK. I did install Kindle ADB though.
just a hint: if you download the latest kfu there is everything you need - the drivers and all necessary commands in the tools folder (ie with sdk you have to get the fastboot command as it is not included) - you don't need the sdk at all and save a lot of time and space
The newest Krupp does indeed fix the not found issues
Sent from my Kindle Fire using Tapatalk
jgdovin said:
The newest Krupp does indeed fix the not found issues
Sent from my Kindle Fire using Tapatalk
Click to expand...
Click to collapse
Where can I find that "newest Krupp"???
@b63: Attached are the pictures I captured, please look at them and tell me what I did wrong, how to fix it?
Thanks, bro

Categories

Resources