
ShellSMS - Send SMS with ADB - 1.31 USD
by elaware.it, Version: 1.3 , 20 KB Official Site
Package name: it.elaware.shellsms , Last Update: 2013-01-30 11:03:20
13 ratings (4.692 average)
100-500 downloads
What's new in this version (1.3):
- v1.3: Solved bug for long SMS
- v1.2: Added support for SMALL SCREEN - If you had problems downloading please re-try again!!
Description
ShellSMS enables your phone to be used for sending SMS from ADB console.
This can be useful in automatic control systems.
- v1.3: Solved bug for long SMS
- v1.2: Added support for SMALL SCREEN - If you had problems downloading please re-try again!!
ShellSMS is multi-platform and it works in all system where you can use ADB console (Linux/Windows/Mac).
ShellSMS acts like a GSM module for sending SMS!
Create your own shell script/application and use ShellSMS for sending SMS through your Android phone!
############ ADB COMMAND LIST #############
# Multiple receiver comma separated
# You can skip password option if you've not set a password in ShellSMS' Main Screen
# PLEASE NOTE: In Android 1.5 could be necessary writing the message without spaces, Example: "Hi_this_message_is_sent_from_ADB_console_thanks_to_ShellSMS"
For Android 2.2+ :
adb shell am startservice -a sendsms -n it.elaware.shellsms/.sms -e phonenumber +123456789,1234567890 -e smsbody "Hi this message is sent from ADB console thanks to ShellSMS" -e password 12345
For Android 1.5+ :
adb shell am start -a sendsms -n it.elaware.shellsms/.asms -e phonenumber +123456789,1234567890 -e smsbody "Hi this message is sent from ADB console thanks to ShellSMS" -e password 12345
##########################################
For any further question feel free to contact us.