My mobile LG P970 requests a Google account and password but I've forgotten them. How do I log in to my phone?

+1 vote
No avatar asked by (130 points)
edited by

3 Answers

+1 vote
answered by (240 points)

0 votes
answered by

0 votes
answered by (264k points)
edited by

adb shell
cd /data/data/com.android.providers.setting­s/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 answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register
...