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
1 answer

Can not get Registration ID in Emulator

Hi I am running ADMMessenger sample application provided with SDK. in which I am not able to get Registration ID in register() method of MainActivity. Method is like this. private void register() { final ADM adm = new ADM(this); if…
Jignesh Ansodariya
  • 12,583
  • 24
  • 81
  • 113
2
votes
3 answers

What is android minSdkVersion for Kindle Fire running software version 6.3.2?

I'm am trying to figure out if the latest Kindle Fire OS version 6.3.2 is based on Android version 4.x. I would like for our app to drop support for versions less than 4.0, but I would like to maintain support for Kindle Fire.
kwahn
  • 2,118
  • 2
  • 21
  • 17
2
votes
0 answers

ACTION_GET_CONTENT on Kindle Fire HD for images returns data with file scheme instead of content scheme

I am facing a weird problem. I have a form in my app where user will input some details and then select an image. On pressing Submit, an email intent will be fired which will create an email draft with user's input pasted in mail body and his…
Yogesh
  • 311
  • 1
  • 10
2
votes
1 answer

How to Implement Amazon in-app purchase

In my Android Application I want to implement Amazon In-App Purchase. But I don't know how to implement it? Are there any Example code for me to look at? https://developer.amazon.com/sdk/in-app-purchasing/sample-code/button-clicker.html I use That…
Mapoo
  • 41
  • 4
2
votes
2 answers

How to programmatically detect if Dolby system is active or not on Android application

I have a problem with my android app, when I run on a kindle fire 7" with Dolby active there is a flaw in the sound, but when this option is disabled the problem disappears. I'm using MediaPlayer to play long audio files, i cannot use AudioPool…
2
votes
0 answers

How do I get the size of the navigation bar on a Kindle tablet?

I'm working with the Kindle Fire HD 8.9", and unlike other Android tablets, its navigation bar (Back, Home, etc.) resides on the right edge of the device rather than the bottom edge. This is causing layout issues for myself since I need to calculate…
Jason Robinson
  • 31,005
  • 19
  • 77
  • 131
2
votes
1 answer

Font face rendering on actual Kindle Fire but NOT online KDP Kindle Previewer

I have a font face loaded for KF8 and it shows up perfectly on the desktop previewer and on my physical Kindle Fire. However, when I load it onto the KDP online previewer, it ignores the font entirely and resorts to the default font settings. Has…
whiskey9
  • 21
  • 1
2
votes
1 answer

Kindle Fire getting current location

I am using a Kindle Fire 2nd Gen which uses WiFi for it's location services. The problem is I cannot seem to get this in-app. I am using the LocationManager in the version for Google Play which works fine, but for the Kindle it never returns a…
Joss Stuart
  • 1,856
  • 1
  • 17
  • 19
2
votes
2 answers

App with GCM will work in Kindle Fire or need to remove GCM Jar?

Upto now I'm uploading the same binary to Amazon and Google Play store without GCM and both are working fine. Now I'm going to implement GCM on the same app. Shall I have to maintain the separate code or the same will work ? GCM is not supported by…
2
votes
1 answer

Invoke / call Kindle Fire's native AwesomePlayer via Android intent - is it possible?

I am trying to play a YouTube video on a Kindle Fire HD. On common Android devices is simple since Intent.ACTION_VIEW invokes the pre-installed YouTube app. Based on the logs, on the Kindle, which lacks the YouTube app, the Intent.ACTION_VIEW…
2
votes
2 answers

Android: Unable to execute HTTP request: No peer certificate

I have develop one android application, in which images and audio are download from Amazon S3 bucket. In all devices(sony xperia sola, HTC Salasa, Micromax funbook, samsung tab 2) and android emulator it download perfectly. But When I try to…
Infoware
  • 158
  • 2
  • 16
2
votes
1 answer

Android: How to remove map features for Amazon AppStore & Kindle

I have an app which is published on both Google Play and Amazon AppStore. I recently added map API features to this app, so I had to use the Google APIs SDK to build it. I have successfully published my new version on Google Play, but having…
Alan Moore
  • 6,525
  • 6
  • 55
  • 68
2
votes
0 answers

How to hide url bar in kindle

I would like to know how to hide the URL Bar for a kindle fire from Javascript. I have found some codes but none of them have really worked. Thanks for the help.
VRedondo
  • 129
  • 1
  • 7
2
votes
1 answer

Kindle Fire HD: movies are brighter than jpgs

I've been working on an app where the user touches the screen to start a movie. The screen image is the first frame of the movie. Once the touch happens, the movie plays. I do this by putting a jpg of the first frame in front of the movie, and then…
2
votes
3 answers

APK Expansion files on the Kindle Fire

Is it possible to use the Android Expansion files with a Kindle Fire? Because the Kindle Fire doesn't use Google Play. EDIT: Amazon allows the .apk to get bigger than 50MB, so no expansion files are needed.
Ceetn
  • 2,728
  • 2
  • 25
  • 28