Skip to content

Instantly share code, notes, and snippets.

@robinmollah
Created May 28, 2022 01:55
Show Gist options
  • Save robinmollah/b3857fb1c19ebecf2320928baa1efdfd to your computer and use it in GitHub Desktop.
Save robinmollah/b3857fb1c19ebecf2320928baa1efdfd to your computer and use it in GitHub Desktop.
Call a target number and put it in loud speaker
for i in {1..1000}
do
adb shell input tap 235 1066
adb shell input tap 927 1098
sleep 30s
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment