How To Download Kodi 17.5 On Firestick
Amazon Fire Television receiver | HOW-TO:Install Kodi on Burn Telly |
This page describes some of the methods to install Kodi onto an Amazon Fire TV (box) or Burn down Idiot box Stick. The Fire TV uses Kodi for android and does non require root. All Burn down Tv products allow sideloading, so no hacking or modification is required to install Kodi.
1 Enable developer settings on the Burn down Television receiver - Required for all methods below
In social club to install apps from exterior the Amazon app store, we demand to enable these options:
-
- From the Fire Television Home screen, select Settings
- Go to Organization -> Developer Options (Device -> Programmer Options on newer systems)
- Enable both the ADB Debugging and the Apps from Unknown Sources options.
- Go to System -> About -> Network, and have notation of the Fire TV'southward IP address (Device -> About -> Network on newer systems)
1.ane Using the Downloader app
- Install Kodi using the Downloader App for Burn TV and Stick
one.ii ES File Explorer
ES Explorer in the amazon appstore volition still piece of work. The instructions have changed though. You tin can at present employ `Tools -> Downloads -> Add bookmark` -- then add together a straight link to the kodi apk file for android (plant at http://kodi.television set/download). Then open the bookmark and it will ask you if you desire to open up it and so if you lot want to install information technology. Click yes for both.
1.iii apps2fire
apps2fire is an app that can be ran from another Android device, such equally a phone or a tablet. The telephone/tablet running apps2fire can install whatsoever apps (which are already installed on the phone/tablet) from the phone/tablet to the Fire Telly.
- On a phone or tablet connected to the same network as your Burn TV device
- Install Kodi from Google Play: or http://kodi.tv/download/
- Install apps2fire: https://play.google.com/store/apps/details?id=mobi.koni.appstofiretv
- Enable the programmer options on the Fire TV device (every bit mentioned above on this page)
- Open apps2fire and enter the IP address of your Burn down Telly device
- Select Kodi to install on the Fire TV device
1.4 adbLink (Win/Mac/Linux)
adbLink is a companion program for FireTV and Android Kodi & forks. It allows y'all to sideload Kodi (and other apps) without the bother of downloading the Android SDK and other tools. Additionally, it allows y'all to re-create files to and from Kodi, backup Kodi, root the FireTV, mount USB drives and more than.
Download website link: http://jocala.com
Tutorials for using adbLink to install Kodi:
- http://www.tweaking4all.com/home-theatre/xbmc/kodi-on-amazon-burn down-tv/
1.5 CetusPlay App
CetusPlay is an app that allows yous side-load lots of popular TV apps to Fire TV from your phone. What's more than, it offers user remote part to your Fire TV.
Speaking of installing Kodi to Fire TV, the steps as post-obit:
- Install CetusPlay from Google Play:https://play.google.com/shop/apps/details?id=com.cetusplay.remotephone
- Enable the ADB on the Fire TV as mentioned higher up and there will be a Tv set server of CetusPlay installed automatically on your Tv set.
- Turn to the App Heart in CetusPlay.
- Kodi volition on the top and just click Install
ane.six ADB control line
These are steps to manually install Kodi using the ADB command line tool, as an alternative to using an app like adbLink.
General Steps
-
- Install the Android SDK for your platform: https://developer.android.com/sdk/index.html
- Follow these instructions to connect ADB to your Amazon Burn TV: https://developer.amazon.com/sdk/asb/connect-adb.html
- Follow these instructions to install the Kodi app onto the Fire Television receiver (using the ADB tool): https://developer.amazon.com/sdk/asb/app-install.html
Note: Your computer must exist connected to the same network as your Fire Goggle box
1.6.one Windows
- Download and unzip the ADB Utility for Windows from https://developer.android.com/sdk/index.html
- Find the extracted winadb folder containing adb.exe, and re-create the complete folder path
- Add together the copied path to your PATH environmental variable in Windows Organization Properties
- Follow the beneath instructions to consummate the installation of Kodi
one.6.two OS X
- Download and unzip the ADB Utility for OS 10 from https://programmer.android.com/sdk/index.html
- Open a Terminal prompt and navigate (CD) to the directory with the extracted adb file
- Run the following command to bank check your PATH:
-
>echo $PATH
-
- Motility the file adb to a directory in your path, using a control similar to the ones below:
- Examples:
-
>sudo mv adb /usr/bin/
-
>sudo mv adb /usr/local/bin/
-
>sudo mv adb /directory/in/your/path/
- When done, typing
adb
at a Concluding prompt will execute the ADB plan. If typingadb
in the Last does nothing, check your PATH and also cheque the permissions of adb. You can make certain adb is executable past typing the commandsudo chmod +10 /path/to/file/adb
.
1.6.3 Linux
- Download and unzip the ADB Utility for Linux from https://programmer.android.com/sdk/index.html
- Open a Last prompt and navigate (CD) to the directory with the extracted adb file
- Run the following command to bank check your PATH:
-
>echo $PATH
-
- Move the file adb to a directory in your path, using a command similar to the ones beneath:
- Examples:
-
>sudo mv adb /usr/bin/
-
>sudo mv adb /usr/local/bin/
-
>sudo mv adb /directory/in/your/path/
- When done, typing
adb
at a Terminal prompt will execute the ADB program. If typingadb
in the Terminal does nothing, check your PATH and also bank check the permissions of adb. You can make sure adb is executable by typing the commandsudo chmod +x /path/to/file/adb
.
Note: Linux adb is a 32-bit dynamically linked program. In guild to run under a 64-bit Linux, 32-bit support is required. You may need to install the lib6:i386 (the 32-scrap base library support package) depending on your Linux.
i.vi.4 Android
The ADB utility is built into Android. However, you will demand to install a Terminal Emulator app.
- Open Google Play Store
- Install Android Concluding Emulator
- Follow the below instructions to consummate the installation of Kodi
1.half dozen.5 Download Kodi
- Current stable version: Kodi v19.4 Matrix
- Download link: '
one.six.six Install Kodi to the Burn down TV
Note: If your APK file proper noun contains spaces, make sure y'all put quotes around it in the adb commands. On Bone 10 and Linux, you may need to prepend ./
to the adb commands.
-
- On your host (PC or other Android device), download your desired Kodi APK
- Open a Command Prompt (Windows), Final (Os X/Linux), or Final Emulator app (Android)
- Navigate (CD) to the directory with your Kodi APK (In Final Emulator on Android you lot only need to run the adb commands)
- Run the following commands
-
>adb kill-server
-
>adb commencement-server
-
>adb connect <ip-address-of-fire-tv>
-
- ADB is connected when it reports the bulletin "continued to <ip-address-of-burn-tv>:<port>"
- Run one of the post-obit commands
-
>adb install <apk-file-name>
- (or if you are upgrading from a previous Kodi install, apply this instead)
-
>adb install -r <apk-file-name>
-
- Installation is consummate when it reports the message "success"
(Notation: For Android y'all need to type in the full path. due east.g. >adb install /sdcard/Download/apk-file-name.apk)
1.6.vii Launch Kodi on the Fire TV
-
- From the Burn down TV Dwelling house screen, select Settings
- Select Applications
- Observe and select your Kodi installation
- Select Launch Awarding
1.6.eight Upgrading Kodi
Kodi tin 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.
-
- Download the package to your automobile
- Make sure ADB is connected to the Fire TV
- Run
adb install -r <apk-file-name>
- Installation is complete when it reports the message "Success"
Kodi will still go through the "first run" screen the outset time it is launched but your settings will remain intact.
ane.6.9 Downgrading Kodi
If y'all wish to downgrade your version of Kodi (because y'all installed a test version that didn't work properly, for example) and keep your settings, the following commands will allow yous to exercise and so.
-
adb uninstall -1000 org.xbmc.kodi
-
adb install <apk-file-name>
If you are downgrading using an Android device, you will need to utilize the "vanquish" command.
adb shell pm uninstall -k org.xbmc.kodi
Source: https://kodi.wiki/view/HOW-TO:Install_Kodi_on_Fire_TV
Posted by: padillawithanot.blogspot.com
0 Response to "How To Download Kodi 17.5 On Firestick"
Post a Comment