Skip to content

Instantly share code, notes, and snippets.

@takamii
Created August 19, 2011 14:13
Show Gist options
  • Save takamii/1156888 to your computer and use it in GitHub Desktop.
Save takamii/1156888 to your computer and use it in GitHub Desktop.
LOCK画面を経由しないrespringコマンド。ericaたんのplutilが必要。 for iOS
#!/bin/sh
plutil -key SBLanguageRestart -value true -type bool /var/mobile/Library/Preferences/com.apple.springboard.plist
respring
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment