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
2
votes
0 answers

Kindle Fire MediaPlayer volume loud relative to SoundPool

I have an app that uses SoundPool for sound effects, and MediaPlayer for ambient noise. On every other device I've tested it on, the relative volumes are good, but on the kindle fire (HDX 7 3rd gen) the ambient noise from MediaPlayer is so loud it…
Chris
  • 6,642
  • 7
  • 42
  • 55
2
votes
0 answers

How do I enable remote debugging on the Kindle Silk browser?

I'm trying to use remote debugging through Chrome DevTools for Kindle's Silk Browser. I followed the instructions on their documentation, http://docs.aws.amazon.com/silk/latest/developerguide/remote-debugging.html , but typing "about:developer"…
singerde
  • 21
  • 2
2
votes
0 answers

Amazon FireOS webview doesn't support History.replaceState

I'm trying to port my existing android/iOS project to amazon fireOS. I can run the hello world app and point my own app to google.com successfully. My app loads fine on android 3/4 but fails with the following error for fireOS: Uncaught TypeError:…
RedPanda
  • 522
  • 6
  • 15
2
votes
0 answers

Native Heap Exploding on Kindle Fire

Im writing an application that ideally will support all android devices about SDK 15, which includes the new Amazon Fire OS on devices like the Kindle Fire. I use webview fragments and load html/javascript into these fragments inside a view pager.…
2
votes
2 answers

GCM is not working on Kindle fire devices: java.lang.UnsupportedOperationException: Device does not have package com.google.android.gsf

Its throwing exception while calling GCM.register(this,SENDER_ID); java.lang.UnsupportedOperationException: Device does not have package com.google.android.gsf What is alternative option of GCM on Amazon devices?
Lavekush Agrawal
  • 6,040
  • 7
  • 52
  • 85
2
votes
0 answers

Kindle Fire opening front camera by default while it should open the back camera

I have this camera application which is working fine on almost all other devices except the Kindle Fire HDX 8.9 The problem is that when I open the camera inside the surface view I explicitly tell it to open the Back facing camera: this.camera =…
Faraz Hassan
  • 663
  • 1
  • 6
  • 24
2
votes
2 answers

Proper icon size for Kindle Fire HDX 8.9

I tried my app which provides a launcher icon up to xxxhdpi. However on the Kindle Fire HDX, there is a big bar in the middle and my icon there looks blurry while the built in apps have sharp icons. Does anybody know how to provide the proper icon…
Fernando Gallego
  • 4,064
  • 31
  • 50
2
votes
1 answer

android.view.WindowManager$BadTokenException only with Kindle Fire Tablets in Amazon Store

I have the following stacktrace reported in the Amazon App Store. I have three major problems with analyzing it: I could never reproduce it, since it only seems to happen with Kindle Fire tablets and I don't have one The stacktrace I have available…
donfuxx
  • 11,277
  • 6
  • 44
  • 76
2
votes
1 answer

how send Push Notification to Kindle Fire from WCF rest service

I want to send push notifications to Kindle Fire from WCF rest service. I used PushSharp library, but it is not working properly. Can you please suggest any other way without using PushSharp library? I am using below code to send notification on…
2
votes
0 answers

Signing APK for Kindle Fire causes Crash

We have a rather large (~625 MB) APK file that we are trying to sign for use on Kindle Fire. If we use the basic debug profile the build works just fine. However, when we sign the apk using any keystore (we generated a test, and used our prod…
2
votes
1 answer

Trying to root my kindle fire hd but no "Enable ADB " button

I have checked everywhere for people having the same problem and I havent found any. The "enable adb" button is not in the security menu. Can anyone tell me whats going on?
Roshni
  • 73
  • 8
2
votes
0 answers

Kindle Fire HD not detecting in DDMS in windows 7

My kindle fire hd 7 inch not detecting in ddms, I have already done many steps to rectify this like adding 0x1949 and enabling adb in the tablet but its not detecting at all. But my kindle fire 1st generation is detecting in ddms. Please suggest…
Devavrata
  • 301
  • 1
  • 3
  • 12
2
votes
1 answer

Using Charles Proxy for Android emulator Eclipse with Kindle Fire

How do I set up the proxies on the programs so that I can test a kindle fire app with charles proxy? Problem statement: I am trying to test an app that we are creating. We are using Eclipse (Android SDK) to open an emulator for the Kindle Fire.…
2
votes
1 answer

ViewRoot$CalledFromWrongThreadException while calling setAdapter() from AsyncTask?

I am getting this error when I call listview.setAdapter(adapter); from an AsyncTask's onPostExecute() method: 07-12 19:29:38.147: E/AndroidRuntime(8478): android.view.ViewRoot$CalledFromWrongThreadException: Only the original thread that created a…
vergil corleone
  • 1,091
  • 3
  • 16
  • 34
2
votes
2 answers

Android app close on kindle fire after hibernate

I'm having an issue with my app on a Kindle Fire. I don't have a device of my own, but the app reviewers (and a friend of mine who tested it for me) are having an issue with the app closing, with no error message after coming out of hibernation. The…
Rev Tyler
  • 601
  • 7
  • 17