How to change the BlackBerry volume, or mute it?
Posted
by devguy
on Stack Overflow
See other posts from Stack Overflow
or by devguy
Published on 2008-11-30T10:44:10Z
Indexed on
2010/04/19
2:13 UTC
Read the original article
Hit count: 287
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?
© Stack Overflow or respective owner