Can I turn off my phone completely with ADB?

I would like to mute all sounds on my android device using ADB.

Is it possible?

+3


source to share


2 answers


Run "adb shell input keyevent 25" multiple times in batch file



+2


source


One solution might be to install an app that you install on your phone, which can receive the intent sent with adb

, and then the app will shut down.



+1


source







All Articles