首页
注册
登录
V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请
登录
广告
V2EX
›
问与答
怎么通过安卓 adb 操作手机打电话?
meng520
·
2016-04-12 11:05:01 +08:00
· 3172 次点击
这是一个创建于 3279 天前的主题,其中的信息可能已经有所发展或是发生改变。
adb shell service call phone 2 s16 "10086" 返回结果: Result: Parcel(00000000 '....') 手机无反应
adb
parcel
s16
shell
3 条回复
•
2021-02-07 14:41:03 +08:00
1
meng520
OP
2016-04-12 15:45:12 +08:00
没人知道吗?
2
zyqf
2016-04-16 21:32:43 +08:00
* adb shell
* service call phone 1 s16 "10086"
3
frmongo
2021-02-07 14:41:03 +08:00
5 年过去了,我来回答一下
#拨打电话
adb shell am start -a android.intent.action.CALL -d tel:10086
#挂断电话
adb shell input keyevent 6
关于
·
帮助文档
·
博客
·
API
·
FAQ
·
实用小工具
·
2470 人在线
最高记录 6679
·
Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 24ms ·
UTC 11:59
·
PVG 19:59
·
LAX 04:59
·
JFK 07:59
Developed with
CodeLauncher
♥ Do have faith in what you're doing.