Introduction
The following device specifications include all generations of Kindle Fire tablets. For information about the user interface specifications for Kindle Fire, which also vary by tablet, see User Experience Specifications.
Device Specifications
The following table shows the device specifications for each of the Kindle Fire tablets, starting with the most recently released tablets on the left.
| Kindle Fire HDX 8.9" (3rd Gen) | Kindle Fire HDX 7" (3rd Gen) | Kindle Fire HD 7" (3rd Gen) | Kindle Fire HD 8.9" (2nd Gen) | Kindle Fire HD 7" (2nd Gen) | Kindle Fire (2nd Gen) | Kindle Fire (1st Gen) | |
|---|---|---|---|---|---|---|---|
| Screen size | 8.9-inch screen | 7-inch screen | 7-inch screen | 8.9-inch screen | 7-inch screen | 7-inch screen | 7-inch screen |
| Screen resolution | 2560px x 1600px (supports 1080p "HD" resolution) | 1920px x 1200px (supports 1080p "HD" resolution) | 1280px x 800px (supports 720p "HD" resolution) | 1920px x 1200px (supports 1080p "HD" resolution) | 1280px x 800px (supports 720p "HD" resolution) | 1024px x 600px | 1024px x 600px |
| Abstracted LCD density | "xhdpi" | "xhdpi" | "hdpi" | "hdpi" | “hdpi” | “mdpi” | “mdpi” |
| RAM | 2048 MB | 2048 MB | 1024 MB | 1024 MB | 1024 MB | 1024 MB | 512 MB |
| CPU | Qualcomm Snapdragon 800 quad-core (APQ8074), 2.2 GHz | Qualcomm Snapdragon 800 quad-core (APQ8074), 2.2 GHz | Dual Core TI OMAP4 (4470) HS, 1.5 GHz | Dual Core TI OMAP4 (4470) HS, 1.5 GHz | Dual Core TI OMAP4 (4460) HS, 1.2 GHz | Dual Core TI OMAP4 (4430) HS, 1.2 GHz | Dual Core TI OMAP4 (4430) HS, 1.0 GHz |
| GPU | Qualcomm Adreno 330, 450 MHz | Qualcomm Adreno 330, 450 MHz | Imagination PowerVR | Imagination PowerVR | Imagination PowerVR | Imagination PowerVR | Imagination PowerVR |
| WiFi | 802.11 a/b/g/n | 802.11 a/b/g/n | 802.11 a/b/g/n | 802.11 a/b/g/n | 802.11 a/b/g/n | 802.11 b/g/n | 802.11 b/g/n |
| Bluetooth | BT 4.0 + EDR (HID and A2DP profiles only) | BT 4.0 + EDR (HID and A2DP profiles only) | BT 4.0 + EDR (HID and A2DP profiles only) | BT 3.0 + EDR (HID and A2DP profiles only) | BT 3.0 + EDR (HID and A2DP profiles only) | Not available | Not available |
| Location services | GPS and aGPS (WAN only), WiFi-based | GPS and aGPS (WAN only), WiFi-based | WiFi-based | GPS and aGPS (WAN only), WiFi-based | WiFi-based | WiFi-based | Not available |
| OS version | Fire OS 3.0 (compatible with Android 4.2.2, API level 17) |
Fire OS 3.0 (compatible with Android 4.2.2, API level 17) |
Fire OS 3.0 (compatible with Android 4.2.2, API level 17) |
Based on Android 4.0.3, API level 15 | Based on Android 4.0.3, API level 15 | Based on Android 4.0.3, API level 15 | Based on Android 2.3.3, API level 10 |
Heap size (default)android:largeHeap="false" |
96 MB | 96 MB | 96 MB | 64 MB | 64 MB | 64 MB | 64 MB |
Heap size (large)android:largeHeap="true" |
256 MB | 256 MB | 256 MB | 256 MB | 256 MB | 256 MB | 64 MB (android:largeHeap is ignored) |
| Front-facing camera | Yes | Yes | No | Yes | Yes | No | No |
| Rear-facing camera | Yes | No | No | No | No | No | No |
| Microphone | Yes | Yes | No | Yes | Yes | No | No |
| Multi-touch | 10-point | 10-point | 10-point | 10-point | 10-point | 2-point | 2-point |
| Accelerometer | Yes | Yes | Yes | Yes | Yes | Yes | Yes |
| Compass | Yes (WAN) No (WiFi) |
Yes (WAN) No (WiFi) |
No | Yes (WAN) No (WiFi) |
No | No | No |
| Gyroscope | Yes | Yes | Yes | Yes | Yes | No | No |
| Light sensor | Yes | Yes | No | Yes | Yes | No | No |
| Proximity sensor | Yes (WAN) No (WiFi) |
Yes (WAN) No (WiFi) |
No | Yes (WAN) No (WiFi) |
No | No | No |
| android.os.Build.MANUFACTURER | Amazon | Amazon | Amazon | Amazon | Amazon | Amazon | Amazon |
| android.os.Build.MODEL | KFAPWA (WAN) KFAPWI (WiFi) |
KFTHWA (WAN) KFTHWI (WiFi) |
KFSOWI | KFJWA (WAN) KFJWI (WiFi) |
KFTT | KFOT | Kindle Fire |
Feature Detection
When developing your Android app, keep in mind that your app runs on devices including Kindle Fire tablets with different screen sizes, hardware features, and software implementations. To help ensure that your app works well across a broad array of devices, query the features of the device hardware or software and be responsive to the features that are available.
Avoid trying to detect specific device models such as Kindle Fire tablets. Device detection is less flexible than feature detection, and adds development effort over time when you add device models.
You can detect features in several different ways, such as by querying the package manager, performing reflection, or checking the result of convenience methods. For example, to determine if a camera intent is available, you can use PackageManager to determine if the camera software is installed on the device.
/**
* Determines if the current device can handle an image capture action.
* @return true if the device can handle an image capture action. False if it cannot.
*/
protected boolean canHandleCameraIntent() {
final Intent intent = new Intent(android.provider.MediaStore.ACTION_IMAGE_CAPTURE);
final List<ResolveInfo> results = getPackageManager().queryIntentActivities(intent, 0);
return (results.size() > 0);
}
Supported Technologies
Kindle Fire tablets provide support for the following technologies.
-
Text-to-Speech
Third-generation and second-generation Kindle Fire tablets include the IVONA Text-to-Speech (TTS) engine, and support the AndroidTextToSpeechAPI. For more information, see TextToSpeech in the Android documentation. The following table shows the languages supported by the TTS engine.
Tablet Text-to-Speech languages Kindle Fire HDX 8.9" (3rd Gen)
Kindle Fire HDX 7" (3rd Gen)
Kindle Fire HD 7" (3rd Gen)U.S. English
French (downloadable)
Italian (downloadable)
German (downloadable)
Spanish (downloadable)
Canadian French (downloadable)
Australian English (downloadable)
British English (downloadable)
Brazilian Portuguese (downloadable)
Russian (downloadable)Kindle Fire HD 8.9" (2nd Gen)
Kindle Fire HD 7" (2nd Gen)
Kindle Fire 7" (2nd Gen)
U.S. English Kindle Fire (1st Gen) Not supported
-
Web apps
Kindle Fire tablets support web apps through an optimized web runtime based on Chromium. For information about building and publishing web apps, see Web Apps. - E-mail
Kindle Fire tablets have a pre-installed e-mail client that responds tomailto:links and e-mail intents. - SD card
Kindle Fire tablets have an internal SD card that is not removable. You should not have to change your app for Kindle Fire tablets if it currently stores data on the SD card. To write to the internal SD card, usegetExternalStorageDirectory(). - Audio formats
Kindle Fire tablets support the following audio formats natively: AAC LC/LTP, HE-AACv1 (AAC+), HE-AACv2 (enhanced AAC+), AMR-NB, AMR-WB, MP3, MIDI, Ogg Vorbis, and PCM/WAVE. -
Video formats
For information about video support on Kindle Fire, see Video Specifications.
| Return to Kindle Fire |


Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.
