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
1
vote
2 answers

Music App in-compatibility issue on Kindle Fire HD 8 (10th Gen) tablet - FireOS 7.3.1.4 - What is happening?

Our APP is working fine with older versions of Kindle Fire HD having FireOS 5.1.x. APP is having problem only on Kindle HD 8 (10th Gen) with FireOS 7.3.1.4. That issue is random sometime app works fine but other times APP do not behave good. FireOS…
1
vote
0 answers

Application is crashing when trying to create AmazonSNSClient

I am trying to create AmazonSNSClient and trying to list the platform application list as below. AWSCredentials creds = new BasicAWSCredentials("XXXX", "XXXX"); try { AmazonSNS snsClient = AmazonSNSClient .builder() …
kadina
  • 5,042
  • 4
  • 42
  • 83
1
vote
0 answers

Recommended approaches/API(s) to design a multi-user Android app with N-to-M connection?

Some background on the goal result: Currently I'm on a team that is working to develop an Android app for use in a classroom. The app is designed to be used across at least 20 or so tablets at once, and to manage connections between all of these…
user313
  • 681
  • 1
  • 8
  • 21
1
vote
1 answer

IAPs work in Live App Testing, but not in the Appstore version

We trying to integrate the latest version of the amazon In-App Purchasing (IAP) API. Everything seems to work just fine when the app is sideloaded onto my test devices (Kindle Fire) and used with the Amazon App Tester and Json file. The IAPs can be…
Oleksii Shtanko
  • 166
  • 3
  • 12
1
vote
1 answer

Amazon IAP not calling listener call backs (Kindle Fire, Xamarin)

I am attempting to [implement Amazon In-App Purchases in an Android project using Xamarin. The setup Amazon's official Xamarin SDK doesn't support the newer 64-bit devices so I created my own Java library binding using Amazon's Java SDK.…
1
vote
0 answers

Working with JavaFX on kindle

This is my first post here. Be nice. I am an amateur designer/developer that might have found himself in a bind. I am designing a very simple app for my dad. There is a bit of a time crunch, but nothing that will ruin my paycheck... Long story…
1
vote
1 answer

Using Amazon's affiliate API for autocompletion with SearchIndex (Category)

I need to have Amazon affiliate API for autocompletion work with SearchIndex (Marketplace category) For example, I have a site that searches for Kindle Books, and would like to have Amazon's autocompletion only return Kindle Book results. The…
Gregory R.
  • 1,815
  • 1
  • 20
  • 32
1
vote
1 answer

Kindle Fire Images not stretching to fill screen

Long time lurker, first time poster here! I'm having a problem specifically on my Kindle Fire where when I insert an image (in this case a header and footer) into a relative layout and set the width to "match_parent" or "fill_parent", there is a…
1
vote
0 answers

Android Studio runtime error Stub! at com.amazon.device.messaging.ADMMessageHandlerBase.() (unknown Source)

When I build the Amazon (Kindle) flavor of my Android app I run into this Runtime error as following Caused by: java.lang.RuntimeException: Stub! at com.amazon.device.messaging.ADMMessageHandlerBase(). Even though I added local…
1
vote
3 answers

AudioManager PROPERTY_OUTPUT_SAMPLE_RATE on kindle

We deployed our app on amazon and sometimes we are getting null when retrieving the audio output sample rate from the audio manager on a kindle. Our code is (more or less as follows: AudioManager audioService = (AudioManager)…
drorsun
  • 881
  • 1
  • 8
  • 22
1
vote
0 answers

Kindle Fire navigator.getusermedia crashes it

I have a web app that records audio only. I'm using phonegap to make it into an android app. It works fine on all devices except on the Kindle Fire. If it supports web audio I use web audio, otherwise I use java AudioTrack. Kindle Fire seems to…
Curtis
  • 2,486
  • 5
  • 40
  • 44
1
vote
1 answer

Detect FireOS version with javascript

Is there a way to detect what version of FireOS a Kindle accessing your site is using via Javascript?
Matt
  • 1,707
  • 1
  • 16
  • 18
1
vote
0 answers

Leaflet Marker Pop-Up Not Working on Kindle

I use Leaflet in a WebView for offline maps in several apps. It works fine on all my devices. Except on a Kindle Fire HD 6 (4th generation) the marker pop-up rarely display. I keep clicking on the marker and nothing happens. Once in a while, with no…
Tom Kincaid
  • 4,887
  • 6
  • 47
  • 72
1
vote
1 answer

crop image in amazon kindle devices by using crop intent

I'm trying to crop Imageview. In all devices image crop by using crop intent is working fine but not working for amazon kindle devices. Intent intent = new Intent("com.android.camera.action.CROP"); …
Tashen Jazbi
  • 1,068
  • 1
  • 16
  • 41
1
vote
1 answer

Does the PayPal Mobile SDK for Android work on an Amazon Kindle Fire HD 6?

I can see the PayPal Mobile SDK requirements say it needs Android 2.2 or later, https://github.com/paypal/PayPal-Android-SDK#requirements. And the Kindle runs a customised version of Android 4. So it should work, but I haven't found any mention of…
dr_dave
  • 345
  • 1
  • 10