
11-25-2008, 04:08 AM
|
|
What's Jailbreak?
|
|
Join Date: Nov 2008
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
|
Change App permissions
|
Hi all. I'm still working on an application for iphone.
Following an your user suggestion I try to change my app permission and owner to mobile:mobile making this call:
system("chown -R mobile:mobile /Applications/Uncheatter.app");
It seems to do not works. Where I wrong?
If I make this call "system("killall SpringBoard");" the SO reboot, so the function 'system' wirk, but filter the command. I think theat the user executig the operation can't call "chmod" or "chown" or "chroot". Is it true? Waht can I do to make my app "root" and so enable access to all SO files?
Thanks
Max
|
|