Piece of cake. Fire up the command window (Start>all programs>accessories>command prompt) and enter one command:
You don't even have to type it, just copy and paste. Press the Enter key, and plug your Fire in.
Viola -- ADB.
You can sideload (I would recommend you try the Gingerbreak apk as a test ) or debug like any other Android device now.
Bonus round:
Add the line 0x1949 to the end of the ~/.android/adb_usb.ini file in Mac or Linux to get the same result.
Let the games begin!
Code:
echo 0x1949 >> "%USERPROFILE%\.android\adb_usb.ini
You don't even have to type it, just copy and paste. Press the Enter key, and plug your Fire in.
Viola -- ADB.
You can sideload (I would recommend you try the Gingerbreak apk as a test ) or debug like any other Android device now.
Bonus round:
Add the line 0x1949 to the end of the ~/.android/adb_usb.ini file in Mac or Linux to get the same result.
Let the games begin!