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

Can't deploy Unity Android project to Kindle Fire any longer

I have a Unity project that is already successfully distributed via Google Play and Amazon Store. It runs on all the Kindle Fire devices as well. Now I have a new version, but for the life of me I can't get it to run on my Kindle Fire test device.…
habitoti
  • 229
  • 2
  • 15
1
vote
1 answer

Deploying to Amazon Fire TV over USB

I've been working on an Amazon Fire TV app for about a month now. The usual process of testing is to deploy over the network using Eclipse/adb. However, as the size of my app has increased the deployment time has skyrocketed. It has gotten to the…
user755921
1
vote
1 answer

Fire HD 6 + Sencha Touch 2.3.1 + Cordova 3.5.1 + Signed APK = Blank (dark grey) screen

This issue is pretty perplexing and my eyes can only take so much of looking at a Kindle device before burning with rage, so I'd like your help, generous Internet folk! I'm working on an app that is built on Sencha Touch 2.3.1 and Cordova 3.5.1. I…
Steve Y
  • 215
  • 2
  • 10
1
vote
0 answers

How to get the primary email associated with the kindle fire account?

I am integrating a in app purchase logic using the Amazon 'in app purchasing' API and I want to determine the amazon store email without being connected to the internet. How to get the primary email associated with the kindle account (the one used…
Jacques Giraudel
  • 352
  • 4
  • 19
1
vote
1 answer

Android Dropbox SDK on Kindle - URL scheme does not work / is not found

I am trying to run my Android 4+ on a Kindle Fire. Everything works fine but the connection to Dropbox. The app uses the latest Dropbox SDK and on normal/Non-Kindle Android devices everything works as expected: When…
Andrei Herford
  • 17,570
  • 19
  • 91
  • 225
1
vote
1 answer

How to use Google Signin on Kindle devices

I have an app which has an option to login using Google account. This works well on devices except the ones which don't have Google account option like Kindle or don't have Google play services (I guess). How should I go about adding that option on…
1
vote
0 answers

App crashes on Kindle Fire but not on Nexus 5. Both run 4.2.2 and SDK 17. What is the difference?

I working on my first Android app (published on iOS and Windows Phone before). When testing the app on a Nexu 5 eveything works fine but on a Kindle Fire the app crashes: java.lang.IllegalStateException: Cannot add header view to list -- setAdapter…
Andrei Herford
  • 17,570
  • 19
  • 91
  • 225
1
vote
1 answer

APK Assets not loaded on Kindle Fire HD

I have developed an App for the Amazon Kindle Fire HD. While distributing I got a report from amazon that its not running on almost all Kindle devices and a blackscreen is displayed. They send me a logcat log file and I found out that it's not…
Bastl
  • 883
  • 2
  • 10
  • 27
1
vote
1 answer

ADM for Amazon Kindle Fire - INVALID_SENDER

Hi I am new to Amazon Kindle Fire, I downloaded a sample code snsmobilepush.zip from docs.aws.amazon.com and when i am following to get Obtaining ADM Credentials To create an API Key, I have expoted and created myapp.keystore file. When I am…
Gangadhar Nimballi
  • 1,534
  • 3
  • 18
  • 46
1
vote
1 answer

Kindle Fire, Fire phone, and Amazon TV Emulators

I was trying to create Kindle Fire emulators to test apps for Kindle Fire tablet, fire phone, Amazon TV. I've followed the documentation but I couldn't create emulators for these. Can anybody tell me that whether Amazon is giving support for…
Tashen Jazbi
  • 1,068
  • 1
  • 16
  • 41
1
vote
1 answer

How to implement auto renewable on/off feature for IAP subscription in amazon - kindle android application

I am working on implementing subscription using Amazon IAP version 2. I am referring to the sample subscription application provided by them, for implementation. I want to provide auto-renewable on/off feature for subscription in my application. So…
Ritesh Gune
  • 16,629
  • 6
  • 44
  • 72
1
vote
2 answers

Building for both Android and Kindle

I have been developing for Android for a while now and recently got interested in developing for kindle devices as well. I am not completely sure how to go about this but what I would really like to know is if it is possible to build an app…
user2611073
  • 77
  • 2
  • 9
1
vote
0 answers

Android Kindle fire webview background is showing black

Actually I have one problem kindle fire webview showing background black where I make it transparent. In samsung galaxy s4 or other device it looks good.. only I got problem in kindleFire hd…
1
vote
1 answer

Amazon processes die, then App Crashes

My application runs fine on any Google device. But when I try to run on a Kindle fire, it crashes. Right before the crash happens, Activity Monitor Logs show that around 15-20 processes that start with com.amazon die and are scheduled to restart.…
1
vote
1 answer

Amazon SDK Tester initiateItemDataRequest does not return products

I have a strange behaviour with the Amazon SDK Tester. I call the method Set skuSet = new HashSet(); skuSet.add("removeads"); // Read data PurchasingManager.initiateItemDataRequest(skuSet); but it always returns FAILED in the…