Android:adb.exe 调用时出现问题#
我尝试使用 adb.exe 程序调用 *100#
。我在命令行中输入以下内容:
adb.exe shell service call phone 2 s16 "*100#"
...但是电话呼叫号码 *100
,最后没有 #,但我确实需要它。我该如何解决这个问题?
I try to call *100#
with the adb.exe program. I type the following in the command line:
adb.exe shell service call phone 2 s16 "*100#"
...but the telephone calls number *100
, without # in the end, but I surely need it. How can I fix this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要对您的电话号码进行 URL 编码。所以试试这个:
You need to URL encode your phone number. So try this: