Sunday, April 21, 2013

Android unlock pattern : How to crack it ?

How to crack the Android unlock pattern?
Comment cracker le schéma de déverrouillage d'Android?


You may need this if you forgot the unlock pattern of you device...
Vous pourriez en avoir besoin si vous oubliez le schéma de déverrouillage de votre téléphone ...

source : Korben.info

what you need : 
  • ADB installed on PC
  • USB debugging enabled on the device

method1 / méthode1
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

reboot / redémarrez

method2 / méthode2
adb shell rm /data/system/gesture.key

reboot / redémarrez


No comments:

Post a Comment