Android Pattern Lock Decode (Reverse Engineering)

HITECH CARE

Active Member
Nov 5, 2018
28
86
We Know Many Box Dongles Support Remove Or Read Pattern But You Ever Think How This Things Works Lets Find Out....

What U Need
#1.Any Plain Binary Or .Image File (User Area Dump) From Locked Phone Or Pattern Locked Gesture.key File...
#2 Any Hex Editor Like Neo Hex Editor Or Any Other...
#3 Notepad

If You Have .Bin .Img File Extract Gesture.Key File From It....Use ADB Commands.. Or Root Your Device N Install Root Explorer Give Permission Then Go TO "/Data/System/" Copy Gesture.key File
#Hint# If You Want To Remove Pattern Pin Or Other Locks Just Delete "gesture.key,locksettings.db,locksettings.db-shm,locksettings.db-wal)

I Copy Gesture File From Samsung J100H Rooted Phone Using Root Explorer....



After Copy Open Gesture With Hex Editor...
After Open U WIll See Something Like This


Copy All N Paste It On New Txt Document N Remove All Space


Now Copy The Result N Open My Pattern Lock Database File N Press CTRL+F To Find N Paste The Data There
Here Is Your Phone Pattern..


Hint:- You Can Replace Phone Gesture.key File With Your File For Set Your File Pattern To Phone...U Can Delete It Too For Remove Pattern Or Simply Use This Hex "DA39A3EE5E6B4B0D3255BFEF95601890AFD80709" For Set Pattern To None Or Other Hex In Database For Set Desire Pattern Lock TO Phone.

Pattern Lock Database

Hint:- For Remove Pattern On ADB Use These Command

adb shell
su
rm /data/system/gesture.key

(Type N Press Enter 1By1)

For Copy Gesture.key File To SD Card

adb shell
su
/data/system/gesture.key /mnt/sdcard

(Type N Press Enter 1By1)

These Commands Will Work Only On Rooted Phones..If Command Not Work Use Google Or XDA For Other Commands (There Are Many CMD Exist)


Hint:-This Will Work For Older Phones N New Phones Till Android 6.0... About 7.0 N Above I Am Not Sure But U Can Test N Post Result Here...





If You Like My Post Press Thanks To Appreciate...So I Can Keep Posting New Stuffs For You

Br. Hi-Tech Care
 

riyaz776

Junior Member
Aug 17, 2019
2
0
Good method thanks for your trick

Sent From SM-G955F Using Martview Forum App
 

habibawalkhil

Active Member
Dec 8, 2019
42
26
Sir!
Can we make root boot.img by patching ramdisk
and changing values of ro.secure and ro.debuggable!
 
Top