tags:

views:

23

answers:

1

Hi I have written an chat application in java, now I like to update my application whenever user registers my chat application I should get a sms on my cell. I am not getting how should I start with messaging service. Let me know any ideas or links.

Thanks

+1  A: 

The solution is fully explained here (it even provides an example application available for download with source):

http://wiki.forum.nokia.com/index.php/How_to_Send_Text_SMS_in_Java_ME

Unless you've already know how to write Java MIDlets, I've explained the "startup"-steps here:

http://stackoverflow.com/questions/2740862/how-can-i-create-an-application-for-mobile-phone-with-jar-extension/2740924#2740924

aioobe