Re: how to test application's reaction to incoming sms??
Well, what you can do is, run your application on the emulator and using the Messaging Events creator utility creat an SMS/MMS in the inbox.
In the Series 60 3rd edition emulator, go to Tools->Utilities->Events->Messaging Events->SMS and click "Send". This will create an SMS in your inbox, and your application should react to it.
This event generation utility is available only on Sr60 3rd edition emulator. Try and see if it works.
Re: how to test application's reaction to incoming sms??
I have never tried it myself, but I think it can be done. You can spawn a thread on opening of your application that will create MSV entries in the Messsaging store. And then make your application listen to these messaging events and respond to them.
Forum posts: 235
In the Series 60 3rd edition emulator, go to Tools->Utilities->Events->Messaging Events->SMS and click "Send". This will create an SMS in your inbox, and your application should react to it.
This event generation utility is available only on Sr60 3rd edition emulator.
Try and see if it works.
--VInk
Forum posts: 18
cause i develop mine using the s60 2nd edition fp3.??
Forum posts: 235
You can spawn a thread on opening of your application that will create MSV entries in the Messsaging store. And then make your application listen to these messaging events and respond to them.
--Vink