I am using the bluetooth headphones for listening music from Amazfit, but sometimes I found that even the max. volume is not sufficient. Is there any way to change it? By some ADB command?
Thanks
Thanks
adb root
adb shell btVolBoost
Alguma nova solução em 2018? No meu não funciona de jeito nenhum.
adb devices
adb shell content insert --uri content://settings/system --bind value:s:15 --bind name:s:volume_music_bt_a2dp
On latest PACEfied you can just enter :
Code:adb root adb shell btVolBoost
Any solution for Amazfit Verge?To do this you have to install adb on your computer. This is how
https://www.xda-developers.com/install-adb-windows-macos-linux/
Connect your device to your pc and launch command prompt in administrator mode
Start adb services and check if your device is connected using this command
Code:adb devices
you can add the increase volume code next
Code:adb shell content insert --uri content://settings/system --bind value:s:15 --bind name:s:volume_music_bt_a2dp
restart your device after