Hey!
How to switch off a PASSLOCK in iphone via SSH?
Thnx!:)
Printable View
Hey!
How to switch off a PASSLOCK in iphone via SSH?
Thnx!:)
I need to know the same thing
Do you mean the "slide to unlock" with pin code security feature?
it is in com.apple.springboard.plist
Here if pushed by Exchange: /private/var/Managed Preferences/mobile/com.apple.springboard.plist
Normally here: /private/var/mobile/Library/Preferences/com.apple.springboard.plist
PasswordProtected = 1;
Change to 0
plutil -v 0 -s PasswordProtected com.apple.springboard.plist
OK run this and it should totally disable it:
plutil -v 0 -s /private/var/Managed Preferences/mobile/com.apple.springboard.plist
Thread Continued here
http://hackint0sh.org/forum/showthread.php?t=47166