
Originally Posted by
CurveBall
Can someone try this out and confirm that this works? I tried it but I guess I'm doing something wrong. My iPhone freezes when executing blacksn0w.sh...
I set all files that blacksn0w.sh uses to 0777 including the script itself. I added a few things:
Code:
#!/bin/bash
launchctl unload /System/Library/LaunchDaemons/com.apple.CommCenter.plist;
launchctl load /lib/com.apple.CommCenter.plist;
launchctl start com.apple.CommCenter
Now it gives me this error message:
Code:
Command 'sh blacksn0w.sh' failed with return code 0 and error message
launchctl: Dubious permissions on file (skipping): /System/Library/LaunchDeamons/com.apple.CommCenter.plist
nothing found to unload
launchctl: Dubious permissions on file (skipping): /lib/com.apple.CommCenter.plist
nothing found to load
Bookmarks