How to Fix Offline Time/Date not Showing Right After Each Device Boot in Android Custom ROM? Update: 2020 Nov 18 Sometimes we face a bug in Android custom ROM that we used in our Android smartphone like offline time/date not showing right after each device boot. I've fixed the bug... and I want to share this, maybe some others need this too.. Check this out! Lets say we have Root Explorer app, rooted device, and know how to use the app... In my device, there is a written service in /vendor/etc/init/hw/init.qcom.rc like bellow: service time_daemon /vendor/bin/time_daemon class main user system group system This service missing "capabilities SYS_TIME" Then we should add it to the bottom of the service using text editor app like Root Explorer or else... then now will be like bellow: service time_daemon /vendor/bin/time_daemon class main user system group system capabili...
Komentar
Posting Komentar