Using SD card and 'Pattern password disable' and Aroma File Manager
Eject memory card from the device and connect to PC
Insert SDcard again in phone and reboot to recovery mode
Flash the zip and again reboot ("Install ZIP from SD Card")
Its done!
If it asks a pattern at first time, don't worry, just enter any pattern. It should work.
Using Cygwin and PC
(Again if recovery is not installed)
Perquisites
Computer with windows or Linux Distribution and Cygwin
USB cable for connecting device
ADB
Open terminal and type "sudo apt-get install android-tools-adb" without quotes and press enter.
It will install ADB or follow this article to understand well.
Connect your device using cable.
Open terminal and use below commands (please click enter after every command)
adb devices
adb shell
cd data/system
su
rm *.key
Reboot to complete.
If it asks a pattern at first time, don't worry, just enter any pattern. It should work.
Using ADB SQL command
Follow above procedure till installing Cygwin and open terminal.
Enter following commands and enter after every command.
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
Your phone must be unlocked.
Using ADB - Pattern File will be Removed
If you wish to remove the pattern file from device use following command in terminal
adb shell rm /data/system/gesture.key
If any other simple method worked pretty well, you are welcome to post here in comment section, to help others with their specific devices.
No comments:
Post a Comment