I need to make a phone call and\or send SMS from my debian server.android phone is plugged to the server by USB cable. I can connect to the phone from the server via: USB, Bluetooth or WIFI(ssh).

我需要拨打电话和\或从我的debian服务器发送短信。通过USB线将手机插入服务器。我可以通过USB,蓝牙或WIFI(ssh)从服务器连接到手机。

Are there any possibility to make any GSM call in "UNIX way", without writing custom applications to android? Something like:

是否有可能以“UNIX方式”进行任何GSM呼叫,而无需向Android编写自定义应用程序?就像是:

root@android:~# sendsms 01806717178 "Hello, kitty!"

1 个解决方案

#1


1

Try doing this :

试着这样做:

service call phone 2 s16 "+18001231234"

See how-to-call-from-console

(5 seconds google search with android phone call cli patterns)

(5秒谷歌搜索与Android手机通话cli模式)

更多相关文章

  1. Linux服务器下日志截取
  2. 小型web服务器thttpd的学习总结(上)&小型web服务器thttpd的学习总
  3. Nagios 监控 Linux 服务器
  4. linux socket网络编程:fcntl select(多个客户端连接服务器端情形)
  5. 【Linux】使得局域网服务器可以上外网:搭建网关服务器
  6. 利用ssh-copy-id复制公钥到多台服务器
  7. 有什么办法可以在Windows上不用使用太繁琐的办法从Linux服务器上
  8. 查看Linux服务器网卡流量小脚本shell和Python各一例
  9. linux服务器历险之优化你的linux

随机推荐

  1. 【Android】FadingEdge
  2. 解读Android(安卓)3.2的新特性
  3. AndroidManifest.xml中一些权限配置
  4. Android NDK应用开发
  5. android和Myeclipse搭建环境
  6. 安卓设置文字自动滚动
  7. Cordova 3.x 源码分析(6) -- cordova.js本
  8. Android支持不同的密度或分辨率
  9. Android串口操作,简化android-serialport-
  10. android基础知识