connect your phone to PC run to adb shell by
adb shell cd /data/data/com.android.providers.settings/databases sqlite3 settings.db update system set value=0 where name='lock_pattern_autolock'; update system set value=0 where name='lockscreen.lockedoutpermanently'; .quitreboot.
or / and do if above not work yet do below step.
adb shell rm /data/system/gesture.keyreboot.
then should be work!!
source: http://forum.xda-developers.com/showthread.php?t=1800799
No comments:
Post a Comment