Skip to content

Instantly share code, notes, and snippets.

@rwp0
Last active July 28, 2022 08:20
Show Gist options
  • Save rwp0/158713603af250bc587e4c342a786202 to your computer and use it in GitHub Desktop.
Save rwp0/158713603af250bc587e4c342a786202 to your computer and use it in GitHub Desktop.
Call from Android using ADB
adb shell am start -a android.intent.action.CALL -d tel:012910
# Saglam Aile
adb shell am start -a android.intent.action.CALL -d tel:012915
# Umico
adb shell input keyevent KEYCODE_ENDCALL
# End call
# https://stackoverflow.com/questions/25587147/adb-command-to-cancel-hang-up-incoming-call
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment