Schedule sms for later sending

Login to reply to this topic.
Wed, 2004-08-18 15:10
Joined: 2004-06-08
Forum posts: 147
Hi, there.
 Here is my question. How can I schedule sms for later sending. I'm writing an application for P800. I can send the messages immediately, but I don't want this behaviour. I can use a timer of course, but then the message will not go if my app is OFF.

Wed, 2004-08-18 15:40
Joined: 2004-05-24
Forum posts: 981
Re: Schedule sms for later sending
You want this behaviour only for certain sms right?
If you want for all check for profiles. If not it's not possible without a 3rd party application.

Lucian

pirosl

Thu, 2004-08-19 07:49
Joined: 2004-06-08
Forum posts: 147
Schedule sms for later sending
Yes. I create the sms using CSendAs class, save it and then I want to send it at an appropriate time. I changed the iDate property of the TMsvEntry and set CSmsSettings to ESmsDeliveryScheduled and ESmsDeliveryUponRequest but none of them helped. The sms simply doesn't go. Huh
Thu, 2004-08-19 08:23
Joined: 2004-05-24
Forum posts: 981
Schedule sms for later sending
iDate is the sms's date. As i told you i'm pretty sure it's not posible what you want but.....may be somebody did it and let us know how.

Lucian

pirosl

Thu, 2004-08-19 09:37
Joined: 2004-06-08
Forum posts: 147
Schedule sms for later sending
See here!

iDate

The time and date the message was originally created. After an attempt has been made to send the message, iDate will be set to the home time to indicate when that attempt was made. If the message  Smiley is to be  scheduled , then iDate is the time the message should be sent Smiley

It is this text that makes me think I can send the sms later. I still don't know how.
Thu, 2004-08-19 09:56
Joined: 2004-05-24
Forum posts: 981
Schedule sms for later sending
Is this from a Symbian book or from SS7 book? Where did you find this to read also...may be it is written smth else that can help.

Lucian

pirosl

Thu, 2004-08-19 10:18
Joined: 2004-06-08
Forum posts: 147
Schedule sms for later sending
\Symbian\UIQ_70\Documentation

» Developer Library » API Reference » C++ API reference » SMS Client MTM » TMsvEntry functions and members used in SMS message entries
Thu, 2004-08-19 10:32
Joined: 2004-05-24
Forum posts: 981
Schedule sms for later sending
Quote from: filio
\Symbian\UIQ_70\Documentation

 Â» Developer Library » API Reference » C++ API reference » SMS Client MTM » TMsvEntry functions and members used in SMS message entries

And your test doesn't work on device or on emulator?

Lucian

pirosl

Thu, 2004-08-19 10:47
Joined: 2004-06-08
Forum posts: 147
Schedule sms for later sending
The SetSendingState(KMsvSendStateWaiting) is workin and the message goes away, but the ESmsDeliveryScheduled and EmsDeliveryUponRequest send nothing. Sms stays int the Outbox.
Fri, 2004-08-20 22:32
Joined: 2004-05-23
Forum posts: 78
Re: Schedule sms for later sending
Quote from: filio
Hi, there.
  Here is my question. How can I schedule sms for later sending. I'm writing an application for P800. I can send the messages immediately, but I don't want this behaviour. I can use a timer of course, but then the message will not go if my app is OFF.


can you please help me to send sms messages immediately ,as you said you managed to do it , i have got some code but i can not check it on device that it works fine or not , so if i post my code to u so that you can confirm me that i  m going write ways or this will be even more helpfull if you could manage to post me a code snippet.If u feel uncomfortable to post your code in a public place then please ......please  !!  tell me ur mail address i will then ask u personally .......!
Regards,
jsol.
Mon, 2005-10-10 13:11
Joined: 2005-10-10
Forum posts: 37
Re: Schedule sms for later sending
Can someone please post the sourcecode so that i can see how it's being done??? or mail it to ashwin.murali@gmail.com... I'm new to this and i have to do an application that can send and receive sms. So i need the source code... Please help me...

The Cruise is on...

Sun, 2005-11-20 00:39
Joined: 2005-11-20
Forum posts: 2
Re: Schedule sms for later sending
Hey you guys should checkOut This website: www.TextMeLater.com
it allows you to schedule sms for later upto 5 years in advance.

Thanks for the read Smiling
ohhh... visit my work: www.TextMeLater.com

-Serge

Mon, 2005-11-21 07:53
Joined: 2004-09-06
Forum posts: 235
Re: Schedule sms for later sending
Another application that does that can be found it...

http://my-symbian.com/7650/applications/applications.php?fldAuto=634&faq=2

try out the trial version.
Does this require private SDK?
Thu, 2006-04-06 19:12
Joined: 2005-10-13
Forum posts: 32
Re: Schedule sms for later sending
I tried to change the iDate value to a later time in the sendsms example of the sdk and it worked, the sms was sent in the specified time.

but if i shutdown the mobile and opened it before reaching the specified time the sms is sent immediately on openeing the mobile.
for example if it is 3:00 pm now and i set the iDate value to 5:00pm, by shuting down and opening the mobile at 4:00 pm the sms will be sent at 4:00 pm.
  So does anybody know why?
Thu, 2008-03-13 13:50
Joined: 2006-12-19
Forum posts: 67
Hw 2 make d scheduler kep d timesetiing even aftr device restrt

Hi Marwa_fci,

Will you please share the idea "How did u manage to send the sms after the phone reboot "in your sms scheduling application.

Thanks a ton,
Netra

  • Login to reply to this topic.