Table of Contents

Information

Kodi

Builds

Install

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

Remote Management

Wake

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

./adb shell 'settings put secure sleep_timeout 0'
./adb shell 'settings get secure sleep_timeout'

Wake

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

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