开发者

UNIX System commands for iPhone to control services

开发者 https://www.devze.com 2022-12-14 19:29 出处:网络
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 ComCe

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

精彩评论

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

关注公众号