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 am running this on a Curve 8310. I have another software installed though that successfully manages to lower the volume setting a lot. o I suppose I’m doing something wrong. Any idea ?
If you want to play sound with Alert:
Tested on RIM 4.5 8310 simulator