The android system is the device class, do not need to use the audio with less than audioserver, how do I shut down?
CodePudding user response:
1: adb shell into the machine
2: CD into the system/bin/then the rm - rf audioservice below (this need permission to su, then execute the adb remount) on the computer
3: ps - ef | grep audioservice
4: kill 9 (pid)
CodePudding user response: