发送短信

>>adb shell am start -a android.intent.action.SENDTO -d sms:10086 --es sms_body "hello" --ez exit_on_sent true
>>adb shell input keyevent 66

PS:

1、 sms:短信目的号码

2、sms_body:短信内容,不可为中文

3、双卡不支持(还没验证设置默认卡的情况) 

 

拨打电话

>>adb shell service call phone 2 s16 "10086"

PS:

1、 双卡不支持(还没验证设置默认卡的情况)

相关文章:

  • 2021-12-06
  • 2022-12-23
  • 2021-12-31
  • 2021-12-31
  • 2022-12-23
  • 2021-12-17
  • 2021-11-11
猜你喜欢
  • 2022-01-16
  • 2021-05-27
  • 2022-12-23
  • 2022-12-23
  • 2021-07-15
  • 2021-11-07
  • 2022-12-23
相关资源
相似解决方案