Last active
June 16, 2023 20:17
Stop playing media
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
rm /tmp/bmitune110.* | |
adb connect 10.0.250.154 | |
adb -s 10.0.250.154 shell am force-stop com.hulu.plus | |
sleep 1 | |
# Stop Video | |
adb -s 10.0.250.154 shell input keyevent KEYCODE_HOME; sleep 1 | |
adb -s 10.0.250.154 disconnect |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment