11-06-2009 02:58 AM
Can you let me know what you did to resolve this?
Thanks!
11-06-2009 05:56 AM
SMS API expects the phone number in a format different from the one which we display on the device.
Removed the brackets and the spaces from the phone number.
12-13-2009 04:42 AM
Hi Bhattacharyya,
Could you tell me how did you resolve this exactly how did you provide the number? For example, i have to send SMS programmatically for a GSM number as +91-9845679234 . How can i provide this in "MessageConnection msgConn = (MessageConnection)Connector.open("sms://"); " ?
Appreciate if you could help me.
12-13-2009 10:18 AM - edited 12-13-2009 10:19 AM
I think, you just have to remove dash ('-'), keep plus ('+') 'though.
Something like this:
"sms://+919845679234"