2014-08-12から1日間の記事一覧

How to Unlock Pattern Locked Android Smartphone with ADB Commands?

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'; .quit If above codes …