I was wondering if like incoming calls we can also handle incoming SS events in blackberry.
Also The simulator i have does not simulate SMS events.do any of the simulators support it .if yes which one?
It is possible to handle incoming SMS events in BlackBerry...
Please go through Wireless Messaging APIS....present in JDE docs...
package - javax.wireless.messaging
look at MessageListener interface...
afaik you can't simulate but have to develop on your device.
At least that was what i did when i developed my sms2mail program that handles all incoming SMS.
simon.hain,
what i want to do is that sms should not be notified to the user during aspecific time.....
bacically hiding the notificatin from the user.
can u suggest how i can do it