Amazon Fire TV: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
mNo edit summary
 
(370 intermediate revisions by 39 users not shown)
Line 1: Line 1:
{{Infobox information appliance
{{mininav| [[Devices]] | [[Android]] }}
| name = Amazon Fire TV
{{device notice}}
| image = [[File:Amazon Fire TV.jpg|300px]]
__TOC__
| manufacturer = Amazon.com
| releasedate = 2014-04-02 (US)
| os =  Fire OS 3.0 "Mojito" (Based on [[Android]])
| soc = Qualcomm Snapdragon 8064
| cpu = Qualcomm Krait 300, quad-core to 1.7 Ghz
| graphics  = Qualcomm Adreno 320
| display = 1080p
| storage = 8 GB internal
| memory = 2 GB RAM
| connectivity = HDMI, Bluetooth 4.0, USB 2.0, Wifi (802.11n), 10/100 Ethernet, Optical audio
| dimensions = 115 × 115 × 17.5 mm (4.53 × 4.53 × 0.69 in)
}}
[[File:Amazon Fire TV ports.jpg|right|300px|Amazon Fire TV ports|thumb]]
{{mininav|[[Devices]]|[[Android]]}}
<section begin="intro" />The [[w:Amazon Fire TV|Amazon Fire TV]] is an Android-based (Fire OS) set-top-box that contains a very powerful ARM processor (that can even handle some of the more heavy XBMC skins). Fire TV stands above some of the other Android-based offerings due to Amazon's strong product support and because it contains more [[10 foot interface|remote friendly]] versions of Netflix, Amazon Prime Video, and other video service clients, making it a good pairing with XBMC.<section end="intro" />


== Installing ==
{{Note|Unless otherwise noted, the following information applies to both the Fire TV box (1 and 2) and Fire TV stick.}}
Basics on installing/sideloading any Android app onto the Amazon Fire: https://developer.amazon.com/sdk/asb/app-install.html


Official XBMC for Android (ARM) apks: http://mirrors.xbmc.org/releases/android/arm/
<section begin="intro" />'''Amazon Fire TV''' (first and second-generations) is a series of Android-based ([[wikipedia:Fire OS|Fire OS]]) set-top-box that contains a powerful ARM processor (that can even handle some of the more heavy Kodi skins). First released in 2014, Amazon's Fire TV series stands above some of the other Android-based offerings due to Amazon's strong product support and because it contains more [[w:10-foot_user_interface|10-foot user interface]] versions of Netflix, Amazon Prime Video, and other video service clients, which generally makes it a good pairing with Kodi.<section end="intro" />


;Steps
Amazon have also released Amazon Fire TV Stick as a low cost version in a HDMI-stick format, and while the Amazon Fire TV Stick also uses the same Android-based ([[wikipedia:Fire OS|Fire OS]]) software platform it contains less powerful ARM processor hardware it should still technically provides the same video playback features and capabilities as the first-generation of Amazon Fire TV, at least as far as running Kodi on it. The second-generation of Amazon Fire TV however does support newer video codecs and higher resolutions than the Fire TV Stick model.
# Install the Android SDK onto your computer.  This contains the ADB tool.  I think the starting point to download and install is here: https://developer.android.com/sdk/installing/index.html
{{-}}
# Follow these instructions to connect ADB to your Amazon Fire TV:  https://developer.amazon.com/sdk/asb/connect-adb.html
# Follow these instructions to install the XBMC app onto the Fire TV (using the ADB tool):  https://developer.amazon.com/sdk/asb/app-install.html


=== Stable[ish] builds ===
==Installing==
The following specialized Frodo-based builds are reported to exhibit the fewest issues with hardware video decoding on the Fire TV.  They can be installed alongside the below Test build, so you can still help with testing Gotham.
* '''[http://d-h.st/juz XBMC for OUYA 12.3.2]'''
* '''[http://d-h.st/zaP SPMC 12.3.3]'''


=== Test builds ===
For installing instructions please visit: [[HOW-TO:Install_Kodi_on_Fire_TV|HOW-TO: Install Kodi on Fire TV]]
Our Android devs are trying to get hardware video decoding working on the Amazon Fire TV. Here's how you can help!


# Download and install this version of XBMC: '''[http://mirrors.xbmc.org/test-builds/android/arm/xbmc-20140404-eb4e0ea-fixamcoutput-armeabi-v7a.apk 4-4-14 eb4e0ea]''' '''''{{bigger|<- Check this page often, as this URL will be updated with new builds as they become available.}}'''''
==Applications==
# Open XBMC.
# Play a video, such as [http://www.auby.no/files/video_tests/h264_1080p_hp_4.1_10mbps_dts_unstyled_subs_monsters.mkv this one].
# Plug in a USB keyboard and press {{keypress|O}} to bring up the [[codec info]] screen.
# Record a video with your phone/camera of your TV as it's playing the video and upload it to YouTube.
# Report what happened and the YouTube video URL to this forum thread: http://forum.xbmc.org/showthread.php?tid=191109


=== Windows ===
* [[FireTV Hardware]]
{{hidden|1=Click to show Windows specific step-by-step instructions -->|2=
* [[FireTV Software Notes]]
;Install the Android SDK and ADB Utility
* [[FireTV Maintenance and Kodi Performance]]
# Download and unzip the Android SDK/ADT Bundle for Windows: https://developer.android.com/sdk/index.html
* [[Little Known Fire TV Options and Links]]
# Find the "platform-tools" folder in the extracted bundle
* [[FireTV Known Issues]]
# Copy the complete path of the "platform-tools", and add it to your PATH environmental variable in Windows System Properties
;Enable USB Debugging on the Fire TV
# From the Fire TV Home screen, select Settings
# Go to System -> Developer Options
# Select "ADB Debugging" to turn it ON
;Connect to the Fire TV via ADB
# From the Fire TV Home screen, select Settings
# Go to System -> About -> Network, and take note of the Fire TV's IP address
# On your PC, open a Command Prompt
# Run the following commands
#:>adb kill-server
#:>adb start-server
#:>adb connect <ip-address-of-fire-tv>
# ADB is connected when the Command Prompt reports the message "connected to <ip-address-of-fire-tv>:<port>"
;Install XBMC via ADB
# Download your desired XBMC APK
# In your Command Prompt, navigate (CD) to the directory with your XBMC APK
# Run the following command
#:>adb install <apk-file-name>
# Installation is complete when the Command Prompt reports the message "success"
;Launch XBMC on the Fire TV
# From the Fire TV Home screen, select Settings
# Select Applications
# Find and select your XBMC installation (it may be named "XBMC", "SPMC", or "XBMC for OUYA")
# Select Launch Application
}}


== Controls ==
== See also ==
* [[Android hardware]]
* [[Android]]


=== Bluetooth remote ===
[[File:Amazon Fire TV remote.jpg|right|185px]]
To make the remote work with XBMC's on-screen-keyboard, go to {{highlight|bordered=yes|'''[[Settings/System#Input devices|XBMC -> Settings -> System -> Input devices]]'''}} and enable {{highlight|bordered=yes|'''Remote control sends keyboard presses'''}}


{{-}}
== Links ==
* [http://www.aftvnews.com/ AFTVnews (News and Guides)]


=== CEC ===
People are reporting that the Amazon Fire TV has basic CEC support.


=== USB ===
USB port allows for various additional remote types, such as FLIRC, various RF dongles, etc.


* Logitech K520, K700 and K800 and DiNovo mini wireless keyboards are said to work, as reported in the forum http://forum.xbmc.org/showthread.php?tid=191109&pid=1673921#pid1673921 (and the next post).
== Known issues ==
* Hardware video decoding is not currently working. This is being looked into.
*
== Random notes ==
{{large|''Feel free to place various notes, tips, and links here. As this section of the wiki gets more organized, those notes will be properly sorted. Consider this like a dumping ground for when you're not sure where to put something.''}}
* The USB port seems to work with keyboards and mice.
*
== Links ==
* XBMC forum thread about the Amazon Fire TV: http://forum.xbmc.org/showthread.php?tid=191109
* Amazon Fire TV product page: http://www.amazon.com/Amazon-CL1130-Fire-TV/dp/B00CX5P8FC
* iFixit teardown: http://www.ifixit.com/Teardown/Amazon+Fire+TV+Teardown/23856
* Supported codecs: https://developer.amazon.com/sdk/asb/media-specs.html
* Wikipedia article on Amazon Fire TV: [[wikipedia:Amazon Fire TV]]


[[Category:Hardware]]
[[Category:Index]]
[[Category:Android]]
[[Category:Android]]
[[Category:Fire TV]]

Latest revision as of 20:10, 7 December 2020

Home icon grey.png   ▶ Devices ▶ Android ▶ Amazon Fire TV
Stop hand.png These pages are maintained by the community and should not be considered an endorsement or recommendation. Device pages are made when there's a bunch of useful information for a particular device, and someone takes the time to make that page. Keep in mind, some devices simply don't need a page of specific information, but are still excellent devices. *

Note: Unless otherwise noted, the following information applies to both the Fire TV box (1 and 2) and Fire TV stick.

Amazon Fire TV (first and second-generations) is a series of Android-based (Fire OS) set-top-box that contains a powerful ARM processor (that can even handle some of the more heavy Kodi skins). First released in 2014, Amazon's Fire TV series stands above some of the other Android-based offerings due to Amazon's strong product support and because it contains more 10-foot user interface versions of Netflix, Amazon Prime Video, and other video service clients, which generally makes it a good pairing with Kodi.

Amazon have also released Amazon Fire TV Stick as a low cost version in a HDMI-stick format, and while the Amazon Fire TV Stick also uses the same Android-based (Fire OS) software platform it contains less powerful ARM processor hardware it should still technically provides the same video playback features and capabilities as the first-generation of Amazon Fire TV, at least as far as running Kodi on it. The second-generation of Amazon Fire TV however does support newer video codecs and higher resolutions than the Fire TV Stick model.

Installing

For installing instructions please visit: HOW-TO: Install Kodi on Fire TV

Applications

See also


Links