0

I have a SMS Sender & Receiver MIDlet with MessageConnection created in Client mode for sending SMS to a particular destination on a particular port. This destination is sending back an ACK SMS without any port number set, to my device inbox. My MIDLet is listening on a same port number used for sending SMS. Problem is MIDlet is unable to listen & process this SMS. The message always goes & sits in the device inbox. Is there any way to listen to SMS without any port number? or route the SMS to the MIDlet?

PRATIK
  • 27
  • 3
  • Pratik you can check my [answer](http://stackoverflow.com/a/10645996/996493), it is possible in s60 series devices – Lucifer Nov 07 '12 at 12:55

1 Answers1

1

No. It is not possible to receive SMS on the standard port with JavaME.

mr_lou
  • 1,910
  • 2
  • 14
  • 26