I am trying to set my Galaxy Nexus to ring with no vibration by code. I have tried in a hundred ways but didn't get it. I used this:
Settings.System.putInt(getContentResolver(), "vibrate_when_ringing", 0);
audiomanager.setVibrateSetting(AudioManager.VIBRATE_TYPE_RINGER, AudioManager.VIBRATE_SETTING_OFF);
setRingerMode...
But there is no way. It seems like if I have volume for calls then it has to vibrate!
I just want it to set up to receive calls hearing the tone but without any vibration. Thanks