How do I keep my screen unlocked during USB debugging?

前端 未结 19 1306
清酒与你
清酒与你 2020-12-13 07:55

Android OS2.2 used to have an option under Settings/Applications/Development to disable screen lock during USB debugging. After upgrading my Samsung Galaxy S to OS2.3.3 this

19条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-13 08:39

    On console

     while true; do adb shell input keyevent mouse ; sleep 1 ; done
    

提交回复
热议问题