Time for action – adding a Kindle Fire to ADB
It only takes one line of text to add the Kindle Fire to the list of devices that ADB knows about. The harder part is tracking down the text file to edit, and getting ADB to restart after making the changes. Things are more involved with Windows than Mac, because you also have to configure the USB driver, so the two systems are shown here as separate processes:
For Windows:
In Windows Explorer, navigate to where the file
adb_usb.ini
is located, atC:\Users\yourusername\.android\
.Open the text file
adb_usb.ini
in a text editor. The file has no visible line breaks, so Wordpad would be a better option than Notepad.On the line after the three instruction lines, type
0x1949
.Make sure there are no blank lines, and the last character in the text file should be the
9
at the end of0x1949
.Save.
Navigate to where
android_winusb.inf
is located, atC:\Program Files (x86)\Android\android-sdk\extras\google\usb_driver\
.Right-click on the file, and in Properties...