Skip to content

Instantly share code, notes, and snippets.

@sohsatoh
Created January 24, 2019 20:25
Show Gist options
  • Save sohsatoh/e3f0e616efa45703114277e01d2d7af1 to your computer and use it in GitHub Desktop.
Save sohsatoh/e3f0e616efa45703114277e01d2d7af1 to your computer and use it in GitHub Desktop.
mornin'でカーテンを閉じるシェルスクリプト - Fire TV Stick用 (画面サイズによって要変更)
adb start-server
adb connect <ip address>
adb shell am start -n jp.co.robit.morninplus/jp.co.robit.chicken2.frontend.main.SplashActivity
sleep 15s
adb shell input touchscreen tap 1000 500
sleep 1s
adb shell input keyevent 3
sleep 1s
adb kill-server
exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment