diff --git a/conf/init.cheetah.rc b/conf/init.cheetah.rc index c50741f..0d8010a 100644 --- a/conf/init.cheetah.rc +++ b/conf/init.cheetah.rc @@ -2,7 +2,7 @@ import /vendor/etc/init/hw/init.gs201.rc import /vendor/etc/init/hw/init.pantah.rc -on late-init && property:vendor.device.modules.ready=1 +on property:vendor.device.modules.ready=1 # Start the twoshay touch service start twoshay diff --git a/conf/init.panther.rc b/conf/init.panther.rc index 8d2bf97..d786cf3 100644 --- a/conf/init.panther.rc +++ b/conf/init.panther.rc @@ -2,7 +2,7 @@ import /vendor/etc/init/hw/init.gs201.rc import /vendor/etc/init/hw/init.pantah.rc -on late-init && property:vendor.device.modules.ready=1 +on property:vendor.device.modules.ready=1 # Start the twoshay touch service start twoshay diff --git a/thermal_info_config_cheetah.json b/thermal_info_config_cheetah.json index 1c48f4c..5a134bd 100644 --- a/thermal_info_config_cheetah.json +++ b/thermal_info_config_cheetah.json @@ -141,8 +141,8 @@ "Formula":"MAXIMUM", "Combination":["VIRTUAL-GNSS-DISP", "VIRTUAL-USB2-QUIET", "VIRTUAL-QUIET-USB2", "VIRTUAL-NEUTRAL-QUIET"], "Coefficient":[1.0, 1.0, 1.0, 1.0], - "HotThreshold":["NAN", 39.0, 42.0, 44.0, 46.5, 52.0, 55.0], - "HotHysteresis":[0.0, 1.9, 1.9, 1.9, 1.9, 1.9, 1.9], + "HotThreshold":["NAN", 39.0, 43.0, 45.0, 46.5, 52.0, 55.0], + "HotHysteresis":[0.0, 1.9, 1.9, 1.9, 1.4, 1.9, 1.9], "Multiplier":0.001, "PollingDelay":300000, "PassiveDelay":7000, @@ -319,7 +319,7 @@ "Formula":"COUNT_THRESHOLD", "TriggerSensor": "usb_pwr_therm", "Combination":["usb_pwr_therm", "USB-MINUS-USB2", "USB-MINUS-NEUTRAL"], - "Coefficient":[43500, 2800, 6000], + "Coefficient":[43500, 3500, 8000], "HotThreshold":["NAN", "NAN", "NAN", "NAN", "NAN", "3.0", "NAN"], "Multiplier":1, "Monitor":true, diff --git a/thermal_info_config_panther.json b/thermal_info_config_panther.json index 5e06475..0ea1598 100644 --- a/thermal_info_config_panther.json +++ b/thermal_info_config_panther.json @@ -319,7 +319,7 @@ "Formula":"COUNT_THRESHOLD", "TriggerSensor": "usb_pwr_therm", "Combination":["usb_pwr_therm", "USB-MINUS-USB2", "USB-MINUS-NEUTRAL"], - "Coefficient":[42000, 2000, 4000], + "Coefficient":[42000, 2500, 7000], "HotThreshold":["NAN", "NAN", "NAN", "NAN", "NAN", "3.0", "NAN"], "Multiplier":1, "Monitor":true,