mirror of
https://github.com/ushahidi/SMSSync.git
synced 2026-04-26 00:05:57 +03:00
[GH-ISSUE #198] SMS Delivery report on/off #144
Labels
No labels
Bug report
Code improvement
Concern
Feature request
Feature request
Good first issue to work on
In progress
Needs info
Question
Ready
Translation
User Experience
User Experience
Website
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SMSSync#144
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
@mandric commented on GitHub (Sep 19, 2014):
Great suggestion, thanks!