有没有办法批量发送短信/彩信?

发布于 2024-10-08 21:29:47 字数 230 浏览 11 评论 0原文

我现在正在尝试制作大量短信/彩信来测试我的 Android 消息程序。

(我需要近 5000 条短信/彩信,它太大了:-))

所以我制作了一个可以直接访问短信/彩信数据库文件的应用程序,但它的运行速度很慢,

因为它在手机或模拟器上运行,硬件有限,

所以我想要请教您如何批量发送大约4~5千条短信和彩信。

我可以通过其他方式让他们更容易吗?

谢谢你!

I'm trying to make bulk of sms/mms now for testing my android message program.

(I need almost 5000 sms/mms messages, it's so big :-) )

So I made an app that access to sms/mms databas file directly, but it works so slowly

because it works on phone or emulator, limited hardware

so I want to ask you that how to make bulk of sms and mms messages for about 4~5 thousands.

can I make them easier through other way?

Thank you!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

仅此而已 2024-10-15 21:29:47

您应该能够远程登录到模拟器(在端口 5554 上)并发送文本:

sms send <NUMBER> <TEXT>

编辑

因此,如果这有效,只需制作一个小应用程序,打开到该端口的 tcp 连接并发送垃圾短信命令。

来自 anddev.org:模拟来电

You should be able to telnet to the emulator (on port 5554) and send the text:

sms send <NUMBER> <TEXT>

Edit

So if that works just make a small app that opens a tcp connection to that port and spams sms send commands.

From anddev.org: Simulating incoming Phone Calls

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