justfile: add tv-launch (leanback activity) for Android TV

This commit is contained in:
Oleks
2026-05-29 19:16:23 +03:00
parent 6c077f5289
commit cfa28298bc
+5
View File
@@ -53,6 +53,11 @@ tv-connect host:
install-to host: build
{{ adb }} -s {{ host }} install -r result/app-nonRoot-debug.apk
# launch Moonlight (Debug) on an Android TV target — uses the LEANBACK activity
# directly (monkey's LAUNCHER category no-ops on TV): just tv-launch 192.168.88.19:43079
tv-launch host:
{{ adb }} -s {{ host }} shell am start -n com.limelight.debug/com.limelight.PcView
# disconnect a network adb device (e.g. the TV) when done
tv-disconnect ip:
{{ adb }} disconnect {{ ip }}:5555