device_motorola_sm7325-common/rootdir/etc/init/hw/init.mmi.charge_only.rc
dianlujitao 7e727b900f sm8250-common: Remove moto charger
* The close-sourced binary uses symbols removed on R. It doesn't make
   much sense to fix the 45MB binary :), simply use AOSP one instead.
 * Move charge-only services to init.mmi.charge_only.rc while at it.

Change-Id: I62cdd36603afb46d5287dfcaac3d16acc9fca178
2022-02-19 15:28:33 +01:00

35 lines
1.3 KiB
Plaintext

on charger
stop vendor.sensors
chown radio wakelock /sys/power/wake_lock
chmod 0660 /sys/power/wake_lock
chown radio wakelock /sys/power/wake_unlock
chmod 0660 /sys/power/wake_unlock
start vendor.thermal-com
start system_suspend
# Enable only CPU core 0 to keep current drain to a minimum
write /sys/devices/system/cpu/cpu0/online 1
write /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor "interactive"
write /sys/devices/system/cpu/cpu1/online 0
write /sys/devices/system/cpu/cpu2/online 0
write /sys/devices/system/cpu/cpu3/online 0
write /sys/devices/system/cpu/cpu4/online 0
write /sys/devices/system/cpu/cpu5/online 0
write /sys/devices/system/cpu/cpu6/online 0
write /sys/devices/system/cpu/cpu7/online 0
# Allow system to sleep when in COM
write /sys/module/lpm_levels/parameters/sleep_disabled 0
write /proc/sys/kernel/sched_boost 0
service vendor.thermal-com /vendor/bin/thermal-engine --minimode
class charger
user root
group root system oem_2907
socket thermal-send-client stream 0666 system oem_2907
socket thermal-recv-client stream 0660 system oem_2907
socket thermal-recv-passive-client stream 0666 system oem_2907
socket thermal-send-rule stream 0660 system oem_2907
disabled