[android-developers] Re: Sending SMS more than 160 characters

2009-05-29 Thread Andrew
On May 28, 11:26 pm, Mark mark.ka...@gmail.com wrote: On May 28, 12:42 am, devendra.madhe...@gmail.com devendra.madhe...@gmail.com wrote: I am trying to send large SMS more than 160 characters using SendMultipartText() API. But On receivver side , i am getting two messages ( SMS).

[android-developers] Re: Sending SMS more than 160 characters

2009-05-29 Thread David Turner
The SMS protocol allows for fragmented SMS delivery, where one long message is splitted into several SMS packets sent to the wire (each one charged separately, of course :-)) This involves setting a fragment bit in the packet, as well as filling an optional header with fragment index+count and

[android-developers] Re: Sending SMS more than 160 characters

2009-05-28 Thread Mark
There is no way to send a single message longer than 160 chars, this is an underlying design featrue of SMS. Mark On May 28, 12:42 am, devendra.madhe...@gmail.com devendra.madhe...@gmail.com wrote: Hi , I am trying to send large SMS more than 160 characters using