Removing PIN in android
2014-01-06
To remove the forgotten pin in android tablet, it has to be USB debugging enabled in past. The using adb shell
adb shell
su
cd data/data/system
rm gesture.key
To remove the forgotten pin in android tablet, it has to be USB debugging enabled in past. The using adb shell
adb shell
su
cd data/data/system
rm gesture.key