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
Post a Comment