Question

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?

Was it helpful?

Solution

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?

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top