├── .github └── workflows │ └── release.yml ├── README.md ├── SetoSkins.json ├── SetoSkins.md └── SetoSkins ├── FAQ.prop ├── META-INF └── com │ └── google │ └── android │ ├── update-binary │ └── updater-script ├── customize.sh ├── module.prop ├── service.sh ├── system.prop ├── system ├── SetoFastCharge ├── SetoLog ├── SetoStop ├── Seto_fuckthermal.sh ├── Seto_temp_threshold.sh └── cloud │ ├── Seto_shadow3.sh │ ├── bin │ └── thermalserviced │ ├── etc │ └── init │ │ └── thermalservice.rc │ ├── files │ ├── Seto_log.sh │ ├── bin │ │ ├── log │ │ ├── logcat │ │ ├── logd │ │ └── mobile_log_d │ ├── etc │ │ └── init │ │ │ ├── logd.rc │ │ │ └── mobile_log_d.rc │ ├── system.prop │ └── vendor │ │ └── bin │ │ ├── cnss_diag │ │ ├── log │ │ └── tcpdump │ ├── lib64 │ └── libthermalservice.so │ ├── post-fs-data.sh │ ├── system.prop │ ├── thermal │ ├── seto.sh │ ├── seto2.sh │ ├── seto3.sh │ ├── thermal-cnormal.conf │ ├── thermal-mgame.conf │ ├── thermal-normal.conf │ ├── thermal-per-huanji.conf │ ├── thermal-performance.conf │ └── 黑名单.prop │ ├── vendor │ ├── bin │ │ ├── thermal-engine │ │ ├── thermal-engine-v2 │ │ └── thermal_factory │ └── etc │ │ ├── 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 │ │ ├── mi_thermal_break.cfg │ │ ├── perf │ │ ├── commonsysnodesconfigs.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-chg-only.conf │ │ ├── thermal-class0.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-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-hp-mgame.conf │ │ ├── thermal-hp-normal.conf │ │ ├── thermal-huanji.conf │ │ ├── thermal-iec-4k.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-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-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-sptm.conf │ │ ├── thermal-status.txt │ │ ├── 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-youtobe.conf │ │ ├── thermal-youtube.conf │ │ ├── thermal-youtube.config │ │ ├── thermal-yuanshen.conf │ │ ├── thermal.benchmark.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.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_09.conf │ │ ├── thermal_user_case.conf │ │ └── thermald-devices.conf │ ├── 配置.prop │ └── ?.sh ├── uninstall.sh ├── 乱七八糟 ├── 执行作者QQ.sh ├── 捐赠支付宝.sh └── 更新链接.sh ├── 工口本 ├── -2f3c31e8fb815688.jpg ├── -56e0a032a0c67daf.jpg ├── -64604ae3374785a8.jpg ├── -7ac41d6ed08aca13.jpg ├── 103400095_p0.png ├── 103400095_p1.png ├── 103400095_p2.png ├── 104236731_p0.png ├── 20230118_125255.jpg ├── 20230212_002832.jpg ├── 20230212_002846.jpg ├── 20230212_003111.jpg ├── 20230212_003125.jpg ├── 20230212_003149.jpg ├── 20230326_095901.jpg ├── 20230326_100149.jpg ├── 20230326_100214.jpg ├── 20230326_100219.jpg ├── 20230326_100242.jpg ├── 20230330_193621.jpg ├── 20230330_193630.jpg ├── 20230330_193907.jpg ├── 20230330_194239.jpg ├── 20230330_194248.jpg ├── 5f4763c0549c94ed.jpg ├── 7月4日.jpg ├── 8100优化.jpg ├── 9月25日.jpg ├── A1.jpg ├── A2.jpg ├── A3.1.jpg ├── A3.2.jpg ├── A3.jpg ├── A4.0.1.jpg └── B4.0.0.jpg ├── 跳电请执行 └── root权限运行.sh └── 配置.prop /.github/workflows/release.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/HEAD/.github/workflows/release.yml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Seto温控 2 | 世界上功能最多的Miui/HyperOS温控模块 3 | -------------------------------------------------------------------------------- /SetoSkins.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/HEAD/SetoSkins.json -------------------------------------------------------------------------------- /SetoSkins.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/HEAD/SetoSkins.md -------------------------------------------------------------------------------- /SetoSkins/FAQ.prop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/HEAD/SetoSkins/FAQ.prop -------------------------------------------------------------------------------- /SetoSkins/META-INF/com/google/android/update-binary: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/HEAD/SetoSkins/META-INF/com/google/android/update-binary -------------------------------------------------------------------------------- /SetoSkins/META-INF/com/google/android/updater-script: -------------------------------------------------------------------------------- 1 | #MAGISK 2 | -------------------------------------------------------------------------------- /SetoSkins/customize.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/HEAD/SetoSkins/customize.sh -------------------------------------------------------------------------------- /SetoSkins/module.prop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/HEAD/SetoSkins/module.prop -------------------------------------------------------------------------------- /SetoSkins/service.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/HEAD/SetoSkins/service.sh -------------------------------------------------------------------------------- /SetoSkins/system.prop: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/SetoFastCharge: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/HEAD/SetoSkins/system/SetoFastCharge -------------------------------------------------------------------------------- /SetoSkins/system/SetoLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/HEAD/SetoSkins/system/SetoLog -------------------------------------------------------------------------------- /SetoSkins/system/SetoStop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/HEAD/SetoSkins/system/SetoStop -------------------------------------------------------------------------------- /SetoSkins/system/Seto_fuckthermal.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/HEAD/SetoSkins/system/Seto_fuckthermal.sh -------------------------------------------------------------------------------- /SetoSkins/system/Seto_temp_threshold.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/HEAD/SetoSkins/system/Seto_temp_threshold.sh -------------------------------------------------------------------------------- /SetoSkins/system/cloud/Seto_shadow3.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/HEAD/SetoSkins/system/cloud/Seto_shadow3.sh -------------------------------------------------------------------------------- /SetoSkins/system/cloud/bin/thermalserviced: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/etc/init/thermalservice.rc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/files/Seto_log.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/HEAD/SetoSkins/system/cloud/files/Seto_log.sh -------------------------------------------------------------------------------- /SetoSkins/system/cloud/files/bin/log: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/files/bin/logcat: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/files/bin/logd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/files/bin/mobile_log_d: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/files/etc/init/logd.rc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/files/etc/init/mobile_log_d.rc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/files/system.prop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/HEAD/SetoSkins/system/cloud/files/system.prop -------------------------------------------------------------------------------- /SetoSkins/system/cloud/files/vendor/bin/cnss_diag: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/files/vendor/bin/log: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/files/vendor/bin/tcpdump: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/lib64/libthermalservice.so: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/post-fs-data.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/HEAD/SetoSkins/system/cloud/post-fs-data.sh -------------------------------------------------------------------------------- /SetoSkins/system/cloud/system.prop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/HEAD/SetoSkins/system/cloud/system.prop -------------------------------------------------------------------------------- /SetoSkins/system/cloud/thermal/seto.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/HEAD/SetoSkins/system/cloud/thermal/seto.sh -------------------------------------------------------------------------------- /SetoSkins/system/cloud/thermal/seto2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/HEAD/SetoSkins/system/cloud/thermal/seto2.sh -------------------------------------------------------------------------------- /SetoSkins/system/cloud/thermal/seto3.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/HEAD/SetoSkins/system/cloud/thermal/seto3.sh -------------------------------------------------------------------------------- /SetoSkins/system/cloud/thermal/thermal-cnormal.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/HEAD/SetoSkins/system/cloud/thermal/thermal-cnormal.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/thermal/thermal-mgame.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/HEAD/SetoSkins/system/cloud/thermal/thermal-mgame.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/thermal/thermal-normal.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/HEAD/SetoSkins/system/cloud/thermal/thermal-normal.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/thermal/thermal-per-huanji.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/HEAD/SetoSkins/system/cloud/thermal/thermal-per-huanji.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/thermal/thermal-performance.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/HEAD/SetoSkins/system/cloud/thermal/thermal-performance.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/thermal/黑名单.prop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/HEAD/SetoSkins/system/cloud/thermal/黑名单.prop -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/bin/thermal-engine: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/bin/thermal-engine-v2: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/bin/thermal_factory: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/init/hw/init.mi_thermald.rc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/init/hw/init_thermal-engine.rc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/init/init.mi_thermald.rc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/init/init.thermal.rc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/init/init.thermal_core.rc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/init/init.thermal_manager.rc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/init/init.thermalloadalgod.rc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/init/init_thermal-engine-v2.rc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/init/init_thermal-engine.rc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/init/init_thermal.rc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/init/init_thermal_core.rc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/init/pixel-thermal-symlinks.rc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/init/thermald.rc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/init/thermalervice.rc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/init/thermalservice.rc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/mi_thermal_break.cfg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/perf/commonsysnodesconfigs.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/perf/perfconfigstore.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/perf/targetconfig.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/perf/thermal-boost.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/perf/thermalboost.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/perf/thermalbreakboostconfig.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/simple_thermal_monitor.cfg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-4k.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-8k.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-abnormal.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-arvr.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-camera.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-chg-only.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-class0.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-dolbyvision.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine-8150.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine-845.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine-8998.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine-blueline-novr-evt.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine-blueline-novr-prod.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine-blueline-vr-evt.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine-blueline-vr-prod.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine-charging.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine-default.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine-encrypt.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine-flame-normal_mode.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine-flame-retail_mode.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine-kaiser-pro.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine-kaiser.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine-patriot.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine-penrose-pro-encrypt.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine-penrose-pro.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine-penrose.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine-qcom-gaming-prod.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine-sdm660-camera.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine-sdm660-high.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine-sdm660-map.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine-sdm660-nolimits.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine-sdm660.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine-sdm845-class0.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine-sdm845-extreme.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine-sdm845-high.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine-sdm845-map.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine-sdm845-nolimits.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine-sdm845-phone.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine-sdm845-pubgmhd.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine-sdm845-sgame.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine-sdm845-tgame.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine-sdm845.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine.stock.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine.v3.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine.v4.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine_0.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine_100.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine_101.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine_103.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine_105.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine_106.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine_901.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine_902.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine_battery_1.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine_battery_2.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine_common_0.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine_common_1.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine_cpu_0.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine_cpu_1.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine_cpu_2.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine_cpu_3.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine_cpu_4.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine_cpu_5.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine_cpu_6.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine_cpu_7.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine_cpu_8.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine_cpu_9.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine_fan_0.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine_gpu_0.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine_gpu_1.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine_gpu_2.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine_gpu_3.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine_sensor_0.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine_sensor_1.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine_sensors.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-enginer-nubia.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-extreme.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-global-4k.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-global-camera.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-global-class0.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-global-huanji.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-global-mgame.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-global-navigation.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-global-nolimits.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-global-normal.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-global-per-camera.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-global-per-class0.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-global-per-navigation.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-global-per-normal.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-global-per-u-camera.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-global-per-u-class0.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-global-per-u-huanji.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-global-per-u-navigation.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-global-per-u-normal.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-global-per-u-video.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-global-per-video.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-global-phone.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-global-tgame.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-global-u-4k.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-global-u-camera.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-global-u-chg-only.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-global-u-class0.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-global-u-huanji.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-global-u-mgame.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-global-u-navigation.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-global-u-nolimits.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-global-u-normal.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-global-u-phone.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-global-u-tgame.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-global-u-video.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-global-video.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-global-videochat.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-hp-mgame.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-hp-normal.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-huanji.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-iec-4k.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-iec-abnormal.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-iec-camera.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-iec-chg-only.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-iec-class0.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-iec-huanji.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-iec-mgame.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-iec-navigation.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-iec-nolimits.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-iec-normal.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-iec-per-class0.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-iec-per-navigation.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-iec-per-normal.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-iec-per-video.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-iec-phone.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-iec-tgame.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-iec-video.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-iec-videochat.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-iec4k.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-india-4k.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-india-8k.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-india-camera.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-india-class0.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-india-huanji.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-india-mgame.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-india-navigation.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-india-nolimits.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-india-normal.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-india-per-camera.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-india-per-class0.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-india-per-huanji.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-india-per-navigation.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-india-per-normal.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-india-per-u-camera.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-india-per-u-class0.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-india-per-u-huanji.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-india-per-u-navigation.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-india-per-u-normal.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-india-per-u-video.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-india-per-u-videochat.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-india-per-video.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-india-per-videochat.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-india-phone.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-india-tgame.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-india-u-4k.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-india-u-camera.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-india-u-class0.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-india-u-huanji.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-india-u-mgame.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-india-u-navigation.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-india-u-nolimits.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-india-u-normal.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-india-u-phone.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-india-u-tgame.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-india-u-video.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-india-u-videochat.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-india-video.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-india-videochat.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-india-youtube.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-india-yuanshen.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-k1a-4k.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-k1a-8k.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-k1a-camera.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-k1a-class0.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-k1a-mgame.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-k1a-navigation.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-k1a-nolimits.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-k1a-normal.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-k1a-per-camera.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-k1a-per-class0.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-k1a-per-navigation.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-k1a-per-normal.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-k1a-per-video.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-k1a-phone.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-k1a-tgame.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-k1a-video.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-l16u-4k.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-l16u-camera.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-l16u-class0.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-l16u-huanji.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-l16u-mgame.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-l16u-navigation.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-l16u-nolimits.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-l16u-normal.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-l16u-per-camera.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-l16u-per-class0.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-l16u-per-huanji.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-l16u-per-navigation.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-l16u-per-normal.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-l16u-per-video.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-l16u-phone.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-l16u-tgame.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-l16u-video.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-l16u-videochat.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-map-global-u.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-map-global.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-map-india-u.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-map-india.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-map-k1a.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-map-l16u-cn.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-map-u.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-map.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-mgame.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-mode-00-01.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-mode-00-02.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-mode-00-04.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-mode-00-06.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-mode-01-01.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-mode-01-02.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-mode-01-03.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-mode-01-04.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-mode-01-05.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-mode-01-06.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-mode-02-01.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-mode-02-02.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-mode-02-03.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-mode-02-04.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-mode-02-05.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-mode-02-06.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-mode-03-01.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-mode-03-02.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-mode-03-04.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-mode-03-05.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-mode-03-06.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-mode-04-01.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-mode-04-02.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-mode-04-03.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-mode-04-04.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-mode-04-05.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-mode-04-06.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-navigation.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-nightvideo.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-nolimits.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-normal.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-per-camera.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-per-class0.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-per-huanji.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-per-india-normal.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-per-navigation.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-per-normal.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-per-u-camera.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-per-u-class0.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-per-u-huanji.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-per-u-navigation.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-per-u-normal.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-per-u-video.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-per-video.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-per-videochat.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-phone.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-region-map.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-sptm.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-status.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-tgame.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-u-4k.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-u-camera.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-u-chg-only.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-u-class0.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-u-huanji.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-u-mgame.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-u-navigation.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-video.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-videochat.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-youtobe.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-youtube.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-youtube.config: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-yuanshen.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal.benchmark.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal.current.ini: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal.high.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal.high.level1.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal.high.level2.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal.high.level3.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal.high.level4.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal.high.level5.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal.low.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal.low.level1.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal.low.level2.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal.mid.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal.mid.level1.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal.mid.level2.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal.mid.level3.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal.mid.level4.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal.sgame.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal.super.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal/disable_thermal.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal/disable_thermal_temp.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal/thermal.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal/thermal_mtbf.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal/thermal_policy_00.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal/thermal_policy_01.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal/thermal_policy_02.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal/thermal_policy_03.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal/thermal_policy_08.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal/thermal_policy_09.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal_atd.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal_info_config_evt.json: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal_info_config_jaws.json: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal_policy_09.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal_user_case.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermald-devices.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/配置.prop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/HEAD/SetoSkins/system/cloud/配置.prop -------------------------------------------------------------------------------- /SetoSkins/system/cloud/?.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/HEAD/SetoSkins/system/cloud/?.sh -------------------------------------------------------------------------------- /SetoSkins/uninstall.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/HEAD/SetoSkins/uninstall.sh -------------------------------------------------------------------------------- /SetoSkins/乱七八糟/执行作者QQ.sh: -------------------------------------------------------------------------------- 1 | echo "个别浏览器可能会出现跳转QQ失败的问题" 2 | sleep 4 3 | am start -a 'android.intent.action.VIEW' -d 'https://qm.qq.com/cgi-bin/qm/qr?k=7YBfIK2FqbwPmaZGpqh7fqt1P_6Nrufw&noverify=0&personal_qrcode_source=3' >/dev/null 2>&1 4 | -------------------------------------------------------------------------------- /SetoSkins/乱七八糟/捐赠支付宝.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/HEAD/SetoSkins/乱七八糟/捐赠支付宝.sh -------------------------------------------------------------------------------- /SetoSkins/乱七八糟/更新链接.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/HEAD/SetoSkins/乱七八糟/更新链接.sh -------------------------------------------------------------------------------- /SetoSkins/工口本/-2f3c31e8fb815688.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/HEAD/SetoSkins/工口本/-2f3c31e8fb815688.jpg -------------------------------------------------------------------------------- /SetoSkins/工口本/-56e0a032a0c67daf.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/HEAD/SetoSkins/工口本/-56e0a032a0c67daf.jpg -------------------------------------------------------------------------------- /SetoSkins/工口本/-64604ae3374785a8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/HEAD/SetoSkins/工口本/-64604ae3374785a8.jpg -------------------------------------------------------------------------------- /SetoSkins/工口本/-7ac41d6ed08aca13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/HEAD/SetoSkins/工口本/-7ac41d6ed08aca13.jpg -------------------------------------------------------------------------------- /SetoSkins/工口本/103400095_p0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/HEAD/SetoSkins/工口本/103400095_p0.png -------------------------------------------------------------------------------- /SetoSkins/工口本/103400095_p1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/HEAD/SetoSkins/工口本/103400095_p1.png -------------------------------------------------------------------------------- /SetoSkins/工口本/103400095_p2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/HEAD/SetoSkins/工口本/103400095_p2.png -------------------------------------------------------------------------------- /SetoSkins/工口本/104236731_p0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/HEAD/SetoSkins/工口本/104236731_p0.png -------------------------------------------------------------------------------- /SetoSkins/工口本/20230118_125255.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/HEAD/SetoSkins/工口本/20230118_125255.jpg -------------------------------------------------------------------------------- /SetoSkins/工口本/20230212_002832.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/HEAD/SetoSkins/工口本/20230212_002832.jpg -------------------------------------------------------------------------------- /SetoSkins/工口本/20230212_002846.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/HEAD/SetoSkins/工口本/20230212_002846.jpg -------------------------------------------------------------------------------- /SetoSkins/工口本/20230212_003111.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/HEAD/SetoSkins/工口本/20230212_003111.jpg -------------------------------------------------------------------------------- /SetoSkins/工口本/20230212_003125.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/HEAD/SetoSkins/工口本/20230212_003125.jpg -------------------------------------------------------------------------------- /SetoSkins/工口本/20230212_003149.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/HEAD/SetoSkins/工口本/20230212_003149.jpg -------------------------------------------------------------------------------- /SetoSkins/工口本/20230326_095901.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/HEAD/SetoSkins/工口本/20230326_095901.jpg -------------------------------------------------------------------------------- /SetoSkins/工口本/20230326_100149.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/HEAD/SetoSkins/工口本/20230326_100149.jpg -------------------------------------------------------------------------------- /SetoSkins/工口本/20230326_100214.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/HEAD/SetoSkins/工口本/20230326_100214.jpg -------------------------------------------------------------------------------- /SetoSkins/工口本/20230326_100219.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/HEAD/SetoSkins/工口本/20230326_100219.jpg -------------------------------------------------------------------------------- /SetoSkins/工口本/20230326_100242.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/HEAD/SetoSkins/工口本/20230326_100242.jpg -------------------------------------------------------------------------------- /SetoSkins/工口本/20230330_193621.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/HEAD/SetoSkins/工口本/20230330_193621.jpg -------------------------------------------------------------------------------- /SetoSkins/工口本/20230330_193630.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/HEAD/SetoSkins/工口本/20230330_193630.jpg -------------------------------------------------------------------------------- /SetoSkins/工口本/20230330_193907.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/HEAD/SetoSkins/工口本/20230330_193907.jpg -------------------------------------------------------------------------------- /SetoSkins/工口本/20230330_194239.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/HEAD/SetoSkins/工口本/20230330_194239.jpg -------------------------------------------------------------------------------- /SetoSkins/工口本/20230330_194248.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/HEAD/SetoSkins/工口本/20230330_194248.jpg -------------------------------------------------------------------------------- /SetoSkins/工口本/5f4763c0549c94ed.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/HEAD/SetoSkins/工口本/5f4763c0549c94ed.jpg -------------------------------------------------------------------------------- /SetoSkins/工口本/7月4日.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/HEAD/SetoSkins/工口本/7月4日.jpg -------------------------------------------------------------------------------- /SetoSkins/工口本/8100优化.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/HEAD/SetoSkins/工口本/8100优化.jpg -------------------------------------------------------------------------------- /SetoSkins/工口本/9月25日.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/HEAD/SetoSkins/工口本/9月25日.jpg -------------------------------------------------------------------------------- /SetoSkins/工口本/A1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/HEAD/SetoSkins/工口本/A1.jpg -------------------------------------------------------------------------------- /SetoSkins/工口本/A2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/HEAD/SetoSkins/工口本/A2.jpg -------------------------------------------------------------------------------- /SetoSkins/工口本/A3.1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/HEAD/SetoSkins/工口本/A3.1.jpg -------------------------------------------------------------------------------- /SetoSkins/工口本/A3.2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/HEAD/SetoSkins/工口本/A3.2.jpg -------------------------------------------------------------------------------- /SetoSkins/工口本/A3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/HEAD/SetoSkins/工口本/A3.jpg -------------------------------------------------------------------------------- /SetoSkins/工口本/A4.0.1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/HEAD/SetoSkins/工口本/A4.0.1.jpg -------------------------------------------------------------------------------- /SetoSkins/工口本/B4.0.0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/HEAD/SetoSkins/工口本/B4.0.0.jpg -------------------------------------------------------------------------------- /SetoSkins/跳电请执行/root权限运行.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/HEAD/SetoSkins/跳电请执行/root权限运行.sh -------------------------------------------------------------------------------- /SetoSkins/配置.prop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/HEAD/SetoSkins/配置.prop --------------------------------------------------------------------------------