B
B
BlackTuxedo2016-02-05 16:44:30
Android
BlackTuxedo, 2016-02-05 16:44:30

How to recover a lost Android phone password?

My phone is almost "in the public domain" and when I got tired of it, I decided to put a password. The graphic key did not suit me and I decided to put a plain text password. The first password consisted of 15 characters and there were no problems with it, but later they recognized it and I decided to change the password. Unfortunately, I forgot my new password. How can I recover or reset my password, preferably without losing data? The phone is in full access, usb debugging is enabled and working. I can install the application via usb, navigate through some directories or even root the phone through the "Mobogenie" program.
The phone does not work with Google Play. Google does not see the phone and does not know about its existence at all, and the phone does not connect to Google Play.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
K
Kir aka Dober, 2016-02-05
@BlackTuxedo

Debugging enabled? Very well!

adb shell
su
rm /data/system/locksettings.db
rm /data/system/locksettings.db-wal
rm /data/system/locksettings.db-shm
rm /data/system/*.key
reboot

Well, or you can change it in the database :)
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’;
update secure set value=0 where name='lock_pattern_autolock';
update secure set value=0 where name='lockscreen.lockedoutpermanently';
.quit
reboot

If after the reboot it still asks for a password, enter an arbitrary one.

C
coden55, 2016-02-05
@coden55

trendblog.net/how-to-bypass-android-phone-lock-scr...
If you don't know English, then try this: (the phone must be able to see the Internet)
go to www.google.com/android/devicemanager
Enter your login password for your account google tied to the phone.
Choose your phone, press the block button. Enter your password and confirm.
From the phone you unlock with this password and remove your block.

U
ukraine_almighty, 2016-04-26
@ukraine_almighty

Try during the call to go to the desktop of the phone and go to the settings to change the password.
If you don’t understand how, they call you, you pick up the phone and your phone is also automatically unlocked, there you already press the button on the main screen and do what you need, change it) In general , here is a link to help)

D
dshestakova95, 2017-08-03
@dshestakova95

This article helped me a lot. I am a girl who is not particularly versed in the topic, and then I figured it out

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question