Skip to content

Instantly share code, notes, and snippets.

@dominique-mueller
Last active November 12, 2023 10:01
Show Gist options
  • Save dominique-mueller/c9050519f50550ad56eea94d6a33b85d to your computer and use it in GitHub Desktop.
Save dominique-mueller/c9050519f50550ad56eea94d6a33b85d to your computer and use it in GitHub Desktop.
Remote install apps on Android TV. Useful for apps that do not exist in your country, e.g. Hulu or HBO Max in Germany.

Instructions

  1. Download and install adb from here: https://androidmtk.com/download-minimal-adb-and-fastboot-tool
  2. Add installation folder to environment variables
  3. Run adb connect <IP> (confirm on TV when first time connecting)
  4. Uninstall existing apk (if applicable) via Android UI
  5. Run adb install <path to apk file> (wait until "Success")

Apps

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment