[android-developers] how to receive binary SMS to a specific port

2008-10-29 Thread anywhere
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, 5, Hello.getBytes(), pendingIntent, null); 1. the port is a random number. Is it ok, or must be

[android-developers] how to send a text sms message with a port?

2008-09-23 Thread anywhere
hi all I want to know whether Android support sending a text message with a port? If not, whether will be supported in future release? I find SmsManager#sendDataMessage can be used to send a binary message with a port. But not found method for text message with port. Thanks BR

[android-developers] Re: How to use SmsManager.sendDataMessage() to send the message

2008-09-18 Thread anywhere
. At that time, please bring this issue up again to remind me to write a sample. Cheers, Justin Android Team @ Google On Sep 10, 2:28 am, anywhere [EMAIL PROTECTED] wrote: hi Justin    Thanks for your help.    But i am still confused about how to set the port, as i did not find any

[android-developers] Re: How to use SmsManager.sendDataMessage() to send the message

2008-09-18 Thread anywhere
in future release? I find SmsManager#sendDataMessage can be used to send a binary message with a port. But not found method for text message with port. Thanks BR On Sep 18, 4:35 pm, anywhere [EMAIL PROTECTED] wrote: hi Justin Thans for your assistance. I still have other

[android-developers] Re: How to use SmsManager.sendDataMessage() to send the message

2008-09-10 Thread anywhere
Community On 26 Aug., 05:13, anywhere [EMAIL PROTECTED] wrote: hi all     I am now trying to write some application about sms on 0.9 beta SDK. The method sendTextMessage of SmsManager class performed well. But when usingsendDataMessageto send message SDK will crash.     Would you