发送短信

>>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、 双卡不支持(还没验证设置默认卡的情况)

posted on 2013-01-28 21:36  HQM  阅读(5732)  评论(0编辑  收藏  举报