Author Topic: sync notification  (Read 5782 times)

M.A

  • Newbie
  • *
  • Posts: 1
sync notification
« on: February 23, 2013, 11:40:04 pm »
hey everybody

i try to use a third party led notification app for "aquamail" but in every time that the app start sync the accunt there's a notification in the status bar which turn on the led notification even if there isnt any new mail arrival!

can i disble the "sync notification" and make the app show a notification only when a new mail arrive ?!

thank's in advance

jcasares

  • Full Member
  • ***
  • Posts: 245
Re: sync notification
« Reply #1 on: February 25, 2013, 05:49:49 pm »
It happens as well for NoLED.

Kostya Vasilyev

  • Hero Member
  • *****
  • Posts: 12740
Re: sync notification
« Reply #2 on: March 06, 2013, 03:38:01 am »
I guess those apps confuse (mix up) "ongoing" and "event" notifications. They have different flags, believe it should be possible to tell them apart...

For the record, I contacted the developer of NoLED before, got no response -- while the developer of LightFlow actually fixed it on his side.

What you can do is turn off my app's ongoing notifications, it's in the app's global settings, extended mode (top item), towards the end of the "User interface" section.

I'm going to list some techie things here, just in case someone wants to try forwarding them to NoLED:

1 - The ongoing notifications have Notification.FLAG_ONGOING_EVENT set in their flags

2 - If that's not enough, they also have:

intent.putExtra("org.kman.AquaMail.IGNORE_NOTIFICATION", true);

Creating debug logs for diagnostics: https://www.aqua-mail.com/troubleshooting/

The official FAQ: https://www.aqua-mail.com/faq/

Лог-файлы для диагностики: https://www.aqua-mail.com/ru/troubleshooting/

Вопросы и ответы: https://www.aqua-mail.com/ru/faq/

jcasares

  • Full Member
  • ***
  • Posts: 245
Re: sync notification
« Reply #3 on: March 06, 2013, 01:37:10 pm »
Don't bother with NoLED. I also posted in a thread from him in another forum but didn't get a satisfactory response.

Ash

  • Newbie
  • *
  • Posts: 2
Re: sync notification
« Reply #4 on: April 14, 2013, 09:39:23 pm »
"What you can do is turn off my app's ongoing notifications, it's in the app's global settings, extended mode (top item), towards the end of the "User interface" section."

...but where is the global settings?/extended mode? All i see are settings/add an account etc. And in settings there is no extended mode, just receiving email/look and feel etc? any help appreciated.