ShellMS
ShellMS copied to clipboard
ShellMS - ADB Shell SMS APP
SMS messages are not sent and the following log appears in logcat. `E ShellMS_Service_sendSMS: undefined Error: SMS sending failed ... please REPORT to ISSUE Tracker` ShellMS version 1.3 on Android...
Hi! I try to run such command: `adb shell am startservice --user 0 -n com.android.shellms/.sendSMS -e contact +phoneNumber -e msg 'message xxx' --esn secret` But the message is still stored...
If I type this: ``` > adb shell am startservice --user 0 -n com.android.shellms/.sendSMS -e contact +66..66 -e msg "word1 word2" ``` I will receive an SMS with only "word1"...
The result of the installing and a few attempts to run your code on **API 26 Android emulator under Android Studio 3.1.3** below: F:\GitRepo\note_v2>adb install "E:\Common\Android_Apps\com.android.shellms_6.apk" adb server is out...
After removing the sms feature from termux this project became very useful I created a [gist](https://gist.github.com/gerardo-junior/0876935c91a83c4b87661c649217397c) to replace [termux-sms-send](https://wiki.termux.com/wiki/Termux-sms-send) that uses shellsm but the old cli returns json with confirmation...