PDA

View Full Version : XBMC How to install /Kodi on an Amazon Fire TV Stick



alanjg007
16-07-2015, 10:05 PM
The Amazon Fire TV Stick is a $39, pocket-sized device that you can plug into the HDMI port of your TV to stream music, movies, TV shows, and other media from the internet. It supports a handful of popular media streaming services including Netflix, YouTube, and of course Amazon Instant Video and Amazon Music, and you can also use it to play games.

But there?s something else you can do with the Fire TV Stick: sideload Android apps that don?t come from the Amazon Appstore.

And that includes popular media center app XBMC (soon to be renamed Kodi).


Theoretically you could use Kodi to stream local videos from a shared network drive, but I haven?t had much luck getting the system to recognize shared drives.

What I have been able to do is install add-ons for streaming media from the Internet Archive, NPR, Geek & Sundry, and YouTube (in case you don?t like the official YouTube app for the Fire TV). This makes it easy to stream music or videos from a number of services that might not otherwise be available for the Amazon Fire TV Stick.

XBMC launches quickly and runs smoothly on the Fire TV Stick and it works well with the Fire TV Stick remote control, although you have to jump through a few hoops to install the app? and then jump through a few more hoops to actually run it.


http://youtu.be/ikuMqbsPa9Q

Keep reading for step-by-step instructions.

How to sideload apps on the Fire TV Stick (or Fire TV)

Just like the original, $99 Amazon Fire TV, the $39 Fire TV Stick runs an operating system based on Google Android. It doesn?t look much like Android, but if an app can run on Android, it can probably run on a Fire TV (or Fire tablet).

Note that you won?t be able to install the Google Play Store or other apps that rely on the Google Services Framework unless you root your device, and even then there?s no guarantee everything will work perfectly.

Fortunately XBMC isn?t one of those apps, so let?s talk about how you would load an app like XBMC/Kodi.

1. Navigate to the Settings screen.

2. Scroll over to the System option and then scroll down until you see ?Developer Options? and hit the select button.

13166

3. Now flip the toggles to turn on ADB debugging and Apps from Unkown Sources.

13167

4. Hit the back arrow on your remote to return to the System settings.

5. Scroll up until you find ?About,? hit select, and then scroll down to ?Network? and make note of the IP address. You cannot connect a Fire TV Stick to a PC with a USB cable, so we?ll have to connect over WiFi, and that?s where that IP adress come in handy.

6. Now we need to connect the Fire TV to a computer ? there are two ways to do this.

6a. If you already have the Android SDK on your computer, just open a command prompt, navigate to the folder where adb is located, and type the following:

adb kill-server

adb start-server

adb connect [ipaddress]

Note that where it says [ipaddress] you?d type the actual ip address.

13168

You can check to see if your Fire TV stick is connected by typing ?adb devices? without the quotes. Note that if you?re using a Mac or Linux computer you may have to put a ./ in front of the adb command.

6b. Don?t have the Android SDK and/or adb installed and don?t want to have to learn to use it or type anything into a command prompt? There?s an app for that.

Actually there are several, but we?re going to take a look at adbFire, a cross-platform tool for Windows, OS X, and Linux.

13169

To use adbFire, just download and unzip the package, start the adbFire executable, type your IP address in the window where it says Device address, and click ?Connect.?

7. Alright, now it?s time to install your app. Download the latest version of XBMC or Kodi from the Kodi website (or locate any other Android APK you want to try installing).

8a. If you?re using adbFire, choose the ?Install APK? option, select your APK file, and click ?yes? on the following screen. A progress bar at the bottom of the screen will let you know that the file is being sent.

8b. If you?re using a command prompt, just type ?adb install name.of.your.APK? without the quotes and wait until you see the word ?Success.?

13170

How to run XBMC (or other sideload apps) on the Fire TV Stick

Now you app should be loaded on your Fire TV Stick? but you won?t see it on the home screen. Here?s how you can find and launch it.

1. Scroll down to the Settings menu.

13171

2. Navigate to the Applications option and hit the select button.

3. Scroll down and select the entry that says ?Manage All Installed Applications.?

4. Scroll down until you find the app you want to launch. Select it, and choose the option for ?Launch application.?

13172

That?s it? it?s a bit of a hassle, but it?s the simplest way to launch sideloaded apps without rooting your device or trying to replace the official Amazon app launcher.

The Manage All apps menu is also where you?d find the option to uninstall apps ? so if you try sideloading an Android app or two only to find it doesn?t run well on the Fire TV Stick, you can just uninstall the app from here.
source (http://liliputing.com/2014/11/install-xbmckodi-amazon-fire-tv-stick.html)