[GH-ISSUE #198] SMS Delivery report on/off #144

Closed
opened 2026-02-28 01:23:24 +03:00 by kerem · 1 comment
Owner

Originally created by @KiwiActinidia on GitHub (Sep 19, 2014).
Original GitHub issue: https://github.com/ushahidi/SMSSync/issues/198

I live in Italy and I'm testing SMSSync.
Browsing my SIM report I saw that when Smssync send a SMS, a delivery report is requested.
In Italy this is a problem. Why? For every delivered SMS I pay 0.15 Euro for the report.
I'm not a Android programmer, but after downloading the source, I modified a line in the file ProcessSMS.java and I recompiled the APK.

Original line:
sms.sendMultipartTextMessage(sendTo, null, parts, sentIntents,
deliveryIntents);
Modified line:
sms.sendMultipartTextMessage(sendTo, null, parts, sentIntents, null);

With this modification, no sending report is requested to my telecom operator.
I suggest to add in the config setting a flag for enabling/disabling delivery report.

Many thanks for this good programm.
Bye
Alessandro

Originally created by @KiwiActinidia on GitHub (Sep 19, 2014). Original GitHub issue: https://github.com/ushahidi/SMSSync/issues/198 I live in Italy and I'm testing SMSSync. Browsing my SIM report I saw that when Smssync send a SMS, a delivery report is requested. In Italy this is a problem. Why? For every delivered SMS I pay 0.15 Euro for the report. I'm not a Android programmer, but after downloading the source, I modified a line in the file ProcessSMS.java and I recompiled the APK. Original line: sms.sendMultipartTextMessage(sendTo, null, parts, sentIntents, deliveryIntents); Modified line: sms.sendMultipartTextMessage(sendTo, null, parts, sentIntents, null); With this modification, no sending report is requested to my telecom operator. I suggest to add in the config setting a flag for enabling/disabling delivery report. Many thanks for this good programm. Bye Alessandro
kerem closed this issue 2026-02-28 01:23:24 +03:00
Author
Owner

@mandric commented on GitHub (Sep 19, 2014):

Great suggestion, thanks!

<!-- gh-comment-id:56245268 --> @mandric commented on GitHub (Sep 19, 2014): Great suggestion, thanks!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/SMSSync#144
No description provided.