从越狱的 iPhone 发送短信 [英] Send SMS from jailbroken iPhone

查看:47
本文介绍了从越狱的 iPhone 发送短信的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

从 iPhone 以编程方式发送短信的最佳方式是什么?在 /dev/tty.debug 上与调制解调器通话或使用私有 API 是选项.

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.

我想制作一个命令行短信实用程序,我希望它可以在 3.x -> 4.x iOS 上运行.

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

我也无法使用 AT+CMGF=1 &AT+CMGS="[PHONE_NUM]"\r\n[MSG]\x1A(与 tty.debug 对话,iPhone 3GS iOS 4.1).

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).

推荐答案

你大概可以看看这个项目,它似乎实现了你想要的:

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

这篇关于从越狱的 iPhone 发送短信的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆