12-03-2008 04:18 PM
Good to know. However, I tried to follow your advice with the following code, and nothing changes...
while (Alert.getVolume() > 0) Alert.setVolume(Alert.getVolume() - 10);
12-08-2008 11:32 AM
When you say nothing happens, what actions are you taking at the time? What type of audio file are you playing?
Note that other applications may be adjusting the global volume outside of your application.
12-08-2008 12:32 PM
The phone is ringing when I try that. The goal is to make it ring as lowe as possible, since I cannot change the phone profile. I run the code from a separate thread, and even tried to run it 2 seconds after it starts ringing (so I'm sure it's already ringing), but I cannot chamge it.
It must be possibile somehow since, for example, Black & White List Call Filter does just that...
Any suggestion is appreciated!
12-12-2008 09:47 AM