views:

150

answers:

1

i want to know how to send an sms at chosen time using j2me?I know how to send sms but unable to do it at chosen time by user using date field?

A: 

Look at the push registry. The push registry lets you launch a MIDlet at a specified time, and that MIDlet can send the SMS.

Thomas Padron-McCarthy
Thanks!I use the same concept but in my application i m using DateField where user enter the time and copy the time inUserTime variable(UserTime = alarmTimeSetting.getDate().getTime(); )so it create a problem ..But when i fixed UserTime = 30000(ms) it work properly.
sonia