HTC Legend :: Turn Vibration Off For Notifications?
May 17, 2010
Every time I receive a notification, the phone also vibrates which I really don't like. Perhaps I am just missing something but I do not see a way to turn vibration off for notifications. Is it possible?
View 1 Replies
Nov 24, 2010
Whenever I get a new voicemail, I get two simultaneous notifications. One, the standard voicemail notification that stays in the tray even after clearing notifications. The second is an SMS notification and it goes into my text messages.I have no need for the SMS notification if it's already giving me the standard VM notification, but have been unable to find out how to turn it off.My phone isn't rooted, and I don't plan on doing so in the near future, in case that has any bearing on potential solutions.
View 1 Replies
View Related
Nov 12, 2009
Is there a way to alter the intensity of vibration or the type of vibration for different notifications? Same goes for the LED light
View 5 Replies
View Related
May 4, 2010
Anyone managed to get their Legend to vibrate when it receives a txt? A pretty essential feature as I keep missing them and have to poll the phone repeatedly (due to the 'green light only blinks for 5 minutes' feature which I really hope gets fixed soon). Yes, I have the "Received Messages/Vibrate" ticked but it never does. Calls, haptic feedback on keyboard etc work fine so it's not a problem with the vibrate hardware.
View 3 Replies
View Related
Aug 3, 2010
Is there a way to not have it vibrate with notification sound on incoming texts and have it vibrate when I turn phone to vibrate mode. I cant seem to figure this out, I want it to vibrate when I have vibrate mode on but I want sound only when I have it off of vibrate mode. I know you can go into settings each time but I want to avoid that.
View 1 Replies
View Related
Jun 29, 2010
I saw this question asked before with no answer (a post in April) so I thought I would ask again. Does anyone know of an app that will allow vibration for e-mail notifications when phone is set to vibrate? This has always bothered me about a device that I otherwise think is just an outstanding piece of equipment. If anyone has an idea I would GREATLY appreciate it.
View 2 Replies
View Related
Nov 8, 2009
Is there a way to make all notifications vibrate instead of sound a ringtone?
View 1 Replies
View Related
Jul 21, 2010
I have created an application that creates notifications, using the following code:
// Notification notification = new Notification(R.drawable.notification_icon, title, System.currentTimeMillis());
notification.flags |= Notification.FLAG_AUTO_CANCEL;
// parameters
String ringtone = prefs.getString(context.getString(R.string.key_notifications_ringtone), "");
if (ringtone.length() > 0) { notification.sound = Uri.parse(ringtone);
notification.audioStreamType = AudioManager.STREAM_NOTIFICATION;
} boolean useVibrator = prefs.getBoolean(context.getString(R.string.key_notifications_use_vibrator), false);
if (useVibrator) { notification.defaults |= Notification.DEFAULT_VIBRATE;
} boolean useLed = prefs.getBoolean(context.getString(R.string.key_notifications_use_led), false);
if (useLed) { notification.defaults |= Notification.DEFAULT_LIGHTS;
notification.flags |= Notification.FLAG_SHOW_LIGHTS;
} // alert
RemoteViews contentView = new RemoteViews(context.getPackageName(), R.layout.notification);
contentView.setImageViewResource(R.id.notification_icon, R.drawable.icon);
contentView.setTextViewText(R.id.notification_title, title);
contentView.setTextViewText(R.id.notification_text, text);
notification.contentView = contentView;
Intent notificationIntent = new Intent(context, MyActivity.class);
PendingIntent contentIntent = PendingIntent.getActivity(context, 0, notificationIntent, 0);
notification.contentIntent = contentIntent; notificationManager.notify(1, notification);
The notification works, and the correct ringtone is used. However, even though the preferences are correctly activated and notification flags are correctly set (I checked by debugging), the notification never vibrates and never cause the lights to be activated. I would have blamed my phone's settings, but every other app using notifications, like messaging, gmail, and others correctly use all these features. (My phone is a HTC Hero with Android 2.1)
View 1 Replies
View Related
Jan 17, 2012
I rooted my Sidekick 4G yesterday and everything worked great, until I noticed that my phone wasn't vibrating for notification. I tried messing around with the settings but no luck. I get haptic feedback but no notification vibrations.
Additional information:
Rooted with SuperOneClick (latest version, I'm pretty sure).
FROYO
2.2.1
View 1 Replies
View Related
Jan 4, 2010
One little thing I miss on my Blackberry was that I had it set to vibrate once for Social Network notifications, twice for an email and three times for an SMS. That way I knew how important it might be and whether to take it out of my pocket. My T-Mobile G2/HTC Hero (1.5) doesn't seem to have the option to change the default "vibrate twice". Is there any way of changing it? Or an app that might do it?
View 1 Replies
View Related
Dec 2, 2009
Can anyone recommend an app that will extend the vibration time when a call comes in and for notifications. I find the vibration strong enough (coming from a BB 8900, the Hero is twice as strong) but the vibration time is a little short for liking.
View 3 Replies
View Related
May 27, 2010
I just got a droid Eris, I love it. One thing I cant stand about it is the freaking vibrate that happens whenever I hit a button, please, is there way to turn this off?
View 10 Replies
View Related
Dec 8, 2009
How can you turn off the vibration on the Droid Eris?
View 10 Replies
View Related
Apr 30, 2010
I don't have any vibration coming from my phone.I've managed to turn off all the vibrations except for 2:Phone vibrates right before it starts ringing (when calling someone)Phone vibrates when I long press an App.anybody know how to turn off the vibration for these features?
View 2 Replies
View Related
Jul 19, 2010
Turn off vibration during typing?
View 6 Replies
View Related
Nov 28, 2010
I'm looking for an app that will repeat sms notifications until the sms is read. First a bit of history Now I've tried Handcent (it doesn't sem to play very well with smart keyboard pro and is far bigger than I need ie just the repeating alert) Chomp is again too big and seems to send multiple texts (at least for me) The closest app I've found is sms pop up but I don't really need the pop up or to replace the initial notification from the phone (just the repeated reminders bit and I can't find a way of having one without the other) Basically all I'm after is an app to use with the default messaging app that will repeat the notification if an sms is not read (not replace the existing ones).
View 2 Replies
View Related
May 21, 2010
I know that you can make it so there is NO vibration while you are typing text messages. I had it turned off, but I wiped and now I cannot find where to go in order to turn it off again. This vibrating keyboard is the silliest idea ever, Can someone plz point me to where on the phone I can disable this feature?
View 4 Replies
View Related
Sep 7, 2010
After updating to 2.2 i realized that i cant turn off the vibration while typing messages. do anyone know how to shut it off?
View 2 Replies
View Related
Nov 6, 2009
anyone figured out a way to turn off key vibration on the 4 buttons right below the screen? its really annoying and i cant seem to figure out a way to.
View 6 Replies
View Related
Aug 15, 2010
OMG, this thing freaking vibrates rough! I don't care, except that when I'm on the phone and get a notification, I can't hear the person talking because of the vibration. Any way to turn the intensity down?
View 9 Replies
View Related
May 2, 2010
I have turned off all vibrations on my phone because I can not stand them. The only ones I can not figure out is when making a call. When dialing numbers, it has the haptic feedback for each number, and when you press send it vibrates for an outgoing call. Any one know how to turn these off?
View 1 Replies
View Related
Sep 23, 2010
I am deaf, do i need to turn on the vibration so i know that i have a text message or email. thanks! I just turn on my Droid X!
View 7 Replies
View Related
Mar 19, 2010
I have not rooted my phone, so I have stock. I don't want to root my phone either until I hear how the 2.1 update performs.
So my question is, does anyone know how to turn the vibration off for the dial pad? I got it turned off for texting and I have the noise off for the dial pad just can't seem to get the vibration off. The reason I ask is because my dial pad is realllllllyy laggy. Like it takes 2-3+ seconds for a number that you press to show up and I feel like the vibration is the reason for the lag.
View 3 Replies
View Related
Mar 28, 2012
how do you turn off keyboard vibration on HTC vivid using ICS? Next can you make the font larger? The largest setting in smaller than it was when I was using GB.
View 3 Replies
View Related
Oct 11, 2013
is there any app that can turn off vibration for specific app ? I have game /crazy taxi/ which cant disable vibration in settigns, so i hope theres app where i can add this game to force turn off vibration.
View 4 Replies
View Related
Aug 10, 2009
I just got my HTC Magic yesterday and I was meddling around with it for awhile and I realized, when you receive text messages there are no vibration? Is it possible to make the phone vibrate when there are new text messages? And also, is it possible to turn of GPRS so that I wont accidentally connect to the internet with it?
View 3 Replies
View Related
Jul 24, 2010
I want to be able to slide to unlock my phone WITHOUT the vibration. i have gone to settings to disable haptic feedback, but the phone will still vibrate when i slide to unlock.
View 2 Replies
View Related
May 5, 2010
i know its probly very simple but i cant for the life of me find the option.
View 8 Replies
View Related
Jan 29, 2010
After upgraded to 2.0.1, the screen unlock always give me phone vibration. Does anyone know how to disable the energy-spending vibration from Setting? I could disable the 4 soft buttons vibration but I don't know how to disable this.As I remember, there is no such vibration in version 2.0.
View 7 Replies
View Related
Oct 29, 2013
How to turn off individual apps from vibration during a notification? I get a vibration when gps kicks on and playstore downloads an app.
I am running the latest nightly of PAC-MAN rom. I tried downloading permission manager, but I keep getting an error "blame tyler" when trying to run that program.
View 1 Replies
View Related