Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要打电话和\或从我的 debian 服务器发送短信。android 手机通过 USB 电缆插入服务器。我可以通过以下方式从服务器连接到手机:USB、蓝牙或 WIFI(ssh)。
是否有可能以“UNIX 方式”进行任何 GSM 呼叫,而无需向 android 编写自定义应用程序?就像是:
root@android:~# sendsms 01806717178 "Hello, kitty!"
尝试这样做:
service call phone 2 s16 "+18001231234"
查看如何从控制台调用
(5秒谷歌搜索android phone call cli模式)
android phone call cli