-
```
Different phones have different maximum SMS message sizes! See
http://en.wikipedia.org/wiki/SMS#Message_size
e.g. My friend's older phone had an upper limit of 195 characters. His new
phone has o…
-
Sending ascii sms text like below (text length < 160)
SmsSubmitPdu pdu;
byte dcs = (byte)DataCodingScheme.NoClass_7Bit;
pdu = new SmsSubmitPdu(sms, phoneno, smsc, dcs);
comm.SendMe…
uugan updated
6 years ago
-
Set up API to translate messages on the go. Please include name of packages used when creating a PR.
-
При регистрации нужно просить по смс подтвердить номер телефона
-
Hello,
First of all, thank's for this very useful lib.
I use the library in order to read all the sms received AND sent by the user.
Unfortunately, using `getAllSMS()` I only get the sms I recei…
-
Send an SMS help alert to all user's contacts
-
```
When an SMS message is set to a "group", the actual senders information is what
should be displayed (not other group members).
```
Original issue reported on code.google.com by `cs3vi...@gmail.c…
-
```
IMPORTANT: PLEASE search the existing issues (including closed ones) for
something similar before filing a new one.
DO NOT, I repeat, DO NOT file more duplicates of issue 3 (bluetooth
notificatio…
-
```
I have implemented JSMPP in a project but speed of sending sms is very slow
can anybody please help on this because i have very high volume
transactions requirements.
```
Original issue reporte…
-
```
IMPORTANT: PLEASE search the existing issues (including closed ones) for
something similar before filing a new one.
DO NOT, I repeat, DO NOT file more duplicates of issue 3 (bluetooth
notificatio…