diff --git a/conf/init.zumapro.board.rc b/conf/init.zumapro.board.rc index 2523666..b77dd0c 100644 --- a/conf/init.zumapro.board.rc +++ b/conf/init.zumapro.board.rc @@ -582,6 +582,14 @@ on property:vendor.thermal.link_ready=1 chown system system /dev/thermal/cdev-by-name/thermal-uclamp-4/cur_state chown system system /dev/thermal/cdev-by-name/thermal-uclamp-7/cur_state +on property:vendor.thermal.link_ready=1 && property:vendor.pixel.system.phenotype.Thermal__shutdown_exp_enabled=true + setprop vendor.thermal.config "thermal_info_config_lpm.json" + restart vendor.thermal-hal + +on property:vendor.thermal.link_ready=1 && property:vendor.pixel.system.phenotype.Thermal__shutdown_exp_enabled=false + setprop vendor.thermal.config "thermal_info_config.json" + restart vendor.thermal-hal + on charger # Use charger thermal config setprop vendor.thermal.config "thermal_info_config_charge.json"