android_income_sms_gateway_webhook icon indicating copy to clipboard operation
android_income_sms_gateway_webhook copied to clipboard

Multiple length (160+ characters) are getting sent in chunks of 160 characters.

Open davchana opened this issue 2 years ago • 4 comments

Normally, a sms consist of 160 characters, for carrier sms counting purposes, and also in old phones. But all new phones are capable of displaying longer than 160+ characters sms as one msg.

This app should also not split the msg at 160 characters length; & instead should send all complete sms as one request.

For longer msgs, I receive multiple requests from app to my server, all with text at maximum 160 characters length.

Note that many Unicode characters are counted as 2+ character.

davchana avatar May 28 '22 23:05 davchana

Sample split text (Unicode characters, but app split normal English characters too, at 160 length)

Chunk 01: रोमिंग में भी पाएं अनलिमिटेड कॉल सभी नेटवर्क पर, डाटा बेनिफिट के सा Chunk 03 थ! किसी भी शहर में एयरटेल थैंक्स ऐप या रिटेलर से रीचार्ज करें u.air

Chunk 03 tel.in/MG23

davchana avatar May 28 '22 23:05 davchana

i also had this problem

parsibox avatar Jun 22 '22 09:06 parsibox

So, what's the solution?

imadhui avatar Aug 15 '22 14:08 imadhui

Yes, have solution?

ArtemYurov avatar Sep 04 '22 12:09 ArtemYurov

@bogkonstantin could you please help with fix like this: https://github.com/aosp-mirror/platform_packages_apps_mms/blob/master/src/com/android/mms/transaction/SmsReceiverService.java#L495

Same problem with multiple PDUs in one message.

2naive avatar Dec 23 '22 22:12 2naive

Released

bogkonstantin avatar Jan 18 '23 22:01 bogkonstantin

Released

👍🏻👍🏻 Thanks a lot

davchana avatar Jan 18 '23 23:01 davchana