iphone - Reload com.apple.springboard.plist without respringing/rebooting (probably with GSSendAppPreferencesChanged?) -


i'm developing jailbreak tool modify com.apple.springboard.plist , need reload file without respringing/rebooting device.

i came across gssendapppreferenceschanged (a graphicsservices method) reload preferences (nsuserdefaults) of application. that's code have now:

gssendapppreferenceschanged(cfstr("invertcolorsenabled"), cfstr("com.apple.springboard")); 

when run code, nothing happens , no errors on syslog.

thanks,

pedro.

is order of arguments correct? i'm wondering if should switch 2 arguments. looking here, seem use com.apple.springboard string first argument.


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -