hi,
my application has to read messages from inbox in symbian.
So,I want to store a message in inbox folder to read the sms.
please tell me how to create/store message in inbox folder of emulator manually.
regards,
basu
hi,
my application has to read messages from inbox in symbian.
So,I want to store a message in inbox folder to read the sms.
please tell me how to create/store message in inbox folder of emulator manually.
regards,
basu
Hi,
you could use Nokia Connectivity Framework for emualting incoming SMS message on EPOC emulator or you can create a message in the 'inbox' folder in your code.
BR
STeN
hi,
thank you for a quick reply.
I am very new to symbian please explain me How to do with Nokia Connectivity Framework for emualting incoming SMS message on EPOC emulator, can you explain procedure briefly about this.
Regards,
basu.
You might want to check if you can live with the following:
- create and send a message with the Messaging application
- first time it is going to ask for a Message Centre, "1" is a pretty good choice
- visit epoc32\winscw\c\smsout, copy/move message0.sms to epoc32\winscw\c\smsin
- your message will arrive to the Inbox.
This method also triggers "HandleSessionEventL+EMsvEntriesCreated/Changed"-based message watchers.
The drawback is that the incoming message will contain "To:" header, instead of "From:". This is what NCF could replace for you (since it can convert submit pdu-s to delivery pdu-s, if you install an additional SMSC emulator), however it is almost impossible to use, at least in my opinion.