Send SMS from jailbroken iPhone

僤鯓⒐⒋嵵緔 提交于 2019-12-14 04:25:50

问题


What is the best way to programmatically send an SMS from the iPhone? Talking to the modem on /dev/tty.debug or using private API are options.

I want to make a command line SMS utility, and I want it to work on 3.x -> 4.x iOS.

Also I couldn't make it work with AT+CMGF=1 & AT+CMGS="[PHONE_NUM]"\r\n[MSG]\x1A (Talking to tty.debug, iPhone 3GS iOS 4.1).


回答1:


You can probably have a look at this project which seems to achieve what you want:

  • http://code.google.com/p/iphone-sms/


来源:https://stackoverflow.com/questions/4500014/send-sms-from-jailbroken-iphone

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!