简体   繁体   English

寻找Android模式解锁

[英]looking for android pattern unlock

I forgot my android pattern, for which i don't want to do factory reset n loose my data, pics n other stuffs. 我忘记了我的android模式,为此我不想进行工厂重置n松散我的数据,图片n其他东西。

Unfortunately, my mobile data or wifi is also not enabled, which could help me to login with my google account and i have reset it. 不幸的是,我的移动数据或wifi也没有启用,这可以帮助我使用我的谷歌帐户登录,我已经重置它。

My study shows me that, i need to remove gesture.key file, for which through android sdk i already tried below command: 我的研究告诉我,我需要删除gesture.key文件,通过android sdk我已经尝试过以下命令:

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

but i got permission denied as result. 但结果我得到了许可。

second, i tried to enable wifi or data network, but again no result since android which i am using is rooted. 第二,我试图启用wifi或数据网络,但再次没有结果,因为我正在使用的android是root。 Because of permission denied , i couldnt able to perform anything. 由于许可被拒绝,我无法执行任何操作。

Please suggest if you know how to get it resolve without data loss.Appreciate your responses. 如果您知道如何在没有数据丢失的情况下解决问题,请建议。感谢您的回复。

you cant remove pattern files without root permission,just need root permission or install custom recovery. 您无法删除没有root权限的模式文件,只需要root权限或安装自定义恢复。 if USB debug enabled you can root. 如果USB调试启用,您可以root。 use this links for root (root-asus-zenfone-5-kitkat-4-4-2) and root-asus-zenfone-5-lollipop-5.0 使用此链接的root (root-asus-zenfone-5-kitkat-4-4-2)root-asus-zenfone-5-lollipop-5.0

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 要求解锁模式 - Android - Ask for unlock pattern - Android Android用户界面就像Unlock Pattern Android一样 - Android User Interface Like Unlock Pattern Android 以编程方式安装Android模式锁定/解锁屏幕 - Android pattern lock/unlock screen programmatically 使用calabash-android进行模式解锁 - Pattern unlock using calabash-android Android上的“滑动解锁”文本动画,类似于iOS - “Slide to unlock” text animation on Android, looking like in iOS 如何在Android中使用模式/密码模式锁定/解锁屏幕? - How to lock/unlock the screen with Pattern/Password mode in Android? 如果我知道模式,有没有办法通过 adb 解锁 android 手机 - Is there a way to unlock android phone via adb, if I KNOW the pattern 通知到达Android应用后无法解锁屏幕图案/锁定密码 - Unable to unlock screen pattern/pin lock on notification arrival in Android app Android:在我们的应用程序的预安装版本中寻找一种解锁隐藏功能的方法 - Android: Looking for a method to unlock hidden features in pre-installed version of our app Android以编程方式设置/更改/删除锁定屏幕PIN,密码或解锁图案 - Android to set/change/remove Lock Screen PIN, Password or Unlock Pattern programatically
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM