Hi all, I've just finished my Midlet that sends out SMS messages from it. Phones like 6630 (and above) can recieve the SMSes sent out, but other phones like 1110 and 6230 cannot recieve the SMS. Please help!
Hi all, I've just finished my Midlet that sends out SMS messages from it. Phones like 6630 (and above) can recieve the SMSes sent out, but other phones like 1110 and 6230 cannot recieve the SMS. Please help!
Hi chookamyin,
It sounds strange...please post your code here so we can analyze it, ok?
Juarez Junior
Juarez Alvares Barbosa Junior - Brazil
Hi chookamyin! Welcome to Nokia Discussion Boards!!
AFAIK, you cannot access normal SMS's which was send to your mobile (incomming SMS) using WMA. You can access SMS which was send to a particular port and an application registers itself to listen for SMS messages sent to a spefic port. When such message is received, the application is launched.
I believe, Nokia 1110 is a very low end phone and does not even support Java. But 6230 support Java and Wireless Messaging API (JSR-120). You can see the specifications of 6230 here
http://www.forum.nokia.com/devices/6230
Regards
Gopal
Hi balagopalks,
I thought the SMS are just text? when other phones recieve smses from my midlet, it just comes out as a normal sms, so why should it concern the Java thingy in phones? if i'm just sending out an sms, any phone should be able to recieve them, right?
juarezjunior,
Which part of the midlet doyou need to see?
Hi Hi chookamyin,
Gopal is right in case you are trying to receive the SMS message using an "Inbox" MIDlet, sending messages from another MIDlet using a specific port. But it doesn't seem to be the case, right? If I got it right you're just sending SMS msgs from MIDlet without defining a specific port, ok?
Nokia 6230 does implement JSR-120 WMA but AFAIK 1110 doesn't. Gopal also emphasized that 1110 is a very low-end device (once I've heard about Series 30, is it?) but anyway AFAIK it should receive SMS messages through native (user's) Inbox.
Please let's see your WMA code, ok?
BR,
Juarez Jr
Last edited by juarezjunior; 2006-10-23 at 00:22.
Juarez Alvares Barbosa Junior - Brazil