SMS Delivery Reports
Good day. I have one simple question: Is it possible to turn on sms delivery reports, when sending SMS thru ADB command?
That would be very usefull for many users.
Thanks.
Hi dachay. To be honesty, im not using this too tool anymore, so i can't invest much time for further development. If you have some code enchancements, send me an MR & i'll check & merge it.
Hi. I can say that ShellMS is perfect tool for SMS texting from DOS shell and ADB on Android 9, 10 and 11. I am using it almost 3 years. It's working perfect. Only thing that is missing is SMS delivery reports.
This is code that I am using in MS DOS shell:
codepage 65001 adb shell "NL=$'\n' ; am startservice --user 0 -n com.android.shellms/.sendSMS -e contact phonenumber -e msg \"text1${NL}text2${NL}text3\"
${NL} - new row in message (Carriage Return Line Feed)
SMS send with this command looks perfect.
If you can, please send command atribute or apk file thet can include delivery report request. I could't find old version that have it.
I am very grateful for your time and help.
Best regards.