About ADBSMS
-- ADBSMS --
Send and receive SMS via Android™ Debug Bridge (ADB)!
-- WHAT --
A simple app that "prints" received sms to logcat, that can be parsed to desktop notifications or other uses.
Moreover, it implements a broadcast so you can send a sms through adb.
If you don't know what adb is and how configure it, and for simplicity, I've created a simple desktop application (alpha stage) that implement these features. It is online at http://goo.gl/hLDQNA
(Make sure that ADBSMS' MessageService is started and Android Debugging is enabled on your device!)
-- HOW --
To send a sms via adb, use:
adb -d shell am broadcast -a me.borges.ADBSMS_SEND --es number "NUMBER" --es body "MESSAGE"
or
adb -d shell am broadcast -a me.borges.ADBSMS_SEND --es name "NAME" --es body "MESSAGE"
-- TODO --
[ ] create a nice desktop application to be able to chat via sms from you lovely computer.
[ ] implement some kind of encryption/password. (?)
-- I LIKED IT --
If someone shows some interest, I can upload the source. Help and feedback is always wanted.
If you'd like to contribute, donate to 13rtJFNqLgCSGKkGQ5vDweP79HrnTXxmD2.
-- LEGAL --
The Android robot is reproduced or modified from work created and shared by Google and used according to terms described in the Creative Commons 3.0 Attribution License.
by P####:
Love it, should be paid!!