I am trying to change the volume on my android device using
service call audio 9 i32 50
to set the volume to 50%. Additionally, when I do:
service call audio 16
I was able to see that the hex value is 32. However, I don't see any changes on the device. The volume has not been changed.
On the other side, when I change the volume on the device by pushing the volume-up button, I don't read any changes when I do service call audio 16
.
I want to change the volume by setting a direct value without using input keyevent KEY_VOLUME_UP (or DOWN)
.
Any help?
Thanks!