使用bat命令快速运行
设置CTS模式:
adb wait-for-device
adb shell audioelectric startadb shell audioelectric setCTS
adb reboot
取消CTS模式:
adb wait-for-device
adb shell audioelectric start
adb shell audioelectric cancelCTS
adb reboot
使用bat命令快速运行
设置CTS模式:
adb wait-for-device
adb shell audioelectric startadb reboot
取消CTS模式:
adb wait-for-device
adb shell audioelectric start
adb shell audioelectric cancelCTS
adb reboot