diff options
author | Davide Garberi <dade.garberi@gmail.com> | 2017-12-14 17:12:43 +0100 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2017-12-17 09:23:53 +0100 |
commit | e58ad9219ba8d2b6b90c047048e9772daa673fdd (patch) | |
tree | e9b47759e32e7cad13858aec733bf23f845d26c1 | |
parent | d55c07d4d0d5195b990a4b95e7584c2f948563ed (diff) |
msm8996: Update timeservices from LA.UM.6.5.r1-02500-8x96.0 [2/2]
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
-rw-r--r-- | proprietary-files.txt | 6 | ||||
-rwxr-xr-x | rootdir/etc/init.qcom.rc | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/proprietary-files.txt b/proprietary-files.txt index a56b891..fa58045 100644 --- a/proprietary-files.txt +++ b/proprietary-files.txt @@ -13,7 +13,6 @@ bin/msm_irqbalance bin/imsdatadaemon bin/pm-service bin/wcnss_filter -bin/time_daemon bin/qmuxd bin/adsprpcd bin/netmgrd @@ -641,7 +640,6 @@ vendor/qcril.db -app/datastatusnotification/datastatusnotification.apk -app/QtiTelephonyService/QtiTelephonyService.apk -app/shutdownlistener/shutdownlistener.apk --app/TimeService/TimeService.apk -priv-app/CNEService/CNEService.apk -priv-app/qcrilmsgtunnel/qcrilmsgtunnel.apk -vendor/app/colorservice/colorservice.apk @@ -702,6 +700,10 @@ vendor/lib/libwvhidl.so vendor/lib/mediadrm/libwvdrmengine.so vendor/lib64/mediadrm/libwvdrmengine.so +# Timeservices +-vendor/app/TimeService/TimeService.apk +vendor/bin/time_daemon + # GPS lib/vendor.qti.gnss@1.0.so lib64/vendor.qti.gnss@1.0.so diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 24e62d9..0f6a369 100755 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -575,7 +575,7 @@ service thermal-engine /system/vendor/bin/thermal-engine group root writepid /dev/cpuset/system-background/tasks -service time_daemon /system/bin/time_daemon +service time_daemon /vendor/bin/time_daemon class late_start user root group root |