Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Java Development

Reply
Contributor
subbanaidu
Posts: 28
Registered: ‎02-07-2012
My Carrier: ATT

Can not start the SMS listener on my app, since another app running on the device.

Hi,

 

      How to override the existing sms listener to receiving sms messages. ?

      is it possible to receive all SMS messages by all the SMS listeners in different applications ?

 

Thanks,
Subbanaidu.

Please use plain text.
Developer
RexDoug
Posts: 4,764
Registered: ‎07-21-2008

Re: Can not start the SMS listener on my app, since another app running on the device.

[ Edited ]

Only one applicaiton can listen for SMS. The first one who registers the listener wins, all others get an error.

 

AFAIK, the only work around is to catch the SMS by using the datagram method.

 

See this article:

 

http://supportforums.blackberry.com/t5/Java-Development/Different-ways-to-listen-for-SMS-messages/ta...

Please use plain text.