如何在Java ME开发环境中发送小区广播消息?

发布于 2024-09-08 08:38:58 字数 217 浏览 0 评论 0原文

我一直在尝试使用 WTK 2.5.2(Java 无线工具包)和诺基亚 SDK 3 开发 Java ME 应用程序。该应用程序将使用 WMA(无线消息 API)广播 CBS(小区广播服务)消息。

文档显示,CBS 消息是只读的,因此无法发送。当我尝试发送自己时,它抛出了异常。

有没有人有解决这个问题的经验,请告诉我!

有没有办法用另一个 SDK 来做到这一点,甚至模仿它?

I have been trying to develop a Java ME application using WTK 2.5.2 (Java Wireless Toolkit) and Nokia SDK 3. The application would broadcast a CBS (Cell Broadcast Service) message using the WMA (Wireless Messaging API).

Documentations says that the CBS messages are read-only, thus it can not been sent. When I tried to send myself, it threw an exception.

Is there anyone who has some experience with the problem please inform me!

Is there anyway to do this with another SDK or even mimick it?

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

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

发布评论

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

评论(1

¢蛋碎的人ぎ生 2024-09-15 08:38:59

您的手机只能接收 CBS 消息,但不能发送消息。它们由运营商以多对一的方式发送。请参阅此处了解更多信息。

您究竟想要实现什么目标?

Your handset is capable of receiving CBS messages, not sending them. They are sent on a many-to-one basis by the operator. See here for more info.

What exactly are you trying to achieve?

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