justfile: add tv-launch (leanback activity) for Android TV
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user