본문 바로가기

해킹보안/해킹

[패턴풀기]안드로이드 패턴 푸는방법입니다~

So I'm sure many have either wanted to bypass the pattern lock on a phone.. Maybe you bought it used or forgot the pattern.... and your email account information for recovery. I mean, its not like you'd steal one.. right?

Anyhoo... All you have to do is download and install the Android Development Kit and boot your phone into recovery (recovery varies with the phone, google it) Once your in recovery just connect the phone and start up the ADB tool from the development kit.

Then enter the following:

> adb -d shell<br /># sqlite3 data/data/com.android.providers.settings…<br />sqlite> update system set value=0 where name='lock_pattern_autolock';<br />sqlite> .exit<br /># exit


Reboot your phone, and enjoy your access!
LMAO, and the feds couldn't figure this out?  

번역은 알아서 하시기 바랍니다

 

짧게말하면 ADB를 이용하면 안드로이드 패턴을 풀수잇답니다~~

 

추천꾹!

이쁜댓글

멋있는댓글

답방갈께요~~