Allow installation from unknown sources in Fire TV.
Download ADB tools (I used https://github.com/simmac/minimal_adb_fastboot).
Download Kodi for ARMv7 from https://kodi.tv/download.
1 2 3 4 |
adb tcpip 5555 adb connect $FIRE_STICK_IP:5555 adb devices adb install -r ~/Downloads/kodi-17.4-Krypton-armeabi-v7a.apk |
Leave a Reply