From aeb620b6d7b87d132f76e6d965c48e9da800b34f Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Thu, 11 Dec 2025 21:59:52 +1100 Subject: [PATCH] need to connect before we run shell --- start_notify_android_tv | 1 + 1 file changed, 1 insertion(+) diff --git a/start_notify_android_tv b/start_notify_android_tv index 2802b8a..7d0f4ef 100755 --- a/start_notify_android_tv +++ b/start_notify_android_tv @@ -3,5 +3,6 @@ nmap -p 7676 tv.ddp.net | grep 'open' > /dev/null if [ x"$?" != "x0" ]; then + adb connect tv.ddp.net adb shell monkey -p de.cyberdream.androidtv.notifications.google -c android.intent.category.LAUNCHER 1 fi