Time is about 90 seconds behind on Android O. Any idea why? - Google Pixel Questions & Answers

If I set automatic date and time so that it uses the network provided time, it runs about 90 seconds behind 7.1.2
I can't make sense of this, since it's getting the time from the network. It wouldn't bother me, but it messes with Pokemon Go raids.
ANyone have an idea why this would happen(I'm assuming just manually setting the time will resolve it fully, but I'd like to know what is up anyways)

Related

No email in standby...

Hey all,
Recently i've been having some problems with my emails coming through to my handset. I have the settings set to send/receive every 5 minutes.. but for some reason if my screen is turned off (phone on standby) no email comes through but when i turn my screen back on the emails come.
Has anyone else has this problem? I've never had this problem before it started out of no where...
Which software are you using as your email handler?
The original software that came with the phone.. I havn't installed anything on the phone its at its original state...
jayt2008 said:
Hey all,
Recently i've been having some problems with my emails coming through to my handset. I have the settings set to send/receive every 5 minutes.. but for some reason if my screen is turned off (phone on standby) no email comes through but when i turn my screen back on the emails come.
Has anyone else has this problem? I've never had this problem before it started out of no where...
Click to expand...
Click to collapse
are you using wifi or data connections? If its wifi do you have wifi enabled during standby?
i am using data...like i said if my screen is turned on theres no problems at all but its just when the screen is off in stand by mode no emails will come through..
This is a huuuuge issue which stems from the dawn of WM6. To be honest, it works sporadically for me. A few hours of no email, then a whole group arrives at a time. Sometimes it wont check by itself all day. Other times it will go 1-2 days without missing a beat. This makes it really hard to determine if what I have been doing fixes it.
Here are links to threads I have dug up:
http://forum.xda-developers.com/showthread.php?t=420513
^This is not a good fix imo, as it forces your data connection to be awake 24/7, killing your battery.
http://forum.xda-developers.com/showthread.php?t=437199&page=2
^ I am using the outlook email scheduler. Not sure if its working, or placebo. It still doesnt stick to every 30 mins, sometimes an hour late heh. At least you can have day/night settings and weekend settings. Maybe not a perfect fix, but increases email checking options.
http://forum.xda-developers.com/showthread.php?t=332362
^ Many Kaiser users had/have same problem, no solution found.
http://forum.xda-developers.com/showthread.php?t=445434
^Same problem, no fix in the Blackstone forum.
Thanks everyone for the help.
There has to be some kind of fix out there somewhere.. its unreliable
could try out the seven beta app
If I might make a suggestion...
Maybe you should edit the thread title to "No email in standby" as "Email..." doesn't really tell the story, more people will be likely to find it and post a solution
Problem solved with my Touch Pro
I also had this problem but I found the settings to change this. But you do need schaps advanced config 3 (and a regeditor) to make it happen. Now i always receive my email, it checks every 10 minutes, even in standby mode, with my own data connection.
With a registry editor go to:
HKLM - Comm - ConnMgr - Providers - [GUID] - Connections - [Connection Name] - Always On
and change this value from 0 to 1
(You can also change this setting with Schaps' Advanced Config under menu (right softkey) - More Settings - Connections.
Here you can select "Always On" for the type of data-connection that you use to receive your email)
The second thing is using advanced config and change the setting under power management:
- AC resuming from suspend timeout
- Battery resuming from suspend timeout
I have changed both to 60 seconds.
Now my touch pro is notifying me of new email, even in standby mode.
Good luck
^ by forcing the eternal data connection, are you not killing the battery? I think the phone should be able to connect, query, download emails, disconnect at set intervals while in standby. I think it is supposed to, but for some reason it doesn't do it reliably.
The way I have done it is to use SKSchema to watch for a data connection being connected and turn on the screen when this event happens. This wakes th ephone up and is able to download email. Then I use advance config to close inactive data connection after 10 seconds. As the phone is awake the data disconnects fine. As long as your phones screen is set not to power off quickly, mine is a minute it should be fine.
In the last day I got fed up with TF3D again and turned it off, email seems to check every 30 minutes. I'll let it go for a few days to make sure its not placebo effect.
Anybody here having this problem while manila disabled? Perhaps there is some obscure power saving setting running in the background of manila
Well i have no idea how to fix this problem.. i have played with my phone to try figure it out but nothing.
I will probably have to take rvjacobs advice and see if that works.
It looks like quite a few people are having this same problem.
Its weird.. If my phone is on standby no email comes through..but if its on standby and an SMS comes through, the screen doesnt wake but the email also comes through..
not sure whats happening there.
Mine does it with TF3D disabled also. Thats why I have to use SKSchema to turn the screen on when it detects an internet connection. This way, mail comes through fine and it also auto disconnects the data.
I can now confirm that the issue is still there, regardless of TF3D. Damn, I've tried everything, maybe this is a dead end... Maybe wm 6.5 will see a solution
Maybe it helps you to look for/change the following key:
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Power\Timeouts]
"ACResumingSuspendTimeout"=dword:00000001
"BattResumingSuspendTimeout"=dword:00000001
If you've got these values in the registry, try to cange them to
"dword:0000001e"
It's the time in seconds the device keeps running (without turning on the display) when it's automaticly woke up from the suspend mode (i.e. to look for mails). And if the value is "1", the time might be to short for picking up your emails.
With the new value you set the time up to 30 seconds.
The key exists since WM2003 and most of roms had a higher value in the past. But in the last time more and more roms come with a value of 1. I think its because the manufacturers want to get a good standby time for the devices...
I hope it works for you and you won't have to wait for WM6.5
Thanks for that deroland! I did manage to find them in the reg but it just says "Value Data 1".. doesnt say anything like "dword:00000001"?
I am new to this whole thing so it may be a stupid mistake im making..
jayt2008 said:
Thanks for that deroland! I did manage to find them in the reg but it just says "Value Data 1".. doesnt say anything like "dword:00000001"?
Click to expand...
Click to collapse
Then your value is like "dword:00000001". This is a hexdecimal dword key.
So your device has one second to look for new mails.
Try to change it to "1e" and I hope it will help you.
jayt2008 said:
I am new to this whole thing so it may be a stupid mistake im making..
Click to expand...
Click to collapse
The only stupid thing is that there is no open support by the manufacturers of the devices and microsoft for windows mobile. They only want to make their money ignoring the problem we have by the stuff they sell.
deroland said:
Maybe it helps you to look for/change the following key:
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Power\Timeouts]
"ACResumingSuspendTimeout"=dword:00000001
"BattResumingSuspendTimeout"=dword:00000001
If you've got these values in the registry, try to cange them to
"dword:0000001e"
It's the time in seconds the device keeps running (without turning on the display) when it's automaticly woke up from the suspend mode (i.e. to look for mails). And if the value is "1", the time might be to short for picking up your emails.
With the new value you set the time up to 30 seconds.
The key exists since WM2003 and most of roms had a higher value in the past. But in the last time more and more roms come with a value of 1. I think its because the manufacturers want to get a good standby time for the devices...
I hope it works for you and you won't have to wait for WM6.5
Click to expand...
Click to collapse
This is a setting which can be changed in advanced config, under power. I have mine set to 90 seconds, to no avail. I think this is what is causing it to work sporadically, as opposed to not at all.

Boot time

When I first got my NS4G I was super impressed how fast it booted... like 20 seconds or so it seems. Now it is a lot longer after I've installed tons of stuff, I guess. But I checked using "autostarts" app and have disabled all but the bare minimum to launch at startup. Still though, my phone now takes 50 seconds to get to home screen from power on, while my fiancee's only takes 30 seconds (I'm guessing she has less stuff installed). I didn't think to time my reboot after flashing GRJ90 and rooting (and thus starting from scratch) the other night, but I'm betting it was like 20 seconds again like when I got the phone.
Any idea why it is so long after installing stuff? Any idea how to speed it up? 50 sec is still waaaaay better than my last phone. But 20 sec was just badass.
While I'm no developer, my guess is android needs to load all your apps during boot regardless of whether or not they will actively be running following start-up. Maybe it needs to scan them or run some kind of checkon the individual apps.
Deleting some apps should definitely help with the time.

[Q] No Battery Backed Real Time Clock?

So I know that there's been talk about recovery not being able to get the correct date and time, but if you put your phone into airplane mode, turn off the phone and turn it back on, (and leave airplane mode on) you'll see the phone default to April 18, 1970, which indicates that the clock has reset.
At least that's what happens in CM10.0.0 and all previous CM builds I've tried. If I recall correctly this was also an issue on the Stock builds.
This is of course a huge pain in the ass, since any time the battery dies and you plug it in, the device boots up, has a date of 1970-April-19 for a good 15 seconds before picking up time from the network. Which means that alarms think they've been missed and go off, and any titanium backups that are scheduled go off as well.
(And this also happens every time you turn off your phone on a flight, for the same reasons.)
So I'm assuming that whether there is a clock or not...it just doesn't work.
Can we at least have a way to put the UTC system time at shut down into a file on /data or /sdcard that's read at startup? Such that if system time < time in file, use the time in the file.
I know this is ass backwards, but in the case there isn't actually a persistent RTC/hwclock on the device, we need some way to get an approximation of the time when the network or ntp isn't available.

[Q] Lenovo S860 - cached processes and other questions

Hello,
I bought a Lenovo S860 phone some time ago and I have several questions on how to get rid of some annoyances.
The phone has 2GB RAM, and Build Number = S860_ROW_S402_141108, Android v4.4.2
(I know there are some official updates, but I rooted the phone after I bought it, and I don't have enough free time nor patience to invest in a backup + unroot + update install + re-root + restore backup).
So here are my questions:
1. Every time I connect to WiFi or Data Connection, in the Apps section of the settings, under "Running" and "Cached Processes" there are always some which I don't use/want to be active. For example, google play services, hangouts etc. I always have to manually stop them but sometimes they get activated again even when there's no internet connection. So, is there any way to force the OS to disable caching of certain apps?
2. Sometimes the data connection on my first SIM card does not activate. I need to activate it for the second SIM, then for the first again. Known issue? Solvable?
3. Sometimes the signal for both of my SIM cards appears cut off (there's a small red X on both of the top right icons). Only way to fix it is to restart my phone (which takes forever), and the biggest problem is that it happens out of the blue (nothing else changes too, I keep the phone in the same place and suddenly I can't call anyone nor receive anything). Any ideas on what might be the problem?
4. After recharging the phone to 100% (and doing the calibration at the same time), the battery seems to drain a lot faster until I restart the phone. Another related issue (to recharging) is that the battery percent(%) is not always accurate. It happened many times that from 60-70% it got to 15% suddenly and started to give me warnings. Is there any way to make this batter sensor work properly?
5. How to speed up the time in which the GPS finds my current location? If I'm standing in one spot it takes even 5-6 minutes sometimes. After I start driving the car, it usually converges after 2-3 minutes. Other phones with the same Android do it in under 30 seconds (so I guess the OS is not really to blame).
6. How can I take a screenshot with this phone? I've tried like 5-6 apps and key combinations (like Power+VolumeDown) but nothing is working.
7. Is there any way to have the "flashlight" led open even when I lock the phone(i.e. Power button)? Again I've tried some flashlight apps but I have to keep the phone unlocked all the time or the led shuts off. I'm using a drawing pattern unlock with my phone.
8. There were some threads on these forums (but I can't find them anymore!) about Android 5.0 on Lenovo S860. Did it come out yet? or, at least, are there any stable 3rd-party versions of it?
9. Is there any custom OS that works well with Lenovo S860? (I'm thinking Cyanogen)
Thank you
Can anyone help with any of these questions?

Display standby time changes automatically

Hi,
I have my OP7pro since 3 months and overall I like it, but there are some things that f*** me up.
One of these things is that the device seem to change the display standby time (time until the display turns off) by itself every few minutes. Default is 15 seconds but I want to set it to 1 minute. I don't know how often I've changed again from 15 seconds to 1 minute again and I don't know what could cause this behavior. Until now my OP7pro is not rooted and I run Oxygen OS 9.5.11 with no modifications.
I have turned off every battery optimization features and RAM booster options I could find but the device keeps changing the settings.
Does anyone know what I could check? Is this OP related or Android 9? This is my first OP phone and also my first phone with Android 9. It is very annoying. There are some other annoying things but this would be another topic.
I would appreciate if some could help.
Thanks.
GP
You could possibly go to the official OnePlus web site and register a bug complaint...which doesn't fix your immediate issue.
You can also try the painful factory reset to see if that helps. Drastic...yes...but sometimes this will clear out many cobwebs in the system and help smooth things out. Otherwise this is the first time I've heard of this issue.
General-Pain-666 said:
Hi,
I have my OP7pro since 3 months and overall I like it, but there are some things that f*** me up.
One of these things is that the device seem to change the display standby time (time until the display turns off) by itself every few minutes. Default is 15 seconds but I want to set it to 1 minute. I don't know how often I've changed again from 15 seconds to 1 minute again and I don't know what could cause this behavior. Until now my OP7pro is not rooted and I run Oxygen OS 9.5.11 with no modifications.
I have turned off every battery optimization features and RAM booster options I could find but the device keeps changing the settings.
Does anyone know what I could check? Is this OP related or Android 9? This is my first OP phone and also my first phone with Android 9. It is very annoying. There are some other annoying things but this would be another topic.
I would appreciate if some could help.
Thanks.
GP
Click to expand...
Click to collapse
Hmm.. do you have any Tasker profiles which might be doing that? I have set it to 30 secs and don't have any issue

Categories

Resources