Package "timekeep" to use Qualcomm's realtime clock (non-mainline kernels)?
Created by: ollieparanoid
@opendata26 found this repository: https://github.com/sonyxperiadev/timekeep
From what I understand, this is a workaround for non-standard behavior of the realtime clock driver in the Android kernels for Qualcomm chipsets.
We could package this with a custom OpenRC service, that loads the realtime clock at boot time and stores it on poweroff.
Also the logic doesn't seem to be very complicated - we might be able to replace the entire program with a simple shell script.
CC @zhenyolka who was also interested in this topic.