有没有搞过安卓 adb开发的?
有没有搞过安卓 adb开发的?大慨就是想写一个调用adb。exe然后安装安卓程序的简单 软件
有经验的讨论下 之前写过一部分,获取手机型号 厂商等参数,一直没找到怎么获得短信 这块 adb shell service call phone 2 s16 "10086"(呼叫的号码)
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 // 模拟发送按键没试验过
页:
[1]