You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix the issue that system clock always got wrong RTC offset from real time after reboot.
Previously, the system clock might be a few minutes faster/slower (or returning to the ROM's build time) after reboot, until NTP corrects the clock. The RTC offset files couldn't be updated by time_daemon, and the old values saved by MIUI (or just no offset) would become a fallback.
If the problem still exists after upgrade, try removing /persist/time and /data/vendor/time then reboot. NTP should be enabled in Settings, or just calibrate the time manually to make time_daemon update offset files.
Prefer cortex-a53 (instead of big cores as cortex-a73) for arch specific optimization flags.