diff options
Diffstat (limited to 'rootdir/etc')
-rwxr-xr-x | rootdir/etc/init.qcom.power.rc | 4 | ||||
-rwxr-xr-x | rootdir/etc/init.qcom.rc | 7 |
2 files changed, 1 insertions, 10 deletions
diff --git a/rootdir/etc/init.qcom.power.rc b/rootdir/etc/init.qcom.power.rc index 6d835ef..aaef463 100755 --- a/rootdir/etc/init.qcom.power.rc +++ b/rootdir/etc/init.qcom.power.rc @@ -156,7 +156,5 @@ on property:sys.boot_completed=1 on property:init.svc.recovery=running trigger enable-low-power -# It's set in "bootanimation_main.cpp" when shutdown charging. -# service "qcom-post-boot" is defined in [init.qcom.rc] on Qcom platform for CPU frequence configuration. on property:sys.shutdown_charging=1 - start qcom-post-boot +# just going to let it there for the future diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 49268aa..bbc3020 100755 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -1107,12 +1107,6 @@ on property:drmdiag.load=1 on property:drmdiag.load=0 stop drmdiag -service qcom-post-boot /system/bin/sh /system/etc/init.qcom.post_boot.sh - class late_start - user root - disabled - oneshot - service config-zram /system/bin/sh /system/etc/init.qcom.zram.sh class late_start user root @@ -1120,7 +1114,6 @@ service config-zram /system/bin/sh /system/etc/init.qcom.zram.sh oneshot on property:sys.boot_completed=1 - start qcom-post-boot start config-zram service atfwd /system/bin/ATFWD-daemon |