how to test application's reaction to incoming sms??

Login to reply to this topic.
Thu, 2007-03-22 22:52
Joined: 2007-02-07
Forum posts: 18
hi all,

assuming i have completed development of my application and thus want to test the reaction to incoming sms..

so how can i simulate the incoming sms to the emulator..??or do i have to install it on the mobile phone to test it real life..??


regards

Lawren

Mon, 2007-03-26 07:53
Joined: 2004-09-06
Forum posts: 235
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.

--VInk
Thu, 2007-03-29 13:06
Joined: 2007-02-07
Forum posts: 18
Re: how to test application's reaction to incoming sms??
wat about the 2nd edition..??
cause i develop mine using the s60 2nd edition fp3.??

Mon, 2007-04-16 11:06
Joined: 2004-09-06
Forum posts: 235
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.

--Vink
  • Login to reply to this topic.