03-19-2009 06:06 AM
Hi,
I'm a newbie in Blackberry application development. I'm developing a blackberry application using RIM api's. Now I want to put the phone In Vibration Mode when user selects a particular option. Is there any way to achieve this? Also is there any way I can also pur the ringer in mute mode?
03-19-2009 06:17 AM
You can inject an event using eventinjector for volume_down key that will mute the call and use setRingTone() method of NotificationManager class.
Press the kudos button to thank the user who helped you.
If your problem was get solved then please mark the thread as "Accepted solution".
03-19-2009 06:38 AM
Alert.startVibrate(int duration)