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