Skip to content

Instantly share code, notes, and snippets.

@Ademking
Last active July 20, 2018 03:09
Show Gist options
  • Select an option

  • Save Ademking/2a0f3b1cea34de0395211afc81f45ef2 to your computer and use it in GitHub Desktop.

Select an option

Save Ademking/2a0f3b1cea34de0395211afc81f45ef2 to your computer and use it in GitHub Desktop.
πŸ’š Android : Doogee X5 - Send SMS through ADB ( Using UI )

1. replace sms number and sms body -> run :

adb shell am start -a android.intent.action.SENDTO -d sms:2000000 --es  sms_body "Message" --ez exit_on_sent false

2. Fake Tap event (X = 631 , Y = 1215)

adb shell input tap 631 1215
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment