User Tools

Site Tools


devices:firetv

Information

  • Amazon Fire TV Stick 1)

Kodi

Builds

  • The notsoshitty build is required in order to fix Tvheadend PVR HD streaming 2)
  • TODO: Figure out the difference between those test builds; shitty may be interesting for other passthrough-related things

Install

adb connect 192.168.1.100:5555
adb install ~/'Downloads/kodi'*'.apk'

Remote Management

Wake

  • :!: TODO: What key is this?
adb shell "input keyevent '26'"

Start Kodi

adb shell "am start -n 'org.xbmc.kodi/.Splash'"

Stop Kodi

adb shell "am force-stop 'org.xbmc.kodi'"

Remote Management

Find IP

nmap -sL 192.168.1.* | grep \(1

Prevent Sleep

  • Seemingly persists through reboot
  • TODO: Does this persist through system updates?
./adb shell 'settings put secure sleep_timeout 0'
./adb shell 'settings get secure sleep_timeout'

Wake

  • :!: TODO: What key is this?
adb shell "input keyevent '26'"

Screenshot of Current View

adb shell "screencap -p '/sdcard/screen.png'" && adb pull '/sdcard/screen.png' && adb shell "rm '/sdcard/screen.png'"

Connect

  • x is the IP of the Fire TV stick
adb connect x

Reboot

adb reboot
2)
I can't find concrete information about this nor have I really tested if notsoshitty is the only build to fix that; I only found one post mentioning that it fixed Tvheadend, and can confirm it does
/var/www/wiki/data/pages/devices/firetv.txt · Last modified: 2019/07/15 23:23 by Sean Rhone