From 8550365e5256afdab5b2a2a72c157926466fa4e5 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Thu, 21 Apr 2022 08:22:27 -0700 Subject: [PATCH] README.md: add some Fire Stick dev docs I always forget these and need to go search old bugs for them. --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index fd96961..9c64887 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,20 @@ system-level UI to select your Google account). You can work around this by selecting "Other" at the sign-in screen, and then selecting Google from the next screen. +## Developing on a Fire Stick TV + +On the Fire Stick: + +* Settings > My Fire TV > Developer Options > ADB Debugging > ON + +Then some useful commands: +``` +adb connect 10.2.200.213:5555 +adb install -r tailscale-fdroid.apk +adb shell am start -n com.tailscale.ipn/com.tailscale.ipn.IPNActivity +adb shell pm uninstall com.tailscale.ipn +``` + ## Bugs Please file any issues about this code or the hosted service on