hi all

    i have wrote some application to send some binary sms message to
an aplicaiton with a specific port. However, the message didnot  be
received.

smsManager.sendDataMessage("5556",null, "50000", "Hello".getBytes(),
pendingIntent, null);

1. the port is a random number. Is it ok, or must be some reserved
value?
2. How to set the port to listen the message?  Or,  some API can be
used to get the port from the SmsMessage.( I did not find any in 0.9
beat and 1.0, but in m5,  i find a SmsHeader class could get a port).

Thanks

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to