没见过就使用“亚行壳”转向了Android设备的扬声器的任何命令,好奇,如果有一种方法?
#call phone
adb shell am start -a android.intent.action.CALL -d tel:X-XXX-XXXX
# ******* put speaker on here *******
sleep X
#end call
adb shell input keyevent KEYCODE_ENDCALL
没见过就使用“亚行壳”转向了Android设备的扬声器的任何命令,好奇,如果有一种方法?
#call phone
adb shell am start -a android.intent.action.CALL -d tel:X-XXX-XXXX
# ******* put speaker on here *******
sleep X
#end call
adb shell input keyevent KEYCODE_ENDCALL
要设置扬声器上从adb shell
使用:
adb shell service call audio 35 i32 1
adb shell service call audio 36 i32 1
adb shell service call audio 30 i32 1
adb shell service call audio 29 i32 1
更换1
与0
将其取消。