diff options
-rw-r--r-- | proprietary-files.txt | 8 | ||||
-rwxr-xr-x | rootdir/etc/init.qcom.rc | 4 |
2 files changed, 5 insertions, 7 deletions
diff --git a/proprietary-files.txt b/proprietary-files.txt index beec69e..e8145e8 100644 --- a/proprietary-files.txt +++ b/proprietary-files.txt @@ -777,12 +777,10 @@ vendor/lib64/libthermalioctl.so vendor/lib64/libthermalclient.so # Time service --app/TimeService/TimeService.apk -bin/time_daemon -vendor/lib/libTimeService.so --vendor/lib/libtime_genoff.so +-vendor/app/TimeService/TimeService.apk +vendor/bin/time_daemon vendor/lib64/libTimeService.so --vendor/lib64/libtime_genoff.so +vendor/lib64/libtime_genoff.so # TUI lib/vendor.qti.hardware.tui_comm@1.0.so diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index dd6c901..1c7e401 100755 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -527,8 +527,8 @@ service thermal-engine /vendor/bin/thermal-engine group root writepid /dev/cpuset/system-background/tasks -service time_daemon /system/bin/time_daemon - class late_start +service time_daemon /vendor/bin/time_daemon + class main user root group root writepid /dev/cpuset/system-background/tasks |