iPhone 控制服务的 UNIX 系统命令
我正在寻找 SpringBoard 命令来以编程方式控制越狱的 iPhone,但几乎没有任何信息,或者它隐藏得很好!我希望能够以编程方式与 ComCenter 对话。现在我知道这没有得到 Apple 的批准,但我不在乎,我不遵守规则;-)
有人知道 3.1.2 iPhone 上的 SpringBoard 或 ComCenter 越狱命令的良好参考源吗?
这是我正在寻找的示例:
NSString *cmd = (@"killall SpringBoard");
ssystem([cmd UTF8String]);
它重新启动 SpringBoard
I am looking for SpringBoard commands to control jailbroken iPhone programmatically, but theres hardly any information out there, or its pretty well hidden! I would like to be able to talk to the ComCenter programmatically. Now I know this is not approved by Apple, but I dont care, I dont follow rules ;-)
Anyone know of a good reference source for jailbroken commands for SpringBoard or ComCenter on 3.1.2 iPhone?
This is an example of what I am looking for:
NSString *cmd = (@"killall SpringBoard");
ssystem([cmd UTF8String]);
Which restarts SpringBoard
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
system("进程卸载/com.service.name");
system("process unload /com.service.name");