开发者

Android Phone as a GSM Modem

I would like my android to work as a GSM Modem, or by any other means, specifically, to send sms through it using some programming language library. What could be the way to do it programmatically as well as co开发者_开发百科nfigurations/installations etc?


1) Learn how to send sms programatically

2) Learn how to write an android service

3) Learn how to talk to the local computer over wifi, bluetooth, adb port forward, etc so you can take commands

4) Be mindful of your carrier's terms of service - your "unlimited" plan probably does not let you use the device as a mass sms gateway.

In actuality, I think it's possible to send an sms from the adb command line by constructing an intent, in which case you could do it all with a script on the pc that pipes the right commands into adb - no development on the phone needed at all.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜