Misbothering SMS Receiver vs ShellMS
Side-by-side comparison of two open source alternatives
Misbothering SMS Receiver
Stop spam SMS alerts by only playing a notification sound and vibrating your phone for senders in your contacts. To make this app work as intended, disable sound and vibration in your normal Messaging app, and let this app do it only for senders in your contacts list. If you are using a version of Android earlier than 4.4, you may like to try the original https://f-droid.org/packages/ru.glesik.nostrangersms, of which this app is a fork.
ShellMS
ShellMS is the simplest and easiest ADB Shell Messaging Application. If you don't know what ADB or SDK is you definitely don't need this app. For the others it's useful tool to speed up messaging when you're working on your computer. Usage: * with mobile phone numbers: adb shell am startservice --user 0 -n com.android.shellms/.sendSMS -e contact +123456789 -e msg "Message" * with display names from phone: adb shell am startservice --user 0 -n com.android.shellms/.sendSMS -e contact "Contact's DISPLAY NAME" -e msg "MSG"
| Feature | Misbothering SMS Receiver | ShellMS |
|---|---|---|
| License | GPL-3.0-or-later | GPL-3.0-or-later |
| Install sources | F-DroidGitHub | F-DroidGitHub |
| Categories | SMSMessaging | SMSMessaging |
| Features | Ad-FreeOpen SourceNo Tracking | Ad-FreeOpen SourceNo Tracking |
| Platforms | Android | Android |
| Website | ||
| Source code |