-
J2ME sms listener
Hi
I am doing J2ME application to send and receive sms, but there is a problem while receiving the sms....I have set my port number as 5000.....Please give any solutions to receive the sms without port number[From any sms should come to the application]....! Its Urgent kindly help me please....!
Regards
~Bharani~
-
I have the same problem with u...anyone have solutions???
-
What is your exact problem? Can you receive sms at port 5000 that you have set?
search topic "Listening to SMS, which is send without any port number" on this forum it might help.
Regards,
Jason
-
Hi,
Hope you will be fine. I don't understand what you want to ask, but i just worked on sms application in which i send and receive sms in my application. I am also newbie but as far as i know, if you want to receive sms in your app then it is necessary to define port because by default sms goes on port 0 and if you don't define your port then it comes to your mobile inbox.
Thanks
-
Hi,
Hope you are doing fine.
If we want receive sms in the inbox provided by mobile phone provider(normal inbox :D ) the port number to 0. We can also use the port numbers other than 0 but to receive those sms we have to set a listener to that port number which will automatically invoke the application which will receive and save that sms.