简体   繁体   English

从越狱的iPhone发送短信

[英]Send SMS from jailbroken iPhone

What is the best way to programmatically send an SMS from the iPhone? 以编程方式从iPhone发送短信的最佳方法是什么? Talking to the modem on /dev/tty.debug or using private API are options. /dev/tty.debug上的调制解调器/dev/tty.debug或使用专用API是可选的。

I want to make a command line SMS utility, and I want it to work on 3.x -> 4.x iOS. 我想制作一个命令行SMS实用程序,并且希望它在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). 我也无法使其与AT+CMGF=1 & AT+CMGS="[PHONE_NUM]"\\r\\n[MSG]\\x1A (与tty.debug,iPhone 3GS iOS 4.1交流)。

You can probably have a look at this project which seems to achieve what you want: 您可能可以看一下这个项目,该项目似乎达到了您想要的目标:

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM