Listen for SMS

Login to reply to this topic.
Mon, 2003-09-29 00:26
Joined: 2003-07-02
Forum posts: 130
¿How can i do a program that listen for incoming SMS ?

And another question that i have since many months ago, ¿how can i send binary data through SMS?

Mon, 2003-09-29 12:35
Joined: 2003-09-11
Forum posts: 29
Listen for SMS
Look at forum.nokia.com - they have some docs and example code for doing this ... (actually - the example code is for MMS but it's close enough)
Mon, 2003-09-29 13:50
Joined: 2003-07-02
Forum posts: 130
Listen for SMS
Lot of thanks fwadman, but all the documents that i have found talk about sending messages, i have not found nothing about listen for a SMS.

Can you give me a concrete link to the example and docs that you say?

Thanks again!
Mon, 2003-09-29 14:53
Anonymous (not verified)
Forum posts: 2019
Listen for SMS
you can try to see the remote cam example
it also listen the income sms but it check the BIO Message.

therefore u can remove the delete check BIO statement
Change that example more suitable for you.
Mon, 2003-09-29 14:59
Joined: 2003-07-02
Forum posts: 130
Listen for SMS
Where can i find that example?
Tue, 2003-09-30 09:56
Joined: 2003-09-11
Forum posts: 29
Listen for SMS
From my notes ...

Implement a class derived from MMsvSessionObserver and override HandleSessionEventL() - looking for EMsvEntriesCreated.

Then hook this into the system using CMsvSession::OpenSyncL()
Tue, 2003-09-30 13:34
Joined: 2003-07-02
Forum posts: 130
Listen for SMS
Thanks, i will try that  Wink
Thu, 2003-10-09 12:12
Joined: 2003-10-06
Forum posts: 4
Listen for SMS
I browsed probably the whole Forum Nokia and still couldn't get this to work properly - using MTM ( connection to the messaging server) is a solution, but your app then cannot intercept incoming smss, it only gets notified on them. What I wanted to do is to catch the SMSs before it goes into standard inbox, and then let my app decide whether to "forward" this message to the inbox or not. Connection to the socket server would probably be needed here, but I couldn't do this Sad
Anyone dealt with RSocketServ in such a scenario (i.e. catching incoming smss?)
Regards
Pawel
Thu, 2004-01-29 10:21
Anonymous (not verified)
Forum posts: 2019
Listening for SMS
I have a DLL which can send and receive normal SMS. However there seems to be something special about WAP push SMS as the are not being detected - although the phone happily received them. Is there anything out of the ordinary that need to be done that isnt done for normal SMS

Navaron (cw_oaken@yahoo.com)
Fri, 2004-05-28 05:04
Joined: 2004-05-28
Forum posts: 6
Re: Listen for SMS
did you get the code? cause im also looking to it. hope u can share it
Tue, 2004-06-01 10:01
Joined: 2004-06-01
Forum posts: 1
Listen for SMS
Quote from: pawel_z
I browsed probably the whole Forum Nokia and still couldn't get this to work properly - using MTM ( connection to the messaging server) is a solution, but your app then cannot intercept incoming smss, it only gets notified on them. What I wanted to do is to catch the SMSs before it goes into standard inbox, and then let my app decide whether to "forward" this message to the inbox or not. Connection to the socket server would probably be needed here, but I couldn't do this Sad
Anyone dealt with RSocketServ in such a scenario (i.e. catching incoming smss?)
Regards
Pawel

Yes, i need to do this also, so, u get the answer already? mind to share with me? i really need ur help...

youngboyguy@yahoo.com
Wed, 2004-06-09 19:23
rb (not verified)
Forum posts: 2019
Check this
Check the website: http://www3.symbian.com/faq.nsf/0/26311122AA6EFA3080256D2C002C1667?OpenDocument

This tells you how to intercept sms messages invisibly.
  • Login to reply to this topic.