• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

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/
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic