views:

73

answers:

1

Hello,

is it possible to read all sent/received SMS (and possibly even MMS) in a BlackBerry app?

Even if it's 5.0+ only... I need this!

+4  A: 

No, you can listen for incoming SMS messages but you can't read the ones that are already there. You could listen for all messages and then save them somewhere but that's hardly an ideal solution. Here's some info on listening for messages.

Jonathan
they probably set up a listener in the background (as Jonathan described) and store the SMS messages in their own database, to be displayed in a "threaded" fashion when you run the GUI app
Marc Novakowski