• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

Sending Messages to Mobiles using a j2me Program

 
Ranch Hand
Posts: 89
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am intrested in developing a J2ME program which can be able to send messages to the Mobile phones.
Can i do this.If i can pls help me where do i start.

Thanks in advance Sorry for my poor english
 
Ranch Hand
Posts: 732
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think you mean SMS messages. Is that right?

If so it is possible.

Look at the Wireless Messaging API

Notice that this is from one phone to another.
To send from the computer to a phone is a bit more complicated since you need some service of your mobile provider (such as ICQ...)
 
Ranch Hand
Posts: 88
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
And you can look at the following code examples:

Sending/Receiving SMS on J2ME device
http://www.java-tips.org/content/view/98/73/

Sending e-mail from a mobile device
http://www.java-tips.org/content/view/422/73/

Send/Recieve SMS from computer
http://www.java-tips.org/content/view/96/73/
 
I didn't say it. I'm just telling you what this tiny ad said.
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic