使用Android模拟器通过telnet发送短信
我可以使用 telnet 命令向 Android 模拟器发送 SMS:
sms send
但是,SMS UDH(用户数据标头)为空。如何使用相同的 telnet 命令发送带有 UDH 的消息?
类似于 this。 但是,我尝试使用该链接从该链接发送消息远程登录。所谓的 UDH 和 UDH 显示为消息正文的一部分,但事实不应该如此。
I can send SMS to the Android emulator using the telnet command:
sms send
However, the SMS UDH (User data header) is null. How to send a message that will have a UDH on it using the same telnet command?
Something similar to this. However then I try to send the message from that link using telnet. The supposedly UDH and UDH is showing as part of the message body, which should not be the case.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您需要接收彩信或类似的东西,您可以使用另一个模拟器。
您还需要 1 个模拟器来发送彩信。因此,您可以从手机模拟器发送任何您想要的内容。
您可以阅读更多内容:https://stackoverflow.com/a/4726121/212508
IF you need to recieve MMS or something like that, you can use another emulator.
You need 1 more emulator for sending the MMS. So you can whatever you want, as you send from your phone emulator.
You can read more on: https://stackoverflow.com/a/4726121/212508