How to unlock android phone through ADB

后端 未结 12 1162
自闭症患者
自闭症患者 2020-12-12 15:04

My screen is dead and I want to unlock my phone so I can access it through Kies to backup my pictures.

I locked the phone through Android Device Manager setting an e

12条回答
  •  一生所求
    2020-12-12 15:24

    Slightly modifying answer by @Yogeesh Seralathan. His answer works perfectly, just run these commands at once.

    adb shell input keyevent 26 && adb shell input touchscreen swipe 930 880 930 380 && adb shell input text XXXX && adb shell input keyevent 66

提交回复
热议问题