How to change the BlackBerry volume, or mute it?
- by devguy
My current code is this:
int volume = Alert.getVolume(); // reads 100
Alert.setVolume(0);
It DOESN'T change the volume setting, like it would be supposed to do :(
Even calling Alert.mute(true) doesn't produce any good effect.
Audio.setVolume(0) also doesn't work!
I'm running this on a Curve 8310. I have another software installed though that successfully manages to lower the volume setting a lot...so I suppose I'm doing something wrong. Any idea?