Help with accessibility option

Ravaen11

New member
I want to do a macro that, when bluetooth is on The audio balance goes from 0% left to 100% right to 50% right and 50% left.
This setting on my device is in:
Setting/additional settings/accessibility/hearing
 

Attachments

  • Screenshot_2022-04-07-00-08-31-293_com.android.settings.jpg
    Screenshot_2022-04-07-00-08-31-293_com.android.settings.jpg
    138.1 KB · Views: 4

Mulakulu

New member
Did you find a solution to this? I tried changing system settings master_mono and master_balance but neither did anything on my Oneplus 7TPro
 

Mulakulu

New member
In case anyone else or OP is still looking for a solution, this worked for me together with the macro droid helper apk. I'm sure it's possible to get this into a single program, but this was the easiest way for me. There is of course the issue of this only working with a single Bluetooth headset, but I don't care about that right now.
 

Attachments

  • Screenshot_2023-11-19-11-23-52-89_2e840d222d67ef3caca3a1c67d71d48f.jpg
    Screenshot_2023-11-19-11-23-52-89_2e840d222d67ef3caca3a1c67d71d48f.jpg
    404.3 KB · Views: 8
  • Screenshot_2023-11-19-11-23-55-99_2e840d222d67ef3caca3a1c67d71d48f.jpg
    Screenshot_2023-11-19-11-23-55-99_2e840d222d67ef3caca3a1c67d71d48f.jpg
    403.5 KB · Views: 8

hsurB

Well-known member
In case anyone else or OP is still looking for a solution, this worked for me together with the macro droid helper apk. I'm sure it's possible to get this into a single program, but this was the easiest way for me. There is of course the issue of this only working with a single Bluetooth headset, but I don't care about that right now.

If you want to do this in one macro add triggers: bluetooth enabled, bluetooth disabled.
In actions add if clause (trigger fired bluetooth enabled) add actions to perform when bluetooth enabled, then click on first line of if clause and click add else/if clause add condition trigger fired bluetooth disabled and add actions that it is supposted to perform when bluetooth is disabled.
 
Top