Schlikk Calls vs ShellMS
Side-by-side comparison of two open source alternatives
Schlikk Calls
Raise the volume on call - no need to turn up notifications Grant permission READ_PHONE_STATE (mandatory) to get the basic functionality. On incoming call the volume is adjusted to your preference. After the call the volume is reset to the previous setting. If your phone is in DoNotDisturb mode however, nothing is changed. Enable reading of the phone numbers so that the app can see who is calling you. With this you can set a different volume for each number. Grant permission ACCESS_NOTIFICATION_POLICY (optional) to enable the app to toggle your phone's DoNotDisturb mode. With this you can mark numbers as important. The app will deactivate DoNotDisturb mode iff an important number calls you.
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 | Schlikk Calls | ShellMS |
|---|---|---|
| License | MIT | GPL-3.0-or-later |
| Install sources | F-Droid | F-DroidGitHub |
| Categories | SMSMessaging | SMSMessaging |
| Features | Ad-FreeOpen SourceNo Tracking | Ad-FreeOpen SourceNo Tracking |
| Platforms | Android | Android |
| Website | ||
| Source code |