├── LICENSE ├── META-INF └── com │ └── google │ └── android │ ├── update-binary │ └── updater-script ├── Magisk_All-In-One.json ├── Magisk_All-In-One.md ├── README.en.md ├── README.md ├── RESOURCES └── system │ ├── bin │ ├── dump_thermal.sh │ ├── dunp_thermal.sh │ ├── thermald │ └── thermalserviced │ ├── data │ └── vendor │ │ └── thermal │ │ ├── thermal-global-mode │ │ └── thermal.dump │ ├── etc │ └── init │ │ ├── init.thermald.rc │ │ └── thermalservice.rc │ ├── system_ext │ ├── etc │ │ ├── horae │ │ │ ├── horae.conf │ │ │ ├── horae_MT6765.conf │ │ │ ├── horae_MT6769.conf │ │ │ ├── horae_MT6771.conf │ │ │ ├── horae_MT6779.conf │ │ │ ├── horae_MT6781.conf │ │ │ ├── horae_MT6785.conf │ │ │ ├── horae_MT6833.conf │ │ │ ├── horae_MT6853.conf │ │ │ ├── horae_MT6873.conf │ │ │ ├── horae_MT6877.conf │ │ │ ├── horae_MT6885.conf │ │ │ ├── horae_MT6891.conf │ │ │ ├── horae_MT6895.conf │ │ │ ├── horae_MT6983.conf │ │ │ ├── horae_SM4250.conf │ │ │ ├── horae_SM4350.conf │ │ │ ├── horae_SM6115.conf │ │ │ ├── horae_SM6125.conf │ │ │ ├── horae_SM6225.conf │ │ │ ├── horae_SM6375.conf │ │ │ ├── horae_SM7125.conf │ │ │ ├── horae_SM7150.conf │ │ │ ├── horae_SM7225.conf │ │ │ ├── horae_SM7250.conf │ │ │ ├── horae_SM7325.conf │ │ │ ├── horae_SM8150.conf │ │ │ ├── horae_SM8250.conf │ │ │ ├── horae_SM8350.conf │ │ │ └── horae_SM8450.conf │ │ ├── obrain │ │ │ └── assets │ │ │ │ ├── ThermalAgent_AggThermaIAgentAnalyseCmd.sql │ │ │ │ ├── ThermalAgent_AggThermaIAgentAppHourLyCmdsql │ │ │ │ ├── ThermalAgent_AggThermaLAgentDaiLyCmd.sql │ │ │ │ ├── ThermalAgent_CompThermaLAgentEventCmd.sql │ │ │ │ └── selfTest │ │ │ │ └── SqlProxyThermalSelfTestCmd.sql │ │ ├── permissions │ │ │ ├── com.sonyericsson.psm.sysmonservice.thermal.xml │ │ │ └── com.sonymobile.thermal_engine.xml │ │ ├── sys_bad_battery_config.xml │ │ └── sys_thermal_config.xml │ └── framework │ │ ├── com.sonyericsson.psm.sysmonservice.thermal_impl.jar │ │ └── com.sonymobile.thermal_engine.jar │ └── vendor │ ├── bin │ ├── mi_thermald │ ├── modules │ │ └── lenovo-thermal.ko │ ├── thermal │ ├── thermal-engine │ ├── thermal-engine-v2 │ ├── thermal-tools │ ├── thermalTools │ ├── thermal_core │ ├── thermal_factory │ ├── thermal_intf │ ├── thermal_logging │ ├── thermal_manager │ ├── thermal_symlinks │ ├── thermalerviced │ └── thermalloadalgod │ ├── etc │ ├── .tp │ │ ├── .thermal-mode-00-01.conf │ │ ├── .thermal-mode-00-02.conf │ │ ├── .thermal-mode-00-04.conf │ │ ├── .thermal-mode-01-01.conf │ │ ├── .thermal-mode-01-02.conf │ │ ├── .thermal-mode-01-03.conf │ │ ├── .thermal-mode-01-04.conf │ │ ├── .thermal-mode-02-01.conf │ │ ├── .thermal-mode-02-04.conf │ │ ├── .thermal_policy_08 │ │ ├── .thermalpolicy_08 │ │ ├── .thermalpolicy_09 │ │ ├── thermal.conf │ │ ├── thermal.off.conf │ │ └── thermal.offconf │ ├── gameengine │ │ └── thermal_configs.xml │ ├── inbox_thermal_fan.sh │ ├── init.thermald.rc │ ├── init │ │ ├── hw │ │ │ ├── init.mi_thermald.rc │ │ │ └── init_thermal-engine.rc │ │ ├── init.mi_thermald.rc │ │ ├── init.thermal.rc │ │ ├── init.thermal_core.rc │ │ ├── init.thermal_manager.rc │ │ ├── init.thermalloadalgod.rc │ │ ├── init_thermal-engine-v2.rc │ │ ├── init_thermal-engine.rc │ │ ├── init_thermal.rc │ │ ├── init_thermal_core.rc │ │ ├── pixel-thermal-symlinks.rc │ │ ├── thermald.rc │ │ ├── thermalervice.rc │ │ └── thermalservice.rc │ ├── init_thermal-engine.rc │ ├── mi_thermal_break.cfg │ ├── nubia_performance_thermal │ ├── perf │ │ ├── commonsysnodesconfigs.xml │ │ ├── perfboostsconfig.xml │ │ ├── perfconfigstore.xml │ │ ├── targetconfig.xml │ │ ├── thermal-boost.conf │ │ ├── thermalboost.conf │ │ └── thermalbreakboostconfig.xml │ ├── simple_thermal_monitor.cfg │ ├── thermal-4k.conf │ ├── thermal-8k.conf │ ├── thermal-abnormal.conf │ ├── thermal-arvr.conf │ ├── thermal-camera.conf │ ├── thermal-cclassvideo.conf │ ├── thermal-cgame.conf │ ├── thermal-chg-only.conf │ ├── thermal-class0.conf │ ├── thermal-cyuanshen.conf │ ├── thermal-dolbyvision.conf │ ├── thermal-engine-8150.conf │ ├── thermal-engine-845.conf │ ├── thermal-engine-8998.conf │ ├── thermal-engine-blueline-novr-evt.conf │ ├── thermal-engine-blueline-novr-prod.conf │ ├── thermal-engine-blueline-vr-evt.conf │ ├── thermal-engine-blueline-vr-prod.conf │ ├── thermal-engine-charging.conf │ ├── thermal-engine-default.conf │ ├── thermal-engine-encrypt.conf │ ├── thermal-engine-flame-normal_mode.conf │ ├── thermal-engine-flame-retail_mode.conf │ ├── thermal-engine-kaiser-pro.conf │ ├── thermal-engine-kaiser.conf │ ├── thermal-engine-patriot.conf │ ├── thermal-engine-penrose-pro-encrypt.conf │ ├── thermal-engine-penrose-pro.conf │ ├── thermal-engine-penrose.conf │ ├── thermal-engine-qcom-gaming-prod.conf │ ├── thermal-engine-sdm660-camera.conf │ ├── thermal-engine-sdm660-high.conf │ ├── thermal-engine-sdm660-map.conf │ ├── thermal-engine-sdm660-nolimits.conf │ ├── thermal-engine-sdm660.conf │ ├── thermal-engine-sdm845-class0.conf │ ├── thermal-engine-sdm845-extreme.conf │ ├── thermal-engine-sdm845-high.conf │ ├── thermal-engine-sdm845-map.conf │ ├── thermal-engine-sdm845-nolimits.conf │ ├── thermal-engine-sdm845-phone.conf │ ├── thermal-engine-sdm845-pubgmhd.conf │ ├── thermal-engine-sdm845-sgame.conf │ ├── thermal-engine-sdm845-tgame.conf │ ├── thermal-engine-sdm845.conf │ ├── thermal-engine.conf │ ├── thermal-engine.stock.conf │ ├── thermal-engine.v3.conf │ ├── thermal-engine.v4.conf │ ├── thermal-engine_0.conf │ ├── thermal-engine_100.conf │ ├── thermal-engine_101.conf │ ├── thermal-engine_103.conf │ ├── thermal-engine_105.conf │ ├── thermal-engine_106.conf │ ├── thermal-engine_901.conf │ ├── thermal-engine_902.conf │ ├── thermal-engine_battery_1.conf │ ├── thermal-engine_battery_2.conf │ ├── thermal-engine_common_0.conf │ ├── thermal-engine_common_1.conf │ ├── thermal-engine_cpu_0.conf │ ├── thermal-engine_cpu_1.conf │ ├── thermal-engine_cpu_2.conf │ ├── thermal-engine_cpu_3.conf │ ├── thermal-engine_cpu_4.conf │ ├── thermal-engine_cpu_5.conf │ ├── thermal-engine_cpu_6.conf │ ├── thermal-engine_cpu_7.conf │ ├── thermal-engine_cpu_8.conf │ ├── thermal-engine_cpu_9.conf │ ├── thermal-engine_fan_0.conf │ ├── thermal-engine_gpu_0.conf │ ├── thermal-engine_gpu_1.conf │ ├── thermal-engine_gpu_2.conf │ ├── thermal-engine_gpu_3.conf │ ├── thermal-engine_sensor_0.conf │ ├── thermal-engine_sensor_1.conf │ ├── thermal-engine_sensors.conf │ ├── thermal-enginer-nubia.conf │ ├── thermal-extreme.conf │ ├── thermal-fastartup.conf │ ├── thermal-global-4k.conf │ ├── thermal-global-camera.conf │ ├── thermal-global-class0.conf │ ├── thermal-global-huanji.conf │ ├── thermal-global-mgame.conf │ ├── thermal-global-navigation.conf │ ├── thermal-global-nolimits.conf │ ├── thermal-global-normal.conf │ ├── thermal-global-per-camera.conf │ ├── thermal-global-per-class0.conf │ ├── thermal-global-per-navigation.conf │ ├── thermal-global-per-normal.conf │ ├── thermal-global-per-u-camera.conf │ ├── thermal-global-per-u-class0.conf │ ├── thermal-global-per-u-huanji.conf │ ├── thermal-global-per-u-navigation.conf │ ├── thermal-global-per-u-normal.conf │ ├── thermal-global-per-u-video.conf │ ├── thermal-global-per-video.conf │ ├── thermal-global-phone.conf │ ├── thermal-global-tgame.conf │ ├── thermal-global-u-4k.conf │ ├── thermal-global-u-camera.conf │ ├── thermal-global-u-chg-only.conf │ ├── thermal-global-u-class0.conf │ ├── thermal-global-u-huanji.conf │ ├── thermal-global-u-mgame.conf │ ├── thermal-global-u-navigation.conf │ ├── thermal-global-u-nolimits.conf │ ├── thermal-global-u-normal.conf │ ├── thermal-global-u-phone.conf │ ├── thermal-global-u-tgame.conf │ ├── thermal-global-u-video.conf │ ├── thermal-global-video.conf │ ├── thermal-global-videochat.conf │ ├── thermal-gps.conf │ ├── thermal-hotspot.conf │ ├── thermal-hp-mgame.conf │ ├── thermal-hp-normal.conf │ ├── thermal-huanji.conf │ ├── thermal-iec-abnormal.conf │ ├── thermal-iec-camera.conf │ ├── thermal-iec-chg-only.conf │ ├── thermal-iec-class0.conf │ ├── thermal-iec-huanji.conf │ ├── thermal-iec-mgame.conf │ ├── thermal-iec-navigation.conf │ ├── thermal-iec-nolimits.conf │ ├── thermal-iec-normal.conf │ ├── thermal-iec-per-class0.conf │ ├── thermal-iec-per-navigation.conf │ ├── thermal-iec-per-normal.conf │ ├── thermal-iec-per-video.conf │ ├── thermal-iec-phone.conf │ ├── thermal-iec-tgame.conf │ ├── thermal-iec-video.conf │ ├── thermal-iec-videochat.conf │ ├── thermal-iec4k.conf │ ├── thermal-india-4k.conf │ ├── thermal-india-8k.conf │ ├── thermal-india-camera.conf │ ├── thermal-india-class0.conf │ ├── thermal-india-huanji.conf │ ├── thermal-india-mgame.conf │ ├── thermal-india-navigation.conf │ ├── thermal-india-nolimits.conf │ ├── thermal-india-normal.conf │ ├── thermal-india-per-camera.conf │ ├── thermal-india-per-class0.conf │ ├── thermal-india-per-huanji.conf │ ├── thermal-india-per-navigation.conf │ ├── thermal-india-per-normal.conf │ ├── thermal-india-per-u-camera.conf │ ├── thermal-india-per-u-class0.conf │ ├── thermal-india-per-u-huanji.conf │ ├── thermal-india-per-u-navigation.conf │ ├── thermal-india-per-u-normal.conf │ ├── thermal-india-per-u-video.conf │ ├── thermal-india-per-u-videochat.conf │ ├── thermal-india-per-video.conf │ ├── thermal-india-per-videochat.conf │ ├── thermal-india-phone.conf │ ├── thermal-india-tgame.conf │ ├── thermal-india-u-4k.conf │ ├── thermal-india-u-camera.conf │ ├── thermal-india-u-class0.conf │ ├── thermal-india-u-huanji.conf │ ├── thermal-india-u-mgame.conf │ ├── thermal-india-u-navigation.conf │ ├── thermal-india-u-nolimits.conf │ ├── thermal-india-u-normal.conf │ ├── thermal-india-u-phone.conf │ ├── thermal-india-u-tgame.conf │ ├── thermal-india-u-video.conf │ ├── thermal-india-u-videochat.conf │ ├── thermal-india-video.conf │ ├── thermal-india-videochat.conf │ ├── thermal-india-youtube.conf │ ├── thermal-india-yuanshen.conf │ ├── thermal-k1a-4k.conf │ ├── thermal-k1a-8k.conf │ ├── thermal-k1a-camera.conf │ ├── thermal-k1a-class0.conf │ ├── thermal-k1a-mgame.conf │ ├── thermal-k1a-navigation.conf │ ├── thermal-k1a-nolimits.conf │ ├── thermal-k1a-normal.conf │ ├── thermal-k1a-per-camera.conf │ ├── thermal-k1a-per-class0.conf │ ├── thermal-k1a-per-navigation.conf │ ├── thermal-k1a-per-normal.conf │ ├── thermal-k1a-per-video.conf │ ├── thermal-k1a-phone.conf │ ├── thermal-k1a-tgame.conf │ ├── thermal-k1a-video.conf │ ├── thermal-l16u-4k.conf │ ├── thermal-l16u-camera.conf │ ├── thermal-l16u-class0.conf │ ├── thermal-l16u-huanji.conf │ ├── thermal-l16u-mgame.conf │ ├── thermal-l16u-navigation.conf │ ├── thermal-l16u-nolimits.conf │ ├── thermal-l16u-normal.conf │ ├── thermal-l16u-per-camera.conf │ ├── thermal-l16u-per-class0.conf │ ├── thermal-l16u-per-huanji.conf │ ├── thermal-l16u-per-navigation.conf │ ├── thermal-l16u-per-normal.conf │ ├── thermal-l16u-per-video.conf │ ├── thermal-l16u-phone.conf │ ├── thermal-l16u-tgame.conf │ ├── thermal-l16u-video.conf │ ├── thermal-l16u-videochat.conf │ ├── thermal-l18a-map.conf │ ├── thermal-map-global-u.conf │ ├── thermal-map-global.conf │ ├── thermal-map-india-u.conf │ ├── thermal-map-india.conf │ ├── thermal-map-k1a.conf │ ├── thermal-map-l16u-cn.conf │ ├── thermal-map-u.conf │ ├── thermal-map.conf │ ├── thermal-mgame.conf │ ├── thermal-mode-00-01.conf │ ├── thermal-mode-00-02.conf │ ├── thermal-mode-00-04.conf │ ├── thermal-mode-00-06.conf │ ├── thermal-mode-01-01.conf │ ├── thermal-mode-01-02.conf │ ├── thermal-mode-01-03.conf │ ├── thermal-mode-01-04.conf │ ├── thermal-mode-01-05.conf │ ├── thermal-mode-01-06.conf │ ├── thermal-mode-02-01.conf │ ├── thermal-mode-02-02.conf │ ├── thermal-mode-02-03.conf │ ├── thermal-mode-02-04.conf │ ├── thermal-mode-02-05.conf │ ├── thermal-mode-02-06.conf │ ├── thermal-mode-03-01.conf │ ├── thermal-mode-03-02.conf │ ├── thermal-mode-03-04.conf │ ├── thermal-mode-03-05.conf │ ├── thermal-mode-03-06.conf │ ├── thermal-mode-04-01.conf │ ├── thermal-mode-04-02.conf │ ├── thermal-mode-04-03.conf │ ├── thermal-mode-04-04.conf │ ├── thermal-mode-04-05.conf │ ├── thermal-mode-04-06.conf │ ├── thermal-navigation.conf │ ├── thermal-nightvideo.conf │ ├── thermal-nolimits.conf │ ├── thermal-normal.conf │ ├── thermal-per-camera.conf │ ├── thermal-per-cclassvideo.conf │ ├── thermal-per-cgame.conf │ ├── thermal-per-class0.conf │ ├── thermal-per-huanji.conf │ ├── thermal-per-india-normal.conf │ ├── thermal-per-navigation.conf │ ├── thermal-per-normal.conf │ ├── thermal-per-u-camera.conf │ ├── thermal-per-u-class0.conf │ ├── thermal-per-u-huanji.conf │ ├── thermal-per-u-navigation.conf │ ├── thermal-per-u-normal.conf │ ├── thermal-per-u-video.conf │ ├── thermal-per-video.conf │ ├── thermal-per-videochat.conf │ ├── thermal-phone.conf │ ├── thermal-region-map.conf │ ├── thermal-screenoff.conf │ ├── thermal-sptm.conf │ ├── thermal-status.txt │ ├── thermal-tencent-game.conf │ ├── thermal-tgame.conf │ ├── thermal-u-4k.conf │ ├── thermal-u-camera.conf │ ├── thermal-u-chg-only.conf │ ├── thermal-u-class0.conf │ ├── thermal-u-huanji.conf │ ├── thermal-u-mgame.conf │ ├── thermal-u-navigation.conf │ ├── thermal-video.conf │ ├── thermal-videochat.conf │ ├── thermal-vpn.conf │ ├── thermal-youtobe.conf │ ├── thermal-youtube.conf │ ├── thermal-youtube.config │ ├── thermal-yuanshen.conf │ ├── thermal.audio.conf │ ├── thermal.benchmark.conf │ ├── thermal.call.conf │ ├── thermal.camera.conf │ ├── thermal.current.ini │ ├── thermal.high.conf │ ├── thermal.high.level1.conf │ ├── thermal.high.level2.conf │ ├── thermal.high.level3.conf │ ├── thermal.high.level4.conf │ ├── thermal.high.level5.conf │ ├── thermal.low.conf │ ├── thermal.low.level1.conf │ ├── thermal.low.level2.conf │ ├── thermal.mid.conf │ ├── thermal.mid.level1.conf │ ├── thermal.mid.level2.conf │ ├── thermal.mid.level3.conf │ ├── thermal.mid.level4.conf │ ├── thermal.monkey.conf │ ├── thermal.sgame.conf │ ├── thermal.super.conf │ ├── thermal │ │ ├── disable_thermal.conf │ │ ├── disable_thermal_temp.conf │ │ ├── thermal.conf │ │ ├── thermal_mtbf.conf │ │ ├── thermal_policy_00.conf │ │ ├── thermal_policy_01.conf │ │ ├── thermal_policy_02.conf │ │ ├── thermal_policy_03.conf │ │ ├── thermal_policy_08.conf │ │ └── thermal_policy_09.conf │ ├── thermal_atd.conf │ ├── thermal_info_config_evt.json │ ├── thermal_info_config_jaws.json │ ├── thermal_policy_08.conf │ ├── thermal_policy_09.conf │ ├── thermal_user_case.conf │ └── thermald-devices.conf │ └── lib │ └── modules │ ├── 5.10-gki │ └── thermal_pause.ko │ ├── mi_thermal_interface.ko │ ├── thermal-generic-abc.ko │ ├── thermal-generic-adc.ko │ ├── thermal_config.ko │ ├── thermal_interface.ko │ ├── thermal_jatm.ko │ ├── thermal_pause.ko │ └── thermal_trace.ko ├── action.sh ├── config.yaml ├── customize.sh ├── function.sh ├── module.prop ├── service.sh └── system.prop /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JustLikeCheese/Magisk_All-In-One/HEAD/LICENSE -------------------------------------------------------------------------------- /META-INF/com/google/android/update-binary: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JustLikeCheese/Magisk_All-In-One/HEAD/META-INF/com/google/android/update-binary -------------------------------------------------------------------------------- /META-INF/com/google/android/updater-script: -------------------------------------------------------------------------------- 1 | #MAGISK 2 | -------------------------------------------------------------------------------- /Magisk_All-In-One.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JustLikeCheese/Magisk_All-In-One/HEAD/Magisk_All-In-One.json -------------------------------------------------------------------------------- /Magisk_All-In-One.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JustLikeCheese/Magisk_All-In-One/HEAD/Magisk_All-In-One.md -------------------------------------------------------------------------------- /README.en.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JustLikeCheese/Magisk_All-In-One/HEAD/README.en.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JustLikeCheese/Magisk_All-In-One/HEAD/README.md -------------------------------------------------------------------------------- /RESOURCES/system/bin/dump_thermal.sh: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/bin/dunp_thermal.sh: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/bin/thermald: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/bin/thermalserviced: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/data/vendor/thermal/thermal-global-mode: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/data/vendor/thermal/thermal.dump: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/etc/init/init.thermald.rc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/etc/init/thermalservice.rc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/system_ext/etc/horae/horae.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/system_ext/etc/horae/horae_MT6765.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/system_ext/etc/horae/horae_MT6769.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/system_ext/etc/horae/horae_MT6771.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/system_ext/etc/horae/horae_MT6779.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/system_ext/etc/horae/horae_MT6781.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/system_ext/etc/horae/horae_MT6785.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/system_ext/etc/horae/horae_MT6833.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/system_ext/etc/horae/horae_MT6853.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/system_ext/etc/horae/horae_MT6873.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/system_ext/etc/horae/horae_MT6877.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/system_ext/etc/horae/horae_MT6885.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/system_ext/etc/horae/horae_MT6891.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/system_ext/etc/horae/horae_MT6895.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/system_ext/etc/horae/horae_MT6983.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/system_ext/etc/horae/horae_SM4250.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/system_ext/etc/horae/horae_SM4350.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/system_ext/etc/horae/horae_SM6115.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/system_ext/etc/horae/horae_SM6125.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/system_ext/etc/horae/horae_SM6225.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/system_ext/etc/horae/horae_SM6375.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/system_ext/etc/horae/horae_SM7125.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/system_ext/etc/horae/horae_SM7150.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/system_ext/etc/horae/horae_SM7225.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/system_ext/etc/horae/horae_SM7250.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/system_ext/etc/horae/horae_SM7325.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/system_ext/etc/horae/horae_SM8150.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/system_ext/etc/horae/horae_SM8250.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/system_ext/etc/horae/horae_SM8350.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/system_ext/etc/horae/horae_SM8450.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/system_ext/etc/obrain/assets/ThermalAgent_AggThermaIAgentAnalyseCmd.sql: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/system_ext/etc/obrain/assets/ThermalAgent_AggThermaIAgentAppHourLyCmdsql: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/system_ext/etc/obrain/assets/ThermalAgent_AggThermaLAgentDaiLyCmd.sql: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/system_ext/etc/obrain/assets/ThermalAgent_CompThermaLAgentEventCmd.sql: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/system_ext/etc/obrain/assets/selfTest/SqlProxyThermalSelfTestCmd.sql: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/system_ext/etc/permissions/com.sonyericsson.psm.sysmonservice.thermal.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/system_ext/etc/permissions/com.sonymobile.thermal_engine.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/system_ext/etc/sys_bad_battery_config.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/system_ext/etc/sys_thermal_config.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/system_ext/framework/com.sonyericsson.psm.sysmonservice.thermal_impl.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/system_ext/framework/com.sonymobile.thermal_engine.jar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/bin/mi_thermald: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/bin/modules/lenovo-thermal.ko: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/bin/thermal: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/bin/thermal-engine: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/bin/thermal-engine-v2: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/bin/thermal-tools: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/bin/thermalTools: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/bin/thermal_core: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/bin/thermal_factory: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/bin/thermal_intf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/bin/thermal_logging: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/bin/thermal_manager: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/bin/thermal_symlinks: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/bin/thermalerviced: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/bin/thermalloadalgod: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/.tp/.thermal-mode-00-01.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/.tp/.thermal-mode-00-02.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/.tp/.thermal-mode-00-04.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/.tp/.thermal-mode-01-01.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/.tp/.thermal-mode-01-02.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/.tp/.thermal-mode-01-03.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/.tp/.thermal-mode-01-04.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/.tp/.thermal-mode-02-01.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/.tp/.thermal-mode-02-04.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/.tp/.thermal_policy_08: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/.tp/.thermalpolicy_08: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/.tp/.thermalpolicy_09: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/.tp/thermal.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/.tp/thermal.off.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/.tp/thermal.offconf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/gameengine/thermal_configs.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/inbox_thermal_fan.sh: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/init.thermald.rc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/init/hw/init.mi_thermald.rc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/init/hw/init_thermal-engine.rc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/init/init.mi_thermald.rc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/init/init.thermal.rc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/init/init.thermal_core.rc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/init/init.thermal_manager.rc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/init/init.thermalloadalgod.rc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/init/init_thermal-engine-v2.rc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/init/init_thermal-engine.rc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/init/init_thermal.rc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/init/init_thermal_core.rc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/init/pixel-thermal-symlinks.rc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/init/thermald.rc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/init/thermalervice.rc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/init/thermalservice.rc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/init_thermal-engine.rc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/mi_thermal_break.cfg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/nubia_performance_thermal: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/perf/commonsysnodesconfigs.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/perf/perfboostsconfig.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/perf/perfconfigstore.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/perf/targetconfig.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/perf/thermal-boost.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/perf/thermalboost.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/perf/thermalbreakboostconfig.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/simple_thermal_monitor.cfg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-4k.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-8k.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-abnormal.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-arvr.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-camera.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-cclassvideo.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-cgame.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-chg-only.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-class0.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-cyuanshen.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-dolbyvision.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-engine-8150.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-engine-845.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-engine-8998.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-engine-blueline-novr-evt.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-engine-blueline-novr-prod.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-engine-blueline-vr-evt.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-engine-blueline-vr-prod.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-engine-charging.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-engine-default.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-engine-encrypt.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-engine-flame-normal_mode.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-engine-flame-retail_mode.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-engine-kaiser-pro.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-engine-kaiser.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-engine-patriot.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-engine-penrose-pro-encrypt.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-engine-penrose-pro.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-engine-penrose.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-engine-qcom-gaming-prod.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-engine-sdm660-camera.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-engine-sdm660-high.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-engine-sdm660-map.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-engine-sdm660-nolimits.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-engine-sdm660.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-engine-sdm845-class0.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-engine-sdm845-extreme.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-engine-sdm845-high.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-engine-sdm845-map.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-engine-sdm845-nolimits.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-engine-sdm845-phone.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-engine-sdm845-pubgmhd.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-engine-sdm845-sgame.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-engine-sdm845-tgame.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-engine-sdm845.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-engine.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-engine.stock.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-engine.v3.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-engine.v4.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-engine_0.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-engine_100.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-engine_101.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-engine_103.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-engine_105.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-engine_106.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-engine_901.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-engine_902.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-engine_battery_1.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-engine_battery_2.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-engine_common_0.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-engine_common_1.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-engine_cpu_0.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-engine_cpu_1.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-engine_cpu_2.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-engine_cpu_3.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-engine_cpu_4.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-engine_cpu_5.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-engine_cpu_6.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-engine_cpu_7.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-engine_cpu_8.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-engine_cpu_9.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-engine_fan_0.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-engine_gpu_0.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-engine_gpu_1.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-engine_gpu_2.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-engine_gpu_3.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-engine_sensor_0.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-engine_sensor_1.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-engine_sensors.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-enginer-nubia.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-extreme.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-fastartup.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-global-4k.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-global-camera.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-global-class0.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-global-huanji.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-global-mgame.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-global-navigation.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-global-nolimits.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-global-normal.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-global-per-camera.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-global-per-class0.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-global-per-navigation.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-global-per-normal.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-global-per-u-camera.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-global-per-u-class0.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-global-per-u-huanji.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-global-per-u-navigation.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-global-per-u-normal.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-global-per-u-video.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-global-per-video.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-global-phone.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-global-tgame.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-global-u-4k.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-global-u-camera.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-global-u-chg-only.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-global-u-class0.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-global-u-huanji.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-global-u-mgame.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-global-u-navigation.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-global-u-nolimits.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-global-u-normal.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-global-u-phone.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-global-u-tgame.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-global-u-video.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-global-video.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-global-videochat.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-gps.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-hotspot.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-hp-mgame.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-hp-normal.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-huanji.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-iec-abnormal.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-iec-camera.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-iec-chg-only.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-iec-class0.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-iec-huanji.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-iec-mgame.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-iec-navigation.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-iec-nolimits.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-iec-normal.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-iec-per-class0.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-iec-per-navigation.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-iec-per-normal.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-iec-per-video.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-iec-phone.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-iec-tgame.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-iec-video.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-iec-videochat.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-iec4k.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-india-4k.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-india-8k.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-india-camera.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-india-class0.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-india-huanji.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-india-mgame.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-india-navigation.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-india-nolimits.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-india-normal.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-india-per-camera.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-india-per-class0.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-india-per-huanji.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-india-per-navigation.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-india-per-normal.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-india-per-u-camera.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-india-per-u-class0.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-india-per-u-huanji.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-india-per-u-navigation.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-india-per-u-normal.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-india-per-u-video.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-india-per-u-videochat.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-india-per-video.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-india-per-videochat.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-india-phone.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-india-tgame.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-india-u-4k.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-india-u-camera.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-india-u-class0.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-india-u-huanji.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-india-u-mgame.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-india-u-navigation.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-india-u-nolimits.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-india-u-normal.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-india-u-phone.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-india-u-tgame.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-india-u-video.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-india-u-videochat.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-india-video.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-india-videochat.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-india-youtube.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-india-yuanshen.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-k1a-4k.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-k1a-8k.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-k1a-camera.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-k1a-class0.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-k1a-mgame.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-k1a-navigation.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-k1a-nolimits.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-k1a-normal.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-k1a-per-camera.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-k1a-per-class0.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-k1a-per-navigation.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-k1a-per-normal.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-k1a-per-video.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-k1a-phone.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-k1a-tgame.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-k1a-video.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-l16u-4k.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-l16u-camera.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-l16u-class0.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-l16u-huanji.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-l16u-mgame.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-l16u-navigation.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-l16u-nolimits.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-l16u-normal.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-l16u-per-camera.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-l16u-per-class0.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-l16u-per-huanji.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-l16u-per-navigation.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-l16u-per-normal.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-l16u-per-video.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-l16u-phone.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-l16u-tgame.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-l16u-video.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-l16u-videochat.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-l18a-map.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-map-global-u.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-map-global.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-map-india-u.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-map-india.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-map-k1a.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-map-l16u-cn.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-map-u.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-map.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-mgame.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-mode-00-01.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-mode-00-02.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-mode-00-04.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-mode-00-06.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-mode-01-01.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-mode-01-02.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-mode-01-03.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-mode-01-04.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-mode-01-05.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-mode-01-06.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-mode-02-01.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-mode-02-02.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-mode-02-03.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-mode-02-04.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-mode-02-05.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-mode-02-06.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-mode-03-01.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-mode-03-02.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-mode-03-04.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-mode-03-05.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-mode-03-06.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-mode-04-01.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-mode-04-02.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-mode-04-03.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-mode-04-04.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-mode-04-05.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-mode-04-06.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-navigation.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-nightvideo.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-nolimits.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-normal.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-per-camera.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-per-cclassvideo.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-per-cgame.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-per-class0.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-per-huanji.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-per-india-normal.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-per-navigation.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-per-normal.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-per-u-camera.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-per-u-class0.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-per-u-huanji.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-per-u-navigation.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-per-u-normal.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-per-u-video.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-per-video.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-per-videochat.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-phone.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-region-map.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-screenoff.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-sptm.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-status.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-tencent-game.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-tgame.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-u-4k.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-u-camera.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-u-chg-only.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-u-class0.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-u-huanji.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-u-mgame.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-u-navigation.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-video.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-videochat.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-vpn.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-youtobe.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-youtube.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-youtube.config: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal-yuanshen.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal.audio.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal.benchmark.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal.call.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal.camera.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal.current.ini: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal.high.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal.high.level1.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal.high.level2.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal.high.level3.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal.high.level4.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal.high.level5.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal.low.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal.low.level1.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal.low.level2.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal.mid.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal.mid.level1.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal.mid.level2.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal.mid.level3.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal.mid.level4.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal.monkey.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal.sgame.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal.super.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal/disable_thermal.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal/disable_thermal_temp.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal/thermal.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal/thermal_mtbf.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal/thermal_policy_00.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal/thermal_policy_01.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal/thermal_policy_02.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal/thermal_policy_03.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal/thermal_policy_08.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal/thermal_policy_09.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal_atd.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal_info_config_evt.json: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal_info_config_jaws.json: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal_policy_08.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal_policy_09.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermal_user_case.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/etc/thermald-devices.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/lib/modules/5.10-gki/thermal_pause.ko: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/lib/modules/mi_thermal_interface.ko: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/lib/modules/thermal-generic-abc.ko: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/lib/modules/thermal-generic-adc.ko: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/lib/modules/thermal_config.ko: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/lib/modules/thermal_interface.ko: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/lib/modules/thermal_jatm.ko: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/lib/modules/thermal_pause.ko: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /RESOURCES/system/vendor/lib/modules/thermal_trace.ko: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /action.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JustLikeCheese/Magisk_All-In-One/HEAD/action.sh -------------------------------------------------------------------------------- /config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JustLikeCheese/Magisk_All-In-One/HEAD/config.yaml -------------------------------------------------------------------------------- /customize.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JustLikeCheese/Magisk_All-In-One/HEAD/customize.sh -------------------------------------------------------------------------------- /function.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JustLikeCheese/Magisk_All-In-One/HEAD/function.sh -------------------------------------------------------------------------------- /module.prop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JustLikeCheese/Magisk_All-In-One/HEAD/module.prop -------------------------------------------------------------------------------- /service.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JustLikeCheese/Magisk_All-In-One/HEAD/service.sh -------------------------------------------------------------------------------- /system.prop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JustLikeCheese/Magisk_All-In-One/HEAD/system.prop --------------------------------------------------------------------------------