B4X:
Sub Activity_Create(FirstTime As Boolean)
mySms.Send("XXXXXXXX","mhchanh katametrhshs kermatvn 140e +fpa kainoyrgia" & CRLF & " kalarakis Michalis ")
mySms.Send("XXXXXXXXX","Μηχανη καταμετρησης κερματων 140ε +φπα καινουργια" & CRLF & " kalarakis Michalis ")
end sub
I set the permission form the option of my telephone
So i have permission for sms
it is the option from the telephone.
I do not have problem with permissions because this small code send sms
this line send the sms
mySms.Send("XXXXXXXX","mhchanh katametrhshs kermatvn 140e +fpa kainoyrgia" & CRLF & " kalarakis Michalis ")
the text is at english character set.
but at the line with greek character doe not send sms and NO errors
mySms.Send("XXXXXXXXX","Μηχανη καταμετρησης κερματων 140ε +φπα καινουργια" & CRLF & " kalarakis Michalis ")
every time I run the program (debug) it sent the sms with english characters but not the sms with greek.
* Also if the greek text lenght is 70 characters long it send it
** the telephone application can sent messages with length of 150 character (greek or english)
I have ver 8.50 for B4A android 28 and at the manager android 26
telephone xiaomi redmi note 5a android ver 7.2.1N2G47H
Last edited: