As it turns out, there are two files that need to be changed; EffectiveUserSettings.plist and Truth.plist located in:
/var/mobile/Library/ConfigurationProfiles/PublicInfo
Probably the easiest way to edit these files would be to first install iPhoneBrowser and of course, your iPhone should probably be jailbroken.
In both EffectiveUserSettings.plist and Truth.plist, change the parameter maxGracePeiod to 14400 which is the number of seconds in 4 hours which should look like the following:
EffectiveUserSettings.plist
<key>maxGracePeriod</key>
<dict>
<key>rangeMaximum</key>
<integer>14400</integer>
<key>rangeMinimum</key>
<integer>0</integer>
<key>value</key>
<integer>14400</integer>
</dict>
Truth.plist
<key>maxGracePeriod</key>
<dict>
<key>preferSmallerValues</key>
<true/>
<key>value</key>
<integer>14400</integer>
</dict>
| EffectiveUserSettings.plist |
| Truth.plist |
0 comments:
Post a Comment