adb 拨号

http://www.rritw.com/a/bianchengyuyan/C__/20130130/258300.html

http://hi.baidu.com/gbthereisaway/item/b079ce7098aaca49ef1e53ae

http://blog.csdn.net/melody_lu123/article/details/7401744

http://www.eoeandroid.com/thread-44079-1-1.html


通过adb 命令拨打电话 

adb shell service call phone 2 s16 "10086"(呼叫的号码)
其中phone表示服务名,2表示拨打动作,最后是电话号码。


通过adb 命令发送短信,需要两步

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 22//焦点去到发送键

adb shell input keyevent 66//回车按下



  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值