• 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

mobile phone messaging

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hello friends,
i would like to build a program (running in JVM of my system which has windows XP) which can send messages to any mobile and receive messages from any mobile. please guide me for getting resources, tools, etc..

functionality needed: i just type the message and mobile number and clik 'send'. it shoud send message typed to that mobile number. similarly if possible, methods for receiving it.
please reply at the earliest, friends.
R.Parthiban
 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If by sending messages, you mean an SMS, there might be no easy way other than by having access to an SMS Gateway.
A simpler idea might be to use an IM API like jYMSG and address the phone via Yahoo or MSN. Since Yahoo has the capability to do 2 way messaging with most phones, this might work for you.
 
Ranch Hand
Posts: 244
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Deepak,

Any code snippet to baseline your statement.

Rgds,

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

I am working on the same project now. Plz guide me how to send messages from pc to mobiles..

Thanks in advace..

Regards,
krishna.
 
reply
    Bookmark Topic Watch Topic
  • New Topic