GvD Member Licensed User Longtime User May 25, 2014 #1 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 Last edited: May 25, 2014
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
Erel B4X founder Staff member Licensed User Longtime User May 26, 2014 #2 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 Upvote 0
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
GvD Member Licensed User Longtime User May 26, 2014 #3 Erel said: 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 Click to expand... thanks a lot for your hint and sorry about the confusion i made with the other thread ( newbie ) 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
Erel said: 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 Click to expand... thanks a lot for your hint and sorry about the confusion i made with the other thread ( newbie ) i found the solution for my special problem here http://www.b4x.com/android/forum/threads/sms-length-limitet-to-70bytes.41414/#post-248895