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.















![[KEY] 3G Auto Connection](http://fs02.androidpit.info/ali/x63/4329963-1367540322247.png)






Holden
May 20, 2012 1:33:19 PM
Great App This is one of best apps out there. I have asking put this system implausible for my server monitoring. The Developer is extremely responsive quick to answer question and ideas. If you are a sys admin (at home or work) you will see how useful this app is... Also gives you a reason to keep old devices around.
David
May 14, 2012 11:53:23 PM
Samsung Galaxy Mini It is working perfectly on a Samsung Galaxy Mini!
Kevin
Apr 16, 2012 7:46:25 PM
Great App This works just like described. Useful when running scripts. Developer is extremely responsive, and quick to help. If you can see this as being useful to your SysAdmin works.. I would give it a chance
Juhani
Jan 12, 2012 10:50:00 PM
Simply great Great tool, managed to put this into my servers monitoring systems, now I get sms every time something goes seriously wrong, like when there's a power failure etc.
Chris
Oct 27, 2011 5:30:55 PM
Great command line tool If you have either ssh or adb access to your phone, this program does exactly what it is supposed to do. Command line text sending!