Skip to content

Instantly share code, notes, and snippets.

@isikdogan
Created May 6, 2018 21:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save isikdogan/99924c32441927320722c4e88505b184 to your computer and use it in GitHub Desktop.
Save isikdogan/99924c32441927320722c4e88505b184 to your computer and use it in GitHub Desktop.
for /L %%i in (1,1,1000) DO (
echo %%i
TIMEOUT 1
adb shell input keyevent KEYCODE_VOLUME_DOWN
adb wait-for-device
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment