Android Question How to switch off/on an Android phone via USB signal?

Mr Blue Sky

Active Member
Licensed User
Longtime User
hello all and happy new year, someone has already try to turn on an Android phone via the USB port I will be interested to know the procedure if it is possible ?
 

DonManfred

Expert
Licensed User
Longtime User
to turn on an Android phone via the USB port I will be interested to know the procedure if it is possible ?
i don´t think it is possible. I did not see any SDK for this.
 
Upvote 0

moster67

Expert
Licensed User
Longtime User
Turning it off should be possible by using the adb command @Peter Simpson suggested in his post. It could probably be done, without USB connection, also by using Accessibility Services.

Turning it on is probably very difficult unless there are some pre-installed binaries on the phone. Found this (not tested by me though):

Source:
If you enabled USB debugging and installed Minimal ADB & Fastboot before the phone turned off, go to your computer and launch the tool. Plug in your phone via USB, then type adb reboot and hit enter. Also try adb reboot recovery. This will not work for all phones when they are switched off, but it is worth a try.

Fastboot info;
https://www.androidcentral.com/android-z-what-fastboot
 
Upvote 0
Top