Kodi
Builds
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
./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
Reboot