hi all,
How Can I send sms automatically in every minute?can any one help me?its very helpfull for me.
hi all,
How Can I send sms automatically in every minute?can any one help me?its very helpfull for me.
Welcome to the discussion board. This DiBo is intented to be used for constructive application development, so first I would like to ask you:
Why would you need such a functionality ?
yucca
Hi sou83bang,
Welcome in Forum Nokia !
In SDK There are very well api given for sending SMS. In your application you implement a Timer after 1 min you can launch a seperate sms sending exe from your application otherwise you can implement sms sending code in your application.
For reference you can go through wiki example with the help of you can achive your task easily...
Thanks for your warm welcome.Actually I am working on a project where my part is how to send sms in every minutes from a GPS(global positioning System)?
I am very new in J2ME and i know how to send sms from Mobile.But about sending sms from GPS is unknown to me.Thats why I need help.
Hi,
Go through below thread....hope it will help you!!
http://discussion.forum.nokia.com/fo...ad.php?t=74214
I actually do not know too much at all about doing it in Java, but with Symbian C++, you could use location API's to get GPS positions, and there are examples in Wiki for the SMS part as well as for the Timer implementation.
yucca