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

How can i send a notification from php server to the amazon kindle android device ?

How can i send a notification from php server to the amazon kindle android device ? As from tutorial i come to know that, the kindle device doesn't support the google APIs.
Rose
  • 41
  • 5
0
votes
1 answer

Saved images not immediately visible in Photos app

I'm writing a (230 kb) jpeg file to the location returned by Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_PICTURES).getAbsolutePath() Which on my 8.9 Kindle Fire HD is /mnt/sdcard/Pictures and I can see browsing the…
Michael Behan
  • 3,433
  • 2
  • 28
  • 38
0
votes
0 answers

Kindle Fire Tablet 2.3.4: Videoview getting black in android on touching other part of the screen.

I have a RelativeLayout inside that added an imageview and have added a videoview to this relative layout. I am running the video from my sd card path. Its all working perfectly fine on all other devices like Samsung tab 7inch, 10inch but I am…
Devavrata
  • 301
  • 1
  • 3
  • 12
0
votes
2 answers

Maintain Single Source or apk for Nook and Kindle

I have to maintain my application in Android Play, Kindle and Nook Stores. I am using camera option in my application. As there is no camera for Nook I have to hide camera option each time when I am publishing to market. So that I have to take two…
Sniper
  • 2,412
  • 11
  • 44
  • 49
0
votes
1 answer

KFTT OutofMemory Crashes

We have submitted an application on Amazon Market, the uploaded .apk working perfectly on other Devices and my KFTT as well but when we or other users are downloading the app from Amazon Market it is causing OutofMEmoryError. We have used 1024X1024…
strike
  • 1,031
  • 8
  • 24
0
votes
1 answer

Smooth scrolling on a Kindle Fire

I've created a simple example page which shows my problem: http://jsbin.com/owivak/1/ Scrolling this page in a browser works fine on most platforms, the lovely green header bar stays where it is and the other content scrolls behind it as it should,…
Matt McDonald
  • 4,791
  • 2
  • 34
  • 55
0
votes
3 answers

EGL_BAD_PARAMETER results from calling eglSwapInterval()

I have an OpenGL program running on a few Android devices, without any issues. However, when I run my app on a Kindle Fire, my call to eglSwapInterval() returns EGL_BAD_PARAMETER. My call looks like: eglSwapInterval( eglGetDisplay(…
0
votes
0 answers

kindle fire entre key missing

When I tap on my edit text, soft key-board opens up but could not find any return (enter) key on it. A simple solution is to add android:inputType="textMultiLine" so that eventually it has to show a return (enter) key. Is it a bug? How to…
Fahad Ishaque
  • 1,916
  • 1
  • 17
  • 21
0
votes
1 answer

Unity3D Debugging in runtime on Kindle Fire HD

Like in subject, Can I debug in runtime scripts in Unity3D on Kindle Fire HD? anyone done this before ? In MonoDev "attach to Process I can see only Editor.
waskithebest
  • 85
  • 1
  • 8
0
votes
1 answer

Cannot enable my keyboard on Kindle Fire

I've developed a keyboard app that exhibits strange behavior on Kindle Fire. Specifically, I cannot enable it. After installing the app, I go to Settings / Language & Keyboard / Keyboard. Then I click the checkbox to enable my keyboard, and click OK…
Barry Fruitman
  • 12,316
  • 13
  • 72
  • 135
0
votes
2 answers

Webview browser in Kindle Fire

Is the webview browser used in Kindle Fire the same as in ordinary Android webview? If not, what are the differences? Specifically, I'm interested in performance issues or quirks you have to be aware of when adapting web apps for Kindle Fire. Amazon…
Per Quested Aronsson
  • 11,380
  • 8
  • 54
  • 76
0
votes
1 answer

"Recently Used Items" user interface control like Kindle Fire.

I use Kindle Fire and I like their "Recently Used Items" user interface (just above favorite shelf). I want to implement that kind of control in ASP.NET web application. Is it possible? If yes how? I am trying to get something working with Slider…
Darshan Puranik
  • 1,055
  • 3
  • 14
  • 36
0
votes
1 answer

Android - Kindle fire App developement with HTML5

I am going to start a project in HTML5 that will run in internet browsers. Further I want to use the same HTML5 code to develop a Kindle fire app for android devices. I have two questions regarding this: Question 1 : Can we use the HTML5 code to…
0
votes
1 answer

Kindle Fire: PopupMenu$OrientationChangeListener leak

I have a little popup menu that anchors on a button in the action bar. This works well on 3.0/3.1 Xoom and Galaxy tabs, and a 4.1 Nexus 7. However, on a 7" Fire HD (this one), I get an error about a leaked intent receiver when exiting the…
dokkaebi
  • 9,004
  • 3
  • 42
  • 60
0
votes
1 answer

Build.PRODUCT for Nook and Kindle Fire devices

I want to port an existing Android application to Nook and Kindle Fire devices. I want to turn off unsupported features by querying for android.os.Build.PRODUCT and android.os.Build.MODEL codes. Could someone provide me with the various…
Herrbert74
  • 2,578
  • 31
  • 51