aboutsummaryrefslogtreecommitdiff
path: root/rootdir
diff options
context:
space:
mode:
Diffstat (limited to 'rootdir')
-rw-r--r--rootdir/init.qcom.rc9
1 files changed, 9 insertions, 0 deletions
diff --git a/rootdir/init.qcom.rc b/rootdir/init.qcom.rc
index 3aae358..9a06301 100644
--- a/rootdir/init.qcom.rc
+++ b/rootdir/init.qcom.rc
@@ -91,6 +91,9 @@ on fs
symlink /sdcard /storage/sdcard0
+ # Start hvdcp to enable quck charge 2.0 in power off charge
+ start hvdcp
+
on early-boot
# set RLIMIT_MEMLOCK to 64MB
setrlimit 8 67108864 67108864
@@ -556,3 +559,9 @@ service timekeep /system/vendor/bin/timekeep restore
user root
group root
oneshot
+
+# Quick Charge
+service hvdcp /system/vendor/bin/hvdcp
+ class core
+ user root
+ disabled