Quote:
Originally Posted by plusz
the only way, which I am aware of, to wake up the device is the power button
|
Not directly useful in this context, but there is a command
Code:
adb shell input keyevent KEYCODE_POWER
that I report anyway because it could get one day useful as a component, just in case.
(For example: hardware buttons are a nightmare when they break.)