ShellSMS - Send SMS with ADB 1.3

Lesen: Percubaan Percuma ‎Saiz fail: 20.97 MB
‎Penarafan Pengguna: 4.5/5 - ‎2 ‎Undi

Tentang ShellSMS - Send SMS with ADB

ShellSMS membolehkan telefon anda digunakan untuk menghantar SMS dari konsol ADB. Ini boleh berguna dalam sistem kawalan automatik.- v1.3: Selesaikan pepijat untuk SMS panjang- v1.2: Sokongan tambahan untuk SKRIN KECIL - Jika anda mempunyai masalah memuat turun sila cuba semula!! ShellSMS adalah pelbagai platform dan ia berfungsi dalam semua sistem di mana anda boleh menggunakan konsol ADB (Linux / Windows / Mac). ShellSMS bertindak seperti modul GSM untuk menghantar 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 12345For 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.