kindle-fire

ADB cannot detect my Kindle Fire on Windows 7, but Device Manager can

自闭症网瘾萝莉.ら 提交于 2019-11-28 11:01:59
So I've thrown the book at this problem and think I've isolated the cause. I've downloaded and installed JDK 32 and 64 bit. I've installed the Android SDK as needed. I've modified android_winusb.inf inside of the google-usb-driver to include the Kindle Fire device IDs. I tried downloading the kindle fire windows 7 driver from amazon (as described in the answer here ), and using that. I tried modifying that driver to include the fire device ID in the x86 section. I've killed and restarted adb diligently, and restarted my comp several times to see if that would magically fix it. nothing. The

Debugging android apps on the kindle fire

旧城冷巷雨未停 提交于 2019-11-28 03:20:16
Is debugging Android applications remotely from eclipse supported for Kindle Fire platform? Gopinath According to Amazon's FAQ on Kindle Fire , Kindle Fire has USB debugging enabled by default. To connect Kindle Fire to your Android Debug Bridge (ADB) follow the instructions in this PDF .If you are working with Windows 7 you will need to download and use this driver . They are also providing USB drivers for download for Windows 7 PC. Moreover, we can also emulate Kindle Fire specs on Android emulator by using the following parameters. Width: 600px Height: 1024px Abstracted LCD Density: 169

Push notifications / C2DM for Kindle Fire?

社会主义新天地 提交于 2019-11-27 16:07:28
问题 AFAIK, push notifications require a Google account to work (they piggyback on GTalk), so does that mean for apps for the Kindle Fire are doomed if they use the standard C2DM approach? I couldn't find any info on push in the Kindle Fire FAQ or anywhere on the web. 回答1: As far as I know yes. Everything I have read indicates that Amazon stripped C2DM support out of the Fire. I know right? If you or your users are willing to root it, installing Google services is an option. Urban Airship has a

How do I connect to Kindle Fire for development?

跟風遠走 提交于 2019-11-27 10:33:32
问题 What do I need to do to use my Kindle Fire for android development? (Specifically for testing my apps on the device.) 回答1: You can find the instructions for connecting Kindle Fire to the ADB in a PDF of instructions provided by Amazon. Paraphrased from the document: Edit the adb_usb.ini file (located in ~/.android/) Add the lines: 0x1949 0x0006 Save the file. Run these commands to restart adb: adb kill-server adb start-server adb devices NOTE: For Windows 7 users you need to download an