I would like to turn off all the sounds on my Android device, using ADB.
Is that possible?
I would like to turn off all the sounds on my Android device, using ADB.
Is that possible?
Run "adb shell input keyevent 25" multiple times in a batch file
One solution could be to make an app that you install on the phone which can receive an intent sent via adb
and then have the app do the muting.