To improve usability and user experience of the system remap some of the keys of the Logitech Harmony Remote and the Logitech Keyboard. Note that the Mi Box S bluetooth remote is compatible with the NVIDIA Shield remote, which we will use when setting up the Harmony Remote.
adb connect <IP address> adb disconnect exit
adb devices -l
/storage/emulated/0/
can usually be accessed with the alias /sdcard/
and is equivalent to Main Storage/
:adb shell mkdir -p /sdcard/Android/data/org.xbmc.kodi/files/.kodi/media/Fonts adb push <fontfile> /sdcard/Android/data/org.xbmc.kodi/files/.kodi/media/Fonts/
/sdcard/Download/
. After that open a adb shell and move the folder to the app storage space, here I use as example a custom skin folder for Kodi:adb shell $ cd /sdcard/Android/data/org.xbmc.kodi/files/.kodi/addons/ $ mv /sdcard/Download/skin.estuary.custom . $ exit