ShellMS

ShellMS

Send SMS via Android SDK

Phone & SMS

Description

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.

<b>Usage:</b>

* 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"

Versions

Version Date Size Requires Android Download
1.5 current
9c6b1469fbf5947d…
2018-05-28 373 KB API 8
1.3
340bc9d96f975ad9…
2015-01-20 182 KB API 8
1.2
222991b2f2453fca…
2013-11-13 181 KB API 8

Permissions

What the app asks the system for. Android only grants sensitive access after you confirm it.

  • Send SMSSend text messages (may cost money).
  • Read SMSRead text messages.
  • WRITE_SMS
  • Read contactsAccess the address book.

Comments