Android Question SMS Length limitet to 70Bytes ?

GvD

Member
Licensed User
Longtime User
Knows anyone a reason for my Problem?
If Messagelength is <= 70 Bytes no Problems; -> with 71Bytes no ErroMessage, No SMS :(
Same result with Sms.Send and Sms.Send2.

Thanks in advance for any hint :rolleyes:
 
Last edited:

GvD

Member
Licensed User
Longtime User
See this issue: https://code.google.com/p/android/issues/detail?id=5544

The length limit depends on the device locale.

You can use the code I posted here to send multipart messages: http://www.b4x.com/android/forum/threads/max-length-of-sms-message.20006/#post-115689
thanks a lot for your hint and sorry about the confusion i made with the other thread ( newbie :oops: )
i found the solution for my special problem here
http://www.b4x.com/android/forum/threads/sms-length-limitet-to-70bytes.41414/#post-248895
 
Upvote 0
Top