Questions tagged [kindle-fire]

The Kindle Fire is a family of Android-based devices, using the Amazon ecosystem and running their AppStore for third party applications instead of the Google Play Store.

Amazon introduced the Kindle Fire on November 15, 2011. Based on the Android operating system, the original 7" color tablet device was tightly coupled with Amazon's Kindle ebook library, App Store, memberships (Prime) and web services (as a caching proxy for the Silk web browser).

In 2012 they released an Android 4.0.2 based update to the original 7" device, as well as a new HD 7" and 8.9" devices and with more emphasis on the android app eco-system.

In 2013 they released Android 4.2 based 7" HD and HDX devices and an 8.9" HDX model.

In April 2014, a smart TV device, building on the Kindle Fire brand and similarly using Android, called Amazon Fire TV was introduced.

In September 2014, they announced FireOS4 (Android 4.4) based 6", 7" HD devices and an updated 8.9" HDX, as well as beginning a roll-out of FireOS4 to the 2013 HDX tablets.

324 questions
0
votes
1 answer

Missing c standard library symbols when loading NDK library on Kindle Fire

My Android app has an NDK library. When running it on a Kindle Fire HD with Fire OS 4.5.5, the app fails to load the NDK library because some C standard library symbols are unresolved i.e. they appear to be entirely…
Pol
  • 3,848
  • 1
  • 38
  • 55
0
votes
1 answer

How to capture "Go" key in a Phonegap application running on a Kindle Fire?

My web app has a handler that listens for what key is pressed and responds accordingly. handler: function(event) { if (event.which === Constants.ENTER_KEY) { ... } } Constants.ENTER_KEY is 13 This is my input field (in JSX):
pushkin
  • 9,575
  • 15
  • 51
  • 95
0
votes
1 answer

First-generation Kindle Fires ADB debugging

I'm trying to use my Kindle for testing Android apps, but no avail. I follow the instructions here and here and here, but still my Kindle is defined Windows 7 as a normal Kindle, not Android Composite ADB Interface. Prompt me, what could be the…
Astraport
  • 1,239
  • 4
  • 20
  • 40
0
votes
1 answer

AdColony V4VC dialog not responding on Amazon Kindle Fire

On a Kindle Fire HD, when a user taps an optional ad view button to earn in-game currency, the AdColony V4VC confirmation dialog pops up. However, it is unresponsive, and UI events seem to pass through it to my game's UI still (I can tap other…
sampenguin
  • 26
  • 4
0
votes
1 answer

What is Amazon's "EAC" library?

I've seen lots of references to in various Amazon FireOS documentation, but I am not sure what it is. What is this library? What does it offer? Why use it?
nmr
  • 16,625
  • 10
  • 53
  • 67
0
votes
1 answer

How to target Kindle Fire from Visual Studio Cordova Tools?

Is it possible to target Kindle Fire from Visual Studio Cordova Tools? I've finally gotten my Cordova tools all working after a few days of trying. Really it was the release of Visual Studio 2015 CTP6 that got everything working before that I had…
0
votes
1 answer

As a developer, how can I troubleshoot JavaScript issues in Amazon's Silk browser?

I noticed a bug in my web app that only appears in the Amazon Silk browser, on a Kindle Fire HD 6. As you might imagine, debugging it on a 6" screen with no keyboard sounds like torture. I've debugged similar problems in Mobile Safari using desktop…
Jeremy Wadhams
  • 1,744
  • 18
  • 26
0
votes
1 answer

App storage space on Kindle Fire HD

On the Kindle Fire HD 7", accessing Settings->Applications->Installed Applications->(App Name) takes me to an Application Details page. On this page, there are a number of storage stats. I can't seem to find any documentation as to what these are. I…
arcifus
  • 1
  • 2
0
votes
1 answer

Problems with sending e-mail from my app on a Kindle

I have an Android app which allows the user to send me an e-mail for support, it works fine on all normal Android devices but Amazon AppStore recently rejected my App because it exits the app when the user tries to send an e-mail. I don't know how…
Alan Moore
  • 6,525
  • 6
  • 55
  • 68
0
votes
1 answer

Amazon Fire-Os can't handle stream intent

Is it possible to open a stream on Fire-TV using an Intent like you normally do in android? This code will show no players that can handle the…
chris
  • 313
  • 2
  • 12
0
votes
0 answers

Entire container div disappears on android

The whole width-container div disappears on android browsers. I have tried using a few various methods such as placing it left top details, translate z, but nothing seems to work. EDIT: Is anyone skilled enough to solve…
databot
  • 131
  • 3
  • 15
0
votes
1 answer

What is the AmazonApp store alternative for market:// URL to open an app page (for rating purposes)

In my android app I do give users an option to rate my app (a 'rate me' button within the app menu). For GooglePlay version I use the market:// URL scheme to open the GooglePlay app. For an app build that reaches Amazon I do open an http:// url that…
Piotr
  • 1,597
  • 3
  • 18
  • 25
0
votes
1 answer

Bitmap memory management on Kindle

I have observed differences of heap impact using the LRUCache on an emulator and on a Kindle Fire HD. On the emulator, adding an image (argb) to the cache seems to cost width * height * 4 bytes (observation made with the ddms heap visualizator…
Jacques Giraudel
  • 352
  • 4
  • 19
0
votes
0 answers

How to detect loss of accessibility focus with on-screen navigation buttons?

I'm looking at the Support4Demos from the Android SDK and I'm not sure if this is working as intended. Specifically, I'm referring to accessibility focus when using the Widget > Explore by Touch Helper demo. If I tap on one of the blue regions to…
0
votes
2 answers

FirePhone - launch icons not populating?

For some reason in the latest version of my App, the app loads and runs from IDEA, but the launch icon doesn't show up on the home screen or in the grid. Oddly, it was working fine in an earlier build, which is currently being sold on the Amazon Ap…
GGizmos
  • 3,443
  • 4
  • 27
  • 72