문제

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?

도움이 되었습니까?

해결책

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?

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top