Hi, I have an app which sets the Ringer mode to Vibrate using the following code statements:
am.setRingerMode(AudioManager.RINGER_MODE_VIBRATE); am.shouldVibrate(AudioManager.FLAG_VIBRATE); While testing on HTC legend and HTC desire the vibrate mode is not properly set and the phone rings even when the Vibrate Icon is up on the phone. Am I doing something incorrect here? See that this works fine on Samsung galaxy and Nexus. Error seen in the logs is - W/CallNotifier(144) CallerInfo query took too long,manually starting ringer CallerInfo query took too long,falling back to default ringtone E/jBtlAgHandler(144) "JBtlAG context is disabled" E/BT HS/HF(144) mjBtlAgHandler.sendRing() failed Saw a few links which mention a similar problem - http://forum.xda-developers.com/showthread.php?t=663024 Please help me with any workaround. This is really urgent for my app. Thanks in advance. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

