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:
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를 이용하면 안드로이드 패턴을 풀수잇답니다~~
추천꾹!
이쁜댓글
멋있는댓글
답방갈께요~~
'해킹보안 > 해킹' 카테고리의 다른 글
[사용법]DRDoS 분산 반사 서비스 거부 공격 (Distributed Reflection DoS) (31) | 2012.09.09 |
---|---|
XSS 해킹 우회 스크립트 (0) | 2012.09.04 |
[드라마]유령에나온 프로그램 (0) | 2012.09.04 |
모니터링 해야 할 중국 해킹 사이트 (0) | 2012.09.04 |
터보테크 '190개 해커팀 도전 뿌리친 해킹대회 (1) | 2012.09.04 |