
Description
ShellMS is the easiest ADB Shell messaging app. If you don’t know ADB or SDK, skip this. For others, it speeds up messaging while working on your computer.
Usage:
- With phone numbers: adb shell am startservice --user 0 -n com.android.shellms/.sendSMS -e contact +123456789 -e msg "Message"
- With display names: adb shell am startservice --user 0 -n com.android.shellms/.sendSMS -e contact "Contact's DISPLAY NAME" -e msg "MSG"