如何在Java ME开发环境中发送小区广播消息?
我一直在尝试使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的手机只能接收 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?