Tell me more ×
Android Enthusiasts Stack Exchange is a question and answer site for enthusiasts and power users of the Android operating system. It's 100% free, no registration required.

I would like to be able to set up a silent period (at night for sleeping) where email alerts - but ONLY email alerts - will be silenced.

I still would like to have text messages and phone rings be normal.

Is there any way to do this automatically, without needing to go into the email app every night and turn off notifications and then remember to turn them back on in the morning?

share|improve this question
/me nudges the super duper IzzyTaskerMan ;) – t0mm13b Sep 21 '12 at 18:44
Good idea -- but THIS one I guess has to be done by the email app itself. Unless it offers a tasker plugin. Only thing I could come up with is having Tasker switching off mobile data for that period: that would match the request, as phone calls and text messages would come through even with mobile data and Wifi turned off. Would you be interested in this kind of solution, @eidylon? – Izzy Sep 21 '12 at 18:52

2 Answers

up vote 5 down vote accepted

If you do not depend on a data connection, there may be some solutions around: The Google Playstore has a lot of automation apps to offer, which you can use to set up more than this. In your case, this would be a time-based scenario:

From 11pm to 7am, disable WiFi and mobile data

No data connection => no new mail => no new mail notifications. Apps capable of things like that include e.g. Timeriffic (free, and one of the top-apps in this section), Llama (also capable of location-based and other rules), and -- my favorite -- Tasker. Though the latter is not the cheapest one, it is the most flexible, and you can get a 7-day-trial at their homepage.

For examples what else you can achieve with Tasker, you might also want to take a look at What is Cell standby and how can I keep it from eating my battery?, and the examples at the mentioned homepage. Also, a Google search on Tasker profiles will list you a lot of goodies.

To accomplish your goal using Tasker, simply create the following profile:

Context:

  • Time (fill in your "from" and "to" to define the time frame)

Task:

  • Net->Mobile Data: Set Off
  • Net->WiFi: Set Off

That's all. Say you defined it as described above (11pm to 7am), Tasker would switch off WiFi and Mobile Data at 11pm, and return to the previous state at 7am.

More solutions can probably be found here: Is it possible to only silence certain notifications?

share|improve this answer

Or one could use an alternate email client like K9 which has quiet hours feature built-in.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.