Android :: App That Will Allow Vibration For E-mail Notifications?

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.

Android :: App that will allow vibration for e-mail notifications?


Motorola Droid :: Alter Intensity Of Vibration Or Type Of Vibration For Different Notifications?

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

Android :: How To Enable Vibration And Lights Using Notifications API?

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

Android :: Changing Number Of Vibration Alert For Different Notifications

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

HTC Desire HD :: E-mail Notifications / Receiving Alerts For Mail Repeatedly

Nov 9, 2010

My environment is:
1 Exchange Account - Push
1 IMAP (Gmail) - 2 hourly
1 POP (Hotmail) - Once daily
My issue is that I am receiving alerts for the same new mail repeatedly. Here's the gist:
11:50 - New mail hits my inbox.
12:00 - I receive a notification of the new email.
12:05 - I check my inbox, but choose not to open the email at this time.
14:00 - I get a notification of a 'new' email, yet on checking it's the one received at 11:50, but still haven't opened.
15:00 - Rinse and repeat. Now, I'm not sure how many times this is happening, or even if it's everytime, but there's something definitely glitchy with mail notifications.Has anybody else noticed similar behaviour? If not I may try removing/adding my accounts back in again.

View 10 Replies View Related

HTC Incredible :: Text Notifications Vibration

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

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 View Related

Motorola Droid : Vibration For Notifications

Nov 8, 2009

Is there a way to make all notifications vibrate instead of sound a ringtone?

View 1 Replies View Related

General :: No Vibration For Notifications On Phone After Rooting

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

HTC Hero : Extend The Vibration Time When A Call Comes In And For Notifications

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

Android :: K-9 Mail Notifications

Feb 17, 2010

How do add different custom notifications to k-9 mail?

View 4 Replies View Related

Android :: How To Get E-mail Notifications From Client?

Jul 23, 2010

Is there any programmatic way to get email notification in my application from the built in android email client? Do I have to write my own email client if I want to add custom features like auto-reply and stuffs like it or I can extend some notification framework from any existing application?

View 1 Replies View Related

Android :: Turns Off All E-mail - Notifications

Sep 26, 2009

Will hopefully be coming to the Android Hero when it comes out, but one thing is a deal breaker for me. I am on call 24/7 and have a application on my Blackberry (Message Alerts)that turns off all e-mail notifications at night except if received from two different accounts.

View 3 Replies View Related

HTC EVO 4G :: How Do I Clear Voice Mail Notifications?

Nov 23, 2010

This is driving me crazy. How do I clear voice mail notifications? Let me explain what I do. Of course the first thing is listening to the voice mail. Then I delete it. The notification is still there. When I open the notifications area I see voice mail pending. It's the same voice mail that I already listened and deleted. I click the voice mail icon and it tells me there is no voice mail. Then I go to settings, calls, and there is an option to clear voice mail notification, but is grayed. I can't do anything there. The only thing I can do is turn the phone off and back on. That is the only way I can clear the notifications area. There should be a better way. Anyone has the same problem?

View 1 Replies View Related

Samsung Fascinate :: E-mail / FB Notifications On Top Bar

Sep 20, 2010

Im newbie android user and so far loving it. I had a blackberry previous to my new fascinate and was happy with it but am way happier with my fascinate. Although, I'm having a problem (maybe it's normal for the droids and this phone) with my email notifications and FB notifications. I have my aol (primary) and yahoo emails on my home page but don't get notified when I have a new email. I have to physically open up the email icon. Is that normal for this phone? or is there a way to have a notification on that top bar (where txt msg notif. are) when I do get and email? Facebook know it's not a necessary thing but I was used to with my BB that I'd get a notification star on my FB icon when I had a new message/notification. Is there a way to have that on my FB here. The only way I know I have any FB notifications is when I physically open my FB icon and see a star on the notification bar at the bottom of my screen. I don't even know if fascinate and FB offer this kind of notification but if it does I'd like so enable it. I'm also having a problem syncing my fb contacts with my phone contacts. I don't know if its because my FB acct is under a different email than the gmail acct you need for the fascinate.

View 4 Replies View Related

Samsung Moment :: MSN Mail Notifications

Jun 13, 2010

I just set up my Samsung Moment the other day and I made the mistake of adding an MSN email account to my email notifications. That email acc is the one i use to sign up for things, mostly junk. I get tons of emails in it every day. Is there a way to uninstall the MSN account?

View 1 Replies View Related

HTC Incredible :: Sent Mail Notifications On Gmail

May 18, 2010

I'm using only the stock Gmail client that comes on the phone. I have 2 emails running thru there under "accounts". My issue is that I have other people who access the accounts as well (from desktop computers), and I need to be notified when they send emails. So what I can't find is how to get notifications of sent mails from my own accounts.I had this on my blackberry curve, where I would be notified of that.

View 1 Replies View Related

HTC EVO 4G :: No Longer Receiving E-mail Notifications

Jun 18, 2010

I am running on the HTC EVO and as soon as I got my phone I set up my Gmail account through the automatic setup process. I used android market to get the Gmail widget (the one where the icon has the message coming out of the envelope and it looks like a red 'M'). That was working fine and I was getting my e-mails without any problems.The other day, I was tinkering with settings and I set up the HTC Mail widget, which I (stupidly) linked to the same Gmail account. I started to receive double notifications for my e-mails. I quickly realized I preferred the Gmail widget I was using previously, so I removed my account from the HTC Mail widget.So, my problem is that I no longer receive any notifications from the original Gmail widget when I get new e-mails. In fact, I no longer receive any notifications when I get e-mails. I have gone through all the settings I could find and all notifications are set to update automatically and alert me. The only thing I have not yet done is the account reset because this says I will have to reset my phone to factory settings and I don't want to lose everything I have on it at this point.

View 6 Replies View Related

HTC EVO 4G :: How To Get Rid Of Voice Mail Notifications Without Turning Phone Off?

Nov 10, 2010

Can somebody please tell me how to get rid of the voice mail notifications without turning the phone off? It's very annoying. Maybe I'm too dumb, but after I listen the voice mail and delete it, the notification is still in the notification area. I don't see any setting or way to remove it. I have to restart the phone. Anybody has this problem?

View 8 Replies View Related

Motorola Droid X :: Corporate Mail Notifications

Sep 12, 2010

I have two accounts configured on my Droid X 2.1 - gmail and a corporate activex account. I get notifications for a new email coming into gmail but nothing in corporate. Under settings - accounts - corporate, I do see calendar, contacts and email are checked to sync. Also under settings -> data mgr, I have data push enabled and the fetch schedule is the minimum 15 minutes.However, if I have push enabled, I expect the email should notify immediately. Right?

View 2 Replies View Related

HTC Droid Eris :: Launcher Pro / E-mail Notifications

Jun 11, 2010

Installed Launcher Pro and love it.Extremely fast on my phone.The only problem I am having is that I do not get e-mail notifications for Yahoo or Hotmail.Handcent notifications work fine.As soon as I switch back to Sense, the notifications show up.Any ideas why this happens in Launcher Pro.I want to use it, but if I cant get e-mail notifications it is a no deal.

View 8 Replies View Related

Sprint HTC Hero :: Have 2 Mail Notifications For Every Email I Get?

Mar 15, 2010

I recently picked up the HTC hero and love it so far. My only complaints are battery life and the fact I did something wrong when setting up my yahoo mail. As far as the battery goes there is nothing wrong, I was just used to a regular flip phone. I just charge this every night now.I have been lurking here for a long time and finally picked up my first smartphone and LOVE IT. This site has helped me in so many ways already.When I set up my yahoo mail using the (other(POP3/IMAP)) setting and I got a call in the middle of it and started over. I actually ended up entering my yahoo mail twice on accident. They both work perfectly fine. So I get a notification twice for every one email I get. Completely my fault and not the phones in any way, but either way I cant figure out how to delete one of them. One is named Yahoo and the other jjj_85, my account name. I have dug through every option I can think of and searched on here and came up with nothing. All the options are just to modify the accounts I set up already. Any ideas on how to delete one of them? Hopefully I just overlooked something simple.

View 3 Replies View Related

HTC Desire :: Default Mail Widget No More Notifications

Jun 26, 2010

I checked all settings and even rebooted the phone but there's no more notifications in the notification bar when I get new emails using the Mail widget.I can see the emails fine but no notifications at all, no vibrate, no led flash no sound. It used to be working but doesn't seem to be working now.

View 3 Replies View Related

General :: HTC One - Open Mail Notifications With Gmail App

Sep 23, 2013

Is it possible to change which app is used when email notifications are clicked? On my HTC One it uses the default mail app but I like to use Gmail. Can you change it for other things like text messages?

View 2 Replies View Related

Motorola Droid :: How To Stop Repeat Mail Notifications?

Nov 20, 2009

I get an new email, I don't want to read it right now, so I clear the notification but five minutes later i get a new mail notification for the same message and continue to.

View 5 Replies View Related

HTC Droid Eris :: Two E-mail Notifications Per Received Email

Dec 12, 2009

Did a search, didn't find what I'm looking for. I have only one email account, a gmail account, set up on my Eris. I would have my Yahoo set up as well, but for some reason it says my account info is wrong. Anyway, I get 1 notification for each of the email systems in the phone. 1 seems to be through HTC or a widget or something, 1 is the gmail app or whatever it's called. I've only had this phone for 3 days, and I love it. If it's any help, I'd like to only use the htc one as the keyboard seems more responsive as far as the auto-correction goes, and the layout is more simple and easier for me to read.

View 11 Replies View Related

Motorola Droid :: Duplicate Mail / Text Notifications

May 31, 2010

Ive been getting duplicate email notifications ( google), as well as text messages. How do I fix that? I dont have handcent, Ive heard lots of problemsw/ that. Im new to Droid there's so much to learn. thanks in advance for any feedback.

View 2 Replies View Related

Motorola Droid :: Getting Unwanted Voice Mail Notifications

Jan 19, 2010

Keep getting a voice mail notification but I don't have a new voice mail.

View 1 Replies View Related

HTC Magic :: Receiving Notifications That Have New Mail But There Is Nothing Showing In Inbox

Jan 5, 2010

Just recently got an htc magic running android & am having a few problems with a hotmail account in the mail app...

My problem is that i am receiving notifications that i have new mail but there is nothing showing in the inbox. I have check my inbox online and yes there is new mail, but it is not showing up on my device. I have also tried deleting the account and re adding it but the same thing happens all over again after a few mins.

View 2 Replies View Related

Motorola Droid :: How To Stop E-mail Notifications In Middle Of Night?

Feb 1, 2010

What's your work around for e-mail notifications in the middle of the night. I really don't want to change setting every night just to set them back each morning. (the phone sits in the docking station on the nightstand). I guess I could just silent phone with the volume shortcut on the side of the phone, however if I receive a call or text in the middle of the night 99% of the time it is truly important. As stupid as it is, I have the crank yankers "I got mail" notification for my e-mail accounts for work and home. My wife says that if it goes off one more time in the night (lately about 3-4 times a night, & at all hours) she is going to smash my phone. Half the time it doesn't wake me up, and if it does, I can fall back asleep no problem. But for the sake of keeping wifey happy, I have to come up with a solution.

View 14 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved