Status Update
Comments
ja...@gmail.com <ja...@gmail.com> #2
This error means that there are SSL issues when connecting to any of those URLs–do you have any unusual proxy or network settings? You may need to configure gcloud to use them. Or were you behind a captive portal at the time you ran this?
ja...@gmail.com <ja...@gmail.com> #3
Nothing unusual with proxy or network.. Normal NAT behind home router. Not experiencing anything unusual elsewhere with SSL connect to Google (and others).
---
What do you mean by "captive portal"?
---
Also, get this with "gcloud auth login" after the browser completes:
ERROR: (gcloud.auth.login) [Errno 185090050] _ssl.c:344: error:0B084002:x509 certificate routines:X509_load_cert_crl_file:system lib
This may be due to network connectivity issues. Please check your network settings, and the status of the service you are trying to reach.
---
FWIW, am trying to reach nlp api.
---
From the QuickStart:
curl -s -k \
-H "Content-Type: application/json" \
-H "Authorization: Bearer TESTTEST" \
https://language.googleapis.com/v1beta1/documents:analyzeEntities \
-d @entity-request.json
produces:
{
"error": {
"code": 401,
"message": "Request had invalid authentication credentials.",
"status": "UNAUTHENTICATED"
}
}
which indicates SSL is working through curl...
---
What do you mean by "captive portal"?
---
Also, get this with "gcloud auth login" after the browser completes:
ERROR: (gcloud.auth.login) [Errno 185090050] _ssl.c:344: error:0B084002:x509 certificate routines:X509_load_cert_crl_file:system lib
This may be due to network connectivity issues. Please check your network settings, and the status of the service you are trying to reach.
---
FWIW, am trying to reach nlp api.
---
From the QuickStart:
curl -s -k \
-H "Content-Type: application/json" \
-H "Authorization: Bearer TESTTEST" \
-d @entity-request.json
produces:
{
"error": {
"code": 401,
"message": "Request had invalid authentication credentials.",
"status": "UNAUTHENTICATED"
}
}
which indicates SSL is working through curl...
az...@gmail.com <az...@gmail.com> #4
Hm...what happens when you run
$ python -c "import urllib2; urllib2.urlopen('https://www.google.com/' )"
?
$ python -c "import urllib2; urllib2.urlopen('
?
ss...@google.com <ss...@google.com> #5
No change detected...
stan@eli % python -c "import urllib2; urllib2.urlopen('https://www.google.com/' )"
stan@eli % gcloud auth login
Your browser has been opened to visit:
...
ERROR: (gcloud.auth.login) [Errno 185090050] _ssl.c:344: error:0B084002:x509 certificate routines:X509_load_cert_crl_file:system lib
This may be due to network connectivity issues. Please check your network settings, and the status of the service you are trying to reach.
stan@eli %
stan@eli % python -c "import urllib2; urllib2.urlopen('
stan@eli % gcloud auth login
Your browser has been opened to visit:
...
ERROR: (gcloud.auth.login) [Errno 185090050] _ssl.c:344: error:0B084002:x509 certificate routines:X509_load_cert_crl_file:system lib
This may be due to network connectivity issues. Please check your network settings, and the status of the service you are trying to reach.
stan@eli %
ge...@gmail.com <ge...@gmail.com> #6
May have just found an interesting work-around:
gcloud config set custom_ca_certs_file /etc/ssl/certs/ca-certificates.crt
"gcloud auth login" now succeeds...
Not a fix -- but at least a work-around...?
gcloud config set custom_ca_certs_file /etc/ssl/certs/ca-certificates.crt
"gcloud auth login" now succeeds...
Not a fix -- but at least a work-around...?
he...@gmail.com <he...@gmail.com> #7
Follow up.
Work-around got me all the way through.
Just processed first NLP request.
Thanks!
Work-around got me all the way through.
Just processed first NLP request.
Thanks!
ja...@gmail.com <ja...@gmail.com> #8
Good catch–I'm very curious as to why the default didn't work for you.
We have a lot of users with weird custom CA cert files that *won't* connect to Google, so we ship our own. Does your $GOOGLE_CLOUD_SDK/lib/third_party/httplib2/cacerts.txt file have MD5 a9429e79abc1f97f1d67141b16b44f03? Do you have the right permissions on it (`ls -l`)?
We have a lot of users with weird custom CA cert files that *won't* connect to Google, so we ship our own. Does your $GOOGLE_CLOUD_SDK/lib/third_party/httplib2/cacerts.txt file have MD5 a9429e79abc1f97f1d67141b16b44f03? Do you have the right permissions on it (`ls -l`)?
te...@gmail.com <te...@gmail.com> #9
Glad you got it working!
te...@gmail.com <te...@gmail.com> #10
[Comment deleted]
se...@gmail.com <se...@gmail.com> #11
Looks like all the permissions are good.
However, no $GOOGLE_CLOUD_SDK variable defined...
Possible problem?
Missed that as a step if it was in the instructions.
Never did wind up needing to run "gcloud init", so didn't.
However, no $GOOGLE_CLOUD_SDK variable defined...
Possible problem?
Missed that as a step if it was in the instructions.
Never did wind up needing to run "gcloud init", so didn't.
ja...@gmail.com <ja...@gmail.com> #12
[Comment deleted]
ki...@gmail.com <ki...@gmail.com> #13
[Comment deleted]
mv...@gmail.com <mv...@gmail.com> #14
Same problem here. Attached a Dockerfile to reproduce the issue
pi...@gmail.com <pi...@gmail.com> #15
Adding the workaround for Kilian's instance of this problem:
He was able to get around this by changing the DNS server being used (dns: 8.8.8.8), as mentioned in the corresponding Stack Overflow thread:
http://stackoverflow.com/questions/40619337/gsutil-unable-to-find-the-server-at-www-googleapis-com
If anyone encounters this in the future, it may be worth checking to see if the issue persists when using a different DNS server.
He was able to get around this by changing the DNS server being used (dns: 8.8.8.8), as mentioned in the corresponding Stack Overflow thread:
If anyone encounters this in the future, it may be worth checking to see if the issue persists when using a different DNS server.
ia...@gmail.com <ia...@gmail.com> #16
I encountered the similar problem. I install gcloud toolkit in my local machine and try to init it in a proper way. However, after back from oauth flow, the programme emit an error message:
Network diagnostic detects and fixes local network connection issues.
Checking network connection...done.
ERROR: Reachability Check failed.
Cannot reachhttps://www.google.com (ResponseNotReady)
Cannot reachhttps://accounts.google.com (ResponseNotReady)
Cannot reachhttps://cloudresourcemanager.googleapis.com/v1beta1/projects (CertificateHostnameMismatch)
Cannot reachhttps://www.googleapis.com/auth/cloud-platform (CertificateHostnameMismatch)
Network connection problems may be due to proxy or firewall settings.
Network diagnostic detects and fixes local network connection issues.
Checking network connection...done.
ERROR: Reachability Check failed.
Cannot reach
Cannot reach
Cannot reach
Cannot reach
Network connection problems may be due to proxy or firewall settings.
pl...@gmail.com <pl...@gmail.com> #17
What can I do if I get this on my Windows machine cloud shell ? Where there is no docker file !!
da...@gmail.com <da...@gmail.com> #18
Hello everyone. If you are getting a "Reachability Check failed" error it is most likely, as pointed out by the error message, an issue with your local environment's connectivity, and you should ensure that any active proxies or firewalls are not blocking the connections.
If you can demonstrate that there are no issues with your configuration and connectivity and that the Cloud SDK is the source of your issues please create a new issue with as much information as possible to allow us to reproduce your issue.
By the way if you do not have docker, then docker is irrelevant to your present issue and you do not need to worry about it.
If you can demonstrate that there are no issues with your configuration and connectivity and that the Cloud SDK is the source of your issues please create a new issue with as much information as possible to allow us to reproduce your issue.
By the way if you do not have docker, then docker is irrelevant to your present issue and you do not need to worry about it.
se...@gmail.com <se...@gmail.com> #19
How would I best "demonstrate that there are no issues with" my "configuration and connectivity"?
sr...@gmail.com <sr...@gmail.com> #20
Could you provide the critical commands that you would need the results of to "demonstrate that there are no issues with" my "configuration and connectivity"?
ad...@google.com <ad...@google.com> #21
Never mind. Issue was resolved: needed to do:
gcloud init
... for every new instance I create via py script sent via sdk I guess.
gcloud init
... for every new instance I create via py script sent via sdk I guess.
se...@gmail.com <se...@gmail.com> #22
It was doing it even before 6.0.1 on Nexus 5x.
pl...@gmail.com <pl...@gmail.com> #23
It has also been happening for me even before 6.0.1 on my Nexus 5x. Neither Gmail nor Inbox are properly auto-syncing. You must enter each app and refresh in order to receive your mail.
sp...@gmail.com <sp...@gmail.com> #24
Same issue. Help google
qh...@gmail.com <qh...@gmail.com> #25
Same issue as of a couple weeks ago. Nexus 6p, 6.0.1
je...@gmail.com <je...@gmail.com> #26
Yep, not getting Gmail notifications on my brand new Nexus 6p.
sa...@gmail.com <sa...@gmail.com> #27
Was having the issue with two Nexus 6p, but it's been okay for around 48hours now after clearing the cache partition from recovery mode and rebooting. Just hope it stays that way and everyone can get it working how it should be again.
ac...@gmail.com <ac...@gmail.com> #28
I use K9 to pull gmail and it also has this issue. nexus 6p
ki...@gmail.com <ki...@gmail.com> #29
clearing the cache partition did not fix the issue for me. still not getting any notifications nor is inbox updating except manually.
ma...@gmail.com <ma...@gmail.com> #30
Nexus 5x, on 6.0.1... Have not been able to automatically sync my gmail inbox in over a week. Everything is stock. Functioned briefly after updating.
bu...@gmail.com <bu...@gmail.com> #31
LTE and gmail sync both not working properly
jd...@gmail.com <jd...@gmail.com> #32
I am having an issue with getting notified from any inbox that's not my primary inbox (like social and promotions, etc...). When i open gmail and before it refreshes it says i have new emails. I have made sure I have my label Notifications set correctly. This started around December 24th.
Also just noticed this as well I have Light Manager installed and when i get a new email the light will blink informing me I received a new email, but there won't be any notification on the lock screen or in the notification bar. Hopefully Google gets this sorted out
Also just noticed this as well I have Light Manager installed and when i get a new email the light will blink informing me I received a new email, but there won't be any notification on the lock screen or in the notification bar. Hopefully Google gets this sorted out
ss...@google.com <ss...@google.com> #33
Hi,
Can you provide the below requested information to better understand the issue:
Android build
Which Android build are you using? (e.g. KVT49L)
Device used
Which device did you use to reproduce this issue?
Steps to reproduce
What steps do others need to take in order to reproduce the issue themselves?
Frequency
How frequently does this issue occur? (e.g 100% of the time, 10% of the time)
Expected output
What do you expect to occur?
Current output
What do you see instead?
logcat output
Seehttp://developer.android.com/tools/help/logcat.html . Copy and paste relevant sections of the logcat output into this issue.
Android bug report:
After reproducing the issue, navigate to developer settings, ensure ‘USB debugging’ is enabled, then enable ‘Bug report shortcut’. To take bug report, hold the power button and select the ‘Take bug report’ option.
Screen capture of the issue
Press the volume down and power buttons simultaneously. The image will appear in your gallery. Attach the screenshot file to this issue.
Note: Please upload the bug report and screenshot to google drive and share the folder to android-bugreport@google.com, then share the link here.
Can you provide the below requested information to better understand the issue:
Android build
Which Android build are you using? (e.g. KVT49L)
Device used
Which device did you use to reproduce this issue?
Steps to reproduce
What steps do others need to take in order to reproduce the issue themselves?
Frequency
How frequently does this issue occur? (e.g 100% of the time, 10% of the time)
Expected output
What do you expect to occur?
Current output
What do you see instead?
logcat output
See
Android bug report:
After reproducing the issue, navigate to developer settings, ensure ‘USB debugging’ is enabled, then enable ‘Bug report shortcut’. To take bug report, hold the power button and select the ‘Take bug report’ option.
Screen capture of the issue
Press the volume down and power buttons simultaneously. The image will appear in your gallery. Attach the screenshot file to this issue.
Note: Please upload the bug report and screenshot to google drive and share the folder to android-bugreport@google.com, then share the link here.
ja...@gmail.com <ja...@gmail.com> #34
Build: MMB29M
Device: Nexus 6P 32GB Aluminum
To Reproduce: Unknown, leave device inactive for a long period of time? Allow dozing? Go on Wi-Fi? Seems to happen since 6.0.1 or a recent GMail/Inbox update.
Frequency:
Varies, after it starts happening, it seems to happen a lot. After tweaking something (uninstalling updates, clearing cache, disabling/reenabling sync) sometimes it may or may not trigger it to start working again.
Expected: Immediate sync and notification of GMail/Inbox emails.
Current: Delayed email (by minutes or hours) or email never syncs until opening the app and forcing a sync by pulling-to-refresh one or multiple times.
Logcat: not sure what to logcat here, but I will look for the problem and see if there is some output when i know email has been delayed and what I pull to refresh.
Screenshots: Not sure this would be helpful.
Device: Nexus 6P 32GB Aluminum
To Reproduce: Unknown, leave device inactive for a long period of time? Allow dozing? Go on Wi-Fi? Seems to happen since 6.0.1 or a recent GMail/Inbox update.
Frequency:
Varies, after it starts happening, it seems to happen a lot. After tweaking something (uninstalling updates, clearing cache, disabling/reenabling sync) sometimes it may or may not trigger it to start working again.
Expected: Immediate sync and notification of GMail/Inbox emails.
Current: Delayed email (by minutes or hours) or email never syncs until opening the app and forcing a sync by pulling-to-refresh one or multiple times.
Logcat: not sure what to logcat here, but I will look for the problem and see if there is some output when i know email has been delayed and what I pull to refresh.
Screenshots: Not sure this would be helpful.
pl...@gmail.com <pl...@gmail.com> #35
Android build:
MMB29K
Device used:
Nexus 5X 32GB
Steps to reproduce:
Send yourself an email from a different account, wait to be notified on your phone. Notification never comes from either Gmail or Inbox. Enter the Gmail app, email not there. Pull down to refresh, email then arrives. Enter the Inbox app, email not there. Sometimes it will auto-refresh, sometimes you need to pull down to refresh, email then arrives. For me, this has absolutely nothing to do with WiFi or Doze. I still receive no notification (no auto-syncing) when on LTE and physically holding/moving my phone.
Frequency:
100% of the time for the last few weeks. Gmail/Inbox will never provide notification of new email. Always need to manually open the app and refresh.
Expected output:
When sending myself an email from a different account, both the Gmail and Inbox apps should provide a notification immediately (or at least within a few minutes) without any user intervention.
Current output:
A notification is never received. Must manually open apps and refresh.
MMB29K
Device used:
Nexus 5X 32GB
Steps to reproduce:
Send yourself an email from a different account, wait to be notified on your phone. Notification never comes from either Gmail or Inbox. Enter the Gmail app, email not there. Pull down to refresh, email then arrives. Enter the Inbox app, email not there. Sometimes it will auto-refresh, sometimes you need to pull down to refresh, email then arrives. For me, this has absolutely nothing to do with WiFi or Doze. I still receive no notification (no auto-syncing) when on LTE and physically holding/moving my phone.
Frequency:
100% of the time for the last few weeks. Gmail/Inbox will never provide notification of new email. Always need to manually open the app and refresh.
Expected output:
When sending myself an email from a different account, both the Gmail and Inbox apps should provide a notification immediately (or at least within a few minutes) without any user intervention.
Current output:
A notification is never received. Must manually open apps and refresh.
ma...@gmail.com <ma...@gmail.com> #36
Copying comment 34, absolutely identical to my issue.
----
Android build:
MMB29K
Device used:
Nexus 5X 32GB
Steps to reproduce:
Send yourself an email from a different account, wait to be notified on your phone. Notification never comes from either Gmail or Inbox. Enter the Gmail app, email not there. Pull down to refresh, email then arrives. Enter the Inbox app, email not there. Sometimes it will auto-refresh, sometimes you need to pull down to refresh, email then arrives. For me, this has absolutely nothing to do with WiFi or Doze. I still receive no notification (no auto-syncing) when on LTE and physically holding/moving my phone.
Frequency:
100% of the time for the last few weeks. Gmail/Inbox will never provide notification of new email. Always need to manually open the app and refresh.
Expected output:
When sending myself an email from a different account, both the Gmail and Inbox apps should provide a notification immediately (or at least within a few minutes) without any user intervention.
Current output:
A notification is never received. Must manually open apps and refresh.
----
Android build:
MMB29K
Device used:
Nexus 5X 32GB
Steps to reproduce:
Send yourself an email from a different account, wait to be notified on your phone. Notification never comes from either Gmail or Inbox. Enter the Gmail app, email not there. Pull down to refresh, email then arrives. Enter the Inbox app, email not there. Sometimes it will auto-refresh, sometimes you need to pull down to refresh, email then arrives. For me, this has absolutely nothing to do with WiFi or Doze. I still receive no notification (no auto-syncing) when on LTE and physically holding/moving my phone.
Frequency:
100% of the time for the last few weeks. Gmail/Inbox will never provide notification of new email. Always need to manually open the app and refresh.
Expected output:
When sending myself an email from a different account, both the Gmail and Inbox apps should provide a notification immediately (or at least within a few minutes) without any user intervention.
Current output:
A notification is never received. Must manually open apps and refresh.
ra...@gmail.com <ra...@gmail.com> #37
Build: MMB29M
Device: Nexus 6P 64GB
To Reproduce: Leave device inactive for longer periods of time.
Frequency:
Varies, after it starts happening, it seems to happen a lot. After tweaking something (uninstalling updates, clearing cache, disabling/reenabling sync) sometimes it may or may not trigger it to start working again.
Expected: Immediate sync and notification of GMail/Inbox emails.
Current: Delayed email (by hours and days) or email never syncs until opening the app and forcing a sync by pulling-to-refresh one or multiple times.
Logcat: Nothing to logcat
Screenshots: NA
Device: Nexus 6P 64GB
To Reproduce: Leave device inactive for longer periods of time.
Frequency:
Varies, after it starts happening, it seems to happen a lot. After tweaking something (uninstalling updates, clearing cache, disabling/reenabling sync) sometimes it may or may not trigger it to start working again.
Expected: Immediate sync and notification of GMail/Inbox emails.
Current: Delayed email (by hours and days) or email never syncs until opening the app and forcing a sync by pulling-to-refresh one or multiple times.
Logcat: Nothing to logcat
Screenshots: NA
ni...@gmail.com <ni...@gmail.com> #38
Build: MMB29K
Device: Nexus 5
To Reproduce: Send an email to myself (from desktop). Wait for notification on phone. It never notifies. Wifi is enabled and connected on the phone.
Frequency: Have not been notified of new mail for a while, possibly since 6.0.1 update.
Expected: Automatic sync and notification of Inbox emails.
Current: Never syncs until opening the app and forcing a sync by pulling-to-refresh.
Logcat: Nothing to logcat
Screenshots: NA
Device: Nexus 5
To Reproduce: Send an email to myself (from desktop). Wait for notification on phone. It never notifies. Wifi is enabled and connected on the phone.
Frequency: Have not been notified of new mail for a while, possibly since 6.0.1 update.
Expected: Automatic sync and notification of Inbox emails.
Current: Never syncs until opening the app and forcing a sync by pulling-to-refresh.
Logcat: Nothing to logcat
Screenshots: NA
ja...@gmail.com <ja...@gmail.com> #39
pl...@gmail.com <pl...@gmail.com> #40
This issue also affects other apps like Seven, not just gmail.
tm...@gmail.com <tm...@gmail.com> #41
Agree with comment #39 . Nine Email, which is set to automatically sync with Exchange, is no longer syncing until I manually open the app either. This appears to have happened after the 6.0.1 update.
sa...@gmail.com <sa...@gmail.com> #42
Nexus 6P on at&t network
Android 6.0.1
Build MMB29M
Security patch 12/01/2015
Gmail 5.9.109452737
Sync is enabled and notification settings are properly configured. The gmail app does not sync or notify me of new messages (for my gmail account, or my employer's google apps account). This is not a reference to doze -- my device is awake and actively being used, but sync and notifications still fail.
I must manually open the gmail application and pull to refresh for the application to update with new messages. This failure occurs on WiFi and the cellular network.
Other syncs / notifications do not appear to be affected -- google hangouts, facebook, weather, google documents, etc, actively sync and generate notifications as expected.
Steps to reproduce:
Enable email sync, configure notification settings, send yourself an email, while on the home screen of your android device, wait to receive the email and an associated notification -- be disappointed.
Expected result:
Receive a new email and receive a notification within seconds.
Android 6.0.1
Build MMB29M
Security patch 12/01/2015
Gmail 5.9.109452737
Sync is enabled and notification settings are properly configured. The gmail app does not sync or notify me of new messages (for my gmail account, or my employer's google apps account). This is not a reference to doze -- my device is awake and actively being used, but sync and notifications still fail.
I must manually open the gmail application and pull to refresh for the application to update with new messages. This failure occurs on WiFi and the cellular network.
Other syncs / notifications do not appear to be affected -- google hangouts, facebook, weather, google documents, etc, actively sync and generate notifications as expected.
Steps to reproduce:
Enable email sync, configure notification settings, send yourself an email, while on the home screen of your android device, wait to receive the email and an associated notification -- be disappointed.
Expected result:
Receive a new email and receive a notification within seconds.
ge...@afeiche.com <ge...@afeiche.com> #43
[Comment deleted]
xt...@gmail.com <xt...@gmail.com> #44
Same issue with Inbox on 6.0.1 on a 6P. Interetingly, not having any issues with Gmail or Inbox on my Galaxy Tab S2, which is on 5.1.1
fl...@gmail.com <fl...@gmail.com> #45
Not receiving any notifications unless I manually pull down in app. No notifications for days. Problem since I got the 5x, and started using the week after Thanksgiving, before the 6.0.1 update.
ss...@google.com <ss...@google.com> #46
HI,
can you please confirm whether this following option status is ON or OFF.
Settings-->sound & notification--> APP notifications-->Gmail and
Settings-->sound & notification--> APP notifications-->Gmail-->App settings-->xxxx@gmail.com-->Notifications.
Thanks
can you please confirm whether this following option status is ON or OFF.
Settings-->sound & notification--> APP notifications-->Gmail and
Settings-->sound & notification--> APP notifications-->Gmail-->App settings-->xxxx@gmail.com-->Notifications.
Thanks
tu...@gmail.com <tu...@gmail.com> #47
Settings-->sound & notification--> APP notifications-->Gmail // "Normal"
Settings-->sound & notification--> APP notifications-->Gmail-->App settings-->xxxx@gmail.com-->Notifications // "On"
Settings-->sound & notification--> APP notifications-->Gmail-->App settings-->xxxx@gmail.com-->Notifications // "On"
je...@gmail.com <je...@gmail.com> #48
Inbox on 5x with the same issue. For me it didn't appear to be a notification issue, but a sync issue. Emails would only appear in inbox with a forced swipe down refresh. The gmail app had no issues. I finally have up on it yesterday and uninstalled Inbox. Gmail app was working perfectly. Now this morning, with no reboots or changes, the Gmail app is having the same issues. Will only sync with a manual refresh.
xt...@gmail.com <xt...@gmail.com> #49
I can confirm that my notifications are set properly and I'm still missing emails intermittently. It's not the notifications that are the issue; it sometimes takes me refreshing by pulling down in both Inbox and Gmail to get the emails to come down. Again, not seeing this issue with my tablet running 5.1.1, or at least, I haven't noticed it. I often see emails there without seeing them on my phone, which is when I refresh my phone.
je...@gmail.com <je...@gmail.com> #50
OK. Did a factory reset and cache wipe. Restored using Google cloud backup. This is on a 5x running 6.01. Gmail and Inbox are now receiving push synchronization correctly. Gmail app is displaying notifications correctly. Inbox is showing no notifications. Notifications are turned on within Inbox, my test emails aren't bundled but bundle notification is on, settings>sounds>app_notifications are set correctly.
ni...@langloh.be <ni...@langloh.be> #51
I also can confirm that a factory reset did resolve the issue for me on a Nexus 6P running 6.01.
aj...@gmail.com <aj...@gmail.com> #52
As can I. I did a factory reset and all of my issues went away.
xt...@gmail.com <xt...@gmail.com> #53
I had this issue on my 5X for a week before I got my 6P last week, and the issue continued from the beginning on my 6P. Both were on 6.0.1.
no...@gmail.com <no...@gmail.com> #54
This morning emails are coming through for me. Hopefully it stays that way.
Interestingly enough, when Gmail/Inbox is not syncing neither is my work Exchange email. Other push notifications do work during this time.
Interestingly enough, when Gmail/Inbox is not syncing neither is my work Exchange email. Other push notifications do work during this time.
ja...@gmail.com <ja...@gmail.com> #55
It seems that with various tweaks, resets, uninstalls, or account removal/re-adding; I can get the problem to go away for up to a couple days. But sure enough it comes creeping back. Every time I think I have it licked, I'll put my phone in my pocket and do something for a few hours and realize I haven't heard a Gmail notification in hours. I'll open it up and have to force sync/pull-to-refresh TWO OR MORE TIMES to get the damn messages to come down. Come on Google, re-prioritize this fix. This is pretty much the most important thing for your phone to do.
pc...@gmail.com <pc...@gmail.com> #56
Build: MMB29K (6.0.1 with Dec 1 patches)
Device: Nexus 6 32GB
Steps to reproduce:
Problem has occurred since release of Android 6. I receive just a few gmails and texts a day (average of five a day) but I need to respond immediately to each one. My phone sits next to me idle during the day, it's main job during this time is to notify me of emails and texts. Unfortunately, since Android 6, if the phone has been sitting idle for over an hour, notifications of emails (gmail) and texts are delayed by minutes to hours, with almost 100% consistency.
Expected output: timely notifications.
Current output: if phone has been sitting untouched for more than an hour, notification delays of minutes to hours, of gmails and texts.
Settings-->sound & notification--> APP notifications-->Gmail:
Block all: disabled
Treat as priority: enabled
Allow peeking: enabled
Hide sensitive content: disabled
Settings-->sound & notification--> APP notifications-->Gmail-->App settings-->xxxx@gmail.com-->Notifications:
Notifications: enabled
Inbox sound and vibrate: sound on, vibrate
Sync Gmail: enabled
There is a lot of info on the Nexus support thread, please Google, read it over:
https://groups.google.com/a/googleproductforums.com/d/msgid/nexus/bd60e0cc-6140-482a-838b-72d1d03f9735%40googleproductforums.com?utm_medium=email&utm_source=footer
I tried putting "Gmail", "Google Services Framework", and "Google Connectivity Services" on the battery "not optimized" list. This did not solve the problem.
Christopher (Reduxer)
Device: Nexus 6 32GB
Steps to reproduce:
Problem has occurred since release of Android 6. I receive just a few gmails and texts a day (average of five a day) but I need to respond immediately to each one. My phone sits next to me idle during the day, it's main job during this time is to notify me of emails and texts. Unfortunately, since Android 6, if the phone has been sitting idle for over an hour, notifications of emails (gmail) and texts are delayed by minutes to hours, with almost 100% consistency.
Expected output: timely notifications.
Current output: if phone has been sitting untouched for more than an hour, notification delays of minutes to hours, of gmails and texts.
Settings-->sound & notification--> APP notifications-->Gmail:
Block all: disabled
Treat as priority: enabled
Allow peeking: enabled
Hide sensitive content: disabled
Settings-->sound & notification--> APP notifications-->Gmail-->App settings-->xxxx@gmail.com-->Notifications:
Notifications: enabled
Inbox sound and vibrate: sound on, vibrate
Sync Gmail: enabled
There is a lot of info on the Nexus support thread, please Google, read it over:
I tried putting "Gmail", "Google Services Framework", and "Google Connectivity Services" on the battery "not optimized" list. This did not solve the problem.
Christopher (Reduxer)
[Deleted User] <[Deleted User]> #57
Nexus 6P and 5X both do not get gmail notifications, email is there and is showing not read in bold but no notifications in the notification area.
wb...@gmail.com <wb...@gmail.com> #58
came here to vote on this because i have the same issue. Gmail not syncing and only coming when manually refershed. Triggered by being on wifi or dozing.
Software Build: MMB29M, Device: Nexus 6P, Steps To Reproduce: either on wifi or after sleep mode triggers gmail email delays, Problem Frequency: random and frequent, Expected Results: instant email without delay, Current Results: delayed or no email until manually refershed, Logcat Report : n/a
Software Build: MMB29M, Device: Nexus 6P, Steps To Reproduce: either on wifi or after sleep mode triggers gmail email delays, Problem Frequency: random and frequent, Expected Results: instant email without delay, Current Results: delayed or no email until manually refershed, Logcat Report : n/a
jo...@gmail.com <jo...@gmail.com> #59
Same issue with a stock Nexus 6P on AT&T. Have tried clearing the cache as well. Email alerts do not work on wifi or cellular data. I have missed a LOT of important emails due to this.
gr...@gmail.com <gr...@gmail.com> #60
same issue here, not receiving gmail notifications. I have to open the gmail app to get emails.
Great job google, I never thought I would ever consider getting an iPhone..
Great job google, I never thought I would ever consider getting an iPhone..
br...@gmail.com <br...@gmail.com> #61
Same problem, nexus 6P, up to date, in france, system UI tuner "on" ?
wb...@gmail.com <wb...@gmail.com> #62
Yeah my tuner is on. That's a good suggestion. We should find out if it's some common setting or combination of apps that might be doing it.
cr...@gmail.com <cr...@gmail.com> #63
Turned system ui tuner off. Then re-enabled. Toggled on / off notifications and sync frequency for gmail and boxer - no issues since, going on 24 hours.
kw...@gmail.com <kw...@gmail.com> #64
Same issue here. Running a Nexus 6P on 6.0.1
ra...@gmail.com <ra...@gmail.com> #65
No notifications/emails or delayed notifications/emails 90% of the time.
Nexus 6P 6.0.1
Build MMB29M
Gmail app for gmail - delayed
Gmail app for IMAP mail (this is even worse) - delayed by hours, manual sync required
Nine - Exchange activesync - no notifications/emails
Foldersync to Google drive not autosycing
Can reproduce same results with Nexus 5 running 6.0.1 MMB29K
Sync and notification settings have been checked multiple times to be correct
Nexus 4 and 10 running 5.1.1 - NO SYNC ISSUES AT ALL
notifications and emails show up as expected for all apps and services on time every time
Nexus 6P 6.0.1
Build MMB29M
Gmail app for gmail - delayed
Gmail app for IMAP mail (this is even worse) - delayed by hours, manual sync required
Nine - Exchange activesync - no notifications/emails
Foldersync to Google drive not autosycing
Can reproduce same results with Nexus 5 running 6.0.1 MMB29K
Sync and notification settings have been checked multiple times to be correct
Nexus 4 and 10 running 5.1.1 - NO SYNC ISSUES AT ALL
notifications and emails show up as expected for all apps and services on time every time
ss...@google.com <ss...@google.com> #66
Hi,
We have passed this defect on to the development team and will update this issue with more information as it becomes available.
Thanks
We have passed this defect on to the development team and will update this issue with more information as it becomes available.
Thanks
en...@gmail.com <en...@gmail.com> #67
Build MMB29M
Device nexus 6p
Android 6.01
-) Emails (gmail) are not arriving while the phone in doze mode and connected to WIFI. However, other applications such as hangouts and Facebook messenger messages arrive instantly with no delays.
-) Emails (gmail) are arriving instantly when the phone is NOT IN DOZE MODE.
Please fix this issue ASAP as it is very frustrating to keep missing important emails which means I can't rely on the phone for that matter at all.
Device nexus 6p
Android 6.01
-) Emails (gmail) are not arriving while the phone in doze mode and connected to WIFI. However, other applications such as hangouts and Facebook messenger messages arrive instantly with no delays.
-) Emails (gmail) are arriving instantly when the phone is NOT IN DOZE MODE.
Please fix this issue ASAP as it is very frustrating to keep missing important emails which means I can't rely on the phone for that matter at all.
tr...@gmail.com <tr...@gmail.com> #68
also having this issue on a 5x. reboot temporarily. fixes the issue.
dragging down emails in gmail will sync temporarily as well
dragging down emails in gmail will sync temporarily as well
sa...@gmail.com <sa...@gmail.com> #69
I turned my System UI Tuner off -- turning it off did not resolve, or have any affect, on my device.
After I manually pull to refresh my gmail accounts, gmail temprarily continues to sync and issue notifications -- after a while (I have not yet isolated the timeframe) the problem resumes and gmail fails to sync+notify.
If it helps any; my troubleshooting and continued experience suggests that my device dozes and then wakes up, but gmail or whatever service is responsible for gmail sync incorrectly remains in a doze state.
Looking forward to this issue's resolution,
After I manually pull to refresh my gmail accounts, gmail temprarily continues to sync and issue notifications -- after a while (I have not yet isolated the timeframe) the problem resumes and gmail fails to sync+notify.
If it helps any; my troubleshooting and continued experience suggests that my device dozes and then wakes up, but gmail or whatever service is responsible for gmail sync incorrectly remains in a doze state.
Looking forward to this issue's resolution,
bi...@gmail.com <bi...@gmail.com> #70
Gmail notifications not working on brand new Nexus 6p for me. I am on Google FI and have the flagship phone. Very disappointed.
aa...@taosolutions.ca <aa...@taosolutions.ca> #71
Same issue here... Nexus 5X with 6.0.1. Seems to only have happened since the update to 6.0.1. It was perfect before that. I have tried to remove/add Google accounts, and that seemed to work for a while, but now the problem is back. Something interesting did happen. After removing my Google Apps account and then re-adding it to the phone, in sync setting, the Gmail sync was set to off by default. I set it back to "on" and it worked for a day or so, and then the problem came back. This is ridiculous... I have had push notifications for emails since 2004 on my Blackberry... come one Google, please fix this one quickly.
ji...@ctnmedia.net <ji...@ctnmedia.net> #72
Having good luck for the past 24 hours since disabling doze (battery optimization) for the gmail app (Settings, battery, three dot menu button at the top, battery optimization, all apps, disable for gmail). Not sure if this is a real fix or not, but it certainly could explain the intermittent nature of the issue.
rh...@gmail.com <rh...@gmail.com> #73
Nexus 5x with 6.0.1, happens with inbox, hangouts and gmail. Hard to understand when it happens but notifications are sometimes really lagged or non-existent. Changing the battery use to not optimized didn't help.
ab...@gmail.com <ab...@gmail.com> #74
My experience says that this is a sync issue and general and not specific to notifications, since the missing e-mails have to be pulled down by opening the app directly and aren't already downloaded.
The advice from post #71 (https://code.google.com/p/android/issues/detail?id=197805#c71 ) looks promising and I've applied those settings to Inbox. Will report back in a week with my findings.
The advice from post #71 (
st...@computerfreak.ca <st...@computerfreak.ca> #75
Nexus 6 with 6.0.1 stock / Telus. No gmail sync, have to manually refresh. Broken since the last OS update.
br...@gmail.com <br...@gmail.com> #76
Same issue, Gmail has to be manually refreshed.
do...@gmail.com <do...@gmail.com> #77
My brand new Nexus 5x on project fi is having the exact same issue. I am on stock 6.0.1 and have all the default sync and notification options. Hah, as I'm typing this my old Moto G on WiFi just notified me of an email via Inbox while this 5x did nothing. Note that both the Inbox and Gmail apps are affected.
ki...@gmail.com <ki...@gmail.com> #78
Trying the possible fix mentioned in post 71 did not work for me. I still get nothing unless i open the app and manually refresh.
cb...@gmail.com <cb...@gmail.com> #79
Have this issue as well, I dint get notifications on my home WiFi.
do...@gmail.com <do...@gmail.com> #80
Same issue is happening to me on my Moto X Pure edition, ever since I updated to MM, Gmails don't seem to be Syncing mainly when on WiFi, either at home or at work. I have also checked all settings, tried different changes, have done FDR, and have uninstalled and reinstalled numerous times the GMail app. Seems to happen more then often when the device is asleep, and sometimes I will wake the screen up and go to the Gmail app, and swipe down and emails come in, and sometimes they just keep circling and don't sync or come in. I have been ready to either try an older Gmail app, or revert back to LL if this issue is not quickly resolved. I'm sure many if us use our device for business and not being able to function is not good and professional, hopefully the team will fix and resolve this issue ASAP, cheers all
sl...@gmail.com <sl...@gmail.com> #81
I also am having the same issue. Any email I set up with the gmail app or inbox. I am failing to get notifications. Have deleted and re-setup account made syncing is on and no results. If I use the independent hotmail app my notifications work fine.
ke...@blackwiredesigns.com <ke...@blackwiredesigns.com> #82
Nexus 6P also having the same issue
ke...@gmail.com <ke...@gmail.com> #83
I am having this problem on my 6p along with my Pixel C.
pa...@gmail.com <pa...@gmail.com> #84
Same issue in my Nexus 6P with Gmail and Inbox.
fi...@gmail.com <fi...@gmail.com> #85
Same issue here. Stock 6p on 6.0.1 build MMB29M. Seems to be worse when the phone is sitting and apparently in doze. Sometimes manually sync is required to get mail.
si...@gmail.com <si...@gmail.com> #86
Same issue on LG G4 H815 Android 6.0 build MRA58K Gmail 5.9.10
ga...@gmail.com <ga...@gmail.com> #87
5X user here, count me in as needing to have this issue resolved
do...@gmail.com <do...@gmail.com> #88
This issue showed up for me after 6.0 on my HTC One M8 GPS and on my Nexus 6 at 6.0 and 6.0.1.
It almost seems to stop syncing after I perform a "reply to all" as I seem to be able to send emails to individual recipients without issue.
It almost seems to stop syncing after I perform a "reply to all" as I seem to be able to send emails to individual recipients without issue.
sy...@gmail.com <sy...@gmail.com> #89
Been having this issue with GMail and SMS through Hangouts since I got my Nexus 5X on Google Fi. Phone has updated to 6.0.1, but the problem remains. Happens maybe 50% of the time where you either go into the app and notice messages that have come in sometimes hours before without any notification, or a notification finally comes in and you find several old messages that didn't notify.
dm...@gmail.com <dm...@gmail.com> #90
I'm seeing this with Hangouts, as well.
fr...@gmail.com <fr...@gmail.com> #91
Installed Microsoft Outlook and added my google account, works just fine.
I think it's pathetic that google's own apps can't sync properly yet Microsoft's app works flawlessly on google's own email platform.
That's pretty shameful.
I think it's pathetic that google's own apps can't sync properly yet Microsoft's app works flawlessly on google's own email platform.
That's pretty shameful.
ja...@gmail.com <ja...@gmail.com> #92
I went to battary > ... Menu > battary optimizer and added gmail to not be optimized and I have had no issues since. Maybe doze and gmail aren't getting along.
ku...@gmail.com <ku...@gmail.com> #93
I am having same issue, did switched of doze for gmail but didn't help. Missed many emails last week on time.
er...@meddaughs.com <er...@meddaughs.com> #94
Similar issues on cm13, so it may not be directly related to nexus. I have a lgg3.
sa...@gmail.com <sa...@gmail.com> #95
I have the same problem seems like I need to manually update
jo...@gmail.com <jo...@gmail.com> #96
Did the same thing as post number 91 (and several others). It seems to be working. I have aNexus 6p on project Fi.
ma...@gmail.com <ma...@gmail.com> #97
I disabled battery optimizer in post 91... It resolved briefly. However, it has remanifested itself.
ro...@gmail.com <ro...@gmail.com> #98
Same issue here in terms of intermittent notifications on Gmail and Inbox.
I have a Nexus 6P
Build: MMB29M
Steps Taken: I restarted the phone, then cleared the cache. I use Gmail for work, so I tried to force stop and disable, but neither worked, so I am no using the Outlook app.
I have a Nexus 6P
Build: MMB29M
Steps Taken: I restarted the phone, then cleared the cache. I use Gmail for work, so I tried to force stop and disable, but neither worked, so I am no using the Outlook app.
sc...@gmail.com <sc...@gmail.com> #99
Same issue.
N6p - MMB29M - Project Fi
Gmail been happening for a few weeks. I have uninstalled and reinstalled gmail, cleared cache, cleared gmail data, cheated accounts, reset sync, wiped phone. Nothing fixed it for any longer then a day.
It appears any time I don't use the phone notifications don't pop up.
It's a terrible bug when you rely on these to work and right now I can't use gmail on my phone as it's useless if it won't notify me of emails.
N6p - MMB29M - Project Fi
Gmail been happening for a few weeks. I have uninstalled and reinstalled gmail, cleared cache, cleared gmail data, cheated accounts, reset sync, wiped phone. Nothing fixed it for any longer then a day.
It appears any time I don't use the phone notifications don't pop up.
It's a terrible bug when you rely on these to work and right now I can't use gmail on my phone as it's useless if it won't notify me of emails.
be...@gmail.com <be...@gmail.com> #100
I've been seeing the same problem with gmail, hangouts and SMS on Nexus 5x (6.0.1, although I think it was also happening on 6.0) with Project Fi. It doesn't seem to matter if I connect via WiFi or cell network. Rebooting and various other fixes seem to only last about a day. I'd star this bug multiple times if I could as I've already missed several important messages from work.
fi...@gmail.com <fi...@gmail.com> #101
I am seeing that issue on my 6p as well.
al...@efficient.vc <al...@efficient.vc> #102
Same issue here, has been going on for a week or two now. Not even on a 6P though. Inbox just intermittently notifies me for one of my accounts though. I am on Lollipop 5.1.1 and it's happening. Had to enable sync on Gmail and Inbox just to make sure I don't miss emails because Inbox fails to notify me randomly. Sometimes now I get duplicate email notifications (one from gmail and one from inbox) and other times (most of the time) I just get a gmail notification and inbox is MIA. Definitely happened within the last week or two though. My main account works fine, my secondary work account (GAFW) is the one having problems though. Have tried clearing cache, uninstalling inbox/reinstalling it, etc.
sm...@gmail.com <sm...@gmail.com> #103
Experiencing Gmail syncing issue with 3 accounts on my Nexus 6P (via Project Fi). Pulling down to refresh any of the three accounts then pulls mail for all accounts and starts syncing again, however will pop back up as an issue a few hours or possibly the next day later. The issue occurs regardless of being on Wi-Fi or a data network. I do not recall this being an issue on 6.0. The following is my device information:
Device: Hauwei Nexus 6P
Build #: MMB29M
Carrier: Project Fi
Android Version: 6.0.1
Device: Hauwei Nexus 6P
Build #: MMB29M
Carrier: Project Fi
Android Version: 6.0.1
je...@gmail.com <je...@gmail.com> #104
Add to the list.
Nexus 6, Android 6.0.1 - Build MMB29K. No notification from Inbox - have to manually open and then it updates. No notifications from several emails earlier today.
Does not appear to be a carrier issue, have been on WiFi majority of the day.
Nexus 6, Android 6.0.1 - Build MMB29K. No notification from Inbox - have to manually open and then it updates. No notifications from several emails earlier today.
Does not appear to be a carrier issue, have been on WiFi majority of the day.
ba...@gmail.com <ba...@gmail.com> #105
I am experiencing similar syncing issues on and off with Inbox on my Nexus 6P
de...@gmail.com <de...@gmail.com> #106
Same issue here on a Nexus 6 running 6.0.1
Hopefully adding to this thread will at least signal that there is a widespread issue for Google to look into.
Hopefully adding to this thread will at least signal that there is a widespread issue for Google to look into.
sc...@gmail.com <sc...@gmail.com> #107
Nexus 6, 6.0.1 (MMB29K)
Intermittent issues with Inbox, gmail and hangouts. Like others started, I have to manually refresh email apps to gets my emails. Hangouts doesn't always notify either.
Intermittent issues with Inbox, gmail and hangouts. Like others started, I have to manually refresh email apps to gets my emails. Hangouts doesn't always notify either.
sc...@gmail.com <sc...@gmail.com> #108
Everything seemed fine before the 6.0.1 update.
sc...@gmail.com <sc...@gmail.com> #109
I've tried uninstalling and reinstalling updates and clearing all data to gmail multiple times. I've used Inbox in-between times that I've completely disabled gmail.
sc...@gmail.com <sc...@gmail.com> #110
Several minutes ago I manually refreshed Inbox from within the app. A few emails popped up from the past several hours. Just now, I went into settings/accounts/Google and refreshed all of Google. After that I got a new notification for the emails I already saw when I manually refreshed the Inbox app.
jk...@gmail.com <jk...@gmail.com> #111
Android build
MMB29K
Device used
Nexus 5X
Steps to reproduce
Simply wait for mail to arrive.
Frequency
100% of the time.
Expected output
When new mail arrives, it should be within seconds.
Current output
Mail sometimes arrives hours after it hits my inbox on PC.
MMB29K
Device used
Nexus 5X
Steps to reproduce
Simply wait for mail to arrive.
Frequency
100% of the time.
Expected output
When new mail arrives, it should be within seconds.
Current output
Mail sometimes arrives hours after it hits my inbox on PC.
db...@gmail.com <db...@gmail.com> #112
Same issues on my Nexus 5X. Latest MM on Fi. Driving me bonkers.
ai...@gmail.com <ai...@gmail.com> #113
Same nexus 6P
ni...@gmail.com <ni...@gmail.com> #114
I have it too. Nexus 6P with inbox.
az...@gmail.com <az...@gmail.com> #115
I have the same bug with my moto x 2014 under murshmallow 6.0
With gmail and inbox
With gmail and inbox
pa...@gmail.com <pa...@gmail.com> #116
Can confirm removing gmajl from battery optimization fixed it. N6 stock. 6.0.1.
ca...@gmail.com <ca...@gmail.com> #117
I am experiencing the same problems on my Nexus 6P device running stock Android 6.0.1.
ra...@gmail.com <ra...@gmail.com> #118
Nexus 5X, with everything up to date, also confirming the bug. Gmail doesn't notify as often as it should, unless I manually check. Sometimes simply unlocking the screen from sleep is enough.
ma...@gmail.com <ma...@gmail.com> #119
Nexus 6P. I no longer receive mail notifications for Exchange (Office 365) and Gmail emails. It started happening a few weeks back. I cannot guarantee that it started happening after the 6.0.1 update, but the timing is about right.
I don't get notifications 99% of the time. On rare occasions I will get a notification but it is usually delayed by many hours. If I open the Gmail app, my unread mail is there.
Nexus 6P
Marshmallow 6.0.1
Build MMB29M
WiFi and Carrier data
I don't get notifications 99% of the time. On rare occasions I will get a notification but it is usually delayed by many hours. If I open the Gmail app, my unread mail is there.
Nexus 6P
Marshmallow 6.0.1
Build MMB29M
WiFi and Carrier data
ak...@gmail.com <ak...@gmail.com> #120
Same issue here.! Nexus 6P. MMB29M .Also I feel my battery life is decreased with 6.0.1 update.
su...@gmail.com <su...@gmail.com> #121
Same here. Nexus 6 with 6.0.1
pi...@gmail.com <pi...@gmail.com> #122
Yup - same here. 6P with 6.0.1
ms...@gmail.com <ms...@gmail.com> #123
[Comment deleted]
ms...@gmail.com <ms...@gmail.com> #124
Same issue here with GMail and delayed notifications.
Nexus 6 - 6.0.1 (MMB29K)
Nexus 6 - 6.0.1 (MMB29K)
ra...@gmail.com <ra...@gmail.com> #125
Same issue here. Nexus6p 6.0.1
T-Mobile
T-Mobile
se...@gmail.com <se...@gmail.com> #126
Happnening to me as well on my Moto X Play on 6.0. No notification on Inbox, but when I open, it syncs and the emails appear.
ja...@gmail.com <ja...@gmail.com> #127
I have the same problem. Please fix
fs...@gmail.com <fs...@gmail.com> #128
Same problem - no new email notifications, have to manually sync. Please fix. Some of us rely on email for business.
la...@gmail.com <la...@gmail.com> #129
I thought it might have to do with switching between WiFi and Cellular data, but even when only on Cellular data it happens also. Maybe when loss of signal occurs quickly it happens?
iv...@gmail.com <iv...@gmail.com> #130
I have many problems with applications google sync and with whatsapp, e-mails arrive late, maps runs slowly navigating. problems synchronizing contacts and update contacts.
fc...@gmail.com <fc...@gmail.com> #131
Beside this issue I'm experiecing some Chrome stopped in my Nexus 5 eith 6.0.1.
mt...@gmail.com <mt...@gmail.com> #132
Same problem on my N6. 12 hours can go by and no gmail notification without going into the app manually.
je...@gmail.com <je...@gmail.com> #133
Same problem here on nexus 6p.
ho...@gmail.com <ho...@gmail.com> #134
Same problem witth Moto X Pure Edition running Amdroid 6.0.
ad...@gmail.com <ad...@gmail.com> #135
On my Nexus 6P I am not always receiving Hangouts mortification
ke...@gmail.com <ke...@gmail.com> #136
+ 1, same issue with my Nexus 6P, os 6.0.1.
Happy new year from Norway.
Happy new year from Norway.
al...@gmail.com <al...@gmail.com> #137
Same issue, 6p with Android 6.0.1
or...@gmail.com <or...@gmail.com> #138
Noticed this issue about two weeks ago, emails will not appear unless I open gmail app on wifi or lte.
ma...@gmail.com <ma...@gmail.com> #139
Build: MMB29K
Device: Nexus 5 2013
To Reproduce: Leave device inactive for long periods of time.
Frequency: 100% when phone goes to doze mode (i'm always at wifi - not using mobile data)
Expected: IMMEDIATELY sync and notification of GMail emails and google now cards every hour of the day, every day of the week, being or not in doze mode.
Current: Delayed email till 3-4 hours, Google now cards are obsolete, example weather card have many hours to refresh, my team's card shows that the match is at the beginning but it's over long time ago.
Also phone don't connects automatically to a new wifi spot, i have always to turn the screen on for just a sec and then it connects.
I have flash back to 5.1.1 and i don't have the above problems so it's clearly a problem with the MM. (6.0.0 and 6.0.1 have the same bugs with my phone).
Device: Nexus 5 2013
To Reproduce: Leave device inactive for long periods of time.
Frequency: 100% when phone goes to doze mode (i'm always at wifi - not using mobile data)
Expected: IMMEDIATELY sync and notification of GMail emails and google now cards every hour of the day, every day of the week, being or not in doze mode.
Current: Delayed email till 3-4 hours, Google now cards are obsolete, example weather card have many hours to refresh, my team's card shows that the match is at the beginning but it's over long time ago.
Also phone don't connects automatically to a new wifi spot, i have always to turn the screen on for just a sec and then it connects.
I have flash back to 5.1.1 and i don't have the above problems so it's clearly a problem with the MM. (6.0.0 and 6.0.1 have the same bugs with my phone).
gc...@gmail.com <gc...@gmail.com> #140
I have 6.0.1 on a nexus 6 with a new SIM card (30 days). I have had the same issues with all push notifications and synching including with outlook mail. In addition, I am unable to consistently connect to data out of the country (Canada) without powering on and off several times. I am able to get mixed varable LTE service in Montreal for which I am grateful.
Gertrude B
Gertrude B
je...@gmail.com <je...@gmail.com> #141
My gmail hadn't synced for two days over two accounts. I was unaware until I came across a news article and refreshed manually.
da...@gmail.com <da...@gmail.com> #142
Same problems here... needs to be fixed quickly
fl...@gmail.com <fl...@gmail.com> #143
Add me to the list. I have many problems with push notifications too.
da...@gmail.com <da...@gmail.com> #144
Same issue, gmail. Been happening for the last few days.
co...@gmail.com <co...@gmail.com> #145
Nexus 6. I use inbox and have been having a similar problem after updating to 6.0.1. I don't get notifications until I go into the app and pull down to refresh. Tries resetting inbox with no results
ki...@gmail.com <ki...@gmail.com> #146
i also faced this which i didn't care after seeing that its a universal issue. jus commenting on the same
no...@gmail.com <no...@gmail.com> #147
Nexus 6P. Have same issue with both Gmail and Inbox.
sr...@gmail.com <sr...@gmail.com> #148
Nexus 6p running Android 6.1 & Moto G (2nd Gen) running Android 5.02:
No Gmail or Inbox sync or notifications.
No Gmail or Inbox sync or notifications.
so...@gmail.com <so...@gmail.com> #149
Not just Marshmallow!
I have a Nexus 5 running Android 4.4.4 that began having this same issue somewhere around
December 20-22, and it continues to persist as of this writing.
It's currently running:
Gmail 5.9.109452737. release
Inbox 1.16 (109935855)
Google play services 8.4.89 (2428711-038)
I also have 3 Nexus 6p devices running the latest software exhibiting this behaviour.
Some things to note:
First observed on Nexus 5 around Dec. 20-22nd.
At first only Gmail was affected, Inbox still received timely sync/notifications.
Now, Gmail receives random sync/notifications 12-24 hours apart and Inbox is only updating manually. (Both are set to notify, so I should receive 2 Android notifications. I've been doing a side-by-side comparison of the two apps)
The most notable symptom, in my opinion, is the randomness of the situation. Sometimes things will sync normally for a short time then q2 or 24 hours will go by without any automated sync taking place.
My opinion is that the issue lies within:
A common code base of the Gmail and Inbox apps.
A common library routine or sync/transport service, that updates through the play store.
A server component (either hardware or software) of the Gmail system or the sync transport.
I have a Nexus 5 running Android 4.4.4 that began having this same issue somewhere around
December 20-22, and it continues to persist as of this writing.
It's currently running:
Gmail 5.9.109452737. release
Inbox 1.16 (109935855)
Google play services 8.4.89 (2428711-038)
I also have 3 Nexus 6p devices running the latest software exhibiting this behaviour.
Some things to note:
First observed on Nexus 5 around Dec. 20-22nd.
At first only Gmail was affected, Inbox still received timely sync/notifications.
Now, Gmail receives random sync/notifications 12-24 hours apart and Inbox is only updating manually. (Both are set to notify, so I should receive 2 Android notifications. I've been doing a side-by-side comparison of the two apps)
The most notable symptom, in my opinion, is the randomness of the situation. Sometimes things will sync normally for a short time then q2 or 24 hours will go by without any automated sync taking place.
My opinion is that the issue lies within:
A common code base of the Gmail and Inbox apps.
A common library routine or sync/transport service, that updates through the play store.
A server component (either hardware or software) of the Gmail system or the sync transport.
[Deleted User] <[Deleted User]> #150
[Comment deleted]
bu...@gmail.com <bu...@gmail.com> #151
Nexus 6P, Project Fi. Email notifications are randomly successful. If I don't get notifications, nothing but a refresh by pulling down the messages window or turning synch on and off make a difference. Just opening the app doesn't matter. I have been affected by other issues that may or may not be related such as my alarm clock sometimes not going off until I wake up the phone. It seems like the phone going to sleep just prevents some apps from waking up but I haven't observed any consistency.
bu...@gmail.com <bu...@gmail.com> #152
I should add that Hangouts messages are problematic as well. I didn't receive a message for 10 hours and only got the message once I opened the app and went into the the messages from that person did the new message arrive.
af...@gmail.com <af...@gmail.com> #153
Agree with some of the posts made in the below thread https://productforums.google.com/forum/#!topic/nexus/Ayd_1TOemSE
basically, once you wake up the phone, rest, or reboot or force sync all the Google Accounts in the setting menu, the notification push service seems to work for a day and sometime a few days even going thru a few cycles of dosing on and off bit then the problem creeps up again when you realize no notifications are showing up (in gmail and/or hangouts) while your desktop does show new messages. then you go thru all the above again to prime the service which restarts the whole cycle until the next time notification stops. it is not clear what is "triggering the problem" but definitely seems to have started around Dec 25 at least for me.
basically, once you wake up the phone, rest, or reboot or force sync all the Google Accounts in the setting menu, the notification push service seems to work for a day and sometime a few days even going thru a few cycles of dosing on and off bit then the problem creeps up again when you realize no notifications are showing up (in gmail and/or hangouts) while your desktop does show new messages. then you go thru all the above again to prime the service which restarts the whole cycle until the next time notification stops. it is not clear what is "triggering the problem" but definitely seems to have started around Dec 25 at least for me.
mi...@gmail.com <mi...@gmail.com> #154
Same problem for me. Nexus 6p, 6.0.1, MMB29M.
No gmail notifications, have to manually pull down to refresh and get mail. Synching exchange mail with gmail.
No gmail notifications, have to manually pull down to refresh and get mail. Synching exchange mail with gmail.
ra...@gmail.com <ra...@gmail.com> #155
I am having the same syncing problem. Every now and then I se to get notifications for a ton of email all at once. I'm not receiving notifications as the emails come in. Messed up on Google's part. I have Nexus 6p.
ag...@gmail.com <ag...@gmail.com> #156
Nexus 6, MMB29K (6.0.1). Also occurred with Marshmallow 6.0. Notifications (calendar notifications are what I am most concerned about) do not consistently trigger. The notifications fail to trigger most frequently in the morning after the phone has been charging during the night. Setting the Calendar app notifications to Priority and disabling the battery optimizations might lead to fewer missed notifications, but some are still missed. I would love to be able to turn off Doze if it would lead to a reliable phone, but as it is, I have to carry a 2nd phone (Moto G with Android 5.1) to ensure I don't miss notifications.
I had no issues with my Nexus 6 when it was on Lollipop.
I had no issues with my Nexus 6 when it was on Lollipop.
bo...@gmail.com <bo...@gmail.com> #157
Same issue here with the Nexus 6p 6.0.1 MMb29M. Ever since the 6.0.1 update not only has my gmail notifications been delayed but so has ebay and whistle; along with others. I sent feedback but I feel google doesn't read them.
jb...@gmail.com <jb...@gmail.com> #158
Having the same problem on my Nexus 5 and my tablet Nexus 7/13 ,I always blamed it on my wifi.
ku...@gmail.com <ku...@gmail.com> #159
Same issue : Gmail sync is not working properly.
Android build:
MMB29K
Device used:
Nexus 5X 16GB
Android build:
MMB29K
Device used:
Nexus 5X 16GB
er...@gmail.com <er...@gmail.com> #160
This is not just a Nexus issue. I have an Sprint HTC One M9 with the exact same issue. I can only get new notifications if I manually refresh Gmail. I have removed and re-added my Google account, cleared the Gmail cache, uninstalled and re-installed Gmail and none of that has worked. However I am not on 6.0 yet, my HTC One is still on 5.1.
af...@gmail.com <af...@gmail.com> #161
had some time to do some testing this afternoon. I put the phone in Doze Mode (see https://gist.github.com/ccpmark/430d4ddf3a46a02672c1 ).
i.e. Phone is asleep (screen off), still (no movement) and with usb-c unplugged for 1 hour.
During doze, i sent message to it using several platforms/apps (gmail & hangouts (uses GCM with high priority so should overcome doze), twitter messaging (believe same as gmail), Facebook messenger (seems to use GCM with default/normal priority) and BBM (does not use GCM but rather depend on manually polling of Blackberry servers)
Findings:
Gmail: email did not go through - problematic!
Hangouts: went through instantaneously (and phone stayed in Doze even though it let through the messages) - as expected
Twitter: went through instantaneously (and phone stayed in Doze even though it let through the messages) - better than expected (as did not know twitter messaging was using high priority)
BBM: message did not go through - as expected (does not use GCM)
Facebook messenger - messages did not go through instantaneously but seem to trickle in every few mins. not sure how to explain this as i thought that maybe FB messenger is GCM with normal priority which means message will get queued untill every maintenance period (see link above) but did not have to wait an hour till the maintenance period to get these messages, it was more like a few mins so my best guess is that maintenance was happening at a faster interval.
Note that BBM messages that does not use GCM did not deliver the messages during the maintenance period and it was not until i picked up the phone and woke it up with the power button that both BBM and Gmail message came through. BBM was expected to behave this way but GMAIL was the shocking part...
hope google reads this on Monday morning and raises the priority of this bug
i.e. Phone is asleep (screen off), still (no movement) and with usb-c unplugged for 1 hour.
During doze, i sent message to it using several platforms/apps (gmail & hangouts (uses GCM with high priority so should overcome doze), twitter messaging (believe same as gmail), Facebook messenger (seems to use GCM with default/normal priority) and BBM (does not use GCM but rather depend on manually polling of Blackberry servers)
Findings:
Gmail: email did not go through - problematic!
Hangouts: went through instantaneously (and phone stayed in Doze even though it let through the messages) - as expected
Twitter: went through instantaneously (and phone stayed in Doze even though it let through the messages) - better than expected (as did not know twitter messaging was using high priority)
BBM: message did not go through - as expected (does not use GCM)
Facebook messenger - messages did not go through instantaneously but seem to trickle in every few mins. not sure how to explain this as i thought that maybe FB messenger is GCM with normal priority which means message will get queued untill every maintenance period (see link above) but did not have to wait an hour till the maintenance period to get these messages, it was more like a few mins so my best guess is that maintenance was happening at a faster interval.
Note that BBM messages that does not use GCM did not deliver the messages during the maintenance period and it was not until i picked up the phone and woke it up with the power button that both BBM and Gmail message came through. BBM was expected to behave this way but GMAIL was the shocking part...
hope google reads this on Monday morning and raises the priority of this bug
re...@gmail.com <re...@gmail.com> #162
Same issue! Mails arrive hours later and something days later!
op...@gmail.com <op...@gmail.com> #163
I'm experiencing the exact same issues described on an LG G4 with 6.0
Gmail & hangouts will not update or show notification unless manually updated
Gmail & hangouts will not update or show notification unless manually updated
fa...@gmail.com <fa...@gmail.com> #164
Same problems here.
No Gmail and Inbox notifications.
Gmail 5.9.109452737.release
Inbox 1.16 (109935855)
Google play services 8.4.89 (2428711-238)
Samsung Galaxy S5 lte+ SM-G901F
Android 5.0.2
Build LRX22G
No Gmail and Inbox notifications.
Gmail 5.9.109452737.release
Inbox 1.16 (109935855)
Google play services 8.4.89 (2428711-238)
Samsung Galaxy S5 lte+ SM-G901F
Android 5.0.2
Build LRX22G
da...@gmail.com <da...@gmail.com> #165
I have exactly the same problem with my Moto X Style running Android 6.0, so it is not just a Nexus problem.
vi...@gmail.com <vi...@gmail.com> #166
Same problems. Issue goes away for a few hours if I force a sync through the "Accounts" page in "Settings", but then returns.
Gmail 5.9.109452737.release
Google Play Services 8.4.89 (2428711-440)
Nexus 6P
Android 6.0.1, build MMB29M
Gmail 5.9.109452737.release
Google Play Services 8.4.89 (2428711-440)
Nexus 6P
Android 6.0.1, build MMB29M
is...@gmail.com <is...@gmail.com> #167
seeing the same issue with inbox
ro...@gmail.com <ro...@gmail.com> #168
Nexus 5x running marshmellow 6.01. Same issue. Inbox will not sync if the phone goes into doze. Have to manually refresh to get messages.
fe...@gmail.com <fe...@gmail.com> #169
same issue here, nexus 5, android 6.0.1
ry...@gmail.com <ry...@gmail.com> #170
Inbox and Hangouts notifications not coming through to Moto X 2014, 6.0.
ew...@gmail.com <ew...@gmail.com> #171
I am having identical issues with inbox as everyone else is describing. Nexus 6p, Marshmallow 6.0.1, build MMB29M
xt...@gmail.com <xt...@gmail.com> #172
Due to the critical nature of receiving emails on time for my job, I've moved to Microsoft's Outlook app. It's got it's own quirks, but it's notifying me immediately and consistently when I have emails. I'll come back to Inbox once this issue has been fixed.
cs...@gmail.com <cs...@gmail.com> #173
Same issue here. Not getting gmail or inbox notifications. Persists through reboot, cache clearing, deleting and reinstalling inbox app. I have not attempted a factory reset based on the fact that no one seems to be reporting success anyway.
Nexus 6 on all stock, no root, MMB29K.
Nexus 6 on all stock, no root, MMB29K.
ba...@gmail.com <ba...@gmail.com> #174
I am seeing the issue with all notifications (Gmail, Hangouts, 3rd party work email). I have a Nexus 6P that is completely stock on Sprint's network.
Android Version: 6.0.1
Android Security Patch: December 1, 2015
Baseband: .2.6.1.c4-00008-M8994FAAAANAZM-1
Kernel: 3.10.73-g9741316
Build: MMB29M
Android Version: 6.0.1
Android Security Patch: December 1, 2015
Baseband: .2.6.1.c4-00008-M8994FAAAANAZM-1
Kernel: 3.10.73-g9741316
Build: MMB29M
br...@gmail.com <br...@gmail.com> #175
I'm having the same issue on my Nexus 5 in combination with Inbox. No notificaiton are showing up but the LED light does indidated that there is a new mail in my inbox. The LED light has been configured by the 'LED Light maanger' app.
sc...@gmail.com <sc...@gmail.com> #176
I'm having the same issues with my Nexus 5X but it's not limited to Google apps. Mail apps (both gmail and Nine) are updating the message counts but no notifications are appearing. This is been going on for a week or two. This seems like a bigger issue than just with Google apps.
mj...@gmail.com <mj...@gmail.com> #177
Same here.
Nexus 5X
Android Version: 6.0.1
Android Security Patch: December 1, 2015
Baseband: M8994F-2.6.30.0.68
Build: MMB29K
Nexus 5X
Android Version: 6.0.1
Android Security Patch: December 1, 2015
Baseband: M8994F-2.6.30.0.68
Build: MMB29K
au...@gmail.com <au...@gmail.com> #178
Experienced a similar issue a couple times over the last few days. Going along thinking "Hmmm, no new emails" then manually refresh to find 15.
Nexus 6P
Android Version: 6.0.1
Android Security Patch: December 1, 2015
Baseband: .2.6.1.c4-00008-M8994FAAAANAZM-1
Kernel: 3.10.73-g9741316
Build: MMB29M
Nexus 6P
Android Version: 6.0.1
Android Security Patch: December 1, 2015
Baseband: .2.6.1.c4-00008-M8994FAAAANAZM-1
Kernel: 3.10.73-g9741316
Build: MMB29M
ro...@gmail.com <ro...@gmail.com> #179
Same here on Nexus 5x.
Google Now is also showing a blank page today, refresh doesn't do anything.
Google Now is also showing a blank page today, refresh doesn't do anything.
so...@gmail.com <so...@gmail.com> #180
I had this problem early December when upgraded my Nexus 6 to 6.0.0
I have struggled with it for a few days. I did a factory reset.. nothing. Installed Inbox, and that worked but not Gmail.
ended up messing around with the notification settings on the Gmail app & Account. Completely turning off notifications and then re-enabling them. Now they are working again.
I have struggled with it for a few days. I did a factory reset.. nothing. Installed Inbox, and that worked but not Gmail.
ended up messing around with the notification settings on the Gmail app & Account. Completely turning off notifications and then re-enabling them. Now they are working again.
zu...@gmail.com <zu...@gmail.com> #181
Echoing what many others have said, GMail sync has been problematic for weeks, the past few days seems only to sync with a manual refresh. Or the messages only appear and notifications happen after a refresh.
Network: Project Fi
Nexus 6P
Android Version: 6.0.1
Android Security Patch: December 1, 2015
Baseband: .2.6.1.c4-00008-M8994FAAAANAZM-1
Kernel: 3.10.73-g9741316
Build: MMB29M
Network: Project Fi
Nexus 6P
Android Version: 6.0.1
Android Security Patch: December 1, 2015
Baseband: .2.6.1.c4-00008-M8994FAAAANAZM-1
Kernel: 3.10.73-g9741316
Build: MMB29M
sr...@gmail.com <sr...@gmail.com> #182
Just installed the latest Google Inbox update from the Google Play Store on my N6P and Moto G. Sent myself several test e-mails and I am receiving notifications on both devices from Gmail & Inbox. Google must have fixed problem and posted update at the same time.
zu...@gmail.com <zu...@gmail.com> #183
Update to my earlier comment. At the suggestion of Fi help, I rolled back the GMail app to the factory version (5.7.106634191.release) and within seconds received nearly 100 new message notifications going back about one week. Subsequent test emails from an outside account all appeared in a timely manner with notifications.
it...@gmail.com <it...@gmail.com> #184
Same issue here on a Nexus 5.
Multiple mail accounts (outlook, exchange (o365), gmail, imap )
Mail either doesn't sync at all or trickles.. (delays up to a few days)
Tried restarting and clearing cache and restarting.. does't help.
Android 6.0.1 (December security patch) full updated with all current apps.
Multiple mail accounts (outlook, exchange (o365), gmail, imap )
Mail either doesn't sync at all or trickles.. (delays up to a few days)
Tried restarting and clearing cache and restarting.. does't help.
Android 6.0.1 (December security patch) full updated with all current apps.
te...@gmail.com <te...@gmail.com> #185
Similar issues on my Nexus 6. GMail and OpsGenie (alerting for work) will not notify me until I wake up my phone. Sometimes it will alert me more than an hour later. I can't use this phone for work if this is going to happen, I need reliability. My WiFi is set to stay connected when in sleep. Happens on LTE as well.
Google, all these posts and no fix???
Google, all these posts and no fix???
an...@gmail.com <an...@gmail.com> #186
Im currently experiencing this on my nexus 6p with 6.0.1 First noticed it on 27th December. No notifications ever since.
do...@gmail.com <do...@gmail.com> #187
Clearing data on both gmail and inbox fixed the problem.... Until I restarted my phone. Correlation or causation? (Nexus 5x on 6.0.1 with all default settings.)
st...@gmail.com <st...@gmail.com> #188
Nexus 6P, 6.0.1
Noticed this issue happening around Dec 24th where my phone would not notify me of new emails until I manually turned my phone's screen on. Tried multiple email apps (BlueMail, CloudMagic, GMail, AquaMail), removing said apps from doze, factory resetting, and clearing data/cache to no avail. It only happens once my phone has been dozing for around an hour or more. I'm then required to power on the screen to "get" the notification.
Noticed this issue happening around Dec 24th where my phone would not notify me of new emails until I manually turned my phone's screen on. Tried multiple email apps (BlueMail, CloudMagic, GMail, AquaMail), removing said apps from doze, factory resetting, and clearing data/cache to no avail. It only happens once my phone has been dozing for around an hour or more. I'm then required to power on the screen to "get" the notification.
ic...@gmail.com <ic...@gmail.com> #189
This morning I am no longer receiving emails and sms and it is impossible to call me.
This situation is intolerable.
Ce matin,je ne reçois plus les mails et les sms et il est impossible de m'appeler.
Cette situation est intolérable.
This situation is intolerable.
Ce matin,je ne reçois plus les mails et les sms et il est impossible de m'appeler.
Cette situation est intolérable.
ch...@gmail.com <ch...@gmail.com> #190
Nexus 6p on project fi. I have had issues with notifications for hangouts since the beginning before 6.0.1. Only after the update did I start noticing Gmail exhibiting the issue everybody else has.
an...@gmail.com <an...@gmail.com> #191
Nexus 6P here, same issue, also on 6.0.1.
ib...@hotmail.com <ib...@hotmail.com> #192
Nexus 5 here, problem started a few weeks back with the app suddenly switching the auto sync off. Now I can't receive any e-mails anymore nor send them (it is from a live account within the Gmail app but this has worked perfectly before). Normally I don't get worked up about these kind of issues but by now I'm having trouble not throwing my phone against the nearest wall to be honest.
na...@gmail.com <na...@gmail.com> #193
I'm having the same problems. 6.0.1 with security patch level December 1, 2015. Happening for a few days now.
ex...@gmail.com <ex...@gmail.com> #194
Happening on my Nexus 5X for a few days now as well.
sa...@gmail.com <sa...@gmail.com> #195
Issue crept back up on both of my Nexus 6p. Again, wiping cache partition and rebooting from recovery mode 'fixed' it, but it sucks not knowing when it will stop working again. Also noticed that Keep wasn't updating automatically for me even when the app was open (had to drag to refresh).
pr...@gmail.com <pr...@gmail.com> #196
I'm also facing the issue, emails on Gmail are not syncing and no notifications when idle.
jo...@gmail.com <jo...@gmail.com> #197
I also have the issue only on my Nexus 5X of both no notifications and Gmail not syncing unless manually triggered. So I would posit that the issue is not a notification issue, but is caused by something causing a failure of Gmail to sync which means it has nothing to generate a notification from.
I also have a N9 and N5, as well as a Cyanogenmod LG OG. Those three receive notifications fine. N9 and N5 as well as the 5X are on 6.0.1 with December security patches.
I did not have this issue on the 5X when it was 6.0. I know the issue happened after the update to 6.0.1, however I can't remember exactly if it was that or after a specific security patch where the issue began.
I also have a N9 and N5, as well as a Cyanogenmod LG OG. Those three receive notifications fine. N9 and N5 as well as the 5X are on 6.0.1 with December security patches.
I did not have this issue on the 5X when it was 6.0. I know the issue happened after the update to 6.0.1, however I can't remember exactly if it was that or after a specific security patch where the issue began.
[Deleted User] <[Deleted User]> #198
[Comment deleted]
[Deleted User] <[Deleted User]> #199
[Comment deleted]
sc...@gmail.com <sc...@gmail.com> #200
Nexus 6 (not "P") on Fi with a similar issue on 6.0.1.
GMail v5.9.109452737
Android build MMB29K
However, GMail (as in my Google email account) gets timely alerts almost always, but I have 4 activesync accounts (2x Zimbra/zPush, 1x Exchange 2013, 1x Exchange 2003) and all 4 no longer give alerts for new messages or calendar items in a timely fashion. They all receive messages (via push) immediately, as visible in the inboxes for the respective accounts.
Doze has always been disabled ("Not optimized" in the Battery Optimization menu). Battery saver has always been off.
I tried wiping cache and removing/re-creating all of the email accounts, but no dice.
GMail v5.9.109452737
Android build MMB29K
However, GMail (as in my Google email account) gets timely alerts almost always, but I have 4 activesync accounts (2x Zimbra/zPush, 1x Exchange 2013, 1x Exchange 2003) and all 4 no longer give alerts for new messages or calendar items in a timely fashion. They all receive messages (via push) immediately, as visible in the inboxes for the respective accounts.
Doze has always been disabled ("Not optimized" in the Battery Optimization menu). Battery saver has always been off.
I tried wiping cache and removing/re-creating all of the email accounts, but no dice.
vw...@gmail.com <vw...@gmail.com> #201
Stock 6.0.1 on Nexus 6. I have exchange email delay in gmail app on wifi.
sc...@gmail.com <sc...@gmail.com> #202
I called Google yesterday to report this issue after I posted here and last night my notifications started working again. I'm not sure if they did something or what but they have been working all day so far. This is after I was experiencing issues for the last couple of weeks with not getting mail notifications for both gmail and the Nine exchange app.
be...@gmail.com <be...@gmail.com> #203
Nexus 6P, 6.0.1, build MMB29M.
Gmail 5.9.109452737.release
I stop getting emails and notifications between 10pm to 12am PST. If I go in manually and refresh, they typically show right up. Issues only seems to happen with gmail across multiple accounts. Issues didn't start occurring until gmail update last month.
Gmail 5.9.109452737.release
I stop getting emails and notifications between 10pm to 12am PST. If I go in manually and refresh, they typically show right up. Issues only seems to happen with gmail across multiple accounts. Issues didn't start occurring until gmail update last month.
sc...@gmail.com <sc...@gmail.com> #204
I've reverted back to the 5.7.106634191 version of Gmail and the issue is the same. As others have said, it seems more like it's a Google platform syncing issue rather than an issue with notifications themselves.
Can anyone confirm that MMB29S (January patch) for Shamu had the same issue?
Can anyone confirm that MMB29S (January patch) for Shamu had the same issue?
dr...@gmail.com <dr...@gmail.com> #205
After upgrading to Android 6.0 and then to 6.01 I no longer seem to get notifications of incoming email from gmail, inbox, or from Yahoo mail. I get no notification in my bar and only when I open the mail clients does it seem to sync my emails.....I am on build MMB29K using a Nexus 6
jo...@gmail.com <jo...@gmail.com> #206
Nexus 69, 6.0.1, build MMB29M.
Gmail Version 5.9.109452737.release
Hangouts Version 6.1.109448852
Google Fi subscriber. I have to use Hangouts as my way of sending/receiving text messages.
After the update to 6.0.1 I do not get SMS/MMS or regular hangouts messages when they are sent to me unless I open the app and check for myself. Sporadically, I will get a notification of a text from hours before but this does not always happen. More often than not, I will have to open the app to check for new messages. They come in instantly on my PC running hangouts.
My emails arrive in clumps of 3-5 but seem to update on the platform more frequently than my Hangouts messages.
I have disabled battery optimization for Gmail, Hangouts, Google Connectivity Services, and Google Services Framework. None of that has helped.
Gmail Version 5.9.109452737.release
Hangouts Version 6.1.109448852
Google Fi subscriber. I have to use Hangouts as my way of sending/receiving text messages.
After the update to 6.0.1 I do not get SMS/MMS or regular hangouts messages when they are sent to me unless I open the app and check for myself. Sporadically, I will get a notification of a text from hours before but this does not always happen. More often than not, I will have to open the app to check for new messages. They come in instantly on my PC running hangouts.
My emails arrive in clumps of 3-5 but seem to update on the platform more frequently than my Hangouts messages.
I have disabled battery optimization for Gmail, Hangouts, Google Connectivity Services, and Google Services Framework. None of that has helped.
rs...@gmail.com <rs...@gmail.com> #207
Same issue with Nexus 5X and 6.0.1 and build MMB29K. Notifications from GMAIL and pop account added into gmail do not appear unless manually go into account to refresh.
co...@gmail.com <co...@gmail.com> #208
6P Build MMB29M - No gmail notifications since update to 6.0.1
What fixed it for me -
Setting Apps -> Gmail -> Disable
This downgraded gmail to stock version - notifications started working again
Then went to play store and and updated gmail to latest version and notifications continued to work after the update.
What fixed it for me -
Setting Apps -> Gmail -> Disable
This downgraded gmail to stock version - notifications started working again
Then went to play store and and updated gmail to latest version and notifications continued to work after the update.
mi...@gmail.com <mi...@gmail.com> #209
My problems started after updating the gmail app to 5.9.109452737
What is strange is that I seemed to get notifications for emails sent to gmail but not for my corporate mail or hotmail.
After uninstalling gmail version 5.9.109452737 to 5.7.105901136 I now get notifications again for all mailboxes.
Btw, I running android 6.0.1 on Nexus 6p
What is strange is that I seemed to get notifications for emails sent to gmail but not for my corporate mail or hotmail.
After uninstalling gmail version 5.9.109452737 to 5.7.105901136 I now get notifications again for all mailboxes.
Btw, I running android 6.0.1 on Nexus 6p
mi...@gmail.com <mi...@gmail.com> #210
Also affected, even though I'm using a Sony Xperia Z3 Compact with 5.1.1
ja...@gmail.com <ja...@gmail.com> #211
Same issue here as others reported. It worked a few weeks ago.
Nexus 6P, 6.0.1, Build MMB29M
Gmail 5.9.109452737.release
Thanks
Nexus 6P, 6.0.1, Build MMB29M
Gmail 5.9.109452737.release
Thanks
[Deleted User] <[Deleted User]> #212
I am having the same issue with Gmail/INbox. No notifications unless i open the app or do something that would prompt a manual refresh.
Nexus 6p, Android 6.0.1.
Similar issue with the google rewards survey app... maybe its a google service app issue or something like that... i dont know what im talking about but i do recall updating that via google play a couple of weeks ago. this wasn't an issue until around then so i dont think it was 6.0.1
Nexus 6p, Android 6.0.1.
Similar issue with the google rewards survey app... maybe its a google service app issue or something like that... i dont know what im talking about but i do recall updating that via google play a couple of weeks ago. this wasn't an issue until around then so i dont think it was 6.0.1
ze...@gmail.com <ze...@gmail.com> #213
I am having the same issue with Gmail/INbox. No notifications unless i open the app or do something that would prompt a manual refresh.
Nexus 6p, Android 6.0.1, gmail and inbox issues (most recent release as of this post.
Similar issue with the google rewards survey app... maybe its a google service app issue or something like that... i don't know what i'm talking about but i do recall updating that via google play a couple of weeks ago. this wasn't an issue until around then so i don't think it was 6.0.1
Nexus 6p, Android 6.0.1, gmail and inbox issues (most recent release as of this post.
Similar issue with the google rewards survey app... maybe its a google service app issue or something like that... i don't know what i'm talking about but i do recall updating that via google play a couple of weeks ago. this wasn't an issue until around then so i don't think it was 6.0.1
ly...@gmail.com <ly...@gmail.com> #214
Nexus 5X, Android 6.0.1. neither Gmail or Inbox is syncing, no notifications for new emails and the app is synced when opened manually.
jo...@gmail.com <jo...@gmail.com> #215
[Comment deleted]
jo...@gmail.com <jo...@gmail.com> #216
Same issue here sporadic at best notifications
Nexus 6P 6.0.1 Dec Security fix
Why is this priority small when there are thousands of people looking at this on the product forums?
Nexus 6P 6.0.1 Dec Security fix
Why is this priority small when there are thousands of people looking at this on the product forums?
ja...@gmail.com <ja...@gmail.com> #217
Everything was working fine, then I upgraded to 6.0.1 and notifications stopped working. I only get them every once in a while and new emails start showing up after I open the Gmail app.
Nexus 6
Android 6.0.1
Build MMB29K
Gmail version 5.9.109452737.release
Google Play services version 8.4.89 (2428711-430)
Nexus 6
Android 6.0.1
Build MMB29K
Gmail version 5.9.109452737.release
Google Play services version 8.4.89 (2428711-430)
ra...@gmail.com <ra...@gmail.com> #218
No syncing since sometime in June on a Samsung Galaxy S4 on sprint. Does not matter if the phone is connected to wifi or cellular. Troubleshooting guide from google does not add any benefit. The troubleshooting guide sends you to the forum where multiple folks are apparently having syncing issues (see https://productforums.google.com/forum/?utm_medium=email&utm_source=footer#!topic/gmail/QGmx0I_lDa8;context-place=forum/gmail & https://productforums.google.com/forum/?utm_medium=email&utm_source=footer#!msg/gmail/IyI3CcrcJi8/gy1QwS7kCQAJ). .. gmail app troubleshooting guide never references the android issue tracker
sc...@gmail.com <sc...@gmail.com> #219
Doesn't work, then works, then doesn't work. Hey Google, some of us use our phones for work purposes and need timely notifications. How about you make an official response as to what you are doing to fix the problem?
Nexus 5X
Android 6.0.1
Build MMB29K
Also, as I stated in some of my previous responses, this is not related to just Gmail. It is happening to several of my app notifications.
Nexus 5X
Android 6.0.1
Build MMB29K
Also, as I stated in some of my previous responses, this is not related to just Gmail. It is happening to several of my app notifications.
pg...@gmail.com <pg...@gmail.com> #220
[Comment deleted]
pg...@gmail.com <pg...@gmail.com> #221
I too use this phone for work! I'm about to switch to another phone until this is resolved.
From what I see it is not a gmail issue it is a notification issue. My emails come in just fine, but the notifications are random and/or delayed by an hour.
Nexus 5X
Android 6.0.1
Build MMB29K
From what I see it is not a gmail issue it is a notification issue. My emails come in just fine, but the notifications are random and/or delayed by an hour.
Nexus 5X
Android 6.0.1
Build MMB29K
wd...@gmail.com <wd...@gmail.com> #222
Nexus 6P: I had the same issue after 6.0.1 update. Delayed delivery and no notification. I tried the following and so far (48 hours later) - no problems.
Turned off battery optimization for Gmail, Google Connectivity Services, Google Contacts Sync, Google Services Framework and Inbox.
I powered off the phone and powered back up. It now receives and notifies at the same time as my Samsung Note 12. Will update if anything changes.
Turned off battery optimization for Gmail, Google Connectivity Services, Google Contacts Sync, Google Services Framework and Inbox.
I powered off the phone and powered back up. It now receives and notifies at the same time as my Samsung Note 12. Will update if anything changes.
db...@gmail.com <db...@gmail.com> #223
Build: MMB29M
Device: Nexus 6P 32GB Aluminum
To Reproduce: emails to my gmail do not produce a notification until i open gmail. then the notifications appear. if i get a new email shortly thereafter i will get the notification otherwise i am constantly checking my gmail for new emails
Frequency:
at least daily i will check my gmail to see a new email, but i have not got a notification
Expected: Immediate sync and notification of GMail/Inbox emails.
Current: Delayed email (by minutes or hours) or email never syncs until opening the app and forcing a sync by pulling-to-refresh one or multiple times.
Device: Nexus 6P 32GB Aluminum
To Reproduce: emails to my gmail do not produce a notification until i open gmail. then the notifications appear. if i get a new email shortly thereafter i will get the notification otherwise i am constantly checking my gmail for new emails
Frequency:
at least daily i will check my gmail to see a new email, but i have not got a notification
Expected: Immediate sync and notification of GMail/Inbox emails.
Current: Delayed email (by minutes or hours) or email never syncs until opening the app and forcing a sync by pulling-to-refresh one or multiple times.
[Deleted User] <[Deleted User]> #224
Test this out
re...@gmail.com <re...@gmail.com> #225
I'm also having the same problem. No updates to gmail or inbox on a nexus 6p running the latest android release. If I kill the gmail app and restart it, I'll get updates/notifications for a short period, then silence agiain. Updates/notifications come through fine on gmail running on my iPad. Also restarted my nexus 5x, but stupidly allowed it to update to the latest android release, and it also has the problem. Maybe I'll break out the old nexus 6 and NOT update.
I've tried removing all non-critical apps, but still no gmail updates..
I've tried removing all non-critical apps, but still no gmail updates..
ni...@gmail.com <ni...@gmail.com> #226
This has been happening to me as well. But I have a Galaxy S5 with 5.1.1
The emails come in if I go into the app and pull down to refresh. Otherwise, it goes several hours between syncing on its own. I tried the "not syncing" troubleshooter, but that didn't help
The emails come in if I go into the app and pull down to refresh. Otherwise, it goes several hours between syncing on its own. I tried the "not syncing" troubleshooter, but that didn't help
ni...@gmail.com <ni...@gmail.com> #227
This has been happening to me as well. But I have a Galaxy S5 with 5.1.1
The emails come in if I go into the app and pull down to refresh. Otherwise, it goes several hours between syncing on its own. I tried the "not syncing" troubleshooter, but that didn't help
The emails come in if I go into the app and pull down to refresh. Otherwise, it goes several hours between syncing on its own. I tried the "not syncing" troubleshooter, but that didn't help
sc...@gmail.com <sc...@gmail.com> #228
Did a fresh install of MMB29S on my Google Fi Nexus 6 yesterday afternoon. I then updated everything, including Gmail and Hangouts to the latest versions. So far, it seems better. I won't say the issue is fixed yet because I haven't received a lot of emails to test. But, I have gotten notifications for the two emails and one Hangouts message I've gotten.
br...@gmail.com <br...@gmail.com> #229
Same for me on my nexus 5x
Notification never appear on 5x but they do on my nexus 7 2013. It started out of nowhere.
Clear app data and cache, reinstalled. Same problem, no notification
Notification never appear on 5x but they do on my nexus 7 2013. It started out of nowhere.
Clear app data and cache, reinstalled. Same problem, no notification
ar...@gmail.com <ar...@gmail.com> #230
Same issue on my Nexus 5 with Android 6.0.1 (Build MMB29S). Delayed notifications. Using Outlook app as an alternative, but I want real Gmail and Inbox.
fr...@gmail.com <fr...@gmail.com> #231
Sync my MSN account is working for me (got notifications) but emails are empty.
I'm on nexus 7 2013 and nexus 5x, 6.0.1 using Gmail app.
I'm on nexus 7 2013 and nexus 5x, 6.0.1 using Gmail app.
hu...@gmail.com <hu...@gmail.com> #232
Notifications coming in late for me as well on Moto X 2015 Pure. I have also set Gmail to not optimize. Please fix this!!
ja...@gmail.com <ja...@gmail.com> #233
Gmail notifications not working for Samsung Galaxy s5. Tried all of the suggestions and not luck.
st...@gmail.com <st...@gmail.com> #234
same issue
fr...@gmail.com <fr...@gmail.com> #235
same issue here
sh...@gmail.com <sh...@gmail.com> #236
[Comment deleted]
sh...@gmail.com <sh...@gmail.com> #237
Same issue, Nexus 6P on Project Fi running Marshmallow 6.0.1
My Moto X (1st gen) is having no issues on Verizon running Lollipop 5.1. Likewise my Nexus 7 running 6.0.1 is having no issues. Surprisingly, my wife's Nexus 5X on Project Fi running Marshmallow 6.0.1 is having no issues either.
My Moto X (1st gen) is having no issues on Verizon running Lollipop 5.1. Likewise my Nexus 7 running 6.0.1 is having no issues. Surprisingly, my wife's Nexus 5X on Project Fi running Marshmallow 6.0.1 is having no issues either.
ma...@gmail.com <ma...@gmail.com> #238
I having this issue with Inbox (I don't use GMail app anymore). My smartphone is a Moto X Play (3rd gen.) with Marshmallow.
no...@gmail.com <no...@gmail.com> #239
Same problem here....
mi...@gmail.com <mi...@gmail.com> #240
I'm having the same issue with my General Mobile AndroidOne (Turkey) running 6.0.1. I don't remember it being there with 6.0.
hr...@gmail.com <hr...@gmail.com> #241
I believe this is not just about Gmail and Inbox; it's about other Google apps, too. At least, Google Keep.
I updated a note through an extension on Firefox, but the app on my Nexus 5 (with Marshmallow) didn't sync for quite a while. I have the Google Keep app installed on my Linux machine through Chrome. This app immediately started syncing as soon as I opened it. But the app on my Android phone didn't sync until I manually did it.
I updated a note through an extension on Firefox, but the app on my Nexus 5 (with Marshmallow) didn't sync for quite a while. I have the Google Keep app installed on my Linux machine through Chrome. This app immediately started syncing as soon as I opened it. But the app on my Android phone didn't sync until I manually did it.
li...@gmail.com <li...@gmail.com> #242
It's seemingly a notification issue and not a sync issue as emails are there when I check. I just don't get the notification. It *seems* more of a problem when doze kicks in, but that is not always the case. It's really just too inconsistent for me.
I will say PHotos is behaving the same way. But it seems more likely to not notify me (of anything from Assistant) than to notify me.
I will say PHotos is behaving the same way. But it seems more likely to not notify me (of anything from Assistant) than to notify me.
mi...@gmail.com <mi...@gmail.com> #243
Stock, unrooted Nexus 6P running MMB29P 6.0.1. Push notifications are not coming through for Gmail, Inbox, or Google Rewards since about Christmas.
If I open the app and manually sync my mail (or for Rewards, open the app and wait for it to sync automatically), everything loads up fine.
If I open the app and manually sync my mail (or for Rewards, open the app and wait for it to sync automatically), everything loads up fine.
o....@gmail.com <o....@gmail.com> #244
Same here... This is starting to take too long to be resolved!
o....@gmail.com <o....@gmail.com> #245
Same here... This is starting to take too long to be resolved!
ra...@gmail.com <ra...@gmail.com> #247
Today I also noticed that the Google Opinion Rewards app is not sending notifications for new surveys on my new Nexus 6P with the latest version of Android. I turned on my very old Nexus 10 running the old 5.1.1 and immediately there was the notification of a new survey. So I went back to my 6P opened the Google Opinion Rewards app and it tells me there are no new surveys, even after waiting about 30 minutes. I had even been using my 6P frequently so I don't think it was in Doze mode. The sync issues seem to be growing. Why is this still marked as a small priority defect? I don't really care about the rewards but I would definitely like to get my emails.
al...@gmail.com <al...@gmail.com> #248
Failed to receive gmail notification, though it appears that the mail is updated. This persisted even through a phone restart.
I also fail to get hangouts notifications occasionally (text messages, hangouts messages).
Nexus 5x
Android 6.0.1
on Project Fi
I also fail to get hangouts notifications occasionally (text messages, hangouts messages).
Nexus 5x
Android 6.0.1
on Project Fi
st...@gmail.com <st...@gmail.com> #249
Nexus 6P, android 6.0.1
Would like to reiterate, since only one other comment references it so far, that Opinion Rewards, along with gmail updates, will no longer be picked up since the 6.0.1 update after the phone has gone into doze mode. Restarting the device will clear up the issue until the next time the phone dozes.
Would like to reiterate, since only one other comment references it so far, that Opinion Rewards, along with gmail updates, will no longer be picked up since the 6.0.1 update after the phone has gone into doze mode. Restarting the device will clear up the issue until the next time the phone dozes.
ky...@gmail.com <ky...@gmail.com> #250
This just started for me using Nexus 6P and Inbox. No notifications. Failing to sync with changes to inbox made on the web.
dm...@gmail.com <dm...@gmail.com> #251
I'm not getting notifications at all on Inbox or on Hangouts. Rewards seems to be working OK. I'm on a stock Galaxy S5 Active (AT&T).
fe...@gmail.com <fe...@gmail.com> #252
Same issue here. Stock version on Motorola Nexus 6 on 6.0.1 build MMB29K. Manually sync is required to get mail most of the time.
em...@gmail.com <em...@gmail.com> #253
I'm experiencing the exact same problems but in a LG Spirit H440n running android 5.0.1 version.
Looking forward for a fix!
Looking forward for a fix!
ba...@gmail.com <ba...@gmail.com> #254
Same issue here. Silver 64gb Nexus 6p. No Gmail sync. Missing important emails.
ra...@gmail.com <ra...@gmail.com> #255
Never thought google will not consider fixing such a critical issue till now.
I was one of the first to purchase nexus 6p 32 gb in India and experiencing this same issue!
Not just email, but any other app notification are getting delayed. Whatsapp, Hangout conversations, Exchange emails, Yahoo mails, skype and any other app that can send notifications isn't sending any notification until I turn on my screen and allow 10-15 seconds for the notifications to come in.
Whats the use if neither google nor any other developer is able to fix this issue, we consumers are getting hit hard by this.
P.S. - How can it be a Priority - Small issue when over couple hundred people are experiencing this.
I was one of the first to purchase nexus 6p 32 gb in India and experiencing this same issue!
Not just email, but any other app notification are getting delayed. Whatsapp, Hangout conversations, Exchange emails, Yahoo mails, skype and any other app that can send notifications isn't sending any notification until I turn on my screen and allow 10-15 seconds for the notifications to come in.
Whats the use if neither google nor any other developer is able to fix this issue, we consumers are getting hit hard by this.
P.S. - How can it be a Priority - Small issue when over couple hundred people are experiencing this.
ry...@gmail.com <ry...@gmail.com> #256
Same issue here, been happening for weeks. No notifications on Facebook, gmail, hangouts, opinion rewards. Very frustrating. 6P 6.0.1 January security update MMB29P. Gmail 5.9.109452737
sb...@gmail.com <sb...@gmail.com> #257
Inconsistent notifications for Inbox, with no pattern yet determined. Clearing cache sometimes helps for a short period of time, removing and reinstalling the app sometimes helps for a short period of time. Snoozing emails may be root cause, but again no consistancy. Reminders also impacted. Running Nexus 6p, build MMB29M, on Project Fi. Security patch level 12/1/15, Android 6.0.1.
ro...@gmail.com <ro...@gmail.com> #258
Same issues as others no notifications on WiFi after doze (didn't get a single gmail notification all weekend).
Build mmb29p
Android 6.0.1
Nexus 5x
Build mmb29p
Android 6.0.1
Nexus 5x
jo...@gmail.com <jo...@gmail.com> #259
Can we escalate this to more than "small"? This is a big issue affecting those of us on brand new software and hardware.
se...@gmail.com <se...@gmail.com> #260
I am having issues with delayed echange notifications as well. This is impacting my ability to work proficiently and this needs to be escalated.
ed...@gmail.com <ed...@gmail.com> #261
I am having this issue with a Nexus 6P - fully updated
bc...@gmail.com <bc...@gmail.com> #262
I am having the problem as well with my nexus 6P. Facebook notifications seem to be working for me (or I use it so little I haven't noticed)
Gmail however is broken on the new email notifications.
Gmail however is broken on the new email notifications.
sc...@gmail.com <sc...@gmail.com> #263
I'm having this issue on a Nexus 6P, Marshmallow 6.01 with both gmail and inbox.
jv...@gmail.com <jv...@gmail.com> #264
Nexus 5X
6.0.1
MMB29P
GMail Version 5.9.109452737.release
6.0.1
MMB29P
GMail Version 5.9.109452737.release
mi...@gmail.com <mi...@gmail.com> #265
I noticed yesterday afternoon that my Gmail/Inbox/Rewards notifications have suddenly started coming through as expected again, after not working for 2-3 weeks. Perhaps Google is silently pushing an update outside of the individual apps?
Nexus 6P v6.0.1 MMB29P
Google Play Services 8.4.89 (2428711-440)
Google Opinion Reward v20151111
Google Inbox v1.16 (111083074)
Gmail v5.9.109452737
Nexus 6P v6.0.1 MMB29P
Google Play Services 8.4.89 (2428711-440)
Google Opinion Reward v20151111
Google Inbox v1.16 (111083074)
Gmail v5.9.109452737
ta...@gmail.com <ta...@gmail.com> #266
When will the be addressed? My patience is nearly expired after 30 days of non-existent email sync and notifications for essential work emails. Do I need to consider another email platform? Or is this too big an issue for Android in general? As a paying CUSTOMER, I'd like a date when my services will be restored. Silence will not be tolerated.
Anyone have any luck with other email apps?
Anyone have any luck with other email apps?
rh...@gmail.com <rh...@gmail.com> #267
How could this not be a high priority? I've switched from using Gmail for work exchange emails as I CANNOT miss emails and I've moved away from hangouts as I can't be comfortable with an app just randomly missing notifications. Google, you should fix this issue, started after 6.0.1 on Nexus 5x on Fi. Change the priority level to something higher than "small"
ka...@gmail.com <ka...@gmail.com> #268
I'm having this same issue. Gmail, Facebook, SMS & MMS are all giving me problems. I've made sure I'm up to date & uninstalled/reinstalled with NO help! Please fix this ASAP!!
ma...@gmail.com <ma...@gmail.com> #269
I am able to get notifications from gmail but there is no notification for mails sent to exchange account. I have to manually go to inbox to find the email
ma...@gmail.com <ma...@gmail.com> #270
I still wonder how it is a "small" priority issue.
le...@gmail.com <le...@gmail.com> #271
[Comment deleted]
le...@gmail.com <le...@gmail.com> #272
Nexus 5
Android 6.0.1
MMB29S
Since the last small update (a few MB) yesterday, my outlook office 365/exchange email have stopped syncing normally, but I still receive the ones from my gmail account. I couldn't receive any emails from the exchange account for a full day. Now after trying to sync it manually a dozen times in a row (I have done it at least 20 times during the day) it worked. But still won't sync automatically.
Android 6.0.1
MMB29S
Since the last small update (a few MB) yesterday, my outlook office 365/exchange email have stopped syncing normally, but I still receive the ones from my gmail account. I couldn't receive any emails from the exchange account for a full day. Now after trying to sync it manually a dozen times in a row (I have done it at least 20 times during the day) it worked. But still won't sync automatically.
wi...@gmail.com <wi...@gmail.com> #273
I'm having this issue as well, nexus 6p
pg...@gmail.com <pg...@gmail.com> #274
I wouldn't consider this small. I'm willing to shed myself of this phone due to this problem. I'm extremely thankful that I didn't deploy 20 of these like we had planned, it would have been a disaster with this bug.
cp...@xrev.com.au <cp...@xrev.com.au> #275
Please resolve this ASAP. I have the same issue on my device.
Nexus 5X
Android 6.0.1 MMB29P
Gmail 5.9.109452737
It's critical to my business that I get notifications as soon as possible when I receive an email. For me it works when I manually sync. But I shouldn't have to manually sync every 5 minutes to check if an email has arrived...
Nexus 5X
Android 6.0.1 MMB29P
Gmail 5.9.109452737
It's critical to my business that I get notifications as soon as possible when I receive an email. For me it works when I manually sync. But I shouldn't have to manually sync every 5 minutes to check if an email has arrived...
du...@gmail.com <du...@gmail.com> #276
I have been experiencing this issue on my Nexus 6P since Android 6.0.0 MMB29N (specific release to fix LTE issues on the Telstra network). Upgrading to MMB29P has made no difference.
ma...@gmail.com <ma...@gmail.com> #278
Same problem with Hangouts and Android 6.0.1 on a Nexus 6P - no notifications.
ed...@gmail.com <ed...@gmail.com> #279
Downgrade the app, disable battery optimisation for the app, restart, update the app, re-enable battery optimisation seem to have helped. At long last I now get the notifications on my nexus 6P
fr...@gmail.com <fr...@gmail.com> #280
Same problem here, when I look at the account page I see that Gmail was last synchronised yesterday evening at 9, last e-mail in mailbox was at 8.
When I check my mails today, I received three mails at 3, 6 and 7 o'clock, but my phone doesn't find the need to synch. Somehow the push doesn't seem to work. I do have a "Do not disturb" automatic setting every day from 11 in the evening till 7 in the morning, maybe that's related. Are there others here that use the "Do not disturb?"
When I check my mails today, I received three mails at 3, 6 and 7 o'clock, but my phone doesn't find the need to synch. Somehow the push doesn't seem to work. I do have a "Do not disturb" automatic setting every day from 11 in the evening till 7 in the morning, maybe that's related. Are there others here that use the "Do not disturb?"
fr...@gmail.com <fr...@gmail.com> #281
Continuing my previous comment 279:
When I try to synchronize through the settings-account page, the synchronization seems to be stuck. The circle-arrows appear but nothing happens.
I then open my gmail app and then last synchronization date updates, but circle-arrows stay.
When I try to synchronize through the settings-account page, the synchronization seems to be stuck. The circle-arrows appear but nothing happens.
I then open my gmail app and then last synchronization date updates, but circle-arrows stay.
ca...@gmail.com <ca...@gmail.com> #282
Same problem on LG G2 mini android 5.0.2
It's critical for me, please fix.
It's critical for me, please fix.
nk...@gmail.com <nk...@gmail.com> #283
Same Issue
Android build -> MMB29P
Device used -> Nexus 5X
Steps to reproduce -> Gmail not syncing intermittently
Frequency -> Quite Often
Expected output -> Unable to know when mails come
Current output -> No Notification
Android build -> MMB29P
Device used -> Nexus 5X
Steps to reproduce -> Gmail not syncing intermittently
Frequency -> Quite Often
Expected output -> Unable to know when mails come
Current output -> No Notification
po...@gmail.com <po...@gmail.com> #284
Nexus 6P
Frequency: Every few days. Issue started between Christmas and New Years's.
Carrier was straighttalk, now on Google Fi. Error still occurs.
mo...@gmail.com <mo...@gmail.com> #285
Email notifications not coming through, Google Play rewards not coming through. A lot of Google services are not working. Both on my wife's phone and my phone.
Nexus 6P
Nexus 5X
Something is wrong in my Sync as well. A lot of syncing channels are "stuck".
Hopefully there is a fix soon. Started happening around the New Year as well.
Nexus 6P
Nexus 5X
Something is wrong in my Sync as well. A lot of syncing channels are "stuck".
Hopefully there is a fix soon. Started happening around the New Year as well.
cw...@gmail.com <cw...@gmail.com> #286
Seems to be everything that uses GCM. Pushbullet won't even receive any pushes until the app is opened.
re...@gmail.com <re...@gmail.com> #287
[Comment deleted]
mi...@gmail.com <mi...@gmail.com> #288
Nexus 5X
Android version: 6.0.1
Security patch: January 1, 2016
Build no: MMB29P
No notifications and Outlook is not syncing correctly. Take ~1 minute just to open one mail.
Android version: 6.0.1
Security patch: January 1, 2016
Build no: MMB29P
No notifications and Outlook is not syncing correctly. Take ~1 minute just to open one mail.
ed...@gmail.com <ed...@gmail.com> #289
I was wrong in
https://code.google.com/p/android/issues/detail?id=197805#c278
today the issue re-appeared. During the night I put the phone into do not disturb, I wonder if that's caused the issue to reappear. In any case I have disabled again the battrey optimization for gmail and this seems to help greatly. I can even re-enable the optimization and emails come through.
But it's ridiculous to do this trick every day.
today the issue re-appeared. During the night I put the phone into do not disturb, I wonder if that's caused the issue to reappear. In any case I have disabled again the battrey optimization for gmail and this seems to help greatly. I can even re-enable the optimization and emails come through.
But it's ridiculous to do this trick every day.
zu...@gmail.com <zu...@gmail.com> #290
[Comment deleted]
zu...@gmail.com <zu...@gmail.com> #291
I keep getting notices that Issue Tracker threads related to this problem are being merged, but I still have not seen any statement from Google acknowledging the problem or raising the priority status above 'Small.' As many others have expressed here, this failure to receive notifications is certainly not a 'Small' problem from my perspective.
How about throwing us some kind of update on your progress?
How about throwing us some kind of update on your progress?
bd...@gmail.com <bd...@gmail.com> #292
I started using INBOX instead of GMAIL and it seems to be delivering notifications in a timely manner... fingers crossed.
mo...@gmail.com <mo...@gmail.com> #293
I just received a software update! Does this software update fix the issues with syncing and notifications related to Google services?
8.7 MB
This software update will improve the security of your Nexus 6P with the January 2016 patches.
Anyone else get this?
8.7 MB
This software update will improve the security of your Nexus 6P with the January 2016 patches.
Anyone else get this?
zu...@gmail.com <zu...@gmail.com> #294
In re #292, if you mean you just got the January security patch, no it doesn't help. I've had that on since it was released and still have the same problem.
Ditto for #278, I also did the downgrade of Gmail to an earlier version and started getting notifications again but then it gradually stopped again.
Ditto for #278, I also did the downgrade of Gmail to an earlier version and started getting notifications again but then it gradually stopped again.
mo...@gmail.com <mo...@gmail.com> #295
UPDATE
First time in weeks. Receiving all notifications on time. Will keep testing.
First time in weeks. Receiving all notifications on time. Will keep testing.
d....@gmail.com <d....@gmail.com> #296
I also have the issue, nexus 6p 6.01
ch...@gmail.com <ch...@gmail.com> #297
also got this issue. N5x
jk...@gmail.com <jk...@gmail.com> #298
I am noticing the same issue with the Inbox app. I don't get notifications of new emails until I open the app. It also happens with others like my Canary alarm app and my Ring doorbell app where I get no notifications from either app when they are triggered to push a notification to my phone. This is a huge issue as I am not getting my doorbell notifications nor when my alarm is triggered.
There also appears to be a related issue regarding location services. Canary is not disabling/enabling the alarm properly when I come and go from the house. I also have been having issues with getting my location quickly in other apps like Weather Channel App, Google Maps, Waze etc.
There also appears to be a related issue regarding location services. Canary is not disabling/enabling the alarm properly when I come and go from the house. I also have been having issues with getting my location quickly in other apps like Weather Channel App, Google Maps, Waze etc.
jk...@gmail.com <jk...@gmail.com> #299
Also:
Model: Nexus 6P
Android Version: 6.0.1
Build #: MMB29P
Occurs nearly 100% of the time.
Model: Nexus 6P
Android Version: 6.0.1
Build #: MMB29P
Occurs nearly 100% of the time.
te...@gmail.com <te...@gmail.com> #300
Is anybody else noticing that their device goes away in Android Device Manager at the same time that notifications stop? That's happened to me twice now (one after the 12/15 gmail update, and just recently again after I reset to factory).
BTW, I'm on a G4 with Lollipop.
BTW, I'm on a G4 with Lollipop.
oc...@gmail.com <oc...@gmail.com> #301
Moto X Gen 2 (2014) Verizon
Android 5.1 (23.16.5.victara_verizon.verizon.en.US LPE23.32-25-5)
Push notifications for Gmail and Outlook stopped working until I reinstalled the apps, but still worked for some other apps (eg Hangouts). After reinstall, Gmail
notifications worked for about 15 minutes before it stopped again. Symptoms are that
that emails don't show up until you open Gmail app and force a refresh.
Android 5.1 (
Push notifications for Gmail and Outlook stopped working until I reinstalled the apps, but still worked for some other apps (eg Hangouts). After reinstall, Gmail
notifications worked for about 15 minutes before it stopped again. Symptoms are that
that emails don't show up until you open Gmail app and force a refresh.
ma...@gmail.com <ma...@gmail.com> #302
I pulled the gmail app off of Doze and it's working for me.
sk...@gmail.com <sk...@gmail.com> #303
Same thing here...
ro...@gmail.com <ro...@gmail.com> #304
Same problem on all my android devices: Nexus 9 (Android 6.0.1), Nexus 7 (6.0.1), Moto X 2014 (6.0). Works fine on iphone...
Tried removing from battery optimization, reselected sync in gmail settings, re-installed the app, cleared the cache...
Tried removing from battery optimization, reselected sync in gmail settings, re-installed the app, cleared the cache...
bo...@gmail.com <bo...@gmail.com> #305
Same problem, seem to get them if i turn wifi off though.
pa...@gmail.com <pa...@gmail.com> #306
Model: Nexus 6P
Android Version: 6.0.1
Build #: MMB29P
Occurs nearly 100% of the time.
Android Version: 6.0.1
Build #: MMB29P
Occurs nearly 100% of the time.
ve...@gmail.com <ve...@gmail.com> #307
Nexus 6 here, same problem. Have had the issue for at least a month. Inbox hasn't auto-synced in about a week; Gmail syncs but only because I make it sync manually.
jf...@gmail.com <jf...@gmail.com> #308
Model: Nexus 5X
Android Version: 6.0.1
Build #: MMB29P
Gmail has been fix by removing DOZE on apps, Morning alarm is still not working alarm is set to 5.07 am if i check the phone at 5.21 alarm goes on?!?!
Android Version: 6.0.1
Build #: MMB29P
Gmail has been fix by removing DOZE on apps, Morning alarm is still not working alarm is set to 5.07 am if i check the phone at 5.21 alarm goes on?!?!
th...@gmail.com <th...@gmail.com> #309
Same issue. Experiencing no automatic gmail updates/notifications on my Nexus 6P. I have to manually swipe down to refresh the mailbox to get new messages. Please fix this issue. Thanks!
Model: Nexus 6P
Android Version: 6.0.1
Build #: MMB29P
Model: Nexus 6P
Android Version: 6.0.1
Build #: MMB29P
ja...@gmail.com <ja...@gmail.com> #310
Same issue with my nexus 6p with Android 6.0.1
When we will have a true update ?
When we will have a true update ?
da...@gmail.com <da...@gmail.com> #311
Same issue here. All of the sudden Gmail isn't syncing correctly. I'll get a few in the morning then they'll stop. This actually just started in the last 2 days. I'll get home,then close to 7pm,I'll get a ton at once. Just had 13 come in from all hours of the day. 6P 6.0.1
ag...@gmail.com <ag...@gmail.com> #312
Same issue. This is more than a small priority issue. Have version 6.0.1. Tried turning sync off and on again and also clearing data from the app.
ro...@gmail.com <ro...@gmail.com> #313
[Comment deleted]
li...@gmail.com <li...@gmail.com> #314
I faced an issue with Gmail / Inbox notifications not coming through while phone was in Doze. Adding the specific app to the "Not optimized" within Battery Optimization did not help.
Only after adding "Google Connectivity Services" and "Google Services Framework" to the "Not optimized" list did my notifications begin coming through while the phone was in doze.
Also worth noting, this did not cause any huge battery usage hit, doze still saves a ton of battery life.
Only after adding "Google Connectivity Services" and "Google Services Framework" to the "Not optimized" list did my notifications begin coming through while the phone was in doze.
Also worth noting, this did not cause any huge battery usage hit, doze still saves a ton of battery life.
ja...@gmail.com <ja...@gmail.com> #315
Same issue. 5X 6.0.1. Sometimes new email notifications come through immediately, sometimes delayed, sometimes not at all. If I read the email on another device, the notification never goes away on the 5X.
it...@gmail.com <it...@gmail.com> #316
Same issue on 5X 6.0.1. I tried clearing data, uninstalling Gmail updates, turning on/off sync and adding Gmail to the "Not optimized" within Battery Optimization. Nothing helped and this is high priority issue for me, so please do something ASAP.
sz...@gmail.com <sz...@gmail.com> #317
Same issue here: Nexus 5x, MMB29P, I receive no notification from Inbox or Gmail about new e-mails. Restart, reinstall, factory reset did not help at all. Please provide an update or a workaround.
sh...@gmail.com <sh...@gmail.com> #318
Same issue nexus 6p
ja...@gmail.com <ja...@gmail.com> #319
#318 Same problem here! I don't get notifications on a regular basis unless I go into the app and pull down to refresh. Please fix!
dk...@gmail.com <dk...@gmail.com> #320
Same issue nexus 6p
ic...@gmail.com <ic...@gmail.com> #321
#320 Same problem here! I don't get notifications on a regular basis unless I go into the app and pull down to refresh. Please fix!
gp...@gmail.com <gp...@gmail.com> #322
Same here on Nexus 6P MM29P 6.0.1 January 1 patch.
ju...@gmail.com <ju...@gmail.com> #323
Nexus 5
Android version: 6.0.1
Security patch: January 1, 2016
Build no: MMB29S
No Gmail notifications and Google Now has far less updates.
Android version: 6.0.1
Security patch: January 1, 2016
Build no: MMB29S
No Gmail notifications and Google Now has far less updates.
ne...@gmail.com <ne...@gmail.com> #324
Have had periodic issues since receiving my 6p,intermittent email notifications, on all my Gmail amounts.....very frustrating to not be able to trust my notifications, especially when I need my mail for work.
je...@gmail.com <je...@gmail.com> #325
[Comment deleted]
je...@gmail.com <je...@gmail.com> #326
Same issue on Nexus 5x. No Gmail notifications after checking and setting notifications on phone and in app and for Google account. It appears that Gmail app is just not pulling in new mail. Must open app and refresh for new mail to come in.
Gmail app is up to date.
Nexus 5x
Android: 6.0.1
Build: MMB29P
Security patch: Jan 1, 2016
Gmail app is up to date.
Nexus 5x
Android: 6.0.1
Build: MMB29P
Security patch: Jan 1, 2016
wo...@gmail.com <wo...@gmail.com> #327
Same issue. Nexus 5 6.0.1, January security update.
cr...@haskett.us <cr...@haskett.us> #328
Same issue on both nexus 6p's in our household. Really annoying bug. Any update on a fix for this Google?
ja...@gmail.com <ja...@gmail.com> #329
same issue. Nexus 6 6.0.1 january security update
tr...@gmail.com <tr...@gmail.com> #330
Having the same issue using latest version of Gmail on Nexus 6P running Android 6.0.1. Also have Project Fi. App isn't alerting me of email. I have to manual open the app and refresh it to see emails.
le...@leonardocasale.com <le...@leonardocasale.com> #331
Had the same issue on a Nexus 6 running MMB29S with Gmail version 5.9.109452737.release. Ever since I activated Android Pay on the phone Gmail started automatically syncing again. Prior to that I could only manually update Gmail.
rg...@gmail.com <rg...@gmail.com> #332
Same issue here also. Nexus 6, 6.0.1 with January 1, 2016 security patch.
Seems to happen when the phone is not used for a while, like overnight. Once i toggle syncing off/on it seems to continue to work until some unknown time.
Seems to happen when the phone is not used for a while, like overnight. Once i toggle syncing off/on it seems to continue to work until some unknown time.
ci...@thegallagherclan.co.uk <ci...@thegallagherclan.co.uk> #333
Same issue on Nexus 5x. No Gmail notifications after checking and setting notifications on phone and in app and for Google account. Cleared cache and content, resynced accounts and still getting serious delays / complete failure from notifications.
Gmail app and android is up to date.
Nexus 5x
Android: 6.0.1
Build: MMB29P
Security patch: Jan 1, 2016
Gmail app and android is up to date.
Nexus 5x
Android: 6.0.1
Build: MMB29P
Security patch: Jan 1, 2016
pl...@gmail.com <pl...@gmail.com> #334
I am also missing notifications on my nexus 6 tmobile latest updates available. I did a factory reset and while it seemed to help for a bit the issue is now back.
je...@gmail.com <je...@gmail.com> #335
Same issue on my Nexus 6P. Email is not arriving.
ra...@gmail.com <ra...@gmail.com> #336
Guys, I recently found a small configuration on my device, that might (fingers crossed) resolve your issue.
For me somehow google services, google play store and few other google related services were marked as restricted from using data (Cellular or WiFi) in background.
Please check it on your devices, if they are restricted, please remove restrictions and it should resolve your problem. I had this issue, but after removing this restriction all my notification including Gmail are going through fine though now battery life is a bit low with just 2-2.30 hours of SoT and very mild usage through out the day.
For me somehow google services, google play store and few other google related services were marked as restricted from using data (Cellular or WiFi) in background.
Please check it on your devices, if they are restricted, please remove restrictions and it should resolve your problem. I had this issue, but after removing this restriction all my notification including Gmail are going through fine though now battery life is a bit low with just 2-2.30 hours of SoT and very mild usage through out the day.
bd...@gmail.com <bd...@gmail.com> #337
Same issue here, Nexus 5X.
GMail stop syncing overnight.
GMail stop syncing overnight.
sh...@gmail.com <sh...@gmail.com> #338
I have the same issue with my Google Nexus 6P. I think it's an issue with Gmail not syncing rather than notifications since I have to go into my Gmail App and manually refresh each account before seeing my new emails.
ja...@gmail.com <ja...@gmail.com> #339
Same for me. Nexus 6. Sync problem.
wo...@gmail.com <wo...@gmail.com> #340
Uninstalling Google Play Services updates, clearing data, disabling it and then reenabling helped. After reenabling it upgraded to the recent version and notifications/sync started working for me again.
we...@gmail.com <we...@gmail.com> #341
Same Issue
Android build -> MMB29S
Device used -> Nexus 6
Steps to reproduce -> Google Account syncing intermittently
Frequency -> Weekly
Expected output -> Auto-sync account and then push notification sent
Current output -> No automatic sync and no push notification
It appears to be due to Google account not auto-syncing. When I look at Settings>Accounts>Google, many of the apps have not auto-synced unless I have opened the app to sync. If I force a Google account sync using Settings>Accounts>Google>Sync now, this temporarily fixes the issue, but returns a within a few days or the week.
Android build -> MMB29S
Device used -> Nexus 6
Steps to reproduce -> Google Account syncing intermittently
Frequency -> Weekly
Expected output -> Auto-sync account and then push notification sent
Current output -> No automatic sync and no push notification
It appears to be due to Google account not auto-syncing. When I look at Settings>Accounts>Google, many of the apps have not auto-synced unless I have opened the app to sync. If I force a Google account sync using Settings>Accounts>Google>Sync now, this temporarily fixes the issue, but returns a within a few days or the week.
sc...@gmail.com <sc...@gmail.com> #342
After manually doing a fresh install of MMB29S on my Nexus 6, everything worked for a while. Now it's back to not syncing again.
mu...@gmail.com <mu...@gmail.com> #343
Same issue reported here on Nexus 5x running 6.0.1 build number MMB29P.
ry...@gmail.com <ry...@gmail.com> #344
[Comment deleted]
da...@gmail.com <da...@gmail.com> #345
Same issue here
6P running 6.0.1 Build MMB29P
Gmail Version : 5.9.109452737.release 4th Dec
Play services version 8.4.89 (2428711-440)
6P running 6.0.1 Build MMB29P
Gmail Version : 5.9.109452737.release 4th Dec
Play services version 8.4.89 (2428711-440)
ex...@gmail.com <ex...@gmail.com> #346
Same issue on Nexus 5x. Build number MMB29P. I've tried everything. Reinstalling gmail to its factory version only solved it temporarily (day or so), then went back to no notifications.
My partner with a Moto G 2015 recently updated to marshmallow, now can't send emails from his Hotmail account through the gmail app at all.
Serious issues with basic email functionality, and still no fix after nearly a month now. My confidence in Google is definitely shaken given how long this has been taking...
My partner with a Moto G 2015 recently updated to marshmallow, now can't send emails from his Hotmail account through the gmail app at all.
Serious issues with basic email functionality, and still no fix after nearly a month now. My confidence in Google is definitely shaken given how long this has been taking...
hj...@googlemail.com <hj...@googlemail.com> #347
Same issue reported here on Nexus 5x running 6.0.1 build number MMB29P.
he...@gmail.com <he...@gmail.com> #348
I'm seeing the same issue.
Nexus 5x running 6.0.1 build number MMB29P
Nexus 5x running 6.0.1 build number MMB29P
he...@gmail.com <he...@gmail.com> #349
I'm seeing the same issue.
Nexus 5x running 6.0.1 build number MMB29P
Nexus 5x running 6.0.1 build number MMB29P
na...@gmail.com <na...@gmail.com> #350
Same issue here
Nexus 6p
Build: MMB29P
Android 6.0.1
Nexus 6p
Build: MMB29P
Android 6.0.1
ed...@gmail.com <ed...@gmail.com> #351
Same issue reported here on Nexus 5x running 6.0.1 build number MMB29P
pe...@stratocloud.co.uk <pe...@stratocloud.co.uk> #352
Same issue here
Nexus 5X
Build: MMB29P
Android 6.0.1
Nexus 5X
Build: MMB29P
Android 6.0.1
ka...@gmail.com <ka...@gmail.com> #353
Same issue here.
Phone: Nexus 6P
Build: MMB29B
Android: 6.0.1
Carrier: Project Fi
Gmail Version: 5.9.109452737.release
Phone: Nexus 6P
Build: MMB29B
Android: 6.0.1
Carrier: Project Fi
Gmail Version: 5.9.109452737.release
[Deleted User] <[Deleted User]> #354
Gmail notifications come, but they come late. Hours after an email arrives they'll show up in my notifications.
I have 2 gmail accounts on my phone (this occurs for both)
Nexus 6p
Android 6.0.1
Latest gmail version as of today.
I have 2 gmail accounts on my phone (this occurs for both)
Nexus 6p
Android 6.0.1
Latest gmail version as of today.
ex...@gmail.com <ex...@gmail.com> #355
As this comment does not seem to be referenced here, the plan seems to be to fix it in the coming Gmail release. That is, >5.9
At the time of this writing, this fix has *not* hit yet. So if you have this issue, check if you have GMail version. If it's 5.9.x or below then there's only one thing to do. Hang back and wait for the next update.
To check the application version, open the app drawer and drag the GMail app onto "App Info".
The information comes from here:http://www.androidpolice.com/2016/01/02/some-nexus-owners-are-having-syncing-issues-in-gmail-inbox-and-other-apps/
At the time of this writing, this fix has *not* hit yet. So if you have this issue, check if you have GMail version. If it's 5.9.x or below then there's only one thing to do. Hang back and wait for the next update.
To check the application version, open the app drawer and drag the GMail app onto "App Info".
The information comes from here:
an...@gmail.com <an...@gmail.com> #356
I started noticing this a couple weeks back.
I'm runnning a Nexus 6(2015) 6.0.1. I've checked account settings and tried all of the recommendations from Google Support pages/forums, without success.
I know the emails are sent because I my Galaxy Note 3 starts blinking with it's notification LED.
I'm hoping this gets fixed soon.
I'm runnning a Nexus 6(2015) 6.0.1. I've checked account settings and tried all of the recommendations from Google Support pages/forums, without success.
I know the emails are sent because I my Galaxy Note 3 starts blinking with it's notification LED.
I'm hoping this gets fixed soon.
tb...@gmail.com <tb...@gmail.com> #357
Same thing happening here. Nexus 6p running 6.0.1, getting delayed notifications in gmail (also a delay with other push notifications but not as bad, eg FB messenger). I hear my iPad ping across the room, then sit and wait 5-10 min for the email notification to come up on my Nexus. If I go to the app I can refresh and get the emails, but they are not pushing. Hope it's fixed soon.
ad...@gmail.com <ad...@gmail.com> #358
[Comment deleted]
ad...@gmail.com <ad...@gmail.com> #359
Phone: Nexus 6P
Build: MMB29B
Android: 6.0.1
Carrier: Verizon
Inbox Version: 1.16 (111083074)
Same issue here with Nexus 6p running 6.0.1. Either the notifications for Inbox are severely delayed or they just do not come through.
I have Gmail disabled and only use Inbox, but I went back and re-enabled Gmail and was able to see that Gmail is also not getting them.
I must manually pull to refresh inside the open Inbox app for the mail to refresh.
Build: MMB29B
Android: 6.0.1
Carrier: Verizon
Inbox Version: 1.16 (111083074)
Same issue here with Nexus 6p running 6.0.1. Either the notifications for Inbox are severely delayed or they just do not come through.
I have Gmail disabled and only use Inbox, but I went back and re-enabled Gmail and was able to see that Gmail is also not getting them.
I must manually pull to refresh inside the open Inbox app for the mail to refresh.
jo...@gmail.com <jo...@gmail.com> #360
yup...same for me....notifications are slow at best or not at all
sb...@gmail.com <sb...@gmail.com> #361
Nexus 6p, 64GB, running 6.01 w/ January security update. Have had sporadic issues w/ Inbox notifications. Clearing cache has never fixed the issue. Restarting has never fixed the issue. Up until yesterday, uninstalling and reinstalling DID fix the issue. However, yesterday I had to uninstall Google Services, disable, restart, then re-enable, reinstall updates, restart, reinstall Inbox...THAT fixed the issue.....until this morning, when I'm not receiving notifications again. I now have to manually refresh Inbox, or I won't even see any new mail. Same thing happening in Gmail app. This is a serious issue.
mi...@gmail.com <mi...@gmail.com> #362
Same problem with both Gmail and Google Opinion Rewards. Have to manually go into the app and get it to refresh for emails or surveys to show up.
en...@gmail.com <en...@gmail.com> #363
Nexus 5x, worked fine for me for a few weeks, then it stopped updating my gmail about a week ago. Even if I open the Gmail app, it doesn't update until I swipe down to refresh.
Baseband version: M8994F-2.6.30.0.68
Build #: MMB29P
Kernel: 3.10.73-gf97f123
Android 6.0.1
Baseband version: M8994F-2.6.30.0.68
Build #: MMB29P
Kernel: 3.10.73-gf97f123
Android 6.0.1
ma...@gmail.com <ma...@gmail.com> #364
Same here. Nexus 5X no longer sending email notifications. Just stopped last night for some reason.
je...@gmail.com <je...@gmail.com> #365
I am only intermittently receiving Gmail notifications on my Nexus 5x, which I've only had for a few weeks. I can't reproduce on demand since it seems sporadic. Sometimes I receive new Gmail notifications right when the email comes in, sometimes it is several hours later, sometimes not at all. Unbelievable that I can't rely on Gmail notifications on a Google phone. Please prioritize this!
Device: Nexus 5x
Build: MMB29P
Baseband version: M8994F-2.6.30.0.68
Version: 6.0.1
Security patch level: January 1, 2016
Device: Nexus 5x
Build: MMB29P
Baseband version: M8994F-2.6.30.0.68
Version: 6.0.1
Security patch level: January 1, 2016
ed...@gmail.com <ed...@gmail.com> #366
Same issue here, neither gmail, or Whatsapp, or Telegram, are syncing! Gmail is the biggest issue for me.
I think it all started after the last android update. It may be related with Wi-Fi, every time I get out of wifi, it syncs.
Device: Nexus 6
Build MMB29S
Android version 6.0.1
I think it all started after the last android update. It may be related with Wi-Fi, every time I get out of wifi, it syncs.
Device: Nexus 6
Build MMB29S
Android version 6.0.1
li...@gmail.com <li...@gmail.com> #367
[Comment deleted]
li...@gmail.com <li...@gmail.com> #368
Im having the same issue with Gmail on my Nexus 6P with Android 6.0.1, I didn't have this problem when I was on 6.0.0 so I've followed all the indications and still Gmail is not working as usual.
Device: Nexus 6P
Build: MMB29T
Security patch: Jan 1, 2016
Android version: 6.0.1
Device: Nexus 6P
Build: MMB29T
Security patch: Jan 1, 2016
Android version: 6.0.1
jo...@gmail.com <jo...@gmail.com> #369
[Comment deleted]
jo...@gmail.com <jo...@gmail.com> #370
I'm having the same issue on my Xperia Z which is not helpful as I rely on the notifications for work.
bl...@gmail.com <bl...@gmail.com> #371
I am also having a similar issue with gmail notifications on my Nexus 6P on Verizon Wireless. I have android 6.0.1.
Device: Nexus 6P
Build: MMB29P
Security Patch: January 1, 2016
Android version: 6.0.1
Device: Nexus 6P
Build: MMB29P
Security Patch: January 1, 2016
Android version: 6.0.1
br...@gmail.com <br...@gmail.com> #372
I have been having the same issue as well. Sometimes I receive gmail notifications but most of the time I don't.
Device: Nexus 5X
Build: MMB29P
Security Patch: January 1, 2016
Android version: 6.0.1
Device: Nexus 5X
Build: MMB29P
Security Patch: January 1, 2016
Android version: 6.0.1
gw...@gmail.com <gw...@gmail.com> #373
I'm in the same boat. I rarely receive gmail notifications. If I go into the app and manually pull down to refresh, they'll show up, but I never got the notification for them.
Device: Nexus 6p
Build: MMB29P
Security Path: January 1, 2016
Android Version: 6.0.1
Device: Nexus 6p
Build: MMB29P
Security Path: January 1, 2016
Android Version: 6.0.1
ki...@gmail.com <ki...@gmail.com> #374
Same problem here, has been going on for a couple of weeks too
mk...@gmail.com <mk...@gmail.com> #375
Gmail 5.10 seems to fix the issue for me (for now). It has been released by Google on Jan 20, but seems to roll out slowly. You can get it on the apkmirror.com and the like in the meantime.
I also read an article that quotes a Google engineer who says that this version should fix it.
I also read an article that quotes a Google engineer who says that this version should fix it.
ir...@gmail.com <ir...@gmail.com> #376
Same problem here, I rarely recieve Gmail or Hangouts notifications in my Samsung Galaxy S4 running on 6.0.1.
sp...@gmail.com <sp...@gmail.com> #377
Google? Anybody? HELLLLOOOOOO
om...@gmail.com <om...@gmail.com> #378
Same issue seen with Inbox and (less often) Hangouts
m7...@gmail.com <m7...@gmail.com> #379
Many of my app notifications have ceased altogether. I turn on my Nexus 7 on the same account and a cascade of them pour in. Very disappointed this hasn't been addressed properly.
m7...@gmail.com <m7...@gmail.com> #380
Build MMB29P
Nexus 6P
6.0.1
No push notifications /at all/ from many apps, Gmail slightly delayed (Apple devices always notify sooner), but generally reliable.
Nexus 6P
6.0.1
No push notifications /at all/ from many apps, Gmail slightly delayed (Apple devices always notify sooner), but generally reliable.
mk...@gmail.com <mk...@gmail.com> #381
Hmmm...Gmail 5.10 hasn't fixed it either I guess.
jr...@gmail.com <jr...@gmail.com> #382
I'm having this same issue on my Droid Turbo (Verizon). Google only seems to have acknowledged this on Nexus devices, but I've been having trouble for the past couple of weeks with my phone as well.
Is this a problem with the app? Or Google's services? If I revert to an older version of Google Play Services and Gmail, should it resolve itself until an update is released?
Is this a problem with the app? Or Google's services? If I revert to an older version of Google Play Services and Gmail, should it resolve itself until an update is released?
gi...@gmail.com <gi...@gmail.com> #383
Same issue here, started less than one week ago, on two different devices:
Xperia Z and Xperia Z3 Tablet compact
In the same time, a Moto X 2014 using the same Gmail account as the Z3TC has no Gmail sync problem.
May not be a Nexus specific problem after all.
Xperia Z and Xperia Z3 Tablet compact
In the same time, a Moto X 2014 using the same Gmail account as the Z3TC has no Gmail sync problem.
May not be a Nexus specific problem after all.
vi...@gmail.com <vi...@gmail.com> #384
Have the same issue. Any updates?
ar...@gmail.com <ar...@gmail.com> #385
Nexus 6P not receiving gmail push notifications. Using project fi, mostly a WiFi issue. Must manually pull down on app to sync. Have waited 10 plus hours before manual sync as test. Latest OS as of this post.
ge...@afeiche.com <ge...@afeiche.com> #387
Can someone from Google or the IT community comment on this? my take is that GMAIL was designed to not process emails messages as "high priority" in GCM so behavior seen is not a bug.
***********************************************************************************
I can confirm this issue is affecting all marshmallow devices not just 5X/6P. Proof is some of the messages above from Samsung/Moto users but also running the 7-Step test (outlined a few message above) on my wife's Nexus 5 and showing that it has the same issues. Therefore RETURNING YOUR DEVICE WILL NOT FIX THE ISSUE
Also, i am beginning to think that there is NO ISSUE here as GOOGLE is concerned but more the new architecture Google implemented in Marshmallow which is BY DESIGN. please read this to understand some of the changes...http://developer.android.com/training/monitoring-device-state/doze-standby.html ... Starting from Android 6.0 (API level 23), Android introduces two power-saving features that extend battery life for users by managing how apps behave when a device is not connected to a power source. Doze reduces battery consumption by deferring background CPU and network activity for apps when the device is unused for long periods of time. App Standby defers background network activity for apps with which the user has not recently interacted.
It is not a secret that Google implemented a power saving mechanism in Android 6 which allows the device to go into Dose Mode but with possibility of being woken up for certain unique situations. This link describes how it goes into does after 1 hour and then wakes at 1,2,4,6 hours after on its own to perform maintenance checks for apps.https://gist.github.com/ccpmark/430d4ddf3a46a02672c1 so if you Facebook notifications are not coming through it is because the developer of FB did not decide to make a change to force the FB messages to wake the device. so not Google fault in my opinion. same for Bloomberg or CNBC app notifications etc... now some, if the developers decides to do so, can deliver messages at the maintenance intervals mentioned above i.e. not real time but not waiting till you wake it up...
Google encourages all apps that sent notifications to use Google Cloud Messaging (GCM) to deliver messages to the device as it is much more efficient just like what Blackberry did by running all the messages thru its server. then they can control them, batch them, and deliver them as needed per the meta headers associated with them aka priority. " You have two options for assigning delivery priority to downstream messages: normal and high priority. See, EMAILS are considered NORMAL and NOT HIGH PRIORITY. Read the below from Google carefully. which is why Google is not responding as i think we as we are questioning the architecture changes here and they are having to go back to their chief designer to evaluate the complaints. THE BIG stake here is batter time and winning over the iPHONE so they have to be very careful on how they make changes. Honestly, i like the new Doze/sleeping device as i do notice significant batter savings when the device is dozing but i, like many of you, are concerned about missing urgent messages.
GCM is optimized to work with Doze and App Standby idle modes by means of high-priority GCM messages. GCM high-priority messages let you reliably wake your app to access the network, even if the user’s device is in Doze or the app is in App Standby mode. In Doze or App Standby mode, the system delivers the message and gives the app temporary access to network services and partial wakelocks, then returns the device or app to idle state.
"High priority. GCM attempts to deliver high priority messages immediately, allowing the GCM service to wake a sleeping device when possible and open a network connection to your app server. Apps with instant messaging, chat, or voice call alerts, for example, generally need to open a network connection and make sure GCM delivers the message to the device without delay. Set high priority only if the message is time-critical and requires the user’s immediate interaction, and beware that setting your messages to high priority contributes more to battery drain compared to normal priority messages.
Normal priority. This is the default priority for message delivery. Normal priority messages won't open network connections on a sleeping device, and their delivery may be delayed to conserve battery. For less time-sensitive messages, such as notifications of new email or other data to sync, choose normal delivery priority."
reference:https://developers.google.com/cloud-messaging/concept-options
Finally, there is something called Whitelisting an App. we have all seen it under Settings > Battery > Battery Optimization. An app that is whitelisted can use the network and hold partial wake locks during Doze and App Standby. However, other restrictions still apply to the whitelisted app, just as they do to other apps. For example, the whitelisted app’s jobs and syncs are deferred, and its regular AlarmManager alarms do not fire. Google Play policies prohibit apps from requesting direct exemption from Power Management features in Android 6.0+ (Doze and App Standby) unless the core function of the app is adversely affected. In general, your app should not be on the whitelist unless Doze or App Standby break the core function of the app or there is a technical reason why your app cannot use GCM high-priority messages. e.g. Instant messaging, chat, or calling app; enterprise VOIP apps. Note: WHITELISTING does not solve notifications as noted above as Syncs are still deferred. again, this is something many of us dicovered when we change the setting here and to not avail.
Bottom line, Google need to look at this issue and provide users a way or setting in GMAIL to allow us to override emails to become High Priority should we make this choice at the expense of battery life. maybe, this is a new setting in the batter optimization menu that you can turn on for all apps. just like the whitelist, but allow the user to get GCM messages real time for certain apps even if the developer set them as normal priority.
Note: The above explanation does not address the issue with Hangouts as to why in some cases on dozed phones, message are not going through as they should be high prioirty. in my experience, i have seen the same with FB Messenger, sometime they wake the device and sometimes not. BUT, to my surprize, Twitter Messaging works perfectly and every message is sent high priority and every time consistently wakes up the device from Doze. Twitter got it right between these 3 messaging apps. i do not use Whatsapp to test it but i can tell you BBM is completely dead when the device is in Doze mode... because they dont even use GCM, let alone normal vs high priority messages.
also note:
Android Cloud to Device Messaging (C2DM) is deprecated. The C2DM service will be shut down completely on 10/20/2015. Currently, C2DM accepts no new users, and grants no new quotas. C2DM developers are strongly encouraged to move to Google Cloud Messaging (GCM). GCM is the next generation of C2DM.
reference:https://developers.google.com/cloud-messaging/c2dm
***********************************************************************************
I can confirm this issue is affecting all marshmallow devices not just 5X/6P. Proof is some of the messages above from Samsung/Moto users but also running the 7-Step test (outlined a few message above) on my wife's Nexus 5 and showing that it has the same issues. Therefore RETURNING YOUR DEVICE WILL NOT FIX THE ISSUE
Also, i am beginning to think that there is NO ISSUE here as GOOGLE is concerned but more the new architecture Google implemented in Marshmallow which is BY DESIGN. please read this to understand some of the changes...
It is not a secret that Google implemented a power saving mechanism in Android 6 which allows the device to go into Dose Mode but with possibility of being woken up for certain unique situations. This link describes how it goes into does after 1 hour and then wakes at 1,2,4,6 hours after on its own to perform maintenance checks for apps.
Google encourages all apps that sent notifications to use Google Cloud Messaging (GCM) to deliver messages to the device as it is much more efficient just like what Blackberry did by running all the messages thru its server. then they can control them, batch them, and deliver them as needed per the meta headers associated with them aka priority. " You have two options for assigning delivery priority to downstream messages: normal and high priority. See, EMAILS are considered NORMAL and NOT HIGH PRIORITY. Read the below from Google carefully. which is why Google is not responding as i think we as we are questioning the architecture changes here and they are having to go back to their chief designer to evaluate the complaints. THE BIG stake here is batter time and winning over the iPHONE so they have to be very careful on how they make changes. Honestly, i like the new Doze/sleeping device as i do notice significant batter savings when the device is dozing but i, like many of you, are concerned about missing urgent messages.
GCM is optimized to work with Doze and App Standby idle modes by means of high-priority GCM messages. GCM high-priority messages let you reliably wake your app to access the network, even if the user’s device is in Doze or the app is in App Standby mode. In Doze or App Standby mode, the system delivers the message and gives the app temporary access to network services and partial wakelocks, then returns the device or app to idle state.
"High priority. GCM attempts to deliver high priority messages immediately, allowing the GCM service to wake a sleeping device when possible and open a network connection to your app server. Apps with instant messaging, chat, or voice call alerts, for example, generally need to open a network connection and make sure GCM delivers the message to the device without delay. Set high priority only if the message is time-critical and requires the user’s immediate interaction, and beware that setting your messages to high priority contributes more to battery drain compared to normal priority messages.
Normal priority. This is the default priority for message delivery. Normal priority messages won't open network connections on a sleeping device, and their delivery may be delayed to conserve battery. For less time-sensitive messages, such as notifications of new email or other data to sync, choose normal delivery priority."
reference:
Finally, there is something called Whitelisting an App. we have all seen it under Settings > Battery > Battery Optimization. An app that is whitelisted can use the network and hold partial wake locks during Doze and App Standby. However, other restrictions still apply to the whitelisted app, just as they do to other apps. For example, the whitelisted app’s jobs and syncs are deferred, and its regular AlarmManager alarms do not fire. Google Play policies prohibit apps from requesting direct exemption from Power Management features in Android 6.0+ (Doze and App Standby) unless the core function of the app is adversely affected. In general, your app should not be on the whitelist unless Doze or App Standby break the core function of the app or there is a technical reason why your app cannot use GCM high-priority messages. e.g. Instant messaging, chat, or calling app; enterprise VOIP apps. Note: WHITELISTING does not solve notifications as noted above as Syncs are still deferred. again, this is something many of us dicovered when we change the setting here and to not avail.
Bottom line, Google need to look at this issue and provide users a way or setting in GMAIL to allow us to override emails to become High Priority should we make this choice at the expense of battery life. maybe, this is a new setting in the batter optimization menu that you can turn on for all apps. just like the whitelist, but allow the user to get GCM messages real time for certain apps even if the developer set them as normal priority.
Note: The above explanation does not address the issue with Hangouts as to why in some cases on dozed phones, message are not going through as they should be high prioirty. in my experience, i have seen the same with FB Messenger, sometime they wake the device and sometimes not. BUT, to my surprize, Twitter Messaging works perfectly and every message is sent high priority and every time consistently wakes up the device from Doze. Twitter got it right between these 3 messaging apps. i do not use Whatsapp to test it but i can tell you BBM is completely dead when the device is in Doze mode... because they dont even use GCM, let alone normal vs high priority messages.
also note:
Android Cloud to Device Messaging (C2DM) is deprecated. The C2DM service will be shut down completely on 10/20/2015. Currently, C2DM accepts no new users, and grants no new quotas. C2DM developers are strongly encouraged to move to Google Cloud Messaging (GCM). GCM is the next generation of C2DM.
reference:
ja...@gmail.com <ja...@gmail.com> #388
@geo...@afeiche.com
Many of us are well aware of doze and the need to set instant pushes as high priority. If this is related, then it is working incorrectly. Otherwise, there is something else at play here. Doze and non-high-priority pushes are supposed to be delayed based on a backoff timer window that starts when the sensors in your phone determine you are idle (gyro, charging state, etc).
reference:http://developer.android.com/training/monitoring-device-state/doze-standby.html
What the reports above tell us is that this is not what is at work here. People are not seeing e-mails for hours or days. I personally have had emails delayed an entire day after picking up my phone and even opening Gmail. I have had to force Gmail to sync by pull-to-refresh *twice* to trigger it to sync. My 6P seems to be working better after the recent monthly security update and Gmail update. I have not needed to force-refresh to get things to start coming down again.
I am back in town tomorrow and will do some further analysis to determine if my device is truly working as intended.
Many of us are well aware of doze and the need to set instant pushes as high priority. If this is related, then it is working incorrectly. Otherwise, there is something else at play here. Doze and non-high-priority pushes are supposed to be delayed based on a backoff timer window that starts when the sensors in your phone determine you are idle (gyro, charging state, etc).
reference:
What the reports above tell us is that this is not what is at work here. People are not seeing e-mails for hours or days. I personally have had emails delayed an entire day after picking up my phone and even opening Gmail. I have had to force Gmail to sync by pull-to-refresh *twice* to trigger it to sync. My 6P seems to be working better after the recent monthly security update and Gmail update. I have not needed to force-refresh to get things to start coming down again.
I am back in town tomorrow and will do some further analysis to determine if my device is truly working as intended.
pc...@gmail.com <pc...@gmail.com> #389
Have the same problem of delayed gmail notifications with a Nexus 7 (2013) WiFi only, Android 6.0.1 (January 1 2016 patches applied), MMB29O. Just let it sit for 1 hour and notifications are then delayed from minutes to hours.
Reduxer (Christopher)
Reduxer (Christopher)
bl...@gmail.com <bl...@gmail.com> #390
Same problem here on my Nexus 5x. Any updates on the status of the fix? It has already been a month since it has been reported....and also: priority = small? Really?? Seems to me that notifications are a bit more important also a lot of users are affected
vh...@gmail.com <vh...@gmail.com> #391
Same issue on LG G4
fm...@gmail.com <fm...@gmail.com> #392
I have NO google apps receiving push notifications or auto-syncing. Gmail, hangouts, calendar, keep, etc.. none of them. Running Android 5.1.1 on Galaxy S5 Active
ja...@gmail.com <ja...@gmail.com> #393
Wow .. so the day after I get home, and sure enough, I'm not getting Gmail emails anymore. Had to open up the app and pull-to-refresh. I've been on WiFi at home, and I just noticed a ton of missing emails when I pulled up Gmail on my desktop...
li...@gmail.com <li...@gmail.com> #394
rooted users please check the status of gcm service ( gcm.GcmService )
For some reason in my device this service was disabled; once enabled, all notifications are back to normal.
You can find a lot of apps to check this, one is Servicely ...
For some reason in my device this service was disabled; once enabled, all notifications are back to normal.
You can find a lot of apps to check this, one is Servicely ...
w8...@gmail.com <w8...@gmail.com> #395
Same problem here with Android 4.4.2 Android S5 clone. This problem seems to have started this month, at least for me. I tried Heartbeat Fixer and that seemed to fix the problem for a few days but today back to the same issue no matter what interval I set in Heartbeat. I can retrieve all notifications just by turning Data off then back on. My main issue is not receiving SkyLinkNet security system notifications....
Please fix this problem!
Please fix this problem!
no...@gmail.com <no...@gmail.com> #396
+ 1
Emails not coming through until manual refresh and not receiving hangout pings until I actually open the hangouts app. Been like this out of the box.
Nexus 5x
6.0.1
Emails not coming through until manual refresh and not receiving hangout pings until I actually open the hangouts app. Been like this out of the box.
Nexus 5x
6.0.1
be...@gmail.com <be...@gmail.com> #397
I am having this problem with an LG G3 mini. I have tried all the suggested solutions and nothing works, neither does uninstalling updates. Gmail and none of my other Google apps are syncing.
cg...@chromefcu.org <cg...@chromefcu.org> #398
I am also having issues. New Google Nexus 6P. Noticed issues a little after updating to 6.0.1. Using Project Fi.
pu...@runfiretx.com <pu...@runfiretx.com> #399
Issues also occur on LG G Vista 2. GMAIL v. 5.10.112808100.release and Andriod v.5.1.1 Kernel 3.10.73 It'll sync and notify around 3 am, but that's it, at no other point during the day will it sync and notify unless you go in manually and do it.
er...@gmail.com <er...@gmail.com> #400
I'm having the same issues with notifications and google apps syncing as everyone else, Nexus 5x, 6.0.1. Tried disabling/re-enabling google app syncing and that doesn't work.
jo...@gmail.com <jo...@gmail.com> #401
Same here. Ditched my Samsung Galaxy s5 as everyone said Nexus phones were the bomb.
NOT SO MUCH!
NOT SO MUCH!
to...@gmail.com <to...@gmail.com> #402
I have had this problem for about 2 weeks now. I guess it started after updating gmail app but not sure. Tried pretty much everything but nothing is fixing it. Installed Inbox to see if it's working but it has the same issue.
LG G3s (Mini)
5.0.2
LG G3s (Mini)
5.0.2
pr...@gmail.com <pr...@gmail.com> #403
Experiencing this issue suddenly on lg g4 5.X as well.
Tried uninstalling Inbox and all the other troubleshooting tips, installed gmail again and everything worked for about an hour, and then gmail started having the same issues inbox was having.
Tried uninstalling Inbox and all the other troubleshooting tips, installed gmail again and everything worked for about an hour, and then gmail started having the same issues inbox was having.
ds...@gmail.com <ds...@gmail.com> #404
Nexus 5x 6.0.1 same thing as everyone else, the phone lies for an hour or so and no notifications pop up. Once I manually refresh the notifications start coming in. Google, how long to fix the bug? It can't be a small priority, this is sad.
ch...@gmail.com <ch...@gmail.com> #405
Also having this issue. Adding my comment in hopes this gets resolved soon!
ro...@gmail.com <ro...@gmail.com> #406
Android build
MMB29S
Device used
Nexus 6 (Shamu)
Steps to reproduce
GMail Sync active no limit data
Frequency
Daily
Expected output
Automatic email sync on device upon mail arrival
Current output
No emails displayed. If i open the app manually and swipe for a refresh i can see my mails.
logcat output
N/A
Android bug report:
N/A
Screen capture of the issue
N/A
Tried wiping app cache. Worked for a couple of hours. Then again no sync.
Tried wiping phone cache. Worked for a couple of hours. Then again no sync.
Tried uninstalling gmail updates and reinstalling. Worked for a couple of hours. Then again no sync.
Tried removing my google account then re-adding it. Worked for a couple of hours. Then again no sync.
MMB29S
Device used
Nexus 6 (Shamu)
Steps to reproduce
GMail Sync active no limit data
Frequency
Daily
Expected output
Automatic email sync on device upon mail arrival
Current output
No emails displayed. If i open the app manually and swipe for a refresh i can see my mails.
logcat output
N/A
Android bug report:
N/A
Screen capture of the issue
N/A
Tried wiping app cache. Worked for a couple of hours. Then again no sync.
Tried wiping phone cache. Worked for a couple of hours. Then again no sync.
Tried uninstalling gmail updates and reinstalling. Worked for a couple of hours. Then again no sync.
Tried removing my google account then re-adding it. Worked for a couple of hours. Then again no sync.
gi...@gmail.com <gi...@gmail.com> #407
Same issue on 6P with MMB29T build.
pd...@gmail.com <pd...@gmail.com> #408
This has been a problem with both gmail and google apps. I have 3 accounts attached to my Nexus 6P and one of them is for work. As I travel a lot my phone is my primary device and getting work email at 11pm when they were sent at 1pm is a problem.
tl...@gmail.com <tl...@gmail.com> #409
I've been experiencing the same issues for close to a month now on my Sony Xperia Z3. Interestingly, my wife's Samsung Galaxy S5 is having no problems, and she is running the same versions of Gmail (5.10.112808100), Hangouts (6.1.109448852), Google Play Services (8.4.89) and Google Services framework (5.1-1743759). Makes me think something on my phone might be interfering with the ability to sync.
I noticed today that I don't have to manually refresh Gmail, but if I open the app and leave it for 20-30seconds, the emails from an hour ago show up on their own.
I noticed today that I don't have to manually refresh Gmail, but if I open the app and leave it for 20-30seconds, the emails from an hour ago show up on their own.
rf...@gmail.com <rf...@gmail.com> #410
Also not receiving GMail notifications - have to open app and manually sync to retrieve messages (swipe down to refresh). This needs to be escalated and resolved!
ml...@gmail.com <ml...@gmail.com> #411
Both my Gmail and Google Apps accounts have this issue. This problem exists for too long and it is a serious one.
id...@gmail.com <id...@gmail.com> #412
Extremely annoying! This issue has been going on for way too long. At least I'm glad I'm not the only one. Gmail has to be refreshed manually.
ri...@gmail.com <ri...@gmail.com> #413
The same issue is with Moto G Gen 2. Only Gmail does not Sync.
ni...@gmail.com <ni...@gmail.com> #414
Moto g,3rd gen, android 6.0, with screen on not getting notifications until swiping down in down
sh...@gmail.com <sh...@gmail.com> #415
So is there a fix? Are you working on it?
ra...@gmail.com <ra...@gmail.com> #416
Same here on an LG G2 D802; gmail requires a manual refresh to show emails, although on some occasions mails will be received instantly (sent a test mail from another gmail and a yahoo account, both received immediately). Accounts and Sync settings page show a message, "sync is currently experiencing problems ...". I won't put any specific information here as there are already many responses, but all Google apps and services are fully updated.
ti...@timthomas.us <ti...@timthomas.us> #417
LG G4, Android 5.1 ... gmail hasn't been auto syncing for a few days. Manual sync works fine, all options enabled to sync.
ma...@gmail.com <ma...@gmail.com> #418
Android build:
MMB29P
Device used:
Nexus 5X 16GB
*Copying comment 35, absolutely identical to my issue.*
Steps to reproduce:
Send yourself an email from a different account, wait to be notified on your phone. Notification never comes from either Gmail or Inbox. Enter the Gmail app, email not there. Pull down to refresh, email then arrives. Enter the Inbox app, email not there. Sometimes it will auto-refresh, sometimes you need to pull down to refresh, email then arrives. For me, this has absolutely nothing to do with WiFi or Doze. I still receive no notification (no auto-syncing) when on LTE and physically holding/moving my phone.
Frequency:
100% of the time for the last few weeks. Gmail/Inbox will never provide notification of new email. Always need to manually open the app and refresh.
Expected output:
When sending myself an email from a different account, both the Gmail and Inbox apps should provide a notification immediately (or at least within a few minutes) without any user intervention.
Current output:
A notification is never received. Must manually open apps and refresh.
Note:
When I go to Settings > Accounts > Google
Last sync is ok (few minutes ago)
But when I go inside to details
LAST SYNC is 8 hours ago.
This annoyed me for a month. I have to refresh it manually.Hope It's fixed soon. This is NOT "SMALL" priority
MMB29P
Device used:
Nexus 5X 16GB
*Copying comment 35, absolutely identical to my issue.*
Steps to reproduce:
Send yourself an email from a different account, wait to be notified on your phone. Notification never comes from either Gmail or Inbox. Enter the Gmail app, email not there. Pull down to refresh, email then arrives. Enter the Inbox app, email not there. Sometimes it will auto-refresh, sometimes you need to pull down to refresh, email then arrives. For me, this has absolutely nothing to do with WiFi or Doze. I still receive no notification (no auto-syncing) when on LTE and physically holding/moving my phone.
Frequency:
100% of the time for the last few weeks. Gmail/Inbox will never provide notification of new email. Always need to manually open the app and refresh.
Expected output:
When sending myself an email from a different account, both the Gmail and Inbox apps should provide a notification immediately (or at least within a few minutes) without any user intervention.
Current output:
A notification is never received. Must manually open apps and refresh.
Note:
When I go to Settings > Accounts > Google
Last sync is ok (few minutes ago)
But when I go inside to details
LAST SYNC is 8 hours ago.
This annoyed me for a month. I have to refresh it manually.Hope It's fixed soon. This is NOT "SMALL" priority
fb...@gmail.com <fb...@gmail.com> #419
Same issue. Nexus 5x on Marshmallow. I have 3 email accounts I use through the gmail mobile app. I have to open the gmail app and force pull-down refresh to get the emails. Also, I *think* that syncing happens when I open the gmail web app on my laptop.
Please fix this ASAP. All my work emails are on Gmail!
F.
Please fix this ASAP. All my work emails are on Gmail!
F.
to...@gmail.com <to...@gmail.com> #420
Any news from google?
I don't think this bug priority is small but urgent!!!
All my work email are on Gmail.
Device : Nexus 4
Android build: MMB29T (Cyanogenmod)
I don't think this bug priority is small but urgent!!!
All my work email are on Gmail.
Device : Nexus 4
Android build: MMB29T (Cyanogenmod)
na...@gmail.com <na...@gmail.com> #421
Copying from another comment as I have exactly the same issue, and is a complete JOKE why this isn't being treated as priority.
Android build:
MMB29P
Device used:
Nexus 6P
*Copying comment 35, absolutely identical to my issue.*
Steps to reproduce:
Send yourself an email from a different account, wait to be notified on your phone. Notification never comes from either Gmail or Inbox. Enter the Gmail app, email not there. Pull down to refresh and still doesn't sync. Have manually synced and auto synced, but neither work. For me, this has absolutely nothing to do with WiFi or Doze. I still receive no notification (no auto-syncing) when on LTE and physically holding/moving my phone. I've factory reset the handset twice, disabled and cleared cache but no success.
Frequency:
100% of the time for the last few weeks. Gmail/Inbox will never provide notification of new email. Always need to manually open the app and refresh.
Expected output:
Email notification and syncing as and when emails are being received.
Current output:
A notification is never received. But works on other devices like my Samsung S6 Edge.
Note:
When I go to Settings > Accounts > Google
Last sync is ok (few minutes ago)
But when I go inside to details
LAST SYNC is 5 hours ago.
Android build:
MMB29P
Device used:
Nexus 6P
*Copying comment 35, absolutely identical to my issue.*
Steps to reproduce:
Send yourself an email from a different account, wait to be notified on your phone. Notification never comes from either Gmail or Inbox. Enter the Gmail app, email not there. Pull down to refresh and still doesn't sync. Have manually synced and auto synced, but neither work. For me, this has absolutely nothing to do with WiFi or Doze. I still receive no notification (no auto-syncing) when on LTE and physically holding/moving my phone. I've factory reset the handset twice, disabled and cleared cache but no success.
Frequency:
100% of the time for the last few weeks. Gmail/Inbox will never provide notification of new email. Always need to manually open the app and refresh.
Expected output:
Email notification and syncing as and when emails are being received.
Current output:
A notification is never received. But works on other devices like my Samsung S6 Edge.
Note:
When I go to Settings > Accounts > Google
Last sync is ok (few minutes ago)
But when I go inside to details
LAST SYNC is 5 hours ago.
na...@gmail.com <na...@gmail.com> #422
Nexus 6P on Project Fi
Android 6.0.1
Build MMB29P
Security patch 01/01/2016
Gmail 5.10.112808100
Same issue as everyone else. Sync is enabled and notification settings are properly configured. The gmail app does not sync or notify me of new messages.
I must manually open the gmail application and pull to refresh for the application to update with new messages. This failure occurs on WiFi and the cellular network.
This seems to affect other app(google rewards,facebook, etc) notifications as well.
Steps to reproduce:
Enable email sync, configure notification settings, send yourself an email, while on the home screen of your android device, wait to receive the email and an associated notification -- be disappointed.
Expected result:
Receive a new email and receive a notification within seconds.
Android 6.0.1
Build MMB29P
Security patch 01/01/2016
Gmail 5.10.112808100
Same issue as everyone else. Sync is enabled and notification settings are properly configured. The gmail app does not sync or notify me of new messages.
I must manually open the gmail application and pull to refresh for the application to update with new messages. This failure occurs on WiFi and the cellular network.
This seems to affect other app(google rewards,facebook, etc) notifications as well.
Steps to reproduce:
Enable email sync, configure notification settings, send yourself an email, while on the home screen of your android device, wait to receive the email and an associated notification -- be disappointed.
Expected result:
Receive a new email and receive a notification within seconds.
bu...@gmail.com <bu...@gmail.com> #423
It's been 4 weeks now and still no notifications.
Hard to believe a $256 BILLION DOLLAR company can't figure this out.
Hard to believe a $256 BILLION DOLLAR company can't figure this out.
pa...@gmail.com <pa...@gmail.com> #424
Please fix this issue Google!
sp...@gmail.com <sp...@gmail.com> #425
Same issue here, gmail does not sync, having to manually refresh application to get gmail emails.
Thanks for sitting on your fulking hands google.
Thanks for sitting on your fulking hands google.
dj...@gmail.com <dj...@gmail.com> #426
[Comment deleted]
dj...@gmail.com <dj...@gmail.com> #427
This problem is still set as a "small" priority. This should show you how important the user experience is for Google using there ecosystem and apps. Getting notifications on your phone is THE most important feature beside actually talking on your phone.
People who use there Android phones for business don't get notified and potentially lose business, clients or money. I hope someone really important and rich gets so pissed off with this behavior from google and files a multi million $$$ lawsuit on behalf of all affected, so that Google finally wakes up and fixes problems that shouldn't have occurred in the first place. No wonder people get pissed off with android and buy iphones!!!
People who use there Android phones for business don't get notified and potentially lose business, clients or money. I hope someone really important and rich gets so pissed off with this behavior from google and files a multi million $$$ lawsuit on behalf of all affected, so that Google finally wakes up and fixes problems that shouldn't have occurred in the first place. No wonder people get pissed off with android and buy iphones!!!
st...@gmail.com <st...@gmail.com> #428
I gave up and am very disappointed with Google. Installed MS Outlook so I can get the notifications.
dr...@gmail.com <dr...@gmail.com> #429
[Comment deleted]
rr...@gmail.com <rr...@gmail.com> #430
Nexus 5x
Android 6.0.1
Build MMB29P
Security patch 01/01/2016
Gmail 5.10.112808100
Another report of delayed notifications. In order to test, I have Microsoft Exchange, Nine Email, and Gmail all configured for the same exchange account. I receive notifications instantly from Nine and Outlook on new emails. Gmail may notify me 10+ minutes later or it may never notify me of new emails. I have to open Gmail and manually look for new emails. Sometimes I even have to manually refresh before they're pulled down. All three programs have the exchange account configured for push. This issue happens on wifi and cellular.
Android 6.0.1
Build MMB29P
Security patch 01/01/2016
Gmail 5.10.112808100
Another report of delayed notifications. In order to test, I have Microsoft Exchange, Nine Email, and Gmail all configured for the same exchange account. I receive notifications instantly from Nine and Outlook on new emails. Gmail may notify me 10+ minutes later or it may never notify me of new emails. I have to open Gmail and manually look for new emails. Sometimes I even have to manually refresh before they're pulled down. All three programs have the exchange account configured for push. This issue happens on wifi and cellular.
ch...@gmail.com <ch...@gmail.com> #431
Not notifications on Gmail/inbox for the last month.. this needs to be fixed
in...@gmail.com <in...@gmail.com> #432
Can we get an update on this? This is 100% a deal breaker.
al...@gmail.com <al...@gmail.com> #433
Common Google! How can Gmail have this problem with your flagship phone Nexus 6P?
te...@gmail.com <te...@gmail.com> #434
Nexus 5X, Android 6.0.1. No email notifications all day. I plugged in the phone a few minutes ago and suddenly, 13 notifications come across? This needs to be fixed.
gr...@gmail.com <gr...@gmail.com> #435
Nexus 6p, stock 6.0.1. No gmail, inbox notifications
jk...@gmail.com <jk...@gmail.com> #436
Using nexus 6p for about a week now. No notification for new email. When I opened gmail, it loaded 4 emails that was received earlier in the day. Hope it get fixed soon.
dj...@gmail.com <dj...@gmail.com> #437
this worked for me... nexus 6p Telus canada
Go to play store - settings - first entry - Make sure auto app updates is set to
"Do not auto update apps" close playstore
Go to your phone settings - apps - locate gmail - force stop - then disable.
after you disable the app, it asks you, if you want to go back to the original app that came with the phone. click yes and reboot.
After reboot, your gmail account info should be already there. if you have another mail provider like me (yahoo), add your info and make sure it syncs with your inbox. send yourself a couple of mails to check and reboot again. it worked on my phone.
yahoo in my case is set to sync every 15 minutes. did that 3days ago and no problem.
Sent myself dozens of mails the last 3 days and ask friends also to send me stuff on both email addy's to see if it works.
this morning I updated the gmail app and set everything to "auto update apps"
so far all the mails come thru.. fingers crossed
Go to play store - settings - first entry - Make sure auto app updates is set to
"Do not auto update apps" close playstore
Go to your phone settings - apps - locate gmail - force stop - then disable.
after you disable the app, it asks you, if you want to go back to the original app that came with the phone. click yes and reboot.
After reboot, your gmail account info should be already there. if you have another mail provider like me (yahoo), add your info and make sure it syncs with your inbox. send yourself a couple of mails to check and reboot again. it worked on my phone.
yahoo in my case is set to sync every 15 minutes. did that 3days ago and no problem.
Sent myself dozens of mails the last 3 days and ask friends also to send me stuff on both email addy's to see if it works.
this morning I updated the gmail app and set everything to "auto update apps"
so far all the mails come thru.. fingers crossed
ol...@gmail.com <ol...@gmail.com> #438
Stock Nexus 6p, latest update, having the issue.
How is it possible that this issue has a 'Priority: small' in the tracking system?!
This should have a much higher priority.
At least spend a few minutes and comment on the issue Google!
The problem arises with the device 'active', doze should not be a issue here. If it depends on a previously-entered doze state, then it means that doze is bugged.
How is it possible that this issue has a 'Priority: small' in the tracking system?!
This should have a much higher priority.
At least spend a few minutes and comment on the issue Google!
The problem arises with the device 'active', doze should not be a issue here. If it depends on a previously-entered doze state, then it means that doze is bugged.
ma...@gmail.com <ma...@gmail.com> #439
Nexus 5X. Seeing the same problem of notifications being delayed or appearing only when I turn the screen back on.
he...@gmail.com <he...@gmail.com> #440
Did what comment #436 described and it works for me as well. Nexus 6P Sweden.
ro...@gmail.com <ro...@gmail.com> #441
I use Gmail for both work and personal matters on my LG G3 powered with Android 5.0 and all of a sudden the app stopped pushing new messages to my device. Now I am stuck checking the inbox on the app and scrolling up to download new messages, a very troublesome procedure.
Users in other internet forums said they had the same issue and it went away when a new version of the app was released. However, I've downloaded the new update (I am now on 5.10.112808100.release) and still don't have access to my emails via push.
At the same time, Google now widget stopped showing the many cards it used to show - is currently only showing signed for sports updates.
Anyone experiencing the same problem or the issue lies with Gmail only?
Users in other internet forums said they had the same issue and it went away when a new version of the app was released. However, I've downloaded the new update (I am now on 5.10.112808100.release) and still don't have access to my emails via push.
At the same time, Google now widget stopped showing the many cards it used to show - is currently only showing signed for sports updates.
Anyone experiencing the same problem or the issue lies with Gmail only?
sh...@gmail.com <sh...@gmail.com> #442
Issue does not lay with Gmail only, however a ticket for sync issues for multiple apps may not be appropriate. For example, Hangouts is displaying intermittent notifications. Sometimes I get the notification, other times I know for a fact I have a message waiting for me and it does not update until I open the app. Same for wifi and cellular.
This seems to be similar behavior to what the Gmail app is doing.
This seems to be similar behavior to what the Gmail app is doing.
st...@gmail.com <st...@gmail.com> #443
I am also seeing this issue with notifications (Gmail, Hangouts, etc). Highly frustrating to have to open the app and manually force a update to get new mail or see updates. already missed notification of a important few emails already.
Disappointing that this issue has yet to be fixed.
---
Nexus 6P
Android 6.0.1
Google Fi
Disappointing that this issue has yet to be fixed.
---
Nexus 6P
Android 6.0.1
Google Fi
ja...@gmail.com <ja...@gmail.com> #444
Gmail app only syncs manually from within the app. Third party apps sync instantly.
Device used
LG V10
Tried wiping app cache. Worked for a couple of hours. Then again no sync.
Tried wiping phone cache. Worked for a couple of hours. Then again no sync.
Tried uninstalling gmail updates and reinstalling. Worked for a couple of hours. Then again no sync.
Device used
LG V10
Tried wiping app cache. Worked for a couple of hours. Then again no sync.
Tried wiping phone cache. Worked for a couple of hours. Then again no sync.
Tried uninstalling gmail updates and reinstalling. Worked for a couple of hours. Then again no sync.
tz...@gmail.com <tz...@gmail.com> #445
Same problem. This has been happening for a month. Not acceptable on a Google phone with Google software.
ma...@gmail.com <ma...@gmail.com> #446
Gmail app only syncs manually from within the app. Third party apps sync instantly.
Device used
LG G4
Android 6.0
SW Version V20d-EUR-XX
Tried wiping app cache, uninstalling gmail updates and reinstalling, restarting the phone: still no automatic sync.
Device used
LG G4
Android 6.0
SW Version V20d-EUR-XX
Tried wiping app cache, uninstalling gmail updates and reinstalling, restarting the phone: still no automatic sync.
di...@gmail.com <di...@gmail.com> #447
Getting the same issue with syncing GMail app on a Nexus 6P with Android 6.0.1
fr...@gmail.com <fr...@gmail.com> #448
Amazed that this problem still is happening. Woke up to no new emails on my phone and 5 new ones on my desktop. Manual refresh and they magically appear.
Project Fi
Nexus 5x
Project Fi
Nexus 5x
ia...@gmail.com <ia...@gmail.com> #449
Ok Good, i'm not the only one. just did a full wipe and flashed Pure Nexus 2/3 on N5 and issue is still present.
sa...@gmail.com <sa...@gmail.com> #450
I am facing the same problem. Google Android team please fix this.
cp...@xrev.com.au <cp...@xrev.com.au> #451
Updated to MMB29Q yesterday with a hope of a resolution on my 5X. Unfortunately no fix...
Surely this can't take over a month to resolve? How did a bunch of security patches get prioritised over basic functionality not working (2 updates in a row)?! Sincerely hoping the next update fixes this.
Surely this can't take over a month to resolve? How did a bunch of security patches get prioritised over basic functionality not working (2 updates in a row)?! Sincerely hoping the next update fixes this.
ga...@gmail.com <ga...@gmail.com> #452
Same problem here. Probably 6 weeks of the issue. Exactly as others describe...notice that sync has stopped, will refresh upon manual sync, but then eventually goes back to not syncing. Clearing cache, removing/resyncing account, clearing data, etc...nothing helps. I'm on an N5X running MMB29P, all current security patches, etc.
po...@gmail.com <po...@gmail.com> #453
Same issue for me. Seeing issues with gmail app and other 3rd party apps. Noticed most of the issues are with apps that appear in the "accounts" menu in Android settings. I have a 3rd party calendar that has stopped syncing unless done manually, a messaging app not syncing automatically,, gmail, highly annoying
to...@gmail.com <to...@gmail.com> #454
The Gmail app has not been syncing since I updated from system software from Kitkat to Lollipop a couple weeks ago. I have to do the "pull down" gesture to sync manually. I shouldn't say it never syncs -- it seems to sync eventually -- like every hour or so. (Phone: Tmobile LG Optimus L90)
to...@gmail.com <to...@gmail.com> #455
Hahaha ... Priority=Small ... hahaha
xa...@gmail.com <xa...@gmail.com> #456
Same issue here for a week now. System 5.1 on droid turbo. Have to manually refresh and sync like everyone else here. Agree with #454 that priority=small is laughable, this is a huge pain in the ass!
vi...@gmail.com <vi...@gmail.com> #457
Nexus 6P, MMB29P, (blahblah)
---
Email synch with Inbox is chaotic since I buy my Nexus 6P. Same with Google and Google Apps account.
The night, no mail notification. When I wake up and activate my screen the notification appear.
This is a real problem with real aftermath when you use you phone for professional reason.
Can you please change the priority of the issue ?
---
Email synch with Inbox is chaotic since I buy my Nexus 6P. Same with Google and Google Apps account.
The night, no mail notification. When I wake up and activate my screen the notification appear.
This is a real problem with real aftermath when you use you phone for professional reason.
Can you please change the priority of the issue ?
mu...@gmail.com <mu...@gmail.com> #458
LG G3
Android 5.0
Same issue
Android 5.0
Same issue
st...@gmail.com <st...@gmail.com> #459
Nexus 5x. The lack of notifications has made me look like a clueless idiot twice now.
I'm actually considering going back to my HTC M8. It's that bad.
I'm actually considering going back to my HTC M8. It's that bad.
ba...@barrycraig.co.uk <ba...@barrycraig.co.uk> #460
This is a huge issue for me, I keep missing out on important work emails! When will this be fixed?!
ro...@gmail.com <ro...@gmail.com> #461
[Comment deleted]
ro...@gmail.com <ro...@gmail.com> #462
I'm also experiencing the same issues talked about here.
Gmail - app doesn't sync and as a result I have no notifications for any emails. However it does decide to occasionally deliver a random email for whatever reason.
Google Rewards - I haven't had any notification for a survey in over a month, I used to get them on a daily basis.
- Nexus 6P with 6.0.1 using the latest versions of the app as of this comment
Gmail - app doesn't sync and as a result I have no notifications for any emails. However it does decide to occasionally deliver a random email for whatever reason.
Google Rewards - I haven't had any notification for a survey in over a month, I used to get them on a daily basis.
- Nexus 6P with 6.0.1 using the latest versions of the app as of this comment
to...@gmail.com <to...@gmail.com> #463
@geo...@afeiche.com (1) This is not a marshmallow only problem. It started for me when I updated my phone to lollypop (5.0.2). (2) It's also not a notification problem, it's a sync problem. (3) On my phone, the Gmail app is the only app that's got this problem. For instance, Facebook messenger, Line and Tmobile visual voicemail all work.
sa...@gmail.com <sa...@gmail.com> #464
Orrin. (Google employee) had posted in the product forums thread that a fix was rolling out the other day. Today his post is gone and the issue persists. No further communication was provided. I mean, it's a SMALL issue though, so whatever.
mt...@gmail.com <mt...@gmail.com> #465
getting very frustrated with this issue not being resolved.
Nexus 6p / 6.0.1 / Gmail 5.10.112808100.release
issue is temporarily resolved when uninstalling app (updates only), but always returns even if the app is not updated to latest version.
for Google's flagship phone, this is very disappointing. please fix!!!
Nexus 6p / 6.0.1 / Gmail 5.10.112808100.release
issue is temporarily resolved when uninstalling app (updates only), but always returns even if the app is not updated to latest version.
for Google's flagship phone, this is very disappointing. please fix!!!
ma...@gmail.com <ma...@gmail.com> #466
Galaxy S5 version 5.0 updated last week from another version of 5.0 and ever since gmail doesn't sync automatically. Tried everything except factory reset.
to...@gmail.com <to...@gmail.com> #467
This is so disappointing. Google's flagship phone and it doesn't sync Gmail? It doesn't get any more ridiculous than this. I upgraded from Nexus 6 and so far the experience has been disappointing.
If Google can't get something as basic as this fixed immediately, it shows that they don't care about people using Nexus devices. We're just guinea pigs. And I'm happy that I've 10 more days to return the device from the store I bought it from. I'm going to throw this piece of waste and get an iPhone maybe. And that is coming from an Android fanboy. Yes, I've been on Android since eternity and this stupid bug and Google's attitude towards Nexus owners made me make this decision. I've read hundreds of comparison articles, benchmarks, etc. comparing iPhones to Android phones, but I was adamant, I loved Android. I was loyal.
But, if you're listening Mr. Sundar Pichai, you lost one user today. Who cares? I'm one in a billion, right? Yeah..maybe your Orkut developers too thought that way, when people started moving.
If Google can't get something as basic as this fixed immediately, it shows that they don't care about people using Nexus devices. We're just guinea pigs. And I'm happy that I've 10 more days to return the device from the store I bought it from. I'm going to throw this piece of waste and get an iPhone maybe. And that is coming from an Android fanboy. Yes, I've been on Android since eternity and this stupid bug and Google's attitude towards Nexus owners made me make this decision. I've read hundreds of comparison articles, benchmarks, etc. comparing iPhones to Android phones, but I was adamant, I loved Android. I was loyal.
But, if you're listening Mr. Sundar Pichai, you lost one user today. Who cares? I'm one in a billion, right? Yeah..maybe your Orkut developers too thought that way, when people started moving.
na...@gmail.com <na...@gmail.com> #468
Same problem on an LG G Flex 2 (Android 5.1.1). I *think* since gmail 5.9 automatic sync is gone. Everything else seems to be okay.
ba...@gmail.com <ba...@gmail.com> #469
[Comment deleted]
ba...@gmail.com <ba...@gmail.com> #470
I've been having the same problems on my 5x for a while. Email apps, Gmail and Inbox, won't auto sync. I've tried everything that's been suggested. Please fix this Google.
al...@gmail.com <al...@gmail.com> #471
Nexus 5, 6.0.1, noticed same issue of no sync with Inbox and Gmail after most recent February security patch (Build: MMB29Q) two days ago. (Inbox: 1.16 (111083074) )
Actually, I'm also not able to automatically upload photos through the Photos app, nor am I able to force upload them (In Photos App --> Settings --> Back up & Sync : it will show 'Upload started', and then 'Backing up 1 of 7', and just hang there with no progress). I also had problems uploading MP3s via the desktop Music Manager program to my Google Music library for the first time ever, though after trying again the following day it worked. I know this may seem unrelated, but curious if anyone has Google Photo Backup issues since they've noticed sync issues with their Gmail/Inbox...
Furthermore, Settings-->Accounts-->Google shows 'Sync is OFF', going into that account and selecting 'Sync Now' from the menu will start syncing everything (even Google Photos Backup), but when going back it still shows 'Sync is OFF', and no photos have been backed up.
Some forums have said there's an 'Auto-sync data' check box under Settings-->Wireless and Networks-->Data Usage, but maybe that was in Lollipop (?), it's no longer there.
This is frustrating.
Actually, I'm also not able to automatically upload photos through the Photos app, nor am I able to force upload them (In Photos App --> Settings --> Back up & Sync : it will show 'Upload started', and then 'Backing up 1 of 7', and just hang there with no progress). I also had problems uploading MP3s via the desktop Music Manager program to my Google Music library for the first time ever, though after trying again the following day it worked. I know this may seem unrelated, but curious if anyone has Google Photo Backup issues since they've noticed sync issues with their Gmail/Inbox...
Furthermore, Settings-->Accounts-->Google shows 'Sync is OFF', going into that account and selecting 'Sync Now' from the menu will start syncing everything (even Google Photos Backup), but when going back it still shows 'Sync is OFF', and no photos have been backed up.
Some forums have said there's an 'Auto-sync data' check box under Settings-->Wireless and Networks-->Data Usage, but maybe that was in Lollipop (?), it's no longer there.
This is frustrating.
al...@gmail.com <al...@gmail.com> #472
Something worked for me, but it may be a separate issue from what people are reporting here, though it has in turn fixed both my Photos back-up and Gmail/Inbox notifications/syncing problems.
This is similar to what #339 suggested, but I think simpler. Try clearing your Google Play Services data. Go to (Marshmallow, of course) Settings-->Apps-->Google Play Services-->Storage-->Manage Space-->Clear All Data. What I then noticed, after going to my Photos app to restart Back up & Sync, was that when I checked the Sync page (Settings-->Accounts-->Google-->[Your account]), things are now syncing, the 'Sync is OFF' message on the previous page is no longer there, and the slider-switches for each syncable item in Google are all back (they weren't there before!)
Someone called this the 'blank account bug':https://productforums.google.com/forum/#!msg/photos/KJ_jTM3PR2M/biGtKGGDCAAJ
Again, sorry if this is not the exact issue being discussed here, but it might help someone with the cross-issue I found myself in, as my Inbox and Gmail are back to pushing notifications and syncing correctly.
This is similar to what #339 suggested, but I think simpler. Try clearing your Google Play Services data. Go to (Marshmallow, of course) Settings-->Apps-->Google Play Services-->Storage-->Manage Space-->Clear All Data. What I then noticed, after going to my Photos app to restart Back up & Sync, was that when I checked the Sync page (Settings-->Accounts-->Google-->[Your account]), things are now syncing, the 'Sync is OFF' message on the previous page is no longer there, and the slider-switches for each syncable item in Google are all back (they weren't there before!)
Someone called this the 'blank account bug':
Again, sorry if this is not the exact issue being discussed here, but it might help someone with the cross-issue I found myself in, as my Inbox and Gmail are back to pushing notifications and syncing correctly.
gl...@gmail.com <gl...@gmail.com> #473
This is still an ongoing issue. Mine just began acting up on Friday Feb. 5th. Emails arrive, but very delayed. 1-5 hours late. Even reading an email on another device won't mark it read on the phone.
Nexus 5, January security patch.
Nexus 5, January security patch.
mk...@gmail.com <mk...@gmail.com> #474
I can't believe this still hasn't been fixed. And even worse - no communication from Google at all. So embarassing! I hate this behavior.
al...@gmail.com <al...@gmail.com> #475
Not just Nexus ... Same issue on huawei with EMUI 4.0
jp...@gmail.com <jp...@gmail.com> #476
Same issue here on a Nexus 5X with 6.0.1. All stock.
al...@gmail.com <al...@gmail.com> #477
Same issue on Nexus 6p with 6.0.1 January. All stock
ta...@gmail.com <ta...@gmail.com> #478
+1
Nexus 6P - MMB29Q
Occasionally I will get a ping of new emails but usually it's after a dry period and I open the app to refresh. Unsure how long, but after a while it will stop getting emails again. Maybe Doze is a contributor? It seems that after an amount of time it will no longer sync emails but other apps are getting push notifications without issue.
Nexus 6P - MMB29Q
Occasionally I will get a ping of new emails but usually it's after a dry period and I open the app to refresh. Unsure how long, but after a while it will stop getting emails again. Maybe Doze is a contributor? It seems that after an amount of time it will no longer sync emails but other apps are getting push notifications without issue.
ra...@gmail.com <ra...@gmail.com> #480
I was having the same issue with my moto X 2nd gen. I am running android 6.0. Just after the update Gmail notifications stopped or delayed over 6 to 12 hours. My fix was to clear the cache on the gmail app and google play services app then i restarted the phone and sent a test email from my desktop and within 2 seconds there was the gmail notification on my phone. Hope this was not a temporary fix.
ss...@google.com <ss...@google.com> #481
Hi,
The development team has fixed the issue that you have reported and it will be available in a future build.
Thanks
The development team has fixed the issue that you have reported and it will be available in a future build.
Thanks
ch...@gmail.com <ch...@gmail.com> #482
Sounds good! Any ETA on this future build?
Thanks!
Thanks!
sl...@gmail.com <sl...@gmail.com> #483
Thank you very mucb
Sent from my Nexus 6P
Sent from my Nexus 6P
sl...@gmail.com <sl...@gmail.com> #484
Thank you very mucb
Sent from my Nexus 6P
Sent from my Nexus 6P
bo...@gmail.com <bo...@gmail.com> #485
I did not receive the notification to see the great news :/
Thanks, hope it's resolved.
Thanks, hope it's resolved.
mi...@gmail.com <mi...@gmail.com> #486
The next question is whether this fix will bring back notifications on the other Google apps that went silent around Christmastime. It's not just Gmail. Notifications for Inbox & Rewards are still spotty at best.
sc...@gmail.com <sc...@gmail.com> #487
Glad to hear the great news! Any details about the fix?
Also, ETA on release date of future build?
Thanks!
Also, ETA on release date of future build?
Thanks!
sc...@gmail.com <sc...@gmail.com> #488
Glad to hear the great news! Any details about the fix?
Also, ETA on release date of future build?
Thanks!
Also, ETA on release date of future build?
Thanks!
zu...@gmail.com <zu...@gmail.com> #489
Yes, great news, I hope.... I know you're not in the habit of committing to dates of release, but how about clarifying "a future build" of *what*, exactly? GMail? Some background process? Marshmallow? How about a hint?
ji...@gmail.com <ji...@gmail.com> #490
Just got a 'future build' OTA update 10 minutes ago... didn't fix anything.. pretty ridiculous and costing a lot of people time/money with unreliable email access
st...@gmail.com <st...@gmail.com> #491
It'll be at least 6 months - 12 months before we see the fix rolled out.
so...@gmail.com <so...@gmail.com> #492
I'm waiting for this fix too (LG G2), getting of "checking" my gmail manually.
tl...@gmail.com <tl...@gmail.com> #494
Hangouts now seems to be syncing automatically, for me at least. Gmail, Google Now and my calendar still don't seem to be updating. The vague "future build" statement doesn't help address whether the problem's been "fixed" but I'm still encountering problems, or if there is more still to come. How would anyone know... such a strange "bug-fix".
to...@gmail.com <to...@gmail.com> #495
ssingamc...@google.com
TheRealM...@gmail.com
I really hope you've noticed that this problem wasn't only on Nexus w/ Marshmallow. I use an LG phone and the Gmail app went bad (no longer auto-syncs) when I installed a Tmobile system update from Kit-kat to Lollipop. The news on the link from TheRealM...@gmail.com is exactly the same wording used by Crystal Cee on the Gmail Forum but she said the fix was specifically for Nexus w/ Marshmallow (https://goo.gl/MR9fS0 ).
I've been all over these forums and there are MANY MANY threads and hundreds of folks who are using neither Nexus or Marshmallow who've taken time to explain there problems ln hope of a fix.
What about the rest of us who no longer have a functioning email client on our phone?
TheRealM...@gmail.com
I really hope you've noticed that this problem wasn't only on Nexus w/ Marshmallow. I use an LG phone and the Gmail app went bad (no longer auto-syncs) when I installed a Tmobile system update from Kit-kat to Lollipop. The news on the link from TheRealM...@gmail.com is exactly the same wording used by Crystal Cee on the Gmail Forum but she said the fix was specifically for Nexus w/ Marshmallow (
I've been all over these forums and there are MANY MANY threads and hundreds of folks who are using neither Nexus or Marshmallow who've taken time to explain there problems ln hope of a fix.
What about the rest of us who no longer have a functioning email client on our phone?
[Deleted User] <[Deleted User]> #496
I'm experiencing the same issue, email notification in Gmail gets delayed on gmail and exchange account. Did factory reset, clear cache partition, toggled sync in accounts, cleared cache of gmail app ... Nothing works ... I only receive emails manually.
fl...@gmail.com <fl...@gmail.com> #497
Nexus 6P with Marshmallow 6.0.1: Same problem, multiple apps.
Don't know if it's related, but Google Play also loses touch with WiFi. You have to go to Applications, Force Stop it and then restart it and then it'll connect.
Don't know if it's related, but Google Play also loses touch with WiFi. You have to go to Applications, Force Stop it and then restart it and then it'll connect.
sa...@gmail.com <sa...@gmail.com> #498
Nexus 6 with 6.0.1 having the exact issue, I believe no notification is due to the gmail app never sync until I open the app
ti...@gmail.com <ti...@gmail.com> #499
Nexus 6, Android 6.0.1, same issue.
cy...@gmail.com <cy...@gmail.com> #500
LG G4, Android 6.0.1, same issue
ga...@gmail.com <ga...@gmail.com> #501
Moto X Style/Pure. Same issue.
el...@gmail.com <el...@gmail.com> #502
Nexus 5x, having the same issue. How do we know if/when our phones receive the fix?? Surely there's a way to check rather than seeing if emails are being missed all the time?
ja...@gmail.com <ja...@gmail.com> #503
My Nexus 6P seems to be back to normal .. though the battery optimization is still turned off for play services and gmail.
fr...@gmail.com <fr...@gmail.com> #504
How can this be labeled as closed when there is no indication of a fix being released?
zu...@gmail.com <zu...@gmail.com> #505
Been over a week since the promised mystery fix that isn't a fix was supposed to be rolling out. All I know is I still don't get my messages on my Nexus 6p. And when people notice the phone and ask about it I am compelled to warn them not to buy one if they value receiving their email in a timely manner. Or at all. Google's communication on this issue has sucked. That's aside from whatever they did that created the problem in the first place.
da...@gmail.com <da...@gmail.com> #506
This is still not fixed. It worked for maybe a day when it was announced that fix was found, but has not worked since. I'm getting zero notifications for GMail. I have to open the app and force the emails to download. Please fix this!
jp...@gmail.com <jp...@gmail.com> #507
Today I upgraded from my trusty Moto G LTE running lollipop to a brand new Nexus 6P. I was concerned there was no "email" app other than Gmail, but managed to successfully add my 2x active sync accounts.
I've not had any notifications for new email messages, even though they are present in the Gmail app.
I've tried the cache reset and recreating accounts but still no success.
All security and app updates are installed.
Very disappointing to take such a backwards step as email notifications are critical to my business.
What the heck is going on?
I've not had any notifications for new email messages, even though they are present in the Gmail app.
I've tried the cache reset and recreating accounts but still no success.
All security and app updates are installed.
Very disappointing to take such a backwards step as email notifications are critical to my business.
What the heck is going on?
ma...@gmail.com <ma...@gmail.com> #508
Yey! Just saw in the top left, the priority is "Small"
Still not working. Nexus 5x. 2/17/2016
A "standard" week has seven days. Supposed to work within seven days from 2/8/2016?
Wonder how many folk at google use the "flagship" phone. Would be an interesting statistic to see...
I suppose this sync issue is probably effecting less than perhaps 1% of users - mostly likely the first movers, which probably explains the snail pace at solving this...
Still not working. Nexus 5x. 2/17/2016
A "standard" week has seven days. Supposed to work within seven days from 2/8/2016?
Wonder how many folk at google use the "flagship" phone. Would be an interesting statistic to see...
I suppose this sync issue is probably effecting less than perhaps 1% of users - mostly likely the first movers, which probably explains the snail pace at solving this...
ma...@gmail.com <ma...@gmail.com> #509
Still with my Nexus 5 (2013), i have gmail notification delays as before.
Nothing have changed all these months with the !!!
Whenever my phone goes to doze mode the gmail notifications arrive only when the phone wakes up periodically from sleep (I have 1,2,4, or 6 hours delays).
When my phone isn't in doze mode notifications arrive normally.
Turning on or off battery optimization for gmail and all google services has NO RESULT at all!!
For my point of view 6.0.x is a big failure like windows vista and i'm very disappointed from google.
I hope in a future version like 6.1.0 we'll have the option to PERMANENTLY disable doze mode for all of us that we don't care about a few more battery hours but we WANT INSTANT notifications with my mails which is critical for our work.
Nothing have changed all these months with the !!!
Whenever my phone goes to doze mode the gmail notifications arrive only when the phone wakes up periodically from sleep (I have 1,2,4, or 6 hours delays).
When my phone isn't in doze mode notifications arrive normally.
Turning on or off battery optimization for gmail and all google services has NO RESULT at all!!
For my point of view 6.0.x is a big failure like windows vista and i'm very disappointed from google.
I hope in a future version like 6.1.0 we'll have the option to PERMANENTLY disable doze mode for all of us that we don't care about a few more battery hours but we WANT INSTANT notifications with my mails which is critical for our work.
ri...@gmail.com <ri...@gmail.com> #510
Another Nexus 6p owner here with unreliable Gmail push notifications for both my Gmail and Exchange accounts. Priority for me on this issue is anything but "small" and I'd hate to have to look to another mobile OS but this needs to work for me.
br...@gmail.com <br...@gmail.com> #511
Original MotoG LTE owner here. Just recently had to swap my device out for another one (like for like) and Gmail no longer reliably notifies me of incoming messages on the new device.
I have two accounts on the phone - one my primary attached to all other services, and a secondary account I use for whatever, but has no contact/calendar/etc sync. Up until today, the primary account worked fine, but the secondary account would not notify me reliably. Delays anywhere from 1m to 12h, nothing common that I could tell. Today, even the primary account seems to be unreliable, with delays of 20m not uncommon.
I have two accounts on the phone - one my primary attached to all other services, and a secondary account I use for whatever, but has no contact/calendar/etc sync. Up until today, the primary account worked fine, but the secondary account would not notify me reliably. Delays anywhere from 1m to 12h, nothing common that I could tell. Today, even the primary account seems to be unreliable, with delays of 20m not uncommon.
le...@gmail.com <le...@gmail.com> #512
Same problem here. I received the email, but I don't get the notification.
Running 6.0.1 on nexus 6
Running 6.0.1 on nexus 6
je...@gmail.com <je...@gmail.com> #513
Same problem for me. Also not sure if it is related, but my device (Driod Turbo) doesn't appear on the list of my devices in Google Play and when I log into Device Manager in the phone app, the circle just spins at the bottom. I have removed my Google account from the phone and then re-added it, but still the same issue.
sc...@gmail.com <sc...@gmail.com> #514
This issue needs to be re-opened as I can reproduce it 100% of the time off of a feb factory image.
Nexus 6P. Marshmallow 6.01 February update. Inbox/GMail push notifications not functioning as designed.
Steps to produce bug:
1. Set phone on flat surface.
2. Wait 10 minutes.
3. Send email to GMail account on device. Wait for notification - which will never arrive.
Upon opening phone and refreshing email application, emails will sync.
Behavior is constant with both GMail and Inbox. Turning off battery optimization does not change notification behavior.
Nexus 6P. Marshmallow 6.01 February update. Inbox/GMail push notifications not functioning as designed.
Steps to produce bug:
1. Set phone on flat surface.
2. Wait 10 minutes.
3. Send email to GMail account on device. Wait for notification - which will never arrive.
Upon opening phone and refreshing email application, emails will sync.
Behavior is constant with both GMail and Inbox. Turning off battery optimization does not change notification behavior.
sk...@gmail.com <sk...@gmail.com> #516
I'm still having this issue regardless of the new server side fix that's supposed to have rolled out. Nexus 6p on the latest Feb Security Update.
sh...@gmail.com <sh...@gmail.com> #517
Same as user Skylenor.
sh...@gmail.com <sh...@gmail.com> #518
I haven't received any yahoo mail through the Gmail app since feb9 even though there is new mail daily. So, it's definitely not fixed.
sa...@gmail.com <sa...@gmail.com> #519
Nexus 5 (2013), still same problem... Non existant or delayed gmail notifications...
el...@gmail.com <el...@gmail.com> #520
Nexus 5x here, problem has not been fixed. No notifications until I manually refresh, then they all appear.
fa...@gmail.com <fa...@gmail.com> #521
Same issue as before, or I haven't recieved the update yet. Could Google tell us how they want to fix it or what the problem is?
Samsung Galaxy S5 lte+
SM-G901F
Android 5.0.2
Build LRX22G
Samsung Galaxy S5 lte+
SM-G901F
Android 5.0.2
Build LRX22G
ma...@gmail.com <ma...@gmail.com> #522
:( realized Google makes almost all if it's money from advertisements, and not Android related sales...
Apple, BB, Nokia / Lumia makes money from hardware / software sales...
Perhaps explains why it's still a "small" priority (top left)
sigh. Need to calibrate my expectations.
Wasn't expecting Google to treat the OS like this.
Apple, BB, Nokia / Lumia makes money from hardware / software sales...
Perhaps explains why it's still a "small" priority (top left)
sigh. Need to calibrate my expectations.
Wasn't expecting Google to treat the OS like this.
ay...@gmail.com <ay...@gmail.com> #523
it has worked a while and now again it stopped working. I just saw there is an update for the gmail app. 'Bug fixes and performance improvements' are in the change log.
I now updated and opened the gmail app, mails were obviously not synced yet. Sent a mail to my gmail address and i got an instant notification. Let's wait a few hours and see if it keeps working.
I now updated and opened the gmail app, mails were obviously not synced yet. Sent a mail to my gmail address and i got an instant notification. Let's wait a few hours and see if it keeps working.
ay...@gmail.com <ay...@gmail.com> #524
definitely not fixed
ek...@axonify.com <ek...@axonify.com> #525
I originally had the problem. It got better when I removed gmail from battery optimization. I then read that it had been fixed and now the problem has happened again.
br...@gmail.com <br...@gmail.com> #526
I've had this issue on my Nexus 6P since the November 6.0.1 update: the Gmail app with my synced work Exchange email didn't reliably notify when I had emails (sometimes it would notify, usually it wouldn't), and if I did have the notification icon, it wouldn't go away when I read my unread emails, the notification stayed until I swiped it away.
Suddenly late last night, without my changing anything, I started to get notifications and the notification sound immediately when I got emails, it actually shows me in the notification how many unread emails I have, and the notification icon goes away once I read my emails.
So definitely looked like it's fixed, they're just rolling it out slowly. I show a recent Gmail app update, but it could also have been an automatic Google Play Services update. Looks like a bunch of other Google Play-related apps were updated at the same time too.
My current Gmail app version is 5.11.115007468.release
Looks like a new Gmail bug though: When I went into the Help menu of Gmail (to get the app version), it suddenly popped up a Google authentication error, and it appeared to be showing me that it was trying to log into my Google account for my phone with my work email. I switched that to my Gmail login that I use for my Google account, and it wiped my work email Exchange account not only from Gmail, but entirely from my phone. I readded my Exchange account, and tried Help again. It popped up the authentication error again. This time I didn't click on the error notification, just tried to swipe it away. Wouldn't let me get rid of it, but instead I just rebooted my phone, and this time my Exchange account is stayed. Went into Applications menu of the settings and was able to get the app version there.
So - one big step forward, one tiny step back.
Suddenly late last night, without my changing anything, I started to get notifications and the notification sound immediately when I got emails, it actually shows me in the notification how many unread emails I have, and the notification icon goes away once I read my emails.
So definitely looked like it's fixed, they're just rolling it out slowly. I show a recent Gmail app update, but it could also have been an automatic Google Play Services update. Looks like a bunch of other Google Play-related apps were updated at the same time too.
My current Gmail app version is 5.11.115007468.release
Looks like a new Gmail bug though: When I went into the Help menu of Gmail (to get the app version), it suddenly popped up a Google authentication error, and it appeared to be showing me that it was trying to log into my Google account for my phone with my work email. I switched that to my Gmail login that I use for my Google account, and it wiped my work email Exchange account not only from Gmail, but entirely from my phone. I readded my Exchange account, and tried Help again. It popped up the authentication error again. This time I didn't click on the error notification, just tried to swipe it away. Wouldn't let me get rid of it, but instead I just rebooted my phone, and this time my Exchange account is stayed. Went into Applications menu of the settings and was able to get the app version there.
So - one big step forward, one tiny step back.
ra...@gmail.com <ra...@gmail.com> #527
"The development team has fixed the issue that you have reported and it will be available in a future build."
Please elaborate. When will this be fixed? Thanks
Please elaborate. When will this be fixed? Thanks
jp...@gmail.com <jp...@gmail.com> #528
@525 brent....
I have this exact bug happen to me wiht the help menu too. It wipes myoutlook.com Active Sync mailbox when I authenticated with my google (gmail) credentials.
Also, my notifications still aren't 100%.
I have this exact bug happen to me wiht the help menu too. It wipes my
Also, my notifications still aren't 100%.
ju...@gmail.com <ju...@gmail.com> #529
My notifications just started working Friday morning after my Gmail updated. Tested it all day and it seemed to be working as it should, but late yesterday and today my Gmail notifications are not consistently immediate. Could be a few minutes to over ten, but at least they are coming in now. Very annoying that I cannot rely on this crucial service to work as it should.
el...@gmail.com <el...@gmail.com> #530
Installed the update this morning and notifications worked this afternoon, now back to being intermittent... so still definitely not fixed. Nexus 5x here. This is getting really frustrating, I rely on this service for work :/
c....@gmail.com <c....@gmail.com> #531
My fiancee is having this issue on her 5X and has been for several weeks now. Running latest February security patches, stock everything, not even unlocked bootloader. Hoping this fix comes sooner rather than later. March security patches, maybe?
ay...@gmail.com <ay...@gmail.com> #532
notifications seem to work again since yesterday, haven't done anything. Stock LG phone, no root, no battery saving.
ka...@gmail.com <ka...@gmail.com> #533
I am using GMail 5.11.115209765 on android 4.2.2 (Samsung SGH-T399) with the latest updates from samsung/tmobile.
I have also noticed the bug with Gmail not syncing email and notifications for Gmail. Auto Syncing only seems to work when Gmail is the foreground app. The moment Gmail becomes the background app (I navigate to the home screen or another app, e.g., web browser) Gmail stops auto syncing.
So during the day my workaround at present (until google fixes this bug) is to leave gmail as the foreground app.
The only worka
I have also noticed the bug with Gmail not syncing email and notifications for Gmail. Auto Syncing only seems to work when Gmail is the foreground app. The moment Gmail becomes the background app (I navigate to the home screen or another app, e.g., web browser) Gmail stops auto syncing.
So during the day my workaround at present (until google fixes this bug) is to leave gmail as the foreground app.
The only worka
uj...@gmail.com <uj...@gmail.com> #534
Nexus 6. Same issue. My work,exchange, email comfigured im gmail app not sync on real-time using wifi..
jo...@gmail.com <jo...@gmail.com> #535
How long do we have to wait for this "Future Release?"
This has been happening for so long that when they do finally get it fixed my phone will feel like it is brand new with a new feature, autosyncing!
I've had this issue since mid-December on my 6P at the latest, that's when I noticed it anyways. All Google apps seem to be a victim of it. I honestly can't even recommend Android devices to friends at the moment because of this, I'd feel bad for them not getting their emails.
This has been happening for so long that when they do finally get it fixed my phone will feel like it is brand new with a new feature, autosyncing!
I've had this issue since mid-December on my 6P at the latest, that's when I noticed it anyways. All Google apps seem to be a victim of it. I honestly can't even recommend Android devices to friends at the moment because of this, I'd feel bad for them not getting their emails.
zu...@gmail.com <zu...@gmail.com> #536
Here I am two months later, two weeks since the promised update, two GMail updates in the past few days, and still not getting notifications consistently.
Just had more people ask about my new Nexus 6p yesterday and I had to say, BUT I WOULDN"T BUY ONE NOW. Because, you know, you don't get your emails. For some reason.
Just had more people ask about my new Nexus 6p yesterday and I had to say, BUT I WOULDN"T BUY ONE NOW. Because, you know, you don't get your emails. For some reason.
ja...@gmail.com <ja...@gmail.com> #537
My wife is ready to throw her new 6P in the garbage because of syncing issues. The 6.0.2 release with a permanent fix better come soon. The phone is totally worthless if it won't sync in a timely manner.
al...@gmail.com <al...@gmail.com> #538
This is also affecting me on Moto X 2nd Edition
js...@gmail.com <js...@gmail.com> #539
Same problem, not fixed. Nexus 4 running lollipop. I've cleared caches. Uninstalled updates, and now done a factory reset. This morning at 8am i checked when gmail last did a synch and it was at 305am. This problem is brutal. Gmail is totally unreliable.
[Deleted User] <[Deleted User]> #540
[Comment deleted]
to...@gmail.com <to...@gmail.com> #541
Still having the notification issue.
I received 3 random notifications (there were other received emails between them without notifications) on last week's Monday and Tuesday when the fix was supposed to come out. They have been the only notifications I have got since the problem started early January.
LG G3s (Mini)
5.0.2
I received 3 random notifications (there were other received emails between them without notifications) on last week's Monday and Tuesday when the fix was supposed to come out. They have been the only notifications I have got since the problem started early January.
LG G3s (Mini)
5.0.2
el...@gmail.com <el...@gmail.com> #542
This is getting beyond a joke at this point. The fix was promised 2 weeks ago yet my Nexus 5x still isn't getting the correct gmail notifications through. Can someone from the team please give us an update about the roll-out of this supposed fix??
ri...@gmail.com <ri...@gmail.com> #543
Just got a Gmail app update (see screenshot) that seems to have fixed the issue for me. I'll continue to monitor the situation and post an update if notifications act up again. Nexus 6p with Gmail and Exchange accounts.
an...@gmail.com <an...@gmail.com> #544
This issue seems to be affecting the GroupMe app too, when it's synced to affected gmail accounts.
br...@gmail.com <br...@gmail.com> #545
There have been two? updates since my last comment, and each update seems to be making things worse. Delays of 5-6 hours are not uncommon.
I've rolled back the application to the factory installed version to see how this affects the issue.
I've rolled back the application to the factory installed version to see how this affects the issue.
fa...@gmail.com <fa...@gmail.com> #546
Same issue with my samsung S5. I have 2 gmail accounts configured and the main one seem to sync only if i force the resync operation.
i've just update to version 5.11.115209765...
i've just update to version 5.11.115209765...
jo...@gmail.com <jo...@gmail.com> #547
Bryan,
I wish I could measure my delay in hours. I regularly get delays of about 3 days between syncs. Usually I can check/sync manually, then I will get a notification like 5 hours later that I got more emails and after that it could be another 5 hours or it could be 3 days. Probably longer if I didn't sync myself manually at that point.
I used to get notifications for every single email I would receive, so the notifications now are pointless anyways because there are more new emails than the notification will even show, so really it is just acting as a reminder to check my email myself.
I wish I could measure my delay in hours. I regularly get delays of about 3 days between syncs. Usually I can check/sync manually, then I will get a notification like 5 hours later that I got more emails and after that it could be another 5 hours or it could be 3 days. Probably longer if I didn't sync myself manually at that point.
I used to get notifications for every single email I would receive, so the notifications now are pointless anyways because there are more new emails than the notification will even show, so really it is just acting as a reminder to check my email myself.
zu...@gmail.com <zu...@gmail.com> #548
FYI GMail v6.0.115234454.release is out, or rolling out. No mention of whether it fixes this $%#!ing issue. You can find it at the APK mirror site.
I put it on yesterday, mostly seems like I've been getting notifications, but possibly not overnight. At this point, who knows?
I put it on yesterday, mostly seems like I've been getting notifications, but possibly not overnight. At this point, who knows?
rj...@gmail.com <rj...@gmail.com> #549
I'm still having this issue - Nexus 6 latest and fresh. Works great on my work iPhone. This has been a huge problem for months now. Losing faith....
el...@gmail.com <el...@gmail.com> #550
The new Gmail update hasn't fixed it completely for me. Notifications through the day have got better, but over night (when the phone is presumably dozing) they're still not working.
da...@gmail.com <da...@gmail.com> #551
Sony Xperia here, no notifications since december unless I manually refresh gmail.
I posted many messages on gmail support/forums, nothing worked, this is so annoying...
I posted many messages on gmail support/forums, nothing worked, this is so annoying...
zu...@gmail.com <zu...@gmail.com> #552
With GMail v6, definitely not getting messages overnight when phone goes into Doze. This morning opened it up and nothing. When I took it off the charger with GMail open after maybe a minute got the usual cascade of emails timestamped from hours before.
That was with every Google app anyone has mentioned Not Optimized. Once again would be really great if someone from Google would convey WHEN the fix they claim to have will be applied. Because if it has been already, it's not working.
That was with every Google app anyone has mentioned Not Optimized. Once again would be really great if someone from Google would convey WHEN the fix they claim to have will be applied. Because if it has been already, it's not working.
to...@gmail.com <to...@gmail.com> #553
This is happening with the current LG G4. Both my wife and I have the same issues. She's having more sync issues than me but this bug seems to plague us both. I have nothing to add other than nothing we have tried has worked 100%.
je...@gmail.com <je...@gmail.com> #554
GMail 6.0.115234454 from Feb 23, 2016 did nothing to fix the problem on my Nexus 6P with Android version 6.0.1. I get no notifications overnight and in the morning I have to manually force the app to sync. I get no notifications during the day. None. We were told of a fix to this problem 18 days ago. When will this actually truly be fixed and not just empty promises made?
gr...@gmail.com <gr...@gmail.com> #555
How is this issue marked closed and priority small? A massive function of the phone isn't working properly and hasn't been since before the holidays. I've tried everything from adding the widget to my home screen, factory reset, removing the google account. The newest updates haven't fixed anything.
je...@gmail.com <je...@gmail.com> #556
+1, having this issue on N5X, read status of emails are not syncing properly.
vz...@gmail.com <vz...@gmail.com> #557
+1 same problem on latest Gmail. Not rooted. have two gmail accounts, one exchange, and three pop accounts. It is only affecting my two gmail accounts. Must manually sync these to get messages or they will sync maybe once a day. My other email accounts push just fine. Doze has been turned off for my gmail application from power settings with no difference. Cache cleared and accounts removed and readded. happens when on and off wifi.
Nexus 5X with sprint.
Nexus 5X with sprint.
ke...@googlemail.com <ke...@googlemail.com> #558
HTC one m9 user in uk, getting seriously bored checking threads on gmail app, 3 months and counting for app sync issues, it is most definitely not fixed.
Why, or why is this not a push release? The amount of if not this, then that, oh wait maybe adjust this setting too.....surely Google have responsibility to rebaseline everyone's apps settings, that work.
I look forward to getting email notifications about this via my app, sometime, eventually, I mean it's not like this email thing has every really caught on......
Why, or why is this not a push release? The amount of if not this, then that, oh wait maybe adjust this setting too.....surely Google have responsibility to rebaseline everyone's apps settings, that work.
I look forward to getting email notifications about this via my app, sometime, eventually, I mean it's not like this email thing has every really caught on......
ku...@gmail.com <ku...@gmail.com> #559
#158 it has been 2 months already, but the issue hasn't been fixed yet. It was said that within 1-2 weeks after the date of fix you can see the change. but i can not see this even while at writing this comment #558 . Exactly after 400 comments!!!
rs...@gmail.com <rs...@gmail.com> #560
Still having Sync issues, GS4 5.1.1
sa...@gmail.com <sa...@gmail.com> #561
Nexus 5x. Same issue. Got the phone 2 days ago. Installed every update it showed(OTA updates). My delay was not an hour, but certainly there is a delay because otherwise I would not start to look for wtf my e-mails didn't show up when they arrive... So here I am....
So far I like the LG Nexus 5 better than the 5x.
So far I like the LG Nexus 5 better than the 5x.
zu...@gmail.com <zu...@gmail.com> #562
Another new GMail update, v6.0.115979076 and my performance is actually WORSE than it had been under one of the older versions. When my phone goes into doze I get NO UPDATES at all until I wake the phone up AND do a manual refresh in GMail.
I don't know what even to say any more. I guess I give up.
I don't know what even to say any more. I guess I give up.
de...@googlemail.com <de...@googlemail.com> #563
Had this issue for weeks, in a way I'm glad it's not just me, but goddamn it needs correcting, renders google calendar useless as a personal organiser without notifications appearing on my phone
st...@gmail.com <st...@gmail.com> #564
Same issue on LG Leon on Lollipop, T-Mobile carrier. I have a personal and a work account configured correctly. The work account receives push notifications correctly, but the personal goes hours or days without notifications. Would uninstall, but Gmail is a system app.
xt...@gmail.com <xt...@gmail.com> #565
Same issues with Gmail inbox here on the Nexus 5x. If I delete my personal account and start again it works for 1 to 2 days and after that nothing, even if inrefresh or turn sync on/off.
bo...@gmail.com <bo...@gmail.com> #566
This is not a Marshmallow or even Lollipop issue. I have had the sync issue for a few weeks now on an old Nexus 5 running Kitkat 4.4.4. Seems worse today, though...
b....@gmail.com <b....@gmail.com> #567
Same issues with Gmail on my Moto X play ( Marshmallow ). The account push notifications goes hours or days without notifications.
lg...@gmail.com <lg...@gmail.com> #568
Same issue on galaxy s6 running 5.1
je...@gmail.com <je...@gmail.com> #569
Update on my issue. I am still having this issue on my Droid Turbo. However, I started using my Galaxy Note Tab 10.1 again after a few months of not opening it. The same issue here. Could this somehow be account related as opposed to device related??
ij...@gmail.com <ij...@gmail.com> #570
As this "defect" spreads to more and more phones and accounts, it seems unfathomable that Google continues to say nothing other than closing the issue and declaring it fixed. Shameful.
br...@gmail.com <br...@gmail.com>
[Deleted User] <[Deleted User]> #571
I'am havint the same issue on Galaxy S5 NEO. Google....will it be resolved?
sb...@gmail.com <sb...@gmail.com> #572
This problem still persists on my Nexus 5.
ca...@gmail.com <ca...@gmail.com> #573
More one to the issue list. Using Nexus 4
gu...@gmail.com <gu...@gmail.com> #574
The same on Galaxy S7
js...@gmail.com <js...@gmail.com> #575
Google support had no clue about this.
All you need to do to reproduce the problem is plug the phone in overnight and leave it. The next morning, ill manually refresh gmail and have at least 8 messages waiting from throughout the night. It's a daily occurance.
After the refresh, sync works. But if the phone is idle for a period of time after that it will fall asleep again.
This is a Nexus 4 running lollipop. We're not supposed to have the battery optimization feature that marshmellow has. But it's like it's built into the app anyways.
All you need to do to reproduce the problem is plug the phone in overnight and leave it. The next morning, ill manually refresh gmail and have at least 8 messages waiting from throughout the night. It's a daily occurance.
After the refresh, sync works. But if the phone is idle for a period of time after that it will fall asleep again.
This is a Nexus 4 running lollipop. We're not supposed to have the battery optimization feature that marshmellow has. But it's like it's built into the app anyways.
ma...@gmail.com <ma...@gmail.com> #576
Issue still persists after recent fix.
Nexus 6P, running stock firmware/latest security update and latest Gmail app.
Nexus 6P, running stock firmware/latest security update and latest Gmail app.
na...@gmail.com <na...@gmail.com> #577
Nexus 6p still with the same problem...never syncs other than manually ...has there been confirmation that the fix has been rolled out yet? Do we know what version it is in (of Gmail or something else)?
sf...@gmail.com <sf...@gmail.com> #578
Moto X Pure Edition -- similar issues, but it appears to be with the majority of Google apps, just not email. Something is clearly wrong (I know how hard it could be to fix, I am a software designer) but being such a big issue, you would think this would be a MAJOR priority to get fixed and get pushed out as soon as possible! When I check my Google account, the majority of the apps are 3 to 4 days (some longer) out of sync...
de...@gmail.com <de...@gmail.com> #579
Nexus 5x, driving me crazy. What a disappointment, I might have to go back to my Nexus 4.
gr...@gmail.com <gr...@gmail.com> #580
Honor 7 and Samsung S6 here - both are only showing new emails when manually refreshed...
ot...@gmail.com <ot...@gmail.com> #581
So - I thought I had the same issues with my new Nexus 5x, namely that gmail notifications were basically non-existent. Then this morning, I opened Gmail app on my phone, went into the settings menu, clicked on my email address, and turned on notifications. It works now. I certainly hope everyone has tried this first.
je...@gmail.com <je...@gmail.com> #582
I have posted about this issue a couple of times here. I don't know if this is a coincidence or not, but yesterday, I clicked on email apps-help@google.com from the Play Store site (for the gmail app) and explained my issue. I got an automated reply which basically told me to do what I had already done. Then today, it started working again.
an...@gmail.com <an...@gmail.com> #583
I didn't do anything special (and I certainly didn't have notifications disabled), and today I started getting immediate Gmail and Inbox notifications. Also Calendar events are now syncing with minimal/no delay as well! Looks like for me the issue is resolved at the moment. Let's hope it sticks!
3p...@gmail.com <3p...@gmail.com> #584
Same issue, no notifications until I get about 5 or 6 in the middle of the night. I have an old version of Android, 4.4.2, And this has been happening for a couple of weeks, glad I'm not alone.
ij...@gmail.com <ij...@gmail.com> #585
I took the plunge, did a factory reset, loaded the latest OS update (MHC19I)... and email syncing and notification remains spotty. I did get contacted to provide a bug report so will be doing that. *sigh*
cm...@gmail.com <cm...@gmail.com> #586
I abandoned IPhone and bought a new Nexus 6p--Google's top of the line phone a month ago. I've installed all the updates that have been issued. Now in past few days I find that I'm having the same problem complained of in this thread--emails not showing up on my phone's Gmail app. Very disappointing to see that this problem has been plaguing others for months and Google has not managed to fix it?? Perhaps I should send the 6p back and get another IPhone.
ph...@gmail.com <ph...@gmail.com> #587
Same issue here with new Nexus 5X. All my emails show up on my PC Gmail but not on my Android Gmail App. As an example, I needed to reset a password on the Walmart website because I forgot my password. Using the typical email verification method, the email from Walmart showed up on my PC instantly, but never showed up in my Gmail App. I repeated the process twice just to test. Same thing happened again. Now, 24 hours later, the Walmart emails still haven't shown up on my Gmail App on the Nexus 5X.
jm...@gmail.com <jm...@gmail.com> #588
Future release? At one stage about a month ago, this was going to be fixed by a mysterious server-side patch. Still waiting on that magical day to arrive. In the meantime, this is even worse than pull email notifications where at least you could set it to refresh every 15 mins or something...
How can a company the size of Google not get this resolved within weeks, let alone months, of being discovered by end users? Don't the people who work at Googleplex use Android or gmail?
How can a company the size of Google not get this resolved within weeks, let alone months, of being discovered by end users? Don't the people who work at Googleplex use Android or gmail?
tl...@gmail.com <tl...@gmail.com> #589
so... one month and 100+ posts later, some people are reporting a fix, some people still report the same problem. Tough to say where the majority fall, but suffice to say the problem still exists.
It's nice that Hangouts is working again (for me at least), but I'm still seeing no (automatic) sync on Gmail, Calendar and some games tied to my Google Play account.
Other apps seem to be hit or miss whether I get notifications (maybe related to the problem, maybe not). Twitter notifies me of direct messages, but not retweets/mentions (settings are enabled for all); Facebook notifies me of direct messages, but gives no other notifications (settings also enabled); TeamSnap gives me no notifications; Google Calendar provides notifications; several other apps provide notifications only when I open/close the app.
Does anyone know if comments on a "Closed" issue even get read?
It's nice that Hangouts is working again (for me at least), but I'm still seeing no (automatic) sync on Gmail, Calendar and some games tied to my Google Play account.
Other apps seem to be hit or miss whether I get notifications (maybe related to the problem, maybe not). Twitter notifies me of direct messages, but not retweets/mentions (settings are enabled for all); Facebook notifies me of direct messages, but gives no other notifications (settings also enabled); TeamSnap gives me no notifications; Google Calendar provides notifications; several other apps provide notifications only when I open/close the app.
Does anyone know if comments on a "Closed" issue even get read?
sa...@gmail.com <sa...@gmail.com> #590
After having notifications work for around two weeks, the issue returned today. Got the March security update, latest app update, and even tried clearing cache partition. Best and worst phone I've ever had =/
da...@gmail.com <da...@gmail.com> #591
Started having this issue Saturday the 12th. Driving me nuts. Tried everything. Manually loaded the March update and still having the problem.
zo...@gmail.com <zo...@gmail.com> #592
I have this issue as well, seems all my push notifications are delayed. When I'm paged from pagerduty I'm not able to respond within my 10 minute SLA. Tested on my wife's iPhone and it works as expected...I'll never hear the end of that.
gr...@gmail.com <gr...@gmail.com> #593
Having the same issue with Gmail app on Nexus 6P with latest updates
el...@gmail.com <el...@gmail.com> #594
Notifications were working fine for the last 2 weeks, problem seem fixed, but in the last 48 hours the same problem is back. Delayed notifications, have to refresh every time. Nexus 5x here. Latest updates.
da...@gmail.com <da...@gmail.com> #595
How can the priority of this be "small"???
mw...@gmail.com <mw...@gmail.com> #596
This popped up out of nowhere about three weeks ago. Have even done a system restore assuming I was the only one with this problem. Nexus 6p
it...@gmail.com <it...@gmail.com> #597
Hi all, maybe is not related to your specific problem, but I can tell you the problems we had for GCM in our network wit Marshmallow devices.
Marshmallow devices dont work with GCM, or rarely work. It was random. We opened the ports 5228, 5229 and 5230 and seems to work a bit better, but still fails. Marshmallow does something different than the rest of the OS versions.
After checking the logs in the routers we have found our DNS converts domains to ipv6, and it seems GCM (or android M) doesnt try with ipV4 if the ipv6 failed. The only way to make it work is to disable ipv6 in our routers.
You can check if it is the same in your device doing the following:
- install Port Open Tester (https://play.google.com/store/apps/details?id=com.qien.porttester ) and check "mtalk.google.com " in ports 5228, 5229 and 5230. If it says they are closed (and you know they are open) do the next step
- install DNS Changer (https://play.google.com/store/apps/details?id=com.burakgon.dnschanger ), it will create a VPN in your device (you can choose "Open DNS" as provider), and check the ports again with PortTester. In fact with DNS Changer the push messages work ok due to it doesnt use ipv6 anymore.
So, the fix for us is to avoid ipv6 in the routers (or use DNS Changer in the device). I know is not a fix, it is a workaround, but maybe someone with better knowledge of networking and android M will know what is causing this problem.
Marshmallow devices dont work with GCM, or rarely work. It was random. We opened the ports 5228, 5229 and 5230 and seems to work a bit better, but still fails. Marshmallow does something different than the rest of the OS versions.
After checking the logs in the routers we have found our DNS converts domains to ipv6, and it seems GCM (or android M) doesnt try with ipV4 if the ipv6 failed. The only way to make it work is to disable ipv6 in our routers.
You can check if it is the same in your device doing the following:
- install Port Open Tester (
- install DNS Changer (
So, the fix for us is to avoid ipv6 in the routers (or use DNS Changer in the device). I know is not a fix, it is a workaround, but maybe someone with better knowledge of networking and android M will know what is causing this problem.
ao...@gmail.com <ao...@gmail.com> #598
[Comment deleted]
ao...@gmail.com <ao...@gmail.com> #599
GMAIL WORKAROUND!!
For those experiencing issues with Gmail slow loading and notification issues please see work around below.
The issue is with the Gmail application not able to process IPV6 protocals, this also applies to the playstore and inbox by google.
Here is how I came to my conclusion
Hardware:
Cisco 3848 internet gateway provided by ISP - IPV6 can not be disabled
Samsung galaxy s6 5.1.1
All applications on the device work flawlessly on IPv6 with the exceptions of gmail & playstore. I decided to check all GCM protocol applications and there were no issues and no notification delays.
When I open my mobile browser and launch Gmail and the Playstore they load quickly with no issue, this tells me the google apps are the issue not your devcie OS. Seems google apps are unable process data properly via IPv6. When I am connected to non IPV6 networks all works correctly
Here is my fix, I downloaded a 3rd party email apphttps://play.google.com/store/apps/details?id=me.bluemail.mail&hl=en and have had great success, emails are now instant with no delay as well as push notifications.
For the playstore I launched from my mobile browser and saved to home screen.
Hope this helps all of you with your issues, I have been running flawlessly for months this way. It sad that that we have to resort to this route in order to get gmail working correctly but hopefully they will come out with a fix soon.
If the other applications are able to run with the above setup there is no excuse why google cant update there applications to run with the IPV6 protocol
For those experiencing issues with Gmail slow loading and notification issues please see work around below.
The issue is with the Gmail application not able to process IPV6 protocals, this also applies to the playstore and inbox by google.
Here is how I came to my conclusion
Hardware:
Cisco 3848 internet gateway provided by ISP - IPV6 can not be disabled
Samsung galaxy s6 5.1.1
All applications on the device work flawlessly on IPv6 with the exceptions of gmail & playstore. I decided to check all GCM protocol applications and there were no issues and no notification delays.
When I open my mobile browser and launch Gmail and the Playstore they load quickly with no issue, this tells me the google apps are the issue not your devcie OS. Seems google apps are unable process data properly via IPv6. When I am connected to non IPV6 networks all works correctly
Here is my fix, I downloaded a 3rd party email app
For the playstore I launched from my mobile browser and saved to home screen.
Hope this helps all of you with your issues, I have been running flawlessly for months this way. It sad that that we have to resort to this route in order to get gmail working correctly but hopefully they will come out with a fix soon.
If the other applications are able to run with the above setup there is no excuse why google cant update there applications to run with the IPV6 protocol
ka...@gmail.com <ka...@gmail.com> #600
Still having this issue on Nexus 5X. How can this be considered a small priority? I have not been getting consistent notifications for new emails since December.
I seem to get notifications for a period of time, but after some period of inactivity, I no longer get the notifications and need to open the app and manually refresh.
I seem to get notifications for a period of time, but after some period of inactivity, I no longer get the notifications and need to open the app and manually refresh.
ao...@gmail.com <ao...@gmail.com> #601
[Comment deleted]
ao...@gmail.com <ao...@gmail.com> #602
My issue started in December as well & driving me nuts!! Try the app in my previous post as it will fix your issues until google decides to update their applications
I dont understand either how this has not been corrected? Of all the applications I use the only ones with IPV6 issues are google apps. I would expect this from smaller developers but not goole
I dont understand either how this has not been corrected? Of all the applications I use the only ones with IPV6 issues are google apps. I would expect this from smaller developers but not goole
ev...@gmail.com <ev...@gmail.com> #603
Same issue here on Nexus 5x, latest update (MHC19J). Notifications won't come through on time, if I open the app, emails will be sitting there unread.
to...@gmail.com <to...@gmail.com> #604
Galaxy s7 edge - same here!!!!!!!!!! WTF google?
tl...@gmail.com <tl...@gmail.com> #605
My phone is working again, finally. Things got back to normal over the weekend. I'd forgotten what it was like to actually get notifications (and the number of apps that sent notifications I'd been missing out on)! :)
There's been a lot of speculation that the problem might be account based, and with some people reporting fixes weeks ago, mine just coming this week, and other people still experiencing the problem, maybe the account fixes are getting rolled out in batches? Though I'm sure it's a small consolation to anyone still having the problem...
There's been a lot of speculation that the problem might be account based, and with some people reporting fixes weeks ago, mine just coming this week, and other people still experiencing the problem, maybe the account fixes are getting rolled out in batches? Though I'm sure it's a small consolation to anyone still having the problem...
pf...@gmail.com <pf...@gmail.com> #606
I have started using the BlueMail (linked above) - notifications are instant and as a bonus you can turn off conversation view :)
ze...@gmail.com <ze...@gmail.com> #607
[Comment deleted]
st...@gmail.com <st...@gmail.com> #608
Still an issue on my 5X running latest 6.0.1 software. How can they get away closing all their bugs after marking them as future release? They did the same thing with Nexus 5X wifi connectivity bugs. They are not fixed yet, but closed as "future release". What does that even mean? Do we have to wait for Android N now to get fixes? I especially like how they abandoned the 2012 Nexus 7 by closing all the bugs as "obsolete" and never addressing them at all before the final release.
db...@gmail.com <db...@gmail.com> #609
My Nexus 5X is still not working correctly!!!!
ze...@gmail.com <ze...@gmail.com> #610
Nexus 5, issue has been present for a few months. Ended up switching to CM13 nightlies which do not have this problem.
ga...@gmail.com <ga...@gmail.com> #611
I just want this fix already. I'm tired of having to go in Gmail to manually sync.
sc...@gmail.com <sc...@gmail.com> #612
I had this issue after upgrading my Nexus 6 to 6.0.1 ( MMB29K ). Same as many many others as the thread indicates.
I tried the suggestions up the thread for ~ 30 days. After no changes to notifications, I downgraded to LMY48Y ( 5.1.1 ).
After setting up the phone and few quick tests, I shut the phone off for ~ 2 hours.
Power back up, update most applications to the current release ( from the 48Y factory versions ).
Gmail I left at what ships with 48Y for 1 week before updating to 6.0.1 ( ending in 76 ).
I might have been hyper sensitive to notification delays before the 5.1.1 install, the notifications appeared to be the same as 6.0.1.
Now that I have had 48Y on for 3 weeks +, notifications appear to be working as before 6.x upgrade.
I get a notification on my phone, and click refresh on the web UI, and the email shows up in the list.
It might just have taken some time for me to not be so impatient about notifications more so than thinking 48Y was the same as 29K.
If you have a google device pull the latest 5.1.1 version for your phone and down grade.
I tried the suggestions up the thread for ~ 30 days. After no changes to notifications, I downgraded to LMY48Y ( 5.1.1 ).
After setting up the phone and few quick tests, I shut the phone off for ~ 2 hours.
Power back up, update most applications to the current release ( from the 48Y factory versions ).
Gmail I left at what ships with 48Y for 1 week before updating to 6.0.1 ( ending in 76 ).
I might have been hyper sensitive to notification delays before the 5.1.1 install, the notifications appeared to be the same as 6.0.1.
Now that I have had 48Y on for 3 weeks +, notifications appear to be working as before 6.x upgrade.
I get a notification on my phone, and click refresh on the web UI, and the email shows up in the list.
It might just have taken some time for me to not be so impatient about notifications more so than thinking 48Y was the same as 29K.
If you have a google device pull the latest 5.1.1 version for your phone and down grade.
ma...@priit.ca <ma...@priit.ca> #613
Same here on LG4 with the Marchmallow OS.
(Used to auto sync/update without, l;ately not doing it anymore)
(Used to auto sync/update without, l;ately not doing it anymore)
md...@gmail.com <md...@gmail.com> #614
Galaxy S7 Edge, same issue when dozing.
zu...@gmail.com <zu...@gmail.com> #615
Hey, it's finally fixed after 3 solid months and I get all my messages and notifications in a timely manner!
APRIL FOOLS it still sucks
APRIL FOOLS it still sucks
pa...@gmail.com <pa...@gmail.com> #616
Same issue on Verizon with GMAIL and Yahoo mail with Marshmallow on Samsung 6, Does not matter what email app is used nor wifi nor power saving.
Thanks
Peter
Thanks
Peter
jm...@gmail.com <jm...@gmail.com> #617
Another +1 for BlueMail. Definitely has no notification issues and as a plus, it's really rather good. Probably will stick with it even when this issue is fixed (assuming it ever is fixed).
mi...@gmail.com <mi...@gmail.com> #618
Is anyone working on this issue?
I have a Samsung Note 4. It updated to 6.0.1 last week. I noticed that my gmail accounts weren't updating. Went through tons of suggestions I found on the web to no avail. I finally factory reset everything without restoring and started from scratch. Same problem persists.
Please respond. Please help.
I have a Samsung Note 4. It updated to 6.0.1 last week. I noticed that my gmail accounts weren't updating. Went through tons of suggestions I found on the web to no avail. I finally factory reset everything without restoring and started from scratch. Same problem persists.
Please respond. Please help.
[Deleted User] <[Deleted User]> #619
[Comment deleted]
it...@gmail.com <it...@gmail.com> #620
Hi milpond, check my comment above, could be related to ipv6 or the ports in your routers. In my comment there are some tools you can use to check everything is ok in your device for push
na...@gmail.com <na...@gmail.com> #621
Same issue for me on Nexus 6P with latest April update and latest GMail. Have to manually tefrsh Gmail to get emails. Tried all previous suggestions, not fixed. Very disappointing Google.
le...@gmail.com <le...@gmail.com> #622
Fresh Nexus 5x out of the box. Gmail won't sync, unless done manually. Please fix this
ao...@gmail.com <ao...@gmail.com> #623
Look at my thread above, with all the complaints and no fix in sight move to blumail!!! trust me you wont regret it
br...@gmail.com <br...@gmail.com> #624
I'm so disappointed that they didn't fix it yet. I turned off the Doze feature for WhatsApp, but I still not receiving notifications, even WhatsApp calls. I'm missing a lot of important notifications, since the phone sleeps very fast. The only one that works is Hangouts. I have a Nexus 5, by the way.
ao...@gmail.com <ao...@gmail.com> #625
[Comment deleted]
ao...@gmail.com <ao...@gmail.com> #626
[Comment deleted]
ao...@gmail.com <ao...@gmail.com> #627
Turn the battery optimization feature completely off, I have found with it enabled notifications are hit and miss (more miss) even if you specify it to ignore a particular application.
With it disabled you will barley notice any difference with battery usage! (I have tested with optimization on and off for months and the difference in battery savings was so minimal it was hard to detect the % saved) personally for the headaches it causes keeping it disabled will save you a lot of grief & allow your notifications to pass through.
Keep in mind this wont fix the Gmail and inbox by google notification issues, see my previous post to obtain the workaround which is still working strong!
With it disabled you will barley notice any difference with battery usage! (I have tested with optimization on and off for months and the difference in battery savings was so minimal it was hard to detect the % saved) personally for the headaches it causes keeping it disabled will save you a lot of grief & allow your notifications to pass through.
Keep in mind this wont fix the Gmail and inbox by google notification issues, see my previous post to obtain the workaround which is still working strong!
ma...@gmail.com <ma...@gmail.com> #628
I still have this issue where I must manually refresh the gmail app to get my emails. I have the proper boxes check in the settings as well yet it still doesn't want to work.
st...@gmail.com <st...@gmail.com> #629
Same problem, HTC M8. Google Inbox and HTC Mail app both don't automatically sync. I need to be able to receive notifications for certain items, which hasn't worked since at least a year I think.
mv...@gmail.com <mv...@gmail.com> #630
[Comment deleted]
ra...@gmail.com <ra...@gmail.com> #631
Same problem here. N6-6.0.1 w/ latest security update.
da...@daninfo.fr <da...@daninfo.fr> #632
same problem with nexus 5
office 365 no synch
office 365 no synch
si...@gmail.com <si...@gmail.com> #633
Nexus 6P here
This doesn't just happen to my mail in Inbox but also Snapchat, Facebook messenger and hangouts. Notifications come in minutes or hours late. Sometimes it works to unlock the phone. Then all the notifications come up at the same time. Really annoying.
This doesn't just happen to my mail in Inbox but also Snapchat, Facebook messenger and hangouts. Notifications come in minutes or hours late. Sometimes it works to unlock the phone. Then all the notifications come up at the same time. Really annoying.
fg...@gmail.com <fg...@gmail.com> #634
same pbm with Android 6.0.1 Marshmallow on Galaxy S6 Edge +
ke...@gmail.com <ke...@gmail.com> #635
It happens in gmail, whatsapp, and others... Android 6.0.1 on Oneplus One. Why is it still not fixed? It's been a known problem for 6 month.
ke...@gmail.com <ke...@gmail.com> #636
And why is it a low-priority problem? It's breaking the whole utility of a smartphone...
jo...@gmail.com <jo...@gmail.com> #637
Same issue, OnePlus 2, Android 6.0.1; did not have the issue with Lollipop.
aa...@gmail.com <aa...@gmail.com> #638
Nexus 6p. No push notifications. I had stock rom and the same problem. Changed to PureNexus and it seemed to solve the problem for two days but now it's back. Also in my phone all applications are affected: Whatsapp (messages, calls), Gmail and exchange. Very frustrating. This ought to be solved!
aa...@gmail.com <aa...@gmail.com> #639
Actually just changed all apps on the phone to non-optimised (battery) and this seemed to fix the problem at least for now.
ha...@equalbyte.com <ha...@equalbyte.com> #640
[Comment deleted]
go...@gmail.com <go...@gmail.com> #641
Moto X pure Android 6.0 same problem, been going on for awhile. Wife's phone Nexus 5x also same issue.
ra...@gmail.com <ra...@gmail.com> #643
I thought this issue had been fixed since my emails have been coming with no issues for the last 2 months. Now for the last week the only way to get emails is by refreshing gmail manually. So the issue had reappeared. This is only a problem in my Nexus 6P. My Nexus 4, Nexus 5 and Nexus 10 all sync properly.
fu...@gmail.com <fu...@gmail.com> #644
I, too, am having this issue on the Galaxy S7. If I use the Samsung email app, all my emails come in just fine, so this is clearly an issue with the gmail app itself, not the gmail service. I also am not seeing syncing issues with other apps. I still get Calendar alerts and Telegram notifications. I only recently began to notice this issue, as well. Maybe a couple weeks.
rp...@gmail.com <rp...@gmail.com> #645
Just update to 6.0.1 on my Note5 a week ago. Notice Gmail is not receiving push email. Has to manually sync. Now installed Inbox to work around the problem.
zu...@gmail.com <zu...@gmail.com> #646
So here I am with my Nexus 6p on Fi and six months after first reporting the problem I am STILL not getting my gmail delivery or notifications in a timely manner with any consistency. And nothing from Google other than vague promises. Really soured me on the whole experience.
That said, has anyone experiencing this issue tried the Android N preview, and if so did the problem go away?
That said, has anyone experiencing this issue tried the Android N preview, and if so did the problem go away?
ad...@gmail.com <ad...@gmail.com> #647
Delayed notifications for me as well on OnePlus 3 and OnePlus 2 running 6.0.1 stock. It's not just Gmail but Inbox, WhatsApp, news apps with push notifications like BBC News, The Guardian and others. I've disabled battery optimization for all those apps, that didn't help. Setting their notification to be treated as priority doesn't help either.
zu...@gmail.com <zu...@gmail.com> #648
I'll answer my own question - I've been trying out the most recent Android N beta on my Nexus 6p for nearly a week and no, the notification issue is not better. If anything, it's actually worse. I'd be wanting to send back my phone, but from other comments it appears this is not a hardware problem. WTAF, Google? How about something other than dead silence on the plan to fix this issue?
sa...@gmail.com <sa...@gmail.com> #649
Same problem on Moto X play 6.0.1 - Noticed specifically on Whatsapp. Time stamps for messages are many minutes before I read them but only when I push the power button and unlock the phone, do they come in and notify me.
da...@gmail.com <da...@gmail.com> #650
So I had this same problem and this resolved it for me (at least for now). From a Project Fi help forum user:
On the WLAN Setup screen for the netgear does it have a check box that says something like "Disable port scan and ddos protection"? Am at work so can't look at mine to see what it says exactly.
If it is there, can try checking the box to disable the ddos protection and see if it makes a difference. Was going through my old emails with tech support and since my mailbox's memory is better than mine......it looks like my router didn't have the option to disable it before. I upgraded the firmware and the option appeared, and then I checked the box to turn off the DDOS protection which made the push email stuff work and also seemed to solved my XBox One lag issues. :) Am guessing it was also dropping Xbox packets as well.
I know people who's have some of the fancy $200+ netgear routers and even with the firmware updates have issues. So toggling power on the router is usually the first step I try when anything over WIFI isn't working as expected. As it helps narrow problem down to being a device issue or a AP/Router issue. Even know some people who have lamp timers on their router. So timer is setup to have router on all day then power off for 5-15 minutes around 3am to make the router reboot. Stupid, but just a sad reflection on code review in the routers firmware.
On the WLAN Setup screen for the netgear does it have a check box that says something like "Disable port scan and ddos protection"? Am at work so can't look at mine to see what it says exactly.
If it is there, can try checking the box to disable the ddos protection and see if it makes a difference. Was going through my old emails with tech support and since my mailbox's memory is better than mine......it looks like my router didn't have the option to disable it before. I upgraded the firmware and the option appeared, and then I checked the box to turn off the DDOS protection which made the push email stuff work and also seemed to solved my XBox One lag issues. :) Am guessing it was also dropping Xbox packets as well.
I know people who's have some of the fancy $200+ netgear routers and even with the firmware updates have issues. So toggling power on the router is usually the first step I try when anything over WIFI isn't working as expected. As it helps narrow problem down to being a device issue or a AP/Router issue. Even know some people who have lamp timers on their router. So timer is setup to have router on all day then power off for 5-15 minutes around 3am to make the router reboot. Stupid, but just a sad reflection on code review in the routers firmware.
fo...@gmail.com <fo...@gmail.com> #651
The only fix is to disable doze mode through ADB
> adb shell dumpsys deviceidle disable
screw doze, I want my notifications back!
> adb shell dumpsys deviceidle disable
screw doze, I want my notifications back!
da...@gmail.com <da...@gmail.com> #652
Update: It seems my solution did not work. Anything from Google on this?
fl...@gmail.com <fl...@gmail.com> #654
STILL having notification issues here, months after Google rep claimed fix would soon be rolled out.
Phone: Nexus 6P.
This may be related: App updates often fail on my phone and when I open the Google play Store, I get a message stating that "Background data is disabled." It is not.
To get around this, I have to Force Stop Google Play Store and then reopen it. At that time all the updates start installing.
Living with these problems for 7+ months is REALLY making me rethink buying Google Smartphones. Not happy.
Phone: Nexus 6P.
This may be related: App updates often fail on my phone and when I open the Google play Store, I get a message stating that "Background data is disabled." It is not.
To get around this, I have to Force Stop Google Play Store and then reopen it. At that time all the updates start installing.
Living with these problems for 7+ months is REALLY making me rethink buying Google Smartphones. Not happy.
da...@gmail.com <da...@gmail.com> #655
Does anyone have an exchange account on their Gmail app? I just deleted mine and added it through the Outlook app and my notifications started appearing as normal. Will report back if this changes.
me...@gmail.com <me...@gmail.com> #656
FWIW: I'll provide some feedback in the hopes that it will help the team working on this. I currently have two devices. A Nexus 6 (Fi network) and a Nexus 9 (WiFi). Both devices are rebooted once/day. Notifications on the N6 work fine until late afternoon, nearly every day. Then notifications become sporadic. Curiously, the N9 does not suffer this malady. Notifications are 99.9% reliable.
jg...@gmail.com <jg...@gmail.com> #657
I accidentally posted my comments on the duplicate issue. Therefore, I am re-posting here. I have a Nexus 6P, and I am having the same issue. The applications that are most important to me are MetaTrader 5 and the Wall Street Journal app. These push notifications that alert me to opportunities, and they are extremely important to me. I also have my phone 100%, full-tilt sharing information with Google. Therefore, you should be able to mine my phone data for information, if you can see it (might be anonymized). If I reboot my phone, it temporarily seems to fix the issue. It appears I will need to reboot every day to keep notifications working at this point. If I find I have to reboot every few hours, I will post here again.
Model: Nexus 6P
Android: 6.0.1
Security patch level: July 5, 2016
Build #: MTC19X
Model: Nexus 6P
Android: 6.0.1
Security patch level: July 5, 2016
Build #: MTC19X
zu...@gmail.com <zu...@gmail.com> #658
I've pretty well given up on Google ever deigning to fix the fact that this entire year my Nexus 6p has not received notifications for GMail once it dozes, but just thought I'd update the fact that with the official Nougat update installed... it's still broken. Disappointing, but hey, maybe the next generation of phones will work!
bh...@gmail.com <bh...@gmail.com> #659
Same problem with my wife's Nexus 5 w/6.0.1. I did not have this problem on my Note 5 nor do I have it on my current Note 7.
I am ready to bet that GOOGLE knows what is going on and they hope it will go away as we buy newer devices (sigh). I just can't believe they don't know what's happening after all of this time.
I am ready to bet that GOOGLE knows what is going on and they hope it will go away as we buy newer devices (sigh). I just can't believe they don't know what's happening after all of this time.
co...@gmail.com <co...@gmail.com> #660
Well this 5X was my first Nexus device, and judging by the fact that it cannot handle simple push notifications after months of people complaining about it when compared to what my original Droid 1, Razr, S4, S4 Mini, and Tab 3 had zero problems doing...this will be my first and last ever Nexus device. Apple may be the devil but at least I can count on an iPhone telling me I have an email instead of waiting until it feels like telling me.
am...@gmail.com <am...@gmail.com> #661
Will the new Pixel phones feature Gmail syncing? 'Cause that feature was apparently left off the current Nexus lineup.
ma...@gmail.com <ma...@gmail.com> #662
Samsung galaxy s5 Android 6.0.1 no notifications for certain apps. Groups being one of them
fl...@gmail.com <fl...@gmail.com> #663
Nexus 6P, STILL broken even with Android Nougat update.
km...@gmail.com <km...@gmail.com> #664
From a developer -- to Google support / engineering:
Since this appears to have been a platform issue, related to cloud messaging, could you document somewhere what it was, the fix, and possible workarounds (for platform versions without the fix)?
This would greatly benefit other developers who use GCM and may run into same issue.
Since this appears to have been a platform issue, related to cloud messaging, could you document somewhere what it was, the fix, and possible workarounds (for platform versions without the fix)?
This would greatly benefit other developers who use GCM and may run into same issue.
lf...@gmail.com <lf...@gmail.com> #665
Nexus 6. android 7.0. when phone goes into doze mode i no longer get gmail notifications. when i wake up the phone gmail updates. this is a total bummer. i really do not want to wake up the phone to see if i have new email. i can not believe i am spending time on this. i wish there was a work around.
zu...@gmail.com <zu...@gmail.com> #666
I'm now on a Pixel XL - and have EXACTLY THE SAME PROBLEM as I did on the Nexus 6P and the Nexus 5X. It really seems unlikely the problem is with the phone per se but rather with GMail and my account. It's as though the push notifications just aren't being pushed to these devices, but they are pushed to other devices (like older phones I've tested, or other non Google phones).
I don't get the sense anyone from Google is monitoring this thread since it was closed back in Feb, but the number of entries since then testifies to the ongoing existence of this issue.
I don't get the sense anyone from Google is monitoring this thread since it was closed back in Feb, but the number of entries since then testifies to the ongoing existence of this issue.
db...@gmail.com <db...@gmail.com> #667
I sent the following message to Google through the feedback option in the Gmail app over a month ago: "Dear Google, I'm writing about AOSP Issue 36949180 . I've been living with this problem on my Nexus 6P (that I purchased from the Google Store on 10/10/15) since, I think, the release of Android 6.0.1. (I don't think my phone had this problem when I first got it, Pre-6.0.1.) I've read many articles and forum posts about this problem, and I've tried many suggested solutions, but after all these months, nothing has worked. As far as I can tell, Google has never clearly stated what the source of this problem is and said it would be fixed months ago. Perhaps most Nexus 6P owners do not experience this problem anymore (or they've given up hope), but, like I said, I still do, even after installing Android 7.0 (Build NRD90U). I think I've been more than patient about this, but I'm very tired of waiting. If there is something on the server side that needs to be changed to fix this problem for me, please do it. If there is something that I can do to solve this problem for my phone, please tell me what it is, or even what to try."
I (surprise!) have received no response from Google and the problem persists.
I (surprise!) have received no response from Google and the problem persists.
tv...@gmail.com <tv...@gmail.com> #668
GMail notification and auto synching stopped for Samsung Note 5 with Andriod 6.0.1. Im wondered to note this issue started long back and there is no perfect solution founded yet. Kindly help.
mu...@gmail.com <mu...@gmail.com> #669
Nexus 6p + android 7. I get exactly the same problem. The phone has a "don't ask don't tell policy about new email". It's not a router issue because it still happens with wifi turned off. Extremely annoying.
am...@gmail.com <am...@gmail.com> #670
Not getting notifications Nexus 5X + 7.1.1.
ro...@gmail.com <ro...@gmail.com> #671
Bought and setup a Nexus 5X, joined Android Beta. I'm on Android 7.1.1 and GMail notifications are delayed at best. Sometimes I don't receive a notification at all and have to manually refresh the inbox in the GMail app.
Btw. I had the same issues on my Huawei P8 lite (Android 6.0.1-based OS).
Btw. I had the same issues on my Huawei P8 lite (Android 6.0.1-based OS).
ro...@gmail.com <ro...@gmail.com> #672
New Pixel XL Android 7.1 and gmail notifications are frequently delayed over 30 minutes. This is causing serious problems for me at work. If I manually open gmail and refresh, I'll see the new messages at a priority level and then the alert will appear for a message received over 30 minutes ago. Keeping the phone screen on seems to help prevent the problem, but this is a ridiculous workaround as is having to constantly manually check for messages. Is a problem both on Wifi (100/100 fiber) and T-mobile LTE so network appears to not be an issue. Problem has also shown where notifications are displayed for @gmail personal account but not for a google business apps account when both have received priority new emails.
om...@gmail.com <om...@gmail.com> #673
Brand new Pixel, Android 7.1. Gmail notifications are often delayed -- randomly... could be 5 minutes... could be 15 minutes... Please fix Google!
For the stock email program representing the platform this is unacceptable!!
This happened on both Project Fi and now on AT&T.
(Incidentally, I wanted to love Project Fi, but T Mobile call quality was horrible at my house -- even call quality over WiFi was bad, mostly. Now back with AT&T I am golden again... I would love it if Project Fi had better call quality.)
For the stock email program representing the platform this is unacceptable!!
This happened on both Project Fi and now on AT&T.
(Incidentally, I wanted to love Project Fi, but T Mobile call quality was horrible at my house -- even call quality over WiFi was bad, mostly. Now back with AT&T I am golden again... I would love it if Project Fi had better call quality.)
nr...@gmail.com <nr...@gmail.com> #674
Not receiving notifications on Samsung Galaxy S6 Active
fr...@gmail.com <fr...@gmail.com> #675
I just started experiencing this issue when my phone (Samsung Galaxy Grand Prime, Model SM-G530T) needed a software update.
mo...@gmail.com <mo...@gmail.com> #676
Google Nexus 5, Android 6.0.1
Gmail notifications are popping only when accessing the account some other way (i.e. in the computer browser...)
Gmail notifications are popping only when accessing the account some other way (i.e. in the computer browser...)
gr...@gmail.com <gr...@gmail.com> #677
[Comment deleted]
bo...@gmail.com <bo...@gmail.com> #678
N5x, 7.1.1
t seems that mail does not sync until phone wakes; notifications only arrive some time after waking the phone.
t seems that mail does not sync until phone wakes; notifications only arrive some time after waking the phone.
jo...@gmail.com <jo...@gmail.com> #679
I have the same problem
Reward: No notifications
Gmail: Random notifications
Nexus 6P 7.1.1
:(
Reward: No notifications
Gmail: Random notifications
Nexus 6P 7.1.1
:(
mm...@gmail.com <mm...@gmail.com> #680
No gmail notifications at all for past week. Tried updating settings and removing battery optimization for app, still not showing.
pi...@gmail.com <pi...@gmail.com> #681
[Comment deleted]
pi...@gmail.com <pi...@gmail.com> #682
Same problem on my Nexus 5.
The problem started with 5.1.1 some months ago. I thought that pass to 6.0.1 will solve the problem. It's not the case!
As someone said below: for the stock email program representing the platform this is unacceptable!!
How can it possible that this problem has a small priority?????
The problem started with 5.1.1 some months ago. I thought that pass to 6.0.1 will solve the problem. It's not the case!
As someone said below: for the stock email program representing the platform this is unacceptable!!
How can it possible that this problem has a small priority?????
wo...@gmail.com <wo...@gmail.com> #683
So is google planning to fix this? my s6 edge has not worked for almost a year. Often I can catch the gmail app saying 'couldn't sign in' if I open it after it sleeps awhile. I manually refresh and it logs in/updates my new mail.
once in a while it syncs immediately when I connect to wifi, but not always. This is ridiculous.
once in a while it syncs immediately when I connect to wifi, but not always. This is ridiculous.
pe...@gmail.com <pe...@gmail.com> #684
It's appalling that such a basic feature of a phone doesn't work, for such a long time and for so many types of phones.
Are there any types of phones that are working? (eg a Moto G4... I'm need to buy a new phone.)
There's an app Disable Doze which claims to fix this. Has anyone tried it? Does it work?
Are there any types of phones that are working? (eg a Moto G4... I'm need to buy a new phone.)
There's an app Disable Doze which claims to fix this. Has anyone tried it? Does it work?
di...@gmail.com <di...@gmail.com> #685
My Nexus5X with 7.1.1 has the same problem... Notifications arriving sometimes HOURS after the mails were received! FIX THIS FOR GOD'S SAKE GOOGLE !!!!...
se...@gmail.com <se...@gmail.com> #686
EMAILS ARE NOT SUPPOSED TO COME THROUGH WHEN HANDSET IS IN DEEP DOZE MODE. THIS IS WORKING AS INTENDED!!!!
Emails are NOT supposed to come through if the device is in deep doze (1hr sitting untouched on desktop). ONLY PHONE CALLS AND INSTANT MESSAGING(HANGOUTS)ARE GIVEN HIGH PRIORITY TO BREAK DEEP DOZE. If this is not acceptable to you, then whitelist gmail or your email account by:
settings->battery->gear icon->battery optimization->add gmail. My setting is for google accounts, and gmail to auto-sync as well.
If you do this, then your device may not go into deep sleep though.You'll need to test that for yourself. I would not try adding other apps to the mix, you may create more problems.
Try doing as I've stated above. I have, and gmails always came through for me (as long as I had cell-data/wifi connection).
Emails are NOT supposed to come through if the device is in deep doze (1hr sitting untouched on desktop). ONLY PHONE CALLS AND INSTANT MESSAGING(HANGOUTS)ARE GIVEN HIGH PRIORITY TO BREAK DEEP DOZE. If this is not acceptable to you, then whitelist gmail or your email account by:
settings->battery->gear icon->battery optimization->add gmail. My setting is for google accounts, and gmail to auto-sync as well.
If you do this, then your device may not go into deep sleep though.You'll need to test that for yourself. I would not try adding other apps to the mix, you may create more problems.
Try doing as I've stated above. I have, and gmails always came through for me (as long as I had cell-data/wifi connection).
zu...@gmail.com <zu...@gmail.com> #687
Hey how about cooling it with the YELLING and consider that just possibly the year+ of people complaining of this problem are not all idiots and that just possibly their phones/accounts are not working in the same way as your own.
For me, this still present issue (which I reported to them in Dec 2015!!!) has nothing to do with DEEP DOZE as GMail on my phone will decline to update or notify EVEN when the phone is NOT IN DEEP DOZE!!!!!
Oh, also that whole whitelisting GMail suggestion doesn't actually solve the problem, as many throughout this and other similar threads elsewhere have reported.
For me, this still present issue (which I reported to them in Dec 2015!!!) has nothing to do with DEEP DOZE as GMail on my phone will decline to update or notify EVEN when the phone is NOT IN DEEP DOZE!!!!!
Oh, also that whole whitelisting GMail suggestion doesn't actually solve the problem, as many throughout this and other similar threads elsewhere have reported.
sm...@gmail.com <sm...@gmail.com> #688
I just returned a phone running MM 6.0.1 due to not receiving Hangouts notifications consistently. Once in while the notifications would come in instantly, although the majority of the time the Hangouts notifications wouldn't arrive until I actually woke the phone, and opened up the Hangouts app. Kind of defeats the purpose of notifications. I thought all Hangouts messages were considered High Priority, and are suppose to wake a phone from DOZE. I tried all the fixes put forth for dealing with this problem, i.e. clearing cache, adding Hangouts to whitelist (even though it shouldn't be), etc, etc.
I know this thread is specifically for not receiving Gmail notifications, but others have said they have issues with Hangouts as well, and I wanted to add to that list also.
I know this thread is specifically for not receiving Gmail notifications, but others have said they have issues with Hangouts as well, and I wanted to add to that list also.
gl...@gmail.com <gl...@gmail.com> #689
I've recently started having this problem on my AT&T S7 Edge: gmail gets no notifications, pushes, or autosync. All settings are correct. Manual sync works. Same acct pushes properly to other devices. Same device properly autosyncs/notifies for other apps.
je...@gmail.com <je...@gmail.com> #690
This is exactly the same for m using a Oneplus 3T with Oxygen OS 4.0.3 (Android 7.0)
Gmail is the main App affected by this problem, but it is not the only App.
I tried the following settings :
- disable Doze mode in the Developer Options
- In the Battery Menu :
- Disable the aggressive doze and app hibernation option
- Disable the auto-close of "greedy" application
- In the App Menu/Setting Icon/Special Access/Battery Optimisation I white listed my fav Apps (Gmail, WhatsApp, ...)
None of this settings have totally solved the problem, which is really anoying for Gmail as I miss some important info because of delayed notifications (and sometimes no notification at all).
Gmail is the main App affected by this problem, but it is not the only App.
I tried the following settings :
- disable Doze mode in the Developer Options
- In the Battery Menu :
- Disable the aggressive doze and app hibernation option
- Disable the auto-close of "greedy" application
- In the App Menu/Setting Icon/Special Access/Battery Optimisation I white listed my fav Apps (Gmail, WhatsApp, ...)
None of this settings have totally solved the problem, which is really anoying for Gmail as I miss some important info because of delayed notifications (and sometimes no notification at all).
st...@gmail.com <st...@gmail.com> #691
I have a Moto Z Play and haven't been able to receive gmail for about a week now. I do receive the emails on my laptop but can't get them on my phone. waiting for Verizon Wireless tech now......
[Deleted User] <[Deleted User]> #692
This issue has been ongoing since marshmallow, there is a delay in push notification which is related to some system change and the implementation of doze, its very annoying and I have finally found a cure to my late/missing notifications I bought a iPhone, now I get all my emails, alerts everything on time and I dont have to sit there like a pratt wasting precious life trying to fix what google useless retards in r&d are incapable of doing..
bye bye android.
bye bye android.
mr...@gmail.com <mr...@gmail.com> #693
Same Here Samsung Galaxy 4 phone, wondering is it because of to many email and need to delete some, will try that when can sort them out later. Other option I am hoping will work is when the Samsung galaxy 8 comes out. For now just use Gmail on my laptop.
th...@gmail.com <th...@gmail.com> #694
My Galaxy S3 is not getting Gmail, Sync Gmail is on please let me know when this issue is fixed.
jc...@gmail.com <jc...@gmail.com> #695
Hi, my gmail account does not want to sync on my Sony at all, any tips? Sync is on and it's been like this a while...
ca...@gmail.com <ca...@gmail.com> #696
Same.. samsung note 5. Delay sync... unbelievable
ra...@gmail.com <ra...@gmail.com> #697
uninstal all Gmail updates. disable further updates an it will work smoothly
On Apr 16, 2017 16:38, <buganizer-system@google.com> wrote:
On Apr 16, 2017 16:38, <buganizer-system@google.com> wrote:
vi...@gmail.com <vi...@gmail.com> #698
This don't happends only with Gmail but with Inbox too.
Juste have to switch on and off my screen, waiting 5 sec, and I receive mail send to me 30 minutes ago.
And yes, battery optimisation is disabled for Inbox.
Google Nexus 6p, sincères Android 6.
Juste have to switch on and off my screen, waiting 5 sec, and I receive mail send to me 30 minutes ago.
And yes, battery optimisation is disabled for Inbox.
Google Nexus 6p, sincères Android 6.
vi...@gmail.com <vi...@gmail.com> #699
My mobile Nexus 6P on 7.1.1, but the bug occur since Android 6.
ar...@gmail.com <ar...@gmail.com> #700
Status says"fixed" but I can't find any details regarding the fix it if any action if required on our part. Does any one know?
fl...@gmail.com <fl...@gmail.com> #701
Nexus 6P, Android 7.1.2
STILL very tardy with GMail notifications, even post (supposed) fix.
Google/Alphabet, I love you, but this has me swearing off your devices from now on. I've been living with this for coming up on a year-and-a-half (since the day I activated my 6P); That's just pathetic.
STILL very tardy with GMail notifications, even post (supposed) fix.
Google/Alphabet, I love you, but this has me swearing off your devices from now on. I've been living with this for coming up on a year-and-a-half (since the day I activated my 6P); That's just pathetic.
gm...@gmail.com <gm...@gmail.com> #702
The notifications may come or not .. still after 1.5 years.
Its a shame ... although I really like Google - Pixel/Nexus - pure Android .. I am not willing to put more money into this non working devices.
My luck, that Google is not able to deliver the Pixel XL 128GB .. so that I will now finally switch to IOS - which I don´t love .. but I know they do work.
Its a shame ... although I really like Google - Pixel/Nexus - pure Android .. I am not willing to put more money into this non working devices.
My luck, that Google is not able to deliver the Pixel XL 128GB .. so that I will now finally switch to IOS - which I don´t love .. but I know they do work.
lf...@gmail.com <lf...@gmail.com> #703
I am using Aqua mail with IMap enabled as a work around for this issue.
wa...@gmail.com <wa...@gmail.com> #704
...Or if you want to stick to google services, i disabled gmail and installed Inbox. I don't like it (attachment handling is confusing), but it works.
ja...@gmail.com <ja...@gmail.com> #705
Yup, switching to Inbox was the only way I found to deal with it.
Absolutely pathetic
On Mon, Apr 24, 2017 at 1:39 AM, <buganizer-system@google.com> wrote:
Absolutely pathetic
On Mon, Apr 24, 2017 at 1:39 AM, <buganizer-system@google.com> wrote:
se...@gmail.com <se...@gmail.com> #706
Yes the notification delay is there once the phone enters doze mode but it is not as bad as before. Seems like an improvement was made. On nexus 5x v7.1.2
sk...@gmail.com <sk...@gmail.com> #707
I have been notified multiple times today about this issue... via email...
on my phone... seems like it's not an issue.
Thanks,
Trevor
On Sun, Apr 23, 2017 at 10:33 PM, <buganizer-system@google.com> wrote:
on my phone... seems like it's not an issue.
Thanks,
Trevor
On Sun, Apr 23, 2017 at 10:33 PM, <buganizer-system@google.com> wrote:
zu...@gmail.com <zu...@gmail.com> #708
Yeah, we know, not everyone experiences it. So "seems like it's not an issue" means for YOU.
Meanwhile, my own update, having reported this to Team Google back in December of 2015, I am now on the beta version of Android O on a flagship Google Pixel XL phone... and I STILL do not get GMail notifications consistently. So that's a year and a half of suck. Why does it happen, or not? No one will say, Google people stopped responding a long time ago, so I guess those of us whose phones don't perform one of the most basic services we have them for are just SOL.
Meanwhile, my own update, having reported this to Team Google back in December of 2015, I am now on the beta version of Android O on a flagship Google Pixel XL phone... and I STILL do not get GMail notifications consistently. So that's a year and a half of suck. Why does it happen, or not? No one will say, Google people stopped responding a long time ago, so I guess those of us whose phones don't perform one of the most basic services we have them for are just SOL.
bo...@gmail.com <bo...@gmail.com> #709
Please reopen this issue. It has not been fixed. It does not affect every phone. Months can go by and it won't happen, but then it crops up again.
fl...@gmail.com <fl...@gmail.com> #710
For me, quite a bit of it has to do with the doze situation. It happens on
multiple phones I have that have been updated to newer versions....note 4,
g4, nexus 6, 5x, 6p and the Robin when I used that for a little while. Work
emails come through with little problem, but Gmail just seems to refuse to
wake even though it is supposed to be set to push.
On May 26, 2017 2:49 PM, <buganizer-system@google.com> wrote:
Replying to this email means your email address will be shared with the
team that works on this product.
https://issuetracker.google.com/issues/37076021
*Changed*
*zu...@gmail.com <zu...@gmail.com> added comment #708
<https://issuetracker.google.com/issues/37076021#comment708 >:*
Yeah, we know, not everyone experiences it. So "seems like it's not an
issue" means for YOU.
Meanwhile, my own update, having reported this to Team Google back in
December of 2015, I am now on the beta version of Android O on a flagship
Google Pixel XL phone... and I STILL do not get GMail notifications
consistently. So that's a year and a half of suck. Why does it happen, or
not? No one will say, Google people stopped responding a long time ago, so
I guess those of us whose phones don't perform one of the most basic
services we have them for are just SOL.
_______________________________
*Reference Info: 37076021 GMail Notifications Not Appearing*
component: Android Public Tracker
status: Fixed
reporter: ja...@gmail.com
assignee: ss...@google.com
cc: ja...@gmail.com, ss...@google.com
type: Bug P4 S3
blocked by: 26359978 <https://issuetracker.google.com/issues/26359978 >
duplicate issue: 37077091 <https://issuetracker.google.com/issues/37077091 >,
37077289 <https://issuetracker.google.com/issues/37077289 >, 37078570
<https://issuetracker.google.com/issues/37078570 >, 37082450
<https://issuetracker.google.com/issues/37082450 >, 37104301
<https://issuetracker.google.com/issues/37104301 >, 37108775
<https://issuetracker.google.com/issues/37108775 >
hotlist: [AOSP] duplicate <https://issuetracker.google.com/hotlists/468389 >,
[AOSP] FutureRelease <https://issuetracker.google.com/hotlists/468507 >, [AOSP]
assigned <https://issuetracker.google.com/hotlists/468531 >, [AOSP] NeedsInfo
<https://issuetracker.google.com/hotlists/468606 >
AOSP ID: 197805
AndroidID: 26359978
ReportedBy: User
Generated by Google IssueTracker notification system
You're receiving this email because you are subscribed to updates on Google
IssueTracker issue 37076021
<https://issuetracker.google.com/issues/37076021 > where you have the role:
starred.
multiple phones I have that have been updated to newer versions....note 4,
g4, nexus 6, 5x, 6p and the Robin when I used that for a little while. Work
emails come through with little problem, but Gmail just seems to refuse to
wake even though it is supposed to be set to push.
On May 26, 2017 2:49 PM, <buganizer-system@google.com> wrote:
Replying to this email means your email address will be shared with the
team that works on this product.
*Changed*
*zu...@gmail.com <zu...@gmail.com> added
<
Yeah, we know, not everyone experiences it. So "seems like it's not an
issue" means for YOU.
Meanwhile, my own update, having reported this to Team Google back in
December of 2015, I am now on the beta version of Android O on a flagship
Google Pixel XL phone... and I STILL do not get GMail notifications
consistently. So that's a year and a half of suck. Why does it happen, or
not? No one will say, Google people stopped responding a long time ago, so
I guess those of us whose phones don't perform one of the most basic
services we have them for are just SOL.
_______________________________
*Reference Info: 37076021 GMail Notifications Not Appearing*
component: Android Public Tracker
status: Fixed
reporter: ja...@gmail.com
assignee: ss...@google.com
cc: ja...@gmail.com, ss...@google.com
type: Bug P4 S3
blocked by: 26359978 <
duplicate issue: 37077091 <
37077289 <
<
<
<
<
hotlist: [AOSP] duplicate <
[AOSP] FutureRelease <
assigned <
<
AOSP ID: 197805
AndroidID: 26359978
ReportedBy: User
Generated by Google IssueTracker notification system
You're receiving this email because you are subscribed to updates on Google
IssueTracker
<
starred.
pe...@gmail.com <pe...@gmail.com> #711
It's still an issue.. I'm on 7.1.2 with the latest gmail AND inbox. And still notifications are delayed. Sometimes when I wake the phone I'll "suddenly" get a notification. I've tried several versions of android.. same results no matter what version or build. I've also turned off all sleep modes and turned all options to performance mode. I've even been using my phone.. while my laptop notified me of an incoming email.. my phone still continued to not even recognize I had a new email. It's clearly a problem with Google's infrastructure. Google obviously doesn't care about solving the issue.. as long as they sell phones. And this issue is clearly not "fixed" as it states.
zu...@gmail.com <zu...@gmail.com> #712
For a long time I thought it was the phone (originally a Nexus 6p) - but then it was a couple replacement 6p's, and a 5x, and now an XL - plus the people with other hardware who have reported it. A lot of people speculate it has something to do with Doze, or that it's the appropriate behavior bc email isn't a priority, or any of a lot of theories. But my own personal experience is that my phone doesn't have to be in deep doze to ignore notifications. As to interactions, I had a replacement phone straight out of the box onto which I installed exactly one account, no apps, everything up to date - and GMail notifications could take anywhere from ten minutes to three hours to trigger after it had been sitting screen off even for a few minutes.
I'm satisfied it's a problem on the Google server side that impacts some people's accounts and not other people's accounts. They never said what they did to fix it, or how the unspecified fix was applied. But nothing ever changed for me. And yes, I tried every fix that's ever been suggested. I'm certain someone in Google world knows how to fix this, but there seems no path at all to reaching that person or having the issue taken seriously. Inbox doesn't seem to work any better for me. My workaround is having Gmail forward each email to my SMS gateway. If they at least would implement text alert notification instead of whole email forwarding that would be nice. if they would correct this flaw instead of pretending it didn't exist, that would be even nicer.
I'm satisfied it's a problem on the Google server side that impacts some people's accounts and not other people's accounts. They never said what they did to fix it, or how the unspecified fix was applied. But nothing ever changed for me. And yes, I tried every fix that's ever been suggested. I'm certain someone in Google world knows how to fix this, but there seems no path at all to reaching that person or having the issue taken seriously. Inbox doesn't seem to work any better for me. My workaround is having Gmail forward each email to my SMS gateway. If they at least would implement text alert notification instead of whole email forwarding that would be nice. if they would correct this flaw instead of pretending it didn't exist, that would be even nicer.
ma...@gmail.com <ma...@gmail.com> #713
Please remove me from this thread.
On Fri, May 26, 2017 at 4:05 PM, <buganizer-system@google.com> wrote:
On Fri, May 26, 2017 at 4:05 PM, <buganizer-system@google.com> wrote:
vi...@gmail.com <vi...@gmail.com> #714
Hi,
Same here. I'm still victim of this weird bug with my Nexus 6P on Android O, even after a factory reset.
Workaround won't work (inbox do me the same). Notifications are regulary coming late (30mins to 4 hours) or after a screen wake, even if Gmail/Inbox is in the exception on the battery optimiser fonction.
Hardware issue ?!??
Same here. I'm still victim of this weird bug with my Nexus 6P on Android O, even after a factory reset.
Workaround won't work (inbox do me the same). Notifications are regulary coming late (30mins to 4 hours) or after a screen wake, even if Gmail/Inbox is in the exception on the battery optimiser fonction.
Hardware issue ?!??
vi...@gmail.com <vi...@gmail.com> #715
Can this bug be related to something in our Google or Gmail account ??
er...@gmail.com <er...@gmail.com> #716
I've even had this happen to me after I turned on the screen, set an alarm, and go on my merry way. The email had already been sitting on Google servers for 10 minutes when I set the alarm but I had no notification--it only decided to alert me 20 minutes after I set the alarm (so thirty minutes after email came in). Funnily, alarm was for me to check my email as I was expecting correspondence... Clearly I needed it.
da...@gmail.com <da...@gmail.com> #717
Same here on Android Nougat.
Problems reappeared for a few weeks could it be related to Nougat upgrade?
...
Notifications show up inconstantly...
And many times when I try to read a message (even an old one), it's only a
blank screen. I have to restart Gmail to be able to see it.
Le 26 mai 2017 10:12 PM, <buganizer-system@google.com> a écrit :
Problems reappeared for a few weeks could it be related to Nougat upgrade?
...
Notifications show up inconstantly...
And many times when I try to read a message (even an old one), it's only a
blank screen. I have to restart Gmail to be able to see it.
Le 26 mai 2017 10:12 PM, <buganizer-system@google.com> a écrit :
wa...@gmail.com <wa...@gmail.com> #718
Maybe it's the delay it takes the NSA to scan through your email :).
On Fri, 26 May 2017, 22:21 , <buganizer-system@google.com> wrote:
On Fri, 26 May 2017, 22:21 , <buganizer-system@google.com> wrote:
vi...@gmail.com <vi...@gmail.com> #719
"Maybe it's the delay it takes the NSA to scan through your email :). "
Is there a way to unsubscribe ? 😋
Is there a way to unsubscribe ? 😋
c....@gmail.com <c....@gmail.com> #720
No notifications for me as well on my Nexus 6p since 2 days. I have troubles with Gmail, Hangouts, messenger. I get the same issue on my other phone (only for Gmail) a Redmi Note 4.
Still can't find any fix on internet.... :-(
Still can't find any fix on internet.... :-(
st...@gmail.com <st...@gmail.com> #721
I had this issue on my new Nexus 6P and I've had success getting notifications now for GMail. I tried everything that was in the GMail "Help Center" and mentioned elsewhere first.
What is currently working for me is having the following programs in the "Not Optimized" category in the battery manager:
1.) Carrier Provisioning Service (Default)
2.) Carrier Services (Default)
3.) Download Manager (Default)
4.) GMail
5.) Google Account Manager
6.) Google Connectivity Services
7.) Google Play Services (Default)
8.) Google Play Store
9.) Google Services Framework
10.) Hangouts
11.) Project Fi (Default)
I know it sounds like a lot of programs to disable, but even with these turned off, I can get 2 full days of battery life with light usage easily.
I kind of added these to the disable list in a big group (basically anything that looked like it had to do with retrieving data from Google), so it may not be 'required' to disable all of them.... but quite honestly I'm not going to touch it since it's working now and I have no issues with battery life.
Hopefully this helps someone else who is still struggling with this issue.
FYI this is on a Nexus 6P on Google Fi
Android Version: 7.1.2 Security Patch June 5, 2017
Gmail Version: 7.5.21.158049789.release
What is currently working for me is having the following programs in the "Not Optimized" category in the battery manager:
1.) Carrier Provisioning Service (Default)
2.) Carrier Services (Default)
3.) Download Manager (Default)
4.) GMail
5.) Google Account Manager
6.) Google Connectivity Services
7.) Google Play Services (Default)
8.) Google Play Store
9.) Google Services Framework
10.) Hangouts
11.) Project Fi (Default)
I know it sounds like a lot of programs to disable, but even with these turned off, I can get 2 full days of battery life with light usage easily.
I kind of added these to the disable list in a big group (basically anything that looked like it had to do with retrieving data from Google), so it may not be 'required' to disable all of them.... but quite honestly I'm not going to touch it since it's working now and I have no issues with battery life.
Hopefully this helps someone else who is still struggling with this issue.
FYI this is on a Nexus 6P on Google Fi
Android Version: 7.1.2 Security Patch June 5, 2017
Gmail Version: 7.5.21.158049789.release
st...@gmail.com <st...@gmail.com> #722
je...@gmail.com <je...@gmail.com> #723
So this issue appears to be back? Originally participated in this on a Nexus 5x. Now on a Moto Z Play.
7.1.1
Build NPNS26.118-22-1
Same thing as before. Go into Settings>Accounts>Google
Inbox won't auto sync. Gmail sometimes does. Opening the app and swiping down instantly syncs and generates notifications. Only change was a recent security update. All the usual checks have yielded nothing (update settings, use cell data, etc). Tried turning sync on/off.
I literally can't voice how frustrated I am that two critical things were missed by me today because in 2017 Google can't get cellular email to work. Ugh.
7.1.1
Build NPNS26.118-22-1
Same thing as before. Go into Settings>Accounts>Google
Inbox won't auto sync. Gmail sometimes does. Opening the app and swiping down instantly syncs and generates notifications. Only change was a recent security update. All the usual checks have yielded nothing (update settings, use cell data, etc). Tried turning sync on/off.
I literally can't voice how frustrated I am that two critical things were missed by me today because in 2017 Google can't get cellular email to work. Ugh.
dw...@gmail.com <dw...@gmail.com> #724
I have a Note 4. Stopped syncing automatically. Had the Verizon store and called there technical support. They tried to fix it. Said it was not the phone but Google. Please help. I have done everything but cleared the entire phone and nd start from scratch.
a....@gmail.com <a....@gmail.com> #725
I've had intermittently delayed notifications on any android device running nougat and even now oreo. Why is this issue not fixed yet? It has been present for so long. This looks really bad on Google.
ph...@gmail.com <ph...@gmail.com> #726
This is ridiculous. My old LG G3 running 6.0 gets emails right on time and my new OnePlus 5T running 7.1.1 takes decades. We don't care about notification of Candy Crush but for Gmail this is quite important, there is not even a setting allowing Gmail to be not optimised.
mr...@gmail.com <mr...@gmail.com> #727
It's time we accept that Android had gone to sh*t, and Google's priority is not the user.
ng...@gmail.com <ng...@gmail.com> #728
same here on LG G6.
kk...@gmail.com <kk...@gmail.com> #729
This is happening for me for a while, both on my Pixel XL and now Pixel 2 XL.
je...@gmail.com <je...@gmail.com> #730
Also had the issue for a long time, but I think I got rid of it. I was using a lot of automatic filters which skipped the inbox and put the mail directly into a folder. After removing these filters it seems my notifications are appearing again as normal.
wa...@gmail.com <wa...@gmail.com> #731
0 filters used here.
Moto G3, Nexus 5, LG G6 ... same problem. two different mail accounts: same problem.
The only real "solution" so far is using both gmail and inbox apps. they rarely mess up at the same time.
Moto G3, Nexus 5, LG G6 ... same problem. two different mail accounts: same problem.
The only real "solution" so far is using both gmail and inbox apps. they rarely mess up at the same time.
th...@gmail.com <th...@gmail.com> #732
Same thing happens on a Google Pixel 3 with Android 9.0 using the Gmail app.
mi...@gmail.com <mi...@gmail.com> #733
I was able to solve this problem that I had for a long time. I turned off Tabs on Gmail using my PC. Clicked on the down arrow on Inbox (at the left) and set it to "Unread First". I now get all the Gmail notifications on my old Nexus 6P!
When I get my Pixel 3 I'll see if it still works.
When I get my Pixel 3 I'll see if it still works.
pa...@gmail.com <pa...@gmail.com> #734
New
mi...@gmail.com <mi...@gmail.com> #735
I was able to solve this problem that I had for a long time. I turned off
Tabs on Gmail using my PC. Clicked on the down arrow on Inbox (at the left)
and set it to "Unread First". I now get all the Gmail notifications on my
old Nexus 6P!
When I get my Pixel 3 I'll see if it still works.
On Tue, Oct 23, 2018 at 10:49 AM <buganizer-system@google.com> wrote:
Tabs on Gmail using my PC. Clicked on the down arrow on Inbox (at the left)
and set it to "Unread First". I now get all the Gmail notifications on my
old Nexus 6P!
When I get my Pixel 3 I'll see if it still works.
On Tue, Oct 23, 2018 at 10:49 AM <buganizer-system@google.com> wrote:
cb...@gmail.com <cb...@gmail.com> #736
lf...@gmail.com <lf...@gmail.com> #737
I reported this issue back on Oct 23, 2016 and i still have this issue on Feb 11, 2018....bummer...google the issue and lots of people report this problem but no one seems to have found a fix....i am using older version of aquamail (per MobiSystems) which delivers notifications even if the phone has been in doze mode for hours.
original post back on Oct 23, 2016
Nexus 6. android 7.1.1. when phone goes into doze mode i no longer get gmail notifications. when i wake up the phone gmail updates. this is a total bummer. i really do not want to wake up the phone to see if i have new email. i can not believe i am spending time on this. i wish there was a work around.
original post back on Oct 23, 2016
Nexus 6. android 7.1.1. when phone goes into doze mode i no longer get gmail notifications. when i wake up the phone gmail updates. this is a total bummer. i really do not want to wake up the phone to see if i have new email. i can not believe i am spending time on this. i wish there was a work around.
sk...@gmail.com <sk...@gmail.com> #738
"when phone goes into doze mode i no longer get gmail notifications. when i wake up the phone gmail updates"
Also here same issue with LG V30 and Android 8.0. App upgrated today... same behavior. A mail app that doesn't notify is a nonsense, I will try BlueMail.
Also here same issue with LG V30 and Android 8.0. App upgrated today... same behavior. A mail app that doesn't notify is a nonsense, I will try BlueMail.
ro...@gmail.com <ro...@gmail.com> #739
It's known by everyone that the best way to market your business is through email marketing. There are a variety of sellers in the marker now. But what makes https://www.bulkaccountsbuy.com/buy-gmail-accounts/ different is the wide variety of services they offer to their customers. They can provide gmail accounts as per your needs and wants. You just have to go to their site and order for one. Email marketing holds a lot of opportunities and Accounts bought from this seller is very effective for marketing your business. They have helped my business to grow and am sure that it will help yours too.
mm...@gmail.com <mm...@gmail.com> #740
Email marketing is one of the most economically efficient ways to spread the word about your business or make a sale. A 2015 study by the DMA discovered that email offers an average $38 return on investment for every $1 invested (ROI). Customers frequently check their favourite retailers' emails when prepared to make a purchase https://www.bulkaccountsweb.com/buy-gmail-accounts/ . However, as email usage increases, it might not be easy to stand out in overflowing inboxes.
sc...@gmail.com <sc...@gmail.com> #741
Email serves a lot of purposes. Consider achieving new goals, introducing new product features, or showcasing insightful material like case studies. Mails distributed regularly—weekly, biweekly, or monthly—help you keep in touch with your email subscribers. A newsletter is a chance to impart knowledge, ideas, and advice – whatever is most beneficial to your readership. The best approach to let clients know about business news, new product launches, service modifications, etc., is via email. buy gmail accounts - https://bulkaccountsale.com/buy-gmail-accounts/
th...@gmail.com <th...@gmail.com> #742
Gmail stands as a prominent platform for email marketing due to its widespread usage and robust features. Leveraging Gmail for email marketing endeavors offers businesses an expansive reach to potential customers across various demographics. With its user-friendly interface and integration capabilities with marketing tools, Gmail facilitates seamless communication and engagement with subscribers. Its robust spam filtering algorithms help ensure that marketing emails reach the intended recipients' primary inbox, enhancing visibility and response rates. Furthermore, Gmail's analytics tools provide valuable insights into email campaign performance, allowing marketers to refine strategies and optimize content for maximum impact. Overall, Gmail's versatility and effectiveness make it an indispensable tool for businesses seeking to connect with their audience through email marketing initiatives. Here to buy gmail accounts - https://pvaaccountsbuy.com/product/buy-gmail-accounts/ or https://pvaaccountsbuy.com/product/buy-old-gmail-accounts/
Description