开发者

UNIX System commands for iPhone to control services

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 so开发者_JS百科urce 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


system("process unload /com.service.name");

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜