Re: [android-developers] Re: Maximum character that we can send to SMS application.

2010-03-24 Thread timo prill
http://en.wikipedia.org/wiki/SMS [...] it was necessary to limit the length of the messages to 128 bytes (later improved to 140 bytes, or 160 7-bit characters), so that the messages could fit into the existing signaling formats[...] cheers Bob Kerns schrieb: It doesn't matter. The first S

[android-developers] Re: Maximum character that we can send to SMS application.

2010-03-24 Thread Yahel
Sorry I don't know the limitation of the Action_Send to SMS, but you can just try it by yourself, if your being truncated, then your reach the limit. But you are right to ask, because even though SMS stands for short message, almost all new phones allow you to send larger messages than the 140

[android-developers] Re: Maximum character that we can send to SMS application.

2010-03-23 Thread Marek Pola
A SMS is limited to 140 bytes (octets), maybe this is the boundary you are experiencing? I don't know if Android supports concatenated SMS. http://en.wikipedia.org/wiki/SMS /Marek On Mar 22, 5:51 pm, AJ ajeet.invinci...@gmail.com wrote: Hi group I facing one strange problem. I am sending

[android-developers] Re: Maximum character that we can send to SMS application.

2010-03-23 Thread AJ
Hi Marek, Thanks for the information. But This I know. I think you misunderstood my question. Actually I am invoking SMS application from my app. I am sending some text [which is around 300 characters] in sms_body. These characters are being cut when SMS application is being invoked. I could

[android-developers] Re: Maximum character that we can send to SMS application.

2010-03-23 Thread AJ
Hi Marek, Thanks for the information. But This I know. I think you misunderstood my question. Actually I am invoking SMS application from my app. I am sending some text [which is around 300 characters] in sms_body. These characters are being cut when SMS application is being invoked. I could

[android-developers] Re: Maximum character that we can send to SMS application.

2010-03-23 Thread AJ
Hi Marek, Thanks for the information. But This I know. I think you misunderstood my question. Actually I am invoking SMS application from my app. I am sending some text [which is around 300 characters] in sms_body. These characters are being cut when SMS application is being invoked. I could

[android-developers] Re: Maximum character that we can send to SMS application.

2010-03-23 Thread AJ
Hi Marek, Thanks for the information. But This I know. I think you misunderstood my question. Actually I am invoking SMS application from my app. I am sending some text [which is around 300 characters] in sms_body. These characters are being cut when SMS application is being invoked. I could

[android-developers] Re: Maximum character that we can send to SMS application.

2010-03-23 Thread AJ
Hi experts, Any information regarding above is truly appreciated. I just want to know about the limitation of sending data to SMS through Intent.ACTION_SEND. Thanks, AJ On Mar 23, 1:24 pm, AJ ajeet.invinci...@gmail.com wrote: Hi Marek, Thanks for the information. But This I know. I think