How to unlock android phone through ADB

后端 未结 12 1156
自闭症患者
自闭症患者 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:23

    If you want to open your phone without touching it here is the way

    Steps

    1. Make sure you have completed the adb setup in both pc and android
    2. open cmd(Command Prompt)
    3. type adb devices to cheek if your phone is ready or not
    4. If it shows something like
    List of devices attached
    059c97f4        device
    

    then enter the following command

    adb shell input keyevent 26 && adb shell input swipe 600 600 0 0 && adb shell input text  && adb shell input keyevent 66
    

    put your password in and done. You phone is hopefully opened

提交回复
热议问题