I use this code for to send SMS (code by Erel):
http://www.b4x.com/android/forum/threads/max-length-of-sms-message.20006/#post-115689
and it works very well until the message is over 160 characters.
If I send a short message it works, if I send a large message it works on first SMS,
then it don't works on other large SMS.
After the first large SMS, it don't send large SMS, but only short SMS.
Example:
1) send SMS: hello
2) send SMS: hello world with many many chars (more than 160)
3) send SMS: hello again
4) send SMS: hello world for the second time with many many chars (more than 160)
5) send SMS: hello my friends
6) send SMS: hello to all
7) send SMS: hello world for the 3th time with many many chars (more than 160)
8) send SMS: good night
On my phone I receive SMS number 1, 2, 3, 5, 6 and 8
After the first large SMS don't works large SMS but only short SMS
Why ???
Sergio
http://www.b4x.com/android/forum/threads/max-length-of-sms-message.20006/#post-115689
and it works very well until the message is over 160 characters.
If I send a short message it works, if I send a large message it works on first SMS,
then it don't works on other large SMS.
After the first large SMS, it don't send large SMS, but only short SMS.
Example:
1) send SMS: hello
2) send SMS: hello world with many many chars (more than 160)
3) send SMS: hello again
4) send SMS: hello world for the second time with many many chars (more than 160)
5) send SMS: hello my friends
6) send SMS: hello to all
7) send SMS: hello world for the 3th time with many many chars (more than 160)
8) send SMS: good night
On my phone I receive SMS number 1, 2, 3, 5, 6 and 8
After the first large SMS don't works large SMS but only short SMS
Why ???
Sergio