Android:adb.exe 调用时出现问题#

发布于 2024-11-10 08:01:18 字数 215 浏览 7 评论 0原文

我尝试使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

东风软 2024-11-17 08:01:18

您需要对您的电话号码进行 URL 编码。所以试试这个:

adb.exe shell service call phone 2 s16 "*100%23"

You need to URL encode your phone number. So try this:

adb.exe shell service call phone 2 s16 "*100%23"
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文