Advertisement
metalx1000

Send a text with adb shell on Android

Jun 28th, 2017
838
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.20 KB | None | 0 0
  1. #Send a text with adb shell on Android
  2.  
  3. #using sendkeys
  4. adb shell am start -a android.intent.action.SENDTO -d sms:+1-222-333-4444
  5. adb shell input text "sampletexthere"
  6. adb shell input keyevent 66
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement