<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://kodi.wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Vandalay17</id>
	<title>Official Kodi Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://kodi.wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Vandalay17"/>
	<link rel="alternate" type="text/html" href="https://kodi.wiki/view/Special:Contributions/Vandalay17"/>
	<updated>2026-06-16T10:59:09Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://kodi.wiki/index.php?title=HOW-TO:Install_Kodi_on_Fire_TV&amp;diff=113590</id>
		<title>HOW-TO:Install Kodi on Fire TV</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=HOW-TO:Install_Kodi_on_Fire_TV&amp;diff=113590"/>
		<updated>2016-02-11T19:33:18Z</updated>

		<summary type="html">&lt;p&gt;Vandalay17: /* Install Kodi without a PC */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{mininav| [[Amazon Fire TV]] }}&lt;br /&gt;
&amp;lt;section begin=&amp;quot;intro&amp;quot; /&amp;gt;This page describes some of the methods to install Kodi onto an Amazon Fire TV (box) or Fire TV Stick. The Fire TV uses Kodi for [[android]] and does not require root. All Fire TV products allow sideloading, so no hacking or modification is required to install Kodi.&amp;lt;section end=&amp;quot;intro&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{notice|The easiest method to install Kodi is to just install the &#039;&#039;&#039;[https://github.com/sphinx02/FireStarter/ FireStarter]&#039;&#039;&#039; {{small|[https://github.com/sphinx02/FireStarter/releases (download)]}} replacement launcher. You&#039;ll want it anyways to make it easy to launch Kodi. From within FireStarter you can then install and update Kodi.}}&lt;br /&gt;
&lt;br /&gt;
== Install Kodi without a PC ==&lt;br /&gt;
See: http://www.aftvnews.com/how-to-sideload-apps-like-kodi-onto-the-fire-tv-using-nothing-but-the-fire-tv/&lt;br /&gt;
or http://www.hackmyappletv.com/hack-amazon-fire-tv-stick-install-kodi/&lt;br /&gt;
&lt;br /&gt;
== Enable Debugging on the Fire TV ==&lt;br /&gt;
In order to install apps from outside the Amazon app store, we need to enable these options:&lt;br /&gt;
&lt;br /&gt;
# From the Fire TV Home screen, select &#039;&#039;&#039;Settings&#039;&#039;&#039;&lt;br /&gt;
# Go to &#039;&#039;&#039;System&#039;&#039;&#039; -&amp;gt; &#039;&#039;&#039;Developer Options&#039;&#039;&#039;&lt;br /&gt;
# Enable both the &#039;&#039;&#039;ADB Debugging&#039;&#039;&#039; and the &#039;&#039;&#039;Apps from Unknown Sources&#039;&#039;&#039; options.&lt;br /&gt;
# Go to &#039;&#039;&#039;System&#039;&#039;&#039; -&amp;gt; &#039;&#039;&#039;About&#039;&#039;&#039; -&amp;gt; &#039;&#039;&#039;Network&#039;&#039;&#039;, and take note of the Fire TV&#039;s IP address&lt;br /&gt;
&lt;br /&gt;
== adbFire (Win/Mac/Linux) ==&lt;br /&gt;
{| class=&amp;quot;infobox&amp;quot;&lt;br /&gt;
| {{youtube|-hQ3e9gdsmE}}&lt;br /&gt;
|}&lt;br /&gt;
adbFire is a companion program for FireTV and Android Kodi &amp;amp; forks. It allows you to sideload Kodi (and other apps) without the bother of downloading the Android SDK and other tools. Additionally, it allows you to copy files to and from Kodi, backup Kodi, root the FireTV, mount USB drives and more.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Download website link: http://jocala.com/adbfire.html&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tutorials for using ADBFire to install Kodi:&lt;br /&gt;
&lt;br /&gt;
* http://www.tweaking4all.com/home-theatre/xbmc/kodi-on-amazon-fire-tv/&lt;br /&gt;
&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
== ADB command line ==&lt;br /&gt;
These are steps to manually install Kodi using the ADB command line tool, as an alternative to using an app like adbFire.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;General Steps&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
# Setup the ADB Utility via OS-specific instructions below, or install the Android SDK for your platform: https://developer.android.com/sdk/index.html&lt;br /&gt;
# Follow these instructions to connect ADB to your Amazon Fire TV:  https://developer.amazon.com/sdk/asb/connect-adb.html&lt;br /&gt;
# Follow these instructions to install the Kodi app onto the Fire TV (using the ADB tool):  https://developer.amazon.com/sdk/asb/app-install.html&lt;br /&gt;
&lt;br /&gt;
=== Setup ADB on Your Host ===&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; Your host must be connected to the same network as your Fire TV.&lt;br /&gt;
&lt;br /&gt;
{{ADB setup}}&lt;br /&gt;
&lt;br /&gt;
=== Download Kodi ===&lt;br /&gt;
*Current stable version: &#039;&#039;&#039;{{current version}}&#039;&#039;&#039;&lt;br /&gt;
*Download link: &#039;&#039;&#039;{{download link|Android}}&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Install Kodi to the Fire TV ===&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; If your APK file name contains spaces, make sure you put quotes around it in the adb commands.  On OS X and Linux, you may need to prepend &amp;lt;code&amp;gt;./&amp;lt;/code&amp;gt; to the adb commands.&lt;br /&gt;
# On your host (PC or other Android device), download your desired Kodi APK&lt;br /&gt;
# Open a Command Prompt (Windows), Terminal (OS X/Linux), or Terminal Emulator app (Android)&lt;br /&gt;
# Navigate (CD) to the directory with your Kodi APK (In Terminal Emulator on Android you only need to run the adb commands)&lt;br /&gt;
# Run the following commands&lt;br /&gt;
#:&amp;lt;code&amp;gt;&amp;gt;adb kill-server&amp;lt;/code&amp;gt;&lt;br /&gt;
#:&amp;lt;code&amp;gt;&amp;gt;adb start-server&amp;lt;/code&amp;gt;&lt;br /&gt;
#:&amp;lt;code&amp;gt;&amp;gt;adb connect &amp;lt;ip-address-of-fire-tv&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
# ADB is connected when it reports the message &amp;quot;connected to &amp;lt;ip-address-of-fire-tv&amp;gt;:&amp;lt;port&amp;gt;&amp;quot;&lt;br /&gt;
# Run the following command&lt;br /&gt;
#:&amp;lt;code&amp;gt;&amp;gt;adb install &amp;lt;apk-file-name&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
# Installation is complete when it reports the message &amp;quot;success&amp;quot;&lt;br /&gt;
&lt;br /&gt;
(&#039;&#039;&#039;Note:&#039;&#039;&#039; For Android you need to type in the full path. e.g. &amp;gt;adb install /sdcard/Download/apk-file-name.apk)&lt;br /&gt;
&lt;br /&gt;
=== Launch Kodi on the Fire TV ===&lt;br /&gt;
# From the Fire TV Home screen, select &#039;&#039;&#039;Settings&#039;&#039;&#039;&lt;br /&gt;
# Select &#039;&#039;&#039;Applications&#039;&#039;&#039;&lt;br /&gt;
# Find and select your Kodi installation (it may be named &amp;quot;Kodi&amp;quot; or &amp;quot;SPMC&amp;quot;)&lt;br /&gt;
# Select &#039;&#039;&#039;Launch Application&#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; Users have reported that you can [http://forum.kodi.tv/showthread.php?tid=191109&amp;amp;pid=1677974#pid1677974 autostart Kodi] after boot using an Android automation apps such as Tasker, AutomateIt, or Llama. Alternately, you can use [http://diegomejia.globat.com/android/AutoPilot.apk Autopilot] to autoboot to Kodi.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Launching Kodi from Fire TV Homescreen:&#039;&#039;&#039; You can also have Llama (and probably others) [http://forum.kodi.tv/showthread.php?tid=191109&amp;amp;pid=1721346#pid1721346 launch Kodi] when a native Fire TV app like &#039;&#039;&#039;Flixter&#039;&#039;&#039; is launched from the Fire TV homescreen.  Some apps [http://forum.kodi.tv/showthread.php?tid=191109&amp;amp;pid=1721962#pid1721962 work better] than others.&lt;br /&gt;
&lt;br /&gt;
=== Upgrading Kodi ===&lt;br /&gt;
Kodi can be upgraded through ADB without losing your settings. To do this, you must use a newer version of the package already installed on the machine.&lt;br /&gt;
# Download the package to your machine&lt;br /&gt;
# Make sure ADB is connected to the Fire TV&lt;br /&gt;
# Run &amp;lt;code&amp;gt;adb install -r &amp;lt;apk-file-name&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
# Installation is complete when it reports the message &amp;quot;Success&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Kodi will still go through the &amp;quot;first run&amp;quot; screen the first time it is launched but your settings will remain intact.&lt;br /&gt;
&lt;br /&gt;
=== Downgrading Kodi ===&lt;br /&gt;
If you wish to downgrade your version of Kodi (because you installed a test version that didn&#039;t work properly, for example) and keep your settings, the following commands will allow you to do so.&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;code&amp;gt;adb uninstall -k org.xbmc.kodi&lt;br /&gt;
:adb install &amp;lt;apk-file-name&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you are downgrading using an Android device, you will need to use the &amp;quot;shell&amp;quot; command.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;adb shell pm uninstall -k org.xbmc.kodi&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Isengard updated}}&lt;br /&gt;
&lt;br /&gt;
[[Category:How-to]]&lt;br /&gt;
[[Category:Fire TV]]&lt;br /&gt;
[[Category:Android]]&lt;br /&gt;
[[Category:Installation]]&lt;/div&gt;</summary>
		<author><name>Vandalay17</name></author>
	</entry>
</feed>