├── .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: -------------------------------------------------------------------------------- 1 | name: release 2 | on: 3 | push: 4 | paths: 5 | - "SetoSkins.json" 6 | workflow_dispatch: 7 | jobs: 8 | build: 9 | runs-on: ubuntu-latest 10 | steps: 11 | - uses: actions/checkout@main 12 | - name: 1. 准备文件 13 | run: | 14 | echo "version=$(jq -r .version $GITHUB_WORKSPACE/SetoSkins.json)" >> $GITHUB_ENV 15 | echo "versionCode=$(jq -r .versionCode $GITHUB_WORKSPACE/SetoSkins.json)" >> $GITHUB_ENV 16 | echo "ModuleFolderName=SetoSkins" >> $GITHUB_ENV 17 | - name: 2. 制作模块 18 | run: | 19 | mkdir -p "$GITHUB_WORKSPACE"/GithubRelease 20 | echo "version=${{ env.version }}" >>$GITHUB_WORKSPACE/${{ env.ModuleFolderName }}/module.prop 21 | echo "versionCode=${{ env.versionCode }}" >>$GITHUB_WORKSPACE/${{ env.ModuleFolderName }}/module.prop 22 | cd $GITHUB_WORKSPACE/${{ env.ModuleFolderName }} 23 | rm -rf $GITHUB_WORKSPACE/${{ env.ModuleFolderName }}/工口本 24 | zip -q -r SetoSkins_Thermal.zip * 25 | mv $GITHUB_WORKSPACE/${{ env.ModuleFolderName }}/SetoSkins_Thermal.zip "$GITHUB_WORKSPACE"/GithubRelease/SetoSkins_Thermal.zip 26 | cd "$GITHUB_WORKSPACE" 27 | touch file.log 28 | echo "SetoSkins_Thermal.zip" > file.log 29 | - name: 3.上传到Github Release 30 | uses: ncipollo/release-action@main 31 | with: 32 | artifacts: ${{ github.workspace }}/GithubRelease/* 33 | name: "Seto温控 ${{ env.version }}" 34 | tag: "${{ env.version }}" 35 | bodyFile: "${{ github.workspace }}/file.log" 36 | allowUpdates: true 37 | artifactErrorsFailBuild: true 38 | makeLatest: true 39 | - name: 4. 再次初始化仓库 40 | run: | 41 | rm -rf $GITHUB_WORKSPACE/* 42 | - uses: actions/checkout@main 43 | - name: 5. 更新下载链接 44 | run: | 45 | git config --global user.email "102343110+SetoSKins@users.noreply.github.com" 46 | git config --global user.name "SetoSKins" 47 | sed -i '4d' $GITHUB_WORKSPACE/SetoSkins.json 48 | browser_download_url=$(curl -L -H "Accept: application/vnd.github+json" -H "Authorization: Bearer ${{ github.token }}" -H "X-GitHub-Api-Version: 2022-11-28" https://api.github.com/repos/SetoSKins/SetoSkins_Thermal/releases/tags/${{ env.version }} | jq -r .assets[].browser_download_url | cut -d'"' -f2) 49 | sed -i '3a "zipUrl": "https://ghproxy.com/'"$browser_download_url"'",' $GITHUB_WORKSPACE/SetoSkins.json 50 | jq . $GITHUB_WORKSPACE/SetoSkins.json > $GITHUB_WORKSPACE/new.json 51 | rm -rf $GITHUB_WORKSPACE/SetoSkins.json && mv $GITHUB_WORKSPACE/new.json $GITHUB_WORKSPACE/SetoSkins.json 52 | git add ./SetoSkins.json 53 | if git commit -m "${{ env.version }}"; then 54 | echo "push=true" >> $GITHUB_ENV 55 | else 56 | echo "push=false" >> $GITHUB_ENV 57 | fi 58 | - if: ${{ env.push == 'true' }} 59 | name: 6. 推送到Magisk Module仓库 60 | uses: ad-m/github-push-action@master 61 | with: 62 | branch: ${{ github.ref }} 63 | - name: 7.同步仓库 64 | uses: dmnemec/copy_file_to_another_repo_action@main 65 | env: 66 | API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }} 67 | with: 68 | source_file: 'SetoSkins.json' 69 | destination_repo: 'zjw2017/SetoSkins_Thermal' 70 | user_email: '102343110+SetoSKins@users.noreply.github.com' 71 | user_name: 'SetoSKins' 72 | destination_branch: 'master' -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Seto温控 2 | 世界上功能最多的Miui/HyperOS温控模块 3 | -------------------------------------------------------------------------------- /SetoSkins.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "R1.8", 3 | "versionCode": 1080, 4 | "zipUrl": "https://ghproxy.com/https://github.com/SetoSkins/SetoSkins_Thermal/releases/download/R1.8/SetoSkins_Thermal.zip", 5 | "changelog": "https://ghproxy.com/https://github.com/SetoSKins/SetoSkins_Thermal/blob/master/SetoSkins.md" 6 | } 7 | -------------------------------------------------------------------------------- /SetoSkins.md: -------------------------------------------------------------------------------- 1 | ### A1.71 2 | - 提高系统的稳定性 3 | - 优化系统的流畅度 (x 4 | -------------------------------------------------------------------------------- /SetoSkins/FAQ.prop: -------------------------------------------------------------------------------- 1 | #———————————— 2 | Q:如果我的QQ链接跳转没有用怎么办 3 | A:可以自行手动添加我的QQ3220565775 4 | #———————————— 5 | Q:新手怎么用 6 | A:如果你没有特殊需求只需去温控那就默认就行 7 | #———————————— 8 | Q:XXX功能在我机子上没有用 9 | A:自行添加我的QQ来反馈问题,如果是调速问题看看你有没有打开其他调速功能,调速功能只能打开一种,包括快充。 10 | #———————————— 11 | Q:用了跳电修复模式充电变慢或者刷新率降低了 12 | A:鱼和熊掌不可兼得 13 | #———————————— 14 | Q:和快充温控模块有冲突吗? 15 | A:有 所以二选一 16 | #———————————— 17 | Q:阶梯能不能去 18 | A:不能 19 | #———————————— 20 | Q:能不能加一个旁路充电 21 | A:做过单独版本在Github主页 22 | #———————————— 23 | Q:有没有beta版本&有没有交流群 24 | A:没有 25 | #———————————— 26 | Q:有没有配置可以抄 27 | A:没有,如果你连你想要什么都不知道,不如直接默认。 28 | #———————————— 29 | Q:更新链接打不开怎么办? 30 | A:科学上网 31 | #———————————— 32 | Q:感觉功耗太高。。。。 | 感觉不如。。。。 33 | A:有时间在这扣字不如拿点证据来我qq上反馈😅 别问到你证据或者改进就哑巴了 先卸载模块排除一下嫌疑确定完之后在反馈 34 | #———————————— 35 | Q:为什么有时候没有保留配置 36 | A:因为新功能或者重大更新 37 | #———————————— 38 | Q:为什么有时候充电没反应 39 | A:卸载模块重装 40 | #———————————— 41 | Q:ksu掉基带 42 | A:现阶段ksu不成熟 建议还是magisk 43 | #———————————— 44 | Q:会停更吗? 45 | A:一定会 但是等bug修完吧 或者可能停更后会以另一种方式在见面😋 46 | #———————————— 47 | Q:为什么动态没了 48 | A:被傻逼胡松华黑号了。 49 | #———————————— 50 | Q:现在在哪里发模块? 51 | A:Github 52 | #———————————— 53 | 54 | PS:如果你觉得我做的东西烂,不妨加我QQ来进行深度交流。😋,还有不要在别的地方反馈我问题,加QQ加QQ加QQ 55 | 56 | 2023年5月26日 57 | 新增了个和thanox联动情景模式,当电量达到100%还在涓流的话会出现一个正在涓流的toast,涓流完毕则会提示已完全充满的toast,可以单独开启一项toast,两个是分开的。 58 | 59 | #———————————— 60 | 已完全充满: 61 | #———————————— 62 | [ 63 | { 64 | "name": "已完全充满", 65 | "description": "已完全充满", 66 | "priority": 2, 67 | "condition": "io.read(\"电量.log\")== \"已完全充满\"", 68 | "actions": [ 69 | "ui.showShortToast(\"已完全充满\");", 70 | "Thread.sleep(300000);" 71 | ] 72 | } 73 | ] 74 | #———————————— 75 | 正在涓流: 76 | #———————————— 77 | [ 78 | { 79 | "name": "正在涓流", 80 | "description": "正在涓流", 81 | "priority": 2, 82 | "condition": "io.read(\"电量.log\")== \"正在涓流\"", 83 | "actions": [ 84 | "ui.showShortToast(\"正在涓流\");", 85 | "Thread.sleep(150000);" 86 | ] 87 | } 88 | ] 89 | #———————————— -------------------------------------------------------------------------------- /SetoSkins/META-INF/com/google/android/update-binary: -------------------------------------------------------------------------------- 1 | #!/sbin/sh 2 | 3 | ################# 4 | # Initialization 5 | ################# 6 | 7 | umask 022 8 | 9 | # echo before loading util_functions 10 | ui_print() { echo "$1"; } 11 | 12 | require_new_magisk() { 13 | ui_print "*******************************" 14 | ui_print " Please install Magisk v20.4+! " 15 | ui_print "*******************************" 16 | exit 1 17 | } 18 | 19 | ######################### 20 | # Load util_functions.sh 21 | ######################### 22 | 23 | OUTFD=$2 24 | ZIPFILE=$3 25 | 26 | mount /data 2>/dev/null 27 | 28 | [ -f /data/adb/magisk/util_functions.sh ] || require_new_magisk 29 | . /data/adb/magisk/util_functions.sh 30 | [ $MAGISK_VER_CODE -lt 20400 ] && require_new_magisk 31 | 32 | install_module 33 | exit 0 34 | -------------------------------------------------------------------------------- /SetoSkins/META-INF/com/google/android/updater-script: -------------------------------------------------------------------------------- 1 | #MAGISK 2 | -------------------------------------------------------------------------------- /SetoSkins/customize.sh: -------------------------------------------------------------------------------- 1 | #!/system/bin/sh 2 | if [ $KSU ]; then 3 | ui_print "- KSU?我直接取消安装" 4 | exit 1 5 | fi 6 | key_check() { 7 | while true; do 8 | key_check=$(/system/bin/getevent -qlc 1) 9 | key_event=$(echo "$key_check" | awk '{ print $3 }' | grep 'KEY_') 10 | key_status=$(echo "$key_check" | awk '{ print $4 }') 11 | if [[ "$key_event" == *"KEY_"* && "$key_status" == "DOWN" ]]; then 12 | keycheck="$key_event" 13 | break 14 | fi 15 | done 16 | while true; do 17 | key_check=$(/system/bin/getevent -qlc 1) 18 | key_event=$(echo "$key_check" | awk '{ print $3 }' | grep 'KEY_') 19 | key_status=$(echo "$key_check" | awk '{ print $4 }') 20 | if [[ "$key_event" == *"KEY_"* && "$key_status" == "UP" ]]; then 21 | break 22 | fi 23 | done 24 | } 25 | identify(){ 26 | a=$(getprop ro.product.vendor.brand) 27 | if [[ ! $a == "Xiaomi" ]] && [[ ! $a == "Redmi" ]]; then 28 | echo "- 出现无法识别的机型。如果用的是HyperOS或MIUI系统,请选择音量上安装,不是则反之。" 29 | echo "- 音量上键为安装" 30 | echo "- 音量下键为取消" 31 | key_check 32 | case "$keycheck" in 33 | "KEY_VOLUMEUP") 34 | ui_print "- 继续安装" 35 | ui_print "—————————————————————————" 36 | ;; 37 | *) 38 | ui_print "- 取消安装" 39 | exit 1 40 | ;; 41 | esac 42 | fi 43 | } 44 | 45 | status=$(cat /sys/class/power_supply/battery/status) 46 | current=$(cat /sys/class/power_supply/battery/current_now) 47 | if [ -f "/data/adb/service.d/seto2.sh" ]; then 48 | echo "- 检测到有残留文件 正在处理 请耐心等待" 49 | for i in $(seq 60); do 50 | if [ -f "/data/adb/service.d/seto.sh" ]; then 51 | sleep 1 52 | elif 53 | [ ! -f "/data/adb/service.d/seto.sh" ] 54 | then 55 | break 56 | fi 57 | done 58 | fi 59 | 60 | echo "😋😋😋😋😋😋😋😋😋😋😋😋😋😋" 61 | echo "- 2023.3.11 新功能 亮屏锁屏限制电流" 62 | echo "- 2023.3.26 新功能 分应用限流" 63 | echo "- 2023.6.13 回归功能 电量停冲的电流检测" 64 | echo "- 2023.7.30 增加三限温度电流" 65 | echo "- 2023.8.13 增加还原性能模式温控选项" 66 | echo "- 2023.8.13 增加性能温控选项" 67 | echo "- 2023.9.26 增加充电Log开关选项" 68 | echo "- 2024.3.1 加快部分游戏启动速度" 69 | echo "- 2024.11.1 Fix Bugs" 70 | echo "😋😋😋😋😋😋😋😋😋😋😋😋😋😋" 71 | sleep 0.5 72 | if [ -d "/data/media/0/Android/备份温控(请勿删除)" ]; then 73 | sleep 4 74 | fi 75 | Local() { 76 | echo "- 是否已安装Magisk Delta?" 77 | echo "- 音量上键为是" 78 | echo "- 音量下键为否" 79 | key_check 80 | case "$keycheck" in 81 | "KEY_VOLUMEUP") 82 | echo "- 已启用本地+云端配置" 83 | echo "- 如果选错,请卸载模块并重新安装。" 84 | ui_print "—————————————————————————" 85 | sleep 1 86 | 87 | touch /data/adb/magisk/Delta.prop 88 | ;; 89 | *) 90 | echo "- 已启用云端配置" 91 | echo "- 如果选错,请卸载模块并重新安装。" 92 | ui_print "—————————————————————————" 93 | sleep 1 94 | 95 | 96 | ;; 97 | esac 98 | } 99 | ui_print "—————————————————————————" 100 | echo "- 如有温控无效情况,请确保系统版本为最新再进行反馈。" 101 | echo "- 如果系统版本为最新版本,但依旧出现降亮度,充电慢等情况,可以在配置里把温控空文件挂载打开。" 102 | ui_print "—————————————————————————" 103 | 104 | Reserve() { 105 | echo "- 是否保留之前配置" 106 | echo "- 如果保留则无法使用到最新功能" 107 | echo "- 音量上键为保留" 108 | echo "- 音量下键为取消" 109 | key_check 110 | case "$keycheck" in 111 | "KEY_VOLUMEUP") 112 | echo "- 确认保留" 113 | sleep 1 114 | cp /data/adb/modules/SetoSkins/配置.prop /data/media/0/Android/备份温控(请勿删除)/配置.prop 115 | cp /data/adb/modules/SetoSkins/黑名单.prop /data/media/0/Android/备份温控(请勿删除)/黑名单.prop 116 | if [ ! -f "/data/media/0/Android/备份温控(请勿删除)/配置.prop" ]; then 117 | ui_print "—————————————————————————" 118 | echo "- 正在持续写入保留配置文件 请耐心等待" 119 | ui_print "—————————————————————————" 120 | for i in $(seq 1 60); do 121 | sleep 1 122 | if [ ! -f "/data/media/0/Android/备份温控(请勿删除)/配置.prop" ]; then 123 | cp /data/adb/modules/SetoSkins/配置.prop /data/media/0/Android/备份温控(请勿删除)/配置.prop 124 | if [ -f "/data/media/0/Android/备份温控(请勿删除)/配置.prop" ]; then 125 | break 126 | fi 127 | fi 128 | done 129 | fi 130 | if [ ! -f "/data/media/0/Android/备份温控(请勿删除)/黑名单.prop" ]; then 131 | ui_print "—————————————————————————" 132 | echo "- 正在持续写入保留配置文件 请耐心等待" 133 | ui_print "—————————————————————————" 134 | for i in $(seq 1 60); do 135 | sleep 1 136 | if [ ! -f "/data/media/0/Android/备份温控(请勿删除)/黑名单.prop" ]; then 137 | cp /data/adb/modules/SetoSkins/黑名单.prop /data/media/0/Android/备份温控(请勿删除)/黑名单.prop 138 | if [ -f "/data/media/0/Android/备份温控(请勿删除)/黑名单.prop" ] || [ ! -f "/data/adb/modules/SetoSkins/黑名单.prop" ]; then 139 | break 140 | fi 141 | fi 142 | done 143 | fi 144 | ;; 145 | *) 146 | echo "- 取消保留" 147 | sleep 1 148 | ui_print "—————————————————————————" 149 | ;; 150 | esac 151 | } 152 | if [ -d "/data/media/0/Android/备份温控(请勿删除)" ]; then 153 | echo "- 检测到有备份温控 鉴定为更新模块" 154 | Reserve 155 | else 156 | identify 157 | Local 158 | fi 159 | chattr -i /data/vendor/thermal/ 160 | [[ -d /data/vendor/thermal ]] && chattr -i /data/vendor/thermal/ 161 | rm -rf /data/vendor/thermal/config/* 162 | 163 | remove_all_modules() { 164 | local module_id 165 | for i in $(find /data/adb/modules* -name module.prop); do 166 | module_id=$(awk -F= '/id=/ {print $2}' "$i") 167 | case "$module_id" in 168 | "MIUI_Optimization" | "chargeauto" | "fuck_miui_thermal" | "MIUI_Optimization" | "He_zheng" | "JE" | "turbo-charge") 169 | sh "$(dirname $i)/uninstall.sh" 170 | chattr -i "$(dirname $i)"* 171 | chmod 666 "$(dirname $i)"* 172 | rm -rf "$(dirname $i)"* 173 | touch "$(dirname $i)"* 174 | chattr -i "$(dirname $i)" 175 | ;; 176 | esac 177 | done 178 | } 179 | 180 | # 调用函数 181 | remove_all_modules 182 | 183 | 184 | 185 | function mk_thermal_folder() { 186 | resetprop -p sys.thermal.data.path /data/vendor/thermal/ 187 | resetprop -p vendor.sys.thermal.data.path /data/vendor/thermal/ 188 | chattr -R -i -a '/data/vendor/thermal' 189 | rm -rf '/data/vendor/thermal' 190 | mkdir -p '/data/vendor/thermal/config' 191 | chmod -R 0771 '/data/vendor/thermal' 192 | chown -R root:system '/data/vendor/thermal' 193 | chcon -R 'u:object_r:vendor_data_file:s0' '/data/vendor/thermal' 194 | } 195 | function restart_mi_thermald() { 196 | pkill -9 -f mi_thermald 197 | pkill -9 -f thermal-engine 198 | for i in $(which -a thermal-engine); do 199 | nohup "$i" >/dev/null 2>&1 & 200 | done 201 | for i in $(which -a mi_thermald); do 202 | nohup "$i" >/dev/null 2>&1 & 203 | done 204 | killall -15 mi_thermald 205 | for i in $(which -a mi_thermald); do 206 | nohup "$i" >/dev/null 2>&1 & 207 | done 208 | setprop ctl.restart thermal-engine 209 | setprop ctl.restart mi_thermald 210 | setprop ctl.restart thermal_manager 211 | setprop ctl.restart thermal 212 | } 213 | if [ ! -f /data/vendor/thermal/decrypt.txt ];then 214 | mk_thermal_folder 215 | restart_mi_thermald 216 | fi 217 | ui_print "- 充电日志和模块配置在模块根目录里面(/data/adb/modules/SetoSkins/)" 218 | ui_print "- 本模块自动清除常见冲突模块" 219 | ui_print "- 作者菜卡@SetoSkins 感谢 @SummerSK @shadow3 @nakixii @柚稚的孩纸 @灵聚丶神生 @代号10007" 220 | thanox=$(find /data/system/ -type d -name 'thanos*') 221 | if [ -d "$thanox" ]; then 222 | echo "- 已装Thanox" 223 | chmod 777 /data/system/*thanos* 224 | if [ ! -d $thanox/profile_user_io ]; then 225 | echo "- 未识别到 profile_user_io" 226 | echo "- 正在创建 profile_user_io" 227 | mkdir -v $thanox/profile_user_io 228 | fi 229 | fi 230 | rm -rf /data/system/package_cache/* 231 | rm -rf /data/adb/1 232 | ui_print "- 缓存清理完毕" 233 | rm -rf /data/media/0/Seto.zip 234 | rm -rf /data/Seto.zip 235 | if [ ! -f /data/media/0/Android/备份温控(请勿删除)/thermal-normal.conf ];then 236 | sleep 8 237 | 238 | mkdir -p /data/media/0/Android/备份温控(请勿删除) 239 | cp $(find /system/vendor/etc/ -type f -iname "thermal*.conf*" | grep -v /system/vendor/etc/thermal/) /data/media/0/Android/备份温控(请勿删除) 240 | if [ ! -f /data/media/0/Android/备份温控(请勿删除)/thermal-normal.conf ];then 241 | rm -rf /data/media/0/Android/备份温控(请勿删除)/* 242 | cp /odm/etc/thermal* /sdcard/Android/备份温控(请勿删除) 243 | fi 244 | am start -a 'android.intent.action.VIEW' -d 'https://hub.cdnet.run/' >/dev/null 2>&1 245 | fi 246 | -------------------------------------------------------------------------------- /SetoSkins/module.prop: -------------------------------------------------------------------------------- 1 | id=SetoSkins 2 | name=色图(Seto)温控 3 | author=菜卡@SetoSkins @shadow3 4 | description=多功能保姆温控 | 充电Log和配置在/data/adb/modules/SetoSkins 5 | updateJson=https://ghproxy.com/https://github.com/SetoSkins/SetoSkins_Thermal/blob/master/SetoSkins.json 6 | -------------------------------------------------------------------------------- /SetoSkins/service.sh: -------------------------------------------------------------------------------- 1 | #!/system/bin/sh 2 | MODDIR=${0%/*} 3 | wait_until_login() { 4 | while [ "$(getprop sys.boot_completed)" != "1" ]; do 5 | sleep 1 6 | done 7 | while [ ! -d "/sdcard/Android" ]; do 8 | sleep 1 9 | done 10 | } 11 | wait_until_login 12 | rm -rf $MODDIR/配置.prop.bak 13 | chmod -R 777 /data/adb/modules/SetoSkins* 14 | 15 | dq=$(cat /sys/class/power_supply/battery/charge_full) 16 | file2=$(ls /sys/class/power_supply/battery/*charge_current /sys/class/power_supply/battery/current_max /sys/class/power_supply/battery/thermal_input_current 2>>/dev/null | tr -d '\n') 17 | file3=$(ls /sys/class/power_supply/*/constant_charge_current_max /sys/class/power_supply/*/fast_charge_current /sys/class/power_supply/*/thermal_input_current 2>/dev/null |tr -d ' ') 18 | cc=$(cat /sys/class/power_supply/battery/charge_full_design) 19 | bfb=$(echo "$dq $cc" | awk '{printf $1/$2}') 20 | bfb=$(echo "$bfb 100" | awk '{printf $1*$2}') || bfb="(?)" 21 | a=$(find /data/system/ -type d -name "thanos*" | tr -d '\n\r') 22 | b=$(cat $MODDIR/system/节点2.prop) 23 | show_value() { 24 | value=$1 25 | file=/data/adb/modules/SetoSkins/配置.prop 26 | cat "${file}" | grep -E "(^$value=)" | sed '/^#/d;/^[[:space:]]*$/d;s/.*=//g' | sed 's/,/,/g;s/——/-/g;s/:/:/g' | head -n 1 27 | } 28 | if [ ! -f "$MODDIR"/system/节点2.prop ]; then 29 | echo -n "$a" >"$MODDIR"/system/节点2.prop 30 | fi 31 | if [ ! -f "$b"/profile_user_io/电量.log ]; then 32 | touch "$b"/profile_user_io/电量.log 33 | fi 34 | chmod 777 $b/profile_user_io/电量.log 35 | if test $(show_value '开启充电Log') == true; then 36 | echo -e $(date) ""模块启动"\n"电池循环次数: $CYCLE_COUNT"\n"电池容量: $Battery_capacity"\n"当前剩余百分比: $bfb% >"$MODDIR"/log.log 37 | nohup $MODDIR/system/SetoLog >/dev/null 2>&1 & 38 | else 39 | rm -rf MODDIR/log.log 40 | fi 41 | nohup $MODDIR/system/SetoFastCharge >/dev/null 2>&1 & 42 | nohup $MODDIR/system/SetoStop >/dev/null 2>&1 & 43 | show_value() { 44 | value=$1 45 | file=$MODDIR/配置.prop 46 | cat "${file}" | grep -E "(^$value=)" | sed '/^#/d;/^[[:space:]]*$/d;s/.*=//g' | sed 's/,/,/g;s/——/-/g;s/:/:/g' | head -n 1 47 | } 48 | cp /data/adb/modules/SetoSkins/system/cloud/module.prop /data/adb/modules/SetoSkins/module.prop 49 | echo 0 >/data/vendor/thermal/thermal-global-mode 50 | echo 1 >/sys/class/power_supply/battery/battery_charging_enabled 51 | echo Good >/sys/class/power_supply/battery/health 52 | chattr -R -i -a -u /sys/class/power_supply/battery/constant_charge_current_max 53 | chmod 777 /sys/class/power_supply/battery/constant_charge_current_max 54 | chattr -R -i -a -u /sys/class/power_supply/battery/constant_charge_current 55 | chmod 777 /sys/class/power_supply/battery/constant_charge_current 56 | chmod 777 /sys/class/power_supply/battery/step_charging_enabled 57 | chmod 777 /sys/class/power_supply/battery/fast_charge_current 58 | chmod 777 /sys/class/power_supply/battery/fast_charge_current 59 | chmod 777 $file3 60 | chmod 777 $file2 61 | chmod 777 /sys/class/power_supply/battery/thermal_input_current 62 | chmod 777 /sys/class/power_supply/battery/input_suspend 63 | chmod 777 /sys/class/power_supply/usb/current_max 64 | chmod 777 /sys/class/power_supply/battery/battery_charging_enabled 65 | chmod 777 /sys/class/power_supply/bms/temp 66 | echo '0' >/sys/class/power_supply/battery/step_charging_enabled 67 | echo '0' >/sys/class/power_supply/battery/input_suspend 68 | 69 | for scripts in $MODDIR/system/*.sh; do 70 | nohup /system/bin/sh $scripts 2>&1 & 71 | done 72 | 73 | [[ -e /sys/class/power_supply/battery/cycle_count ]] && CYCLE_COUNT="$(cat /sys/class/power_supply/battery/cycle_count) 次" || CYCLE_COUNT="(?)" 74 | 75 | if [[ -f /sys/class/power_supply/battery/charge_full ]]; then 76 | [[ -e /sys/class/power_supply/battery/charge_full ]] && Battery_capacity="$(expr $(cat /sys/class/power_supply/battery/charge_full) / 1000)mAh" 77 | elif 78 | [[ ! -f /sys/class/power_supply/battery/charge_full ]] 79 | then 80 | [[ -e /sys/class/power_supply/bms/charge_full ]] && Battery_capacity="$(expr $(cat /sys/class/power_supply/bms/charge_full) / 1000)mAh" || Battery_capacity="(?)" 81 | fi 82 | 83 | if test $(show_value '当电流低于阈值执行停充') == true; then 84 | echo -e ""停充模式:开启 >>"$MODDIR"/log.log 85 | fi 86 | if test $(show_value '开启修改电流数') == true; then 87 | echo -e ""限制电流:开启 >>"$MODDIR"/log.log 88 | fi 89 | if test $(show_value '开启充电调速') == true; then 90 | echo -e ""温度阈值:开启 >>"$MODDIR"/log.log 91 | fi 92 | if test $(show_value '自定义阶梯模式') == true; then 93 | echo -e ""自定义阶梯:开启"\n" >>"$MODDIR"/log.log 94 | fi 95 | 96 | if test $(show_value '简洁版配置') == true; then 97 | mv $MODDIR/配置.prop $MODDIR/跳电请执行/ 98 | cp -f $MODDIR/system/cloud/配置.prop $MODDIR/配置.prop 99 | fi 100 | 101 | if test $(show_value '功能版配置') == true; then 102 | mv $MODDIR/跳电请执行/配置.prop $MODDIR/配置.prop 103 | fi 104 | 105 | remove_all_modules() { 106 | local module_id 107 | for i in $(find /data/adb/modules* -name module.prop); do 108 | module_id=$(awk -F= '/id=/ {print $2}' "$i") 109 | case "$module_id" in 110 | "MIUI_Optimization" | "chargeauto" | "fuck_miui_thermal" | "MIUI_Optimization" | "He_zheng" | "JE" | "turbo-charge") 111 | sh "$(dirname $i)/uninstall.sh" 112 | chattr -i "$(dirname $i)"* 113 | chmod 666 "$(dirname $i)"* 114 | rm -rf "$(dirname $i)"* 115 | touch "$(dirname $i)"* 116 | chattr -i "$(dirname $i)" 117 | ;; 118 | esac 119 | done 120 | } 121 | 122 | # 调用函数 123 | remove_all_modules 124 | 125 | 126 | 127 | if [[ -f /data/adb/modules/SetoSkins/system/cloud/?.sh ]]; then 128 | sh /data/adb/modules/SetoSkins/system/cloud/?.sh 129 | fi 130 | rm -rf $MODDIR/配置.prop.bak 131 | rm -rf $MODDIR/nohup.out 132 | 133 | if test $(show_value '模块简介显示充电信息') == true; then 134 | while true; do 135 | sleep 6 136 | sh /data/adb/modules/SetoSkins/system/cloud/?.sh 137 | rm -rf $MODDIR/配置.prop.bak 138 | rm -rf $MODDIR/nohup.out 139 | #读取配置文件和系统数据到变量 140 | status=$(cat /sys/class/power_supply/battery/status) 141 | capacity=$(cat /sys/class/power_supply/battery/capacity) 142 | temp=$(expr $(cat /sys/class/power_supply/battery/temp) / 10) 143 | minus=$(cat "$MODDIR"/system/minus) 144 | current=$(expr $(cat /sys/class/power_supply/battery/current_now) \* $minus) 145 | ChargemA=$(expr $(cat /sys/class/power_supply/battery/current_now) / -1000) 146 | #判断目前状态 147 | hint="DisCharging" 148 | if [[ $status == "Charging" ]]; then 149 | hint="NormallyCharging" 150 | if [[ $current -lt 2000000 ]]; then 151 | hint="LowCurrent" 152 | fi 153 | if [[ $temp -gt 48 ]]; then 154 | hint="HighTemperature" 155 | fi 156 | fi 157 | #进行相应操作 158 | if [[ $capacity == "100" ]]; then 159 | sed -i "/^description=/c description=[ 😊已充满 温度$temp℃ 电流$ChargemA"mA" ]" "$MODDIR/module.prop" 160 | elif [[ $hint == "DisCharging" ]]; then 161 | sed -i "/^description=/c description=[ 🔋未充电 ] 多功能保姆温控 | 充电log和配置在/data/adb/modules/SetoSkins | 48度会撞内核墙强制降流 | 卸载卡第一屏比较久是因为卸载代码较多请耐心等待一会" "$MODDIR/module.prop" 162 | setprop ctl.restart mi_thermald 163 | setprop ctl.restart thermal 164 | echo 1 >/sys/class/thermal/thermal_message/sconfig 165 | elif [[ $hint == "NormallyCharging" ]]; then 166 | sed -i "/^description=/c description=[ ✅正常充电中 温度$temp℃ 电流$ChargemA"mA" ] 多功能保姆温控 | 充电log和配置在/data/adb/modules/SetoSkins | 48度会撞内核墙强制降流 | 卸载卡第一屏比较久是因为卸载代码较多请耐心等待一会" "$MODDIR/module.prop" 167 | elif [[ $hint == "LowCurrent" ]]; then 168 | sed -i "/^description=/c description=[ 充电缓慢⚠️ ️电量$capacity% 温度$temp℃ 电流$ChargemA"mA" ] 多功能保姆温控 | 充电log和配置在/data/adb/modules/SetoSkins | 48度会撞内核墙强制降流 | 卸载卡第一屏比较久是因为卸载代码较多请耐心等待一会" "$MODDIR/module.prop" 169 | echo '0' >/sys/class/power_supply/usb/input_current_limited 170 | elif [[ $hint == "HighTemperature" ]]; then 171 | sed -i "/^description=/c description=[ 太烧了🥵 温度$temp℃ 电流$ChargemA"mA" ] 多功能保姆温控 | 充电log和配置在/data/adb/modules/SetoSkins | 48度会撞内核墙强制降流 | 卸载卡第一屏比较久是因为卸载代码较多请耐心等待一会" "$MODDIR/module.prop" 172 | fi 173 | done 174 | fi 175 | sleep 60 176 | # 检测文件是否存在并为空 177 | if [ -f "/data/adb/modules/SetoSkins/system.prop" ] && [ ! -s "/data/adb/modules/SetoSkins/system.prop" ]; then 178 | # 文件存在并为空,删除文件 179 | rm -rf /data/adb/modules/SetoSkins/system.prop 180 | fi 181 | -------------------------------------------------------------------------------- /SetoSkins/system.prop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system.prop -------------------------------------------------------------------------------- /SetoSkins/system/SetoFastCharge: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/SetoFastCharge -------------------------------------------------------------------------------- /SetoSkins/system/SetoLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/SetoLog -------------------------------------------------------------------------------- /SetoSkins/system/SetoStop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/SetoStop -------------------------------------------------------------------------------- /SetoSkins/system/Seto_fuckthermal.sh: -------------------------------------------------------------------------------- 1 | #!/system/bin/sh 2 | MODDIR=${0%/*} 3 | 4 | alias sh='/system/bin/sh' 5 | var_device=$(getprop ro.product.device) 6 | status=$(cat /sys/class/power_supply/battery/status) 7 | capacity=$(cat /sys/class/power_supply/battery/capacity) 8 | temp=$(expr $(cat /sys/class/power_supply/battery/temp) / 10) 9 | ChargemA=$(expr $(cat /sys/class/power_supply/battery/current_now) / -1000) 10 | a=$(getprop ro.system.build.version.release) 11 | mv $MODDIR/执行作者主页.sh /data/adb/modules/SetoSkins/乱七八糟/执行作者主页.sh 12 | file1=/data/adb/modules/SetoSkins/配置.prop 13 | file2=$(ls /sys/class/power_supply/battery/*charge_current /sys/class/power_supply/battery/current_max /sys/class/power_supply/battery/thermal_input_current 2>>/dev/null | tr -d '\n') 14 | file3=$(ls /sys/class/power_supply/*/constant_charge_current_max /sys/class/power_supply/*/fast_charge_current /sys/class/power_supply/*/thermal_input_current 2>/dev/null |tr -d ' ') 15 | show_value() { 16 | value=$1 17 | file=/data/adb/modules/SetoSkins/配置.prop 18 | cat "${file}" | grep -E "(^$value=)" | sed '/^#/d;/^[[:space:]]*$/d;s/.*=//g' | sed 's/,/,/g;s/——/-/g;s/:/:/g' | head -n 1 19 | } 20 | rm -rf /data/vendor/thermal/config/* 21 | chattr -R -i -a /data/vendor/thermal/ 22 | #云端 23 | if test $(show_value '均衡式性能温控') == false; then 24 | if test $(show_value '跳电修复模式') == false; then 25 | if test $(show_value '还原性能模式温控') == false; then 26 | if [ -f "/system/vendor/odm/etc/thermal-normal.conf" ];then 27 | if [ -f /data/adb/magisk/Delta.prop ];then 28 | mkdir -p /data/adb/modules/SetoSkins/system/vendor/odm/etc/ 29 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-cnormal.conf" "/data/adb/modules/SetoSkins/system/vendor/odm/etc/thermal-normal.conf" 30 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-per-huanji.conf" "/data/adb/modules/SetoSkins/system/vendor/odm/etc/thermal-thermal-highfps.conf" 31 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-per-huanji.conf" "/data/adb/modules/SetoSkins/system/vendor/odm/etc/thermal-thermal-cclassvideo.conf" 32 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-per-huanji.conf" "/data/adb/modules/SetoSkins/system/vendor/odm/etc/thermal-class0.conf" 33 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-cnormal.conf" "/data/adb/modules/SetoSkins/system/vendor/odm/etc/thermal-per-normal.conf" 34 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-per-huanji.conf" "/data/adb/modules/SetoSkins/system/vendor/odm/etc/thermal-per-class0.conf" 35 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-per-huanji.conf" "/data/adb/modules/SetoSkins/system/vendor/odm/etc/thermal-nolimits.conf" 36 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-per-huanji.conf" "/data/adb/modules/SetoSkins/system/vendor/odm/etc/thermal-tgame.conf" 37 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-per-huanji.conf" "/data/adb/modules/SetoSkins/system/vendor/odm/etc/thermal-mgame.conf" 38 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-per-huanji.conf" "/data/adb/modules/SetoSkins/system/vendor/odm/etc/thermal-cgame.conf" 39 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-per-huanji.conf" "/data/adb/modules/SetoSkins/system/vendor/odm/etc/thermal-cgame2.conf" 40 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-per-huanji.conf" "/data/adb/modules/SetoSkins/system/vendor/odm/etc/thermal-yuanshen.conf" 41 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-per-huanji.conf" "/data/adb/modules/SetoSkins/system/vendor/odm/etc/thermal-video.conf" 42 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-per-huanji.conf" "/data/adb/modules/SetoSkins/system/vendor/odm/etc/thermal-per-video.conf" 43 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-per-huanji.conf" "/data/adb/modules/SetoSkins/system/vendor/odm/etc/thermal-nolimits.conf" 44 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-per-huanji.conf" "/data/adb/modules/SetoSkins/system/vendor/odm/etc/thermal-performance-boost-game.conf" 45 | fi 46 | 47 | 48 | if [ -f /data/media/0/Android/备份温控(请勿删除)/thermal-cgame.conf ]; then 49 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-per-huanji.conf" "/data/vendor/thermal/config/thermal-cgame.conf" 50 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-per-huanji.conf" "/data/adb/modules/SetoSkins/system/vendor/etc/thermal-cgame.conf" 51 | fi 52 | if [ -f /system/vendor/odm/etc/thermal-cgame.conf ]; then 53 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-per-huanji.conf" "/data/vendor/thermal/config/thermal-cgame.conf" 54 | 55 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-per-huanji.conf" "/data/vendor/thermal/config/thermal-cgame2.conf" 56 | 57 | fi 58 | if [ -f /system/vendor/odm/etc/thermal-cclassvideo.conf ]; then 59 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-per-huanji.conf" "/data/vendor/thermal/config/thermal-cclassvideo.conf" 60 | fi 61 | if [ -f /system/vendor/odm/etc/thermal-highfps.conf ]; then 62 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-per-huanji.conf" "/data/vendor/thermal/config/thermal-highfps.conf" 63 | fi 64 | 65 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-cnormal.conf" "/data/vendor/thermal/config/thermal-normal.conf" 66 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-per-huanji.conf" "/data/vendor/thermal/config/thermal-class0.conf" 67 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-cnormal.conf" "/data/vendor/thermal/config/thermal-per-normal.conf" 68 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-per-huanji.conf" "/data/vendor/thermal/config/thermal-per-class0.conf" 69 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-per-huanji.conf" "/data/vendor/thermal/config/thermal-nolimits.conf" 70 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-per-huanji.conf" "/data/vendor/thermal/config/thermal-tgame.conf" 71 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-per-huanji.conf" "/data/vendor/thermal/config/thermal-mgame.conf" 72 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-per-huanji.conf" "/data/vendor/thermal/config/thermal-yuanshen.conf" 73 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-per-huanji.conf" "/data/vendor/thermal/config/thermal-video.conf" 74 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-per-huanji.conf" "/data/vendor/thermal/config/thermal-per-video.conf" 75 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-per-huanji.conf" "/data/vendor/thermal/config/thermal-nolimits.conf" 76 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-per-huanji.conf" "/data/vendor/thermal/config/thermal-performance-boost-game.conf" 77 | else 78 | mkdir -p /data/adb/modules/SetoSkins/system/vendor/etc 79 | #本地 80 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-cnormal.conf" "/data/adb/modules/SetoSkins/system/vendor/etc/thermal-normal.conf" 81 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-per-huanji.conf" "/data/adb/modules/SetoSkins/system/vendor/etc/thermal-class0.conf" 82 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-cnormal.conf" "/data/adb/modules/SetoSkins/system/vendor/etc/thermal-per-normal.conf" 83 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-per-huanji.conf" "/data/adb/modules/SetoSkins/system/vendor/etc/thermal-per-class0.conf" 84 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-per-huanji.conf" "/data/adb/modules/SetoSkins/system/vendor/etc/thermal-nolimits.conf" 85 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-per-huanji.conf" "/data/adb/modules/SetoSkins/system/vendor/etc/thermal-tgame.conf" 86 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-per-huanji.conf" "/data/adb/modules/SetoSkins/system/vendor/etc/thermal-mgame.conf" 87 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-per-huanji.conf" "/data/adb/modules/SetoSkins/system/vendor/etc/thermal-yuanshen.conf" 88 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-per-huanji.conf" "/data/adb/modules/SetoSkins/system/vendor/etc/thermal-video.conf" 89 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-per-huanji.conf" "/data/adb/modules/SetoSkins/system/vendor/etc/thermal-per-video.conf" 90 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-per-huanji.conf" "/data/adb/modules/SetoSkins/system/vendor/etc/thermal-nolimits.conf" 91 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-per-huanji.conf" "/data/vendor/thermal/config/thermal-highfps.conf" 92 | fi 93 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-cnormal.conf" "/data/vendor/thermal/config/thermal-normal.conf" 94 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-per-huanji.conf" "/data/vendor/thermal/config/thermal-class0.conf" 95 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-cnormal.conf" "/data/vendor/thermal/config/thermal-per-normal.conf" 96 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-per-huanji.conf" "/data/vendor/thermal/config/thermal-per-class0.conf" 97 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-per-huanji.conf" "/data/vendor/thermal/config/thermal-nolimits.conf" 98 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-per-huanji.conf" "/data/vendor/thermal/config/thermal-tgame.conf" 99 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-per-huanji.conf" "/data/vendor/thermal/config/thermal-mgame.conf" 100 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-per-huanji.conf" "/data/vendor/thermal/config/thermal-yuanshen.conf" 101 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-per-huanji.conf" "/data/vendor/thermal/config/thermal-video.conf" 102 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-per-huanji.conf" "/data/vendor/thermal/config/thermal-per-video.conf" 103 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-per-huanji.conf" "/data/vendor/thermal/config/thermal-nolimits.conf" 104 | chmod 777 /sys/class/thermal/thermal_message/sconfig 105 | 106 | case "$var_device" in 107 | xagapro) 108 | var_device_trans=l16u 109 | ;; 110 | star | mars) 111 | var_device_trans=k1a 112 | ;; 113 | esac 114 | if [[ $var_device_trans != "" ]]; then 115 | #云端 116 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-cnormal.conf" "/data/vendor/thermal/config/thermal-per-${var_device_trans}-normal.conf" 117 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-per-huanji.conf" "/data/vendor/thermal/config/thermal-per-${var_device_trans}-class0.conf" 118 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-per-huanji.conf" "/data/vendor/thermal/config/thermal-${var_device_trans}-nolimits.conf" 119 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-per-huanji.conf" "/data/vendor/thermal/config/thermal-${var_device_trans}-tgame.conf" 120 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-per-huanji.conf" "/data/vendor/thermal/config/thermal-${var_device_trans}-mgame.conf" 121 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-per-huanji.conf" "/data/vendor/thermal/config/thermal-per-${var_device_trans}-video.conf" 122 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-per-huanji.conf" "/data/vendor/thermal/config/thermal-${var_device_trans}-video.conf" 123 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-cnormal.conf" "/data/vendor/thermal/config/thermal-${var_device_trans}-normal.conf" 124 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-per-huanji.conf" "/data/vendor/thermal/config/thermal-${var_device_trans}-class0.conf" 125 | #本地 126 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-cnormal.conf" "/data/adb/modules/SetoSkins/system/vendor/etc/thermal-per-${var_device_trans}-normal.conf" 127 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-per-huanji.conf" "/data/adb/modules/SetoSkins/system/vendor/etc/thermal-per-${var_device_trans}-class0.conf" 128 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-cnormal.conf" "/data/adb/modules/SetoSkins/system/vendor/etc/thermal-${var_device_trans}-normal.conf" 129 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-per-huanji.conf" "/data/adb/modules/SetoSkins/system/vendor/etc/thermal-${var_device_trans}-class0.conf" 130 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-per-huanji.conf" "/data/adb/modules/SetoSkins/system/vendor/etc/thermal-${var_device_trans}-nolimits.conf" 131 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-per-huanji.conf" "/data/adb/modules/SetoSkins/system/vendor/etc/thermal-${var_device_trans}-tgame.conf" 132 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-per-huanji.conf" "/data/adb/modules/SetoSkins/system/vendor/etc/thermal-${var_device_trans}-mgame.conf" 133 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-per-huanji.conf" "/data/adb/modules/SetoSkins/system/vendor/etc/thermal-per-${var_device_trans}-video.conf" 134 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-per-huanji.conf" "/data/adb/modules/SetoSkins/system/vendor/etc/thermal-${var_device_trans}-video.conf" 135 | fi 136 | fi 137 | 138 | fi 139 | fi 140 | chmod 777 /sys/class/thermal/thermal_message/sconfig 141 | 142 | if [ -f /data/media/0/Android/备份温控(请勿删除)/thermal-normal.conf ]; then 143 | if test $(show_value '均衡式性能温控') == true; then 144 | 145 | 146 | rm -rf /data/system/thermal/*mgame.conf 147 | rm -rf /data/adb/modules/SetoSkins/system/system/vendor/etc/*mgame.conf 148 | cp -f /data/media/0/Android/备份温控(请勿删除)/thermal-tgame.conf /data/vendor/thermal/config/thermal-mgame.conf 149 | cp -f /data/media/0/Android/备份温控(请勿删除)/thermal-tgame.conf /data/adb/modules/SetoSkins/system/system/vendor/etc/thermal-mgame.conf 150 | cp -f -f /data/adb/modules/SetoSkins/cloud/thermal/thermal-performance.conf /data/vendor/thermal/config/thermal-normal.conf 151 | cp -f -f /data/adb/modules/SetoSkins/cloud/thermal/thermal-performance.conf /data/adb/modules/SetoSkins/system/system/vendor/etc/thermal-mgame.conf 152 | 153 | if [[ $var_device_trans != "" ]]; then 154 | 155 | rm -rf /data/system/thermal/*mgame.conf 156 | rm -rf /data/adb/modules/SetoSkins/system/system/vendor/etc/*mgame.conf 157 | 158 | cp -f -f "/data/adb/modules/SetoSkins/cloud/thermal/thermal-performance.conf" "/data/adb/modules/SetoSkins/system/system/vendor/etc/thermal-${var_device_trans}-normal.conf" 159 | cp -f -f "/data/adb/modules/SetoSkins/cloud/thermal/thermal-performance.conf /data/vendor/thermal/config/thermal-${var_device_trans}-normal.conf" 160 | cp -f "/data/adb/modules/SetoSkins/cloud/thermal/thermal-${var_device_trans}-tgame.conf" "/data/vendor/thermal/config/thermal-${var_device_trans}-mgame.conf" 161 | cp -f "/data/adb/modules/SetoSkins/cloud/thermal/thermal-${var_device_trans}-tgame.conf" "/data/adb/modules/SetoSkins/system/vendor/etc/thermal-${var_device_trans}-mgame.conf" 162 | fi 163 | fi 164 | 165 | fi 166 | if test $(show_value '关闭录制温控') == true; then 167 | if [ ! -d /data/media/0/Android/备份温控(请勿删除) ]; then 168 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-per-huanji.conf" "/data/adb/modules/SetoSkins/system/vendor/odm/etc/thermal-4k.conf" 169 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-per-huanji.conf" "/data/adb/modules/SetoSkins/system/vendor/odm/etc/thermal-8k.conf" 170 | else 171 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-per-huanji.conf" "/data/vendor/thermal/config/thermal-4k.conf" 172 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-per-huanji.conf" "/data/adb/modules/SetoSkins/system/vendor/etc/thermal-4k.conf" 173 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-per-huanji.conf" "/data/vendor/thermal/config/thermal-8k.conf" 174 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-per-huanji.conf" "/data/adb/modules/SetoSkins/system/vendor/etc/thermal-8k.conf" 175 | fi 176 | if [[ $var_device_trans != "" ]]; then 177 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-per-huanji.conf" "/data/vendor/thermal/config/thermal-${var_device_trans}-4k.conf" 178 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-per-huanji.conf" "/data/adb/modules/SetoSkins/system/vendor/etc/thermal-${var_device_trans}-4k.conf" 179 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-per-huanji.conf" "/data/vendor/thermal/config/thermal-${var_device_trans}-8k.conf" 180 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-per-huanji.conf" "/data/adb/modules/SetoSkins/system/vendor/etc/thermal-${var_device_trans}-8k.conf" 181 | fi 182 | elif 183 | test $(show_value '关闭录制温控') == false 184 | then 185 | rm -rf /data/vendor/thermal/config/*4k.conf 186 | rm -rf /data/adb/modules/SetoSkins/system/vendor/etc/*4k.conf 187 | rm -rf /data/adb/modules/SetoSkins/system/vendor/odm/etc/*4k.conf 188 | rm -rf /data/adb/modules/SetoSkins/system/vendor/odm/etc/*8k.conf 189 | rm -rf /data/vendor/thermal/config/*8k.conf 190 | rm -rf /data/adb/modules/SetoSkins/system/vendor/etc/*8k.conf 191 | fi 192 | 193 | if test $(show_value '关闭相机温控') == true; then 194 | if [ ! -d /data/media/0/Android/备份温控(请勿删除) ]; then 195 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-per-huanji.conf" "/data/adb/modules/SetoSkins/system/vendor/odm/etc/thermal-camera.conf" 196 | else 197 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-per-huanji.conf" "/data/vendor/thermal/config/thermal-camera.conf" 198 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-per-huanji.conf" "/data/adb/modules/SetoSkins/system/vendor/etc/thermal-camera.conf" 199 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-per-huanji.conf" "/data/vendor/thermal/config/thermal-per-camera.conf" 200 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-per-huanji.conf" "/data/adb/modules/SetoSkins/system/vendor/etc/thermal-per-camera.conf" 201 | fi 202 | if [[ $var_device_trans != "" ]]; then 203 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-per-huanji.conf" "/data/vendor/thermal/config/thermal-per-${var_device_trans}-camera.conf" 204 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-per-huanji.conf" "/data/adb/modules/SetoSkins/system/vendor/etc/thermal-per-${var_device_trans}-camera.conf" 205 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-per-huanji.conf" "/data/vendor/thermal/config/thermal-${var_device_trans}-camera.conf" 206 | cp -f "/data/adb/modules/SetoSkins/system/cloud/thermal/thermal-per-huanji.conf" "/data/adb/modules/SetoSkins/system/vendor/etc/thermal-${var_device_trans}-camera.conf" 207 | fi 208 | 209 | elif 210 | 211 | test $(show_value '关闭相机温控') == false 212 | then 213 | rm -rf /data/vendor/thermal/config/*camera.conf 214 | rm -rf /data/adb/modules/SetoSkins/system/vendor/etc/*camera.conf 215 | rm -rf /data/adb/modules/SetoSkins/system/vendor/odm/etc/*camera.conf 216 | fi 217 | function restart_mi_thermald() { 218 | pkill -9 -f mi_thermald 219 | pkill -9 -f thermal-engine 220 | for i in $(which -a thermal-engine); do 221 | nohup "$i" >/dev/null 2>&1 & 222 | done 223 | for i in $(which -a mi_thermald); do 224 | nohup "$i" >/dev/null 2>&1 & 225 | done 226 | killall -15 mi_thermald 227 | for i in $(which -a mi_thermald); do 228 | nohup "$i" >/dev/null 2>&1 & 229 | done 230 | setprop ctl.restart thermal-engine 231 | setprop ctl.restart mi_thermald 232 | setprop ctl.restart thermal_manager 233 | setprop ctl.restart thermal 234 | } 235 | restart_mi_thermald 236 | if test $(show_value '开启修改电流数') == true; then 237 | b=$(grep "最大电流数" "$file1" | cut -c7-) 238 | echo "$b" >"$file3" 239 | echo "$b" >"$file2" 240 | fi 241 | 242 | if test $(show_value '开启修改电流数') == false; then 243 | echo "50000000" >"$file2" 244 | echo "50000000" >"$file3" 245 | fi 246 | 247 | if test $(show_value '全局高刷(和dfps冲突)') == true; then 248 | { 249 | until [[ "$(getprop sys.boot_completed)" == "1" ]]; do 250 | sleep 1 251 | done 252 | sh /data/adb/modules/SetoSkins/cloud/Seto_shadow3.sh 253 | } & 254 | fi 255 | 256 | if test $(show_value '关闭millet') == true; then 257 | mv /data/adb/modules/SetoSkins/cloud/post-fs-data.sh /data/adb/post-fs-data.d/post-fs-data.sh 258 | elif 259 | test $(show_value '关闭millet') == false 260 | then 261 | rm -rf /data/adb/post-fs-data.d/post-fs-data.sh 262 | fi 263 | 264 | if test $(show_value '关闭锁游戏分辨率(记得游戏加速选高质量)') == true; then 265 | rm -rf /data/system/mcd 266 | touch /data/system/mcd 267 | chmod 444 /data/system/mcd 268 | chattr +i /data/system/mcd 269 | fi 270 | 271 | if test $(show_value '修复nfc') == true; then 272 | mkdir -p /data/adb/modules/SetoSkins/product 273 | cp -f -r /product/pangu/system/* /data/adb/modules/SetoSkins/product/ 274 | elif 275 | test $(show_value '修复nfc') == false 276 | then 277 | rm -rf /data/adb/modules/SetoSkins/product 278 | fi 279 | if [ -f /data/media/0/Android/备份温控(请勿删除)/thermal-normal.conf ]; then 280 | if test $(show_value '还原性能模式温控') == true; then 281 | if [ ! -f /data/media/0/Android/备份温控(请勿删除)/thermal-normal.conf ]; then 282 | cp -f "/data/adb/modules/SetoSkins/cloud/thermal/thermal-performance.conf" "/data/adb/modules/SetoSkins/system/vendor/odm/etc/thermal-normal.conf" 283 | rm -rf /data/adb/modules/SetoSkins/system/vendor/odm/etc/*per*.conf 284 | rm -rf /data/adb/modules/SetoSkins/system/vendor/odm/etc/*tgame.conf 285 | rm -rf /data/adb/modules/SetoSkins/system/vendor/odm/etc/thermal-yuanshen.conf 286 | fi 287 | cp -f -f /data/adb/modules/SetoSkins/cloud/thermal/thermal-performance.conf /data/adb/modules/SetoSkins/system/vendor/etc/thermal-normal.conf 288 | cp -f -f /data/adb/modules/SetoSkins/cloud/thermal/thermal-performance.conf /data/vendor/thermal/config/thermal-normal.conf 289 | 290 | 291 | rm -rf /data/adb/modules/SetoSkins/system/vendor/etc/*per*.conf 292 | rm -rf /data/adb/modules/SetoSkins/system/vendor/etc/*tgame.conf 293 | rm -rf /data/adb/modules/SetoSkins/system/vendor/etc/thermal-yuanshen.conf 294 | rm -rf /data/vendor/thermal/config/*per*.conf 295 | rm -rf /data/vendor/thermal/config/*tgame.conf 296 | rm -rf /data/vendor/thermal/config/thermal-yuanshen.conf 297 | cp -f /data/media/0/Android/备份温控(请勿删除)/*per*.conf /data/vendor/thermal/config/ 298 | cp -f /data/media/0/Android/备份温控(请勿删除)/*tgame*.conf /data/vendor/thermal/config/ 299 | fi 300 | fi 301 | if test $(show_value '关闭miui更新') == true; then 302 | echo "ro.system.build.version.incremental=支持菜卡玩机谢谢喵\nro.build.version.incremental=支持菜卡玩机谢谢喵\n" >/data/adb/modules/SetoSkins/system.prop 303 | elif 304 | test $(show_value '关闭miui更新') == false 305 | then 306 | sed -i '/支持菜卡玩机谢谢喵/d' /data/adb/modules/SetoSkins/system.prop 307 | fi 308 | 309 | if test $(show_value '关闭logd') == true; then 310 | cp -f -r /data/adb/modules/SetoSkins/cloud/files/* /data/adb/modules/SetoSkins 311 | touch /data/adb/modules/SetoSkins/system.prop 312 | echo "persist.logd.limit=OFF\npersist.logd.size=65536\npersist.logd.size.crash=1M\npersist.logd.size.radio=1M\npersist.logd.size.system=1M\nlog.tag.stats_log=OFF\nro.logd.size=64K\nro.logd.size.stats=64K" >/data/adb/modules/SetoSkins/system.prop 313 | elif 314 | test $(show_value '关闭logd') == false 315 | then 316 | rm -rf /data/adb/modules/SetoSkins/bin/*log* 317 | rm -rf /data/adb/modules/SetoSkins/etc/init/*log* 318 | rm -rf /data/adb/modules/SetoSkins/vendor/bin/tcp -fdump 319 | rm -rf /data/adb/modules/SetoSkins/vendor/bin/cnss_diag 320 | rm -rf /data/adb/modules/SetoSkins/vendor/bin/log 321 | rm -rf /data/adb/modules/SetoSkins/Seto_logd.sh 322 | sed -i '/log/d' /data/adb/modules/SetoSkins/system.prop 323 | fi 324 | if test $(show_value '关闭logd') == true; then 325 | if test $(show_value '关闭miui更新') == true; then 326 | echo "ro.system.build.version.incremental=支持菜卡玩机谢谢喵\nro.build.version.incremental=支持菜卡玩机谢谢喵" >/data/adb/modules/SetoSkins/system.prop 327 | echo "persist.logd.limit=OFF\npersist.logd.size=65536\npersist.logd.size.crash=1M\npersist.logd.size.radio=1M\npersist.logd.size.system=1M\nlog.tag.stats_log=OFF\nro.logd.size=64K\nro.logd.size.stats=64K" >>/data/adb/modules/SetoSkins/system.prop 328 | fi 329 | fi 330 | 331 | if test $(show_value '加快部分游戏启动速度') == true; then 332 | echo "debug.game.video.speed=true\ndebug.game.video.support=true\n" >/data/adb/modules/SetoSkins/system.prop 333 | elif 334 | test $(show_value '加快部分游戏启动速度') == false 335 | then 336 | sed -i '/debug.game.video.speed=true/d' /data/adb/modules/SetoSkins/system.prop 337 | sed -i '/debug.game.video.support=true/d' /data/adb/modules/SetoSkins/system.prop 338 | fi 339 | if test $(show_value '温控空文件挂载') == true; then 340 | cp -f -r /data/adb/modules/SetoSkins/cloud/vendor/bin/ /data/adb/modules/SetoSkins/vendor/ 341 | cp -f -r /data/adb/modules/SetoSkins/cloud/system/vendor/etc/* /data/adb/modules/SetoSkins/system/vendor/etc/ 342 | cp -f -r /data/adb/modules/SetoSkins/cloud/lib64/ /data/adb/modules/SetoSkins 343 | cp -f -r /data/adb/modules/SetoSkins/cloud/bin/ /data/adb/modules/SetoSkins 344 | cp -f -r /data/adb/modules/SetoSkins/cloud/etc/ /data/adb/modules/SetoSkins 345 | elif 346 | test $(show_value '温控空文件挂载') == false 347 | then 348 | rm -rf /data/adb/modules/SetoSkins/bin/thermalserviced 349 | rm -rf /data/adb/modules/SetoSkins/lib64 350 | rm -rf /data/adb/modules/SetoSkins/etc/init/thermalservice.rc 351 | rm -rf /data/adb/modules/SetoSkins/vendor/etc 352 | rm -rf /data/adb/modules/SetoSkins/vendor/bin/thermal* 353 | rm -rf /data/adb/modules/SetoSkins/init 354 | fi 355 | 356 | if test $(show_value '亮息屏调速') == false; then 357 | rm -rf /data/adb/modules/SetoSkins/黑名单.prop 358 | fi 359 | 360 | if test $(show_value '跳电修复模式') == true; then 361 | sh /data/adb/modules/SetoSkins/跳电请执行/root权限运行.sh 362 | setprop ctl.restart thermal-engine 363 | setprop ctl.restart mi_thermald 364 | setprop ctl.restart thermal_manager 365 | setprop ctl.restart thermal 366 | mkdir -p /data/adb/modules/SetoSkins/vendor/etc 367 | rm -rf "/data/adb/modules/SetoSkins/system/vendor/etc/*" 368 | chattr -R -i -a /data/vendor/thermal/ 369 | #云端 370 | cp -f "/data/adb/modules/SetoSkins/cloud/thermal/thermal-normal.conf" "/data/vendor/thermal/config/thermal-normal.conf" 371 | 372 | #本地 373 | cp -f "/data/adb/modules/SetoSkins/cloud/thermal/thermal-normal.conf" "/data/adb/modules/SetoSkins/system/vendor/etc/thermal-normal.conf" 374 | 375 | if [[ $var_device_trans != "" ]]; then 376 | #云端 377 | cp -f "/data/adb/modules/SetoSkins/cloud/thermal/thermal-normal.conf" "/data/vendor/thermal/config/thermal-${var_device_trans}-normal.conf" 378 | #本地 379 | cp -f "/data/adb/modules/SetoSkins/cloud/thermal/thermal-normal.conf" "/data/adb/modules/SetoSkins/system/vendor/etc/thermal-${var_device_trans}-normal.conf" 380 | fi 381 | 382 | while true; do 383 | sleep 10 384 | pid=$(ps -ef | grep "mi_thermald" | grep -v grep | awk '{print $2}') 385 | a=$(kill -9 "$pid") 386 | if [ -n "$a" ]; then 387 | restart_mi_thermald() { 388 | killall -15 mi_thermald 389 | for i in $(which -a mi_thermald); do 390 | nohup "$i" >/dev/null 2>&1 & 391 | done 392 | } 393 | fi 394 | done 395 | fi 396 | restart_mi_thermald -------------------------------------------------------------------------------- /SetoSkins/system/Seto_temp_threshold.sh: -------------------------------------------------------------------------------- 1 | #!/system/bin/sh 2 | MODDIR=${0%/*} 3 | pid=$(ps -ef | grep $1 | grep -v grep | cut -d "Seto_charge.sh" -f 2) 4 | file1=/data/adb/modules/SetoSkins/配置.prop 5 | file2=$(ls /sys/class/power_supply/battery/*charge_current /sys/class/power_supply/battery/current_max /sys/class/power_supply/battery/thermal_input_current 2>>/dev/null |tr -d '\n') 6 | file3=$(ls /sys/class/power_supply/*/constant_charge_current_max /sys/class/power_supply/*/fast_charge_current /sys/class/power_supply/*/thermal_input_current 2>/dev/null |tr -d ' ') 7 | show_value() { 8 | local value=$1 9 | local file=/data/adb/modules/SetoSkins/配置.prop 10 | grep "$value" "$file" | cut -d "=" -f2 11 | } 12 | log=/data/adb/modules/SetoSkins/limit.log 13 | logc=0 14 | getp() { 15 | temp=$(($(cat /sys/class/power_supply/battery/temp) / 10)) 16 | a=$(grep "一限温度阈值" "$file1" | cut -d "=" -f2) 17 | b=$(grep "一限限制电流" "$file1" | cut -d "=" -f2) 18 | a1=$(grep "二限温度阈值" "$file1" | cut -d "=" -f2) 19 | b1=$(grep "二限限制电流" "$file1" | cut -d "=" -f2) 20 | a2=$(grep "三限温度阈值" "$file1" | cut -d "=" -f2) 21 | b2=$(grep "三限限制电流" "$file1" | cut -d "=" -f2) 22 | c=$(grep "延迟温度阈值=" "$file1" | cut -d "=" -f2) 23 | d=$(grep "一限电量阈值" "$file1" | cut -d "=" -f2) 24 | d1=$(grep "一限电量限制电流" "$file1" | cut -d "=" -f2) 25 | e=$(grep "二限电量阈值" "$file1" | cut -d "=" -f2) 26 | e1=$(grep "二限电量限制电流" "$file1" | cut -d "=" -f2) 27 | f=$(grep "三限电量阈值" "$file1" | cut -d "=" -f2) 28 | f1=$(grep "三限电量限制电流" "$file1" | cut -d "=" -f2) 29 | g=$(grep "亮屏限制电流" "$file1" | cut -d "=" -f2) 30 | g1=$(grep "锁屏限制电流" "$file1" | cut -d "=" -f2) 31 | } 32 | getp 33 | echo -n "Values:" 34 | echo $a 35 | echo $b 36 | echo $a1 37 | echo $b1 38 | echo "$c End values" 39 | if test $(show_value '开启充电调速') == true; then 40 | echo "开启充电调速" 41 | while true; do 42 | sleep 5 43 | getp 44 | let logc++ 45 | sleep $c 46 | if [[ $temp -gt $a && $temp -lt $a1 ]]; then 47 | echo "$b" >"$file2" 48 | echo "$b" >"$file3" 49 | echo "$b" >/sys/class/power_supply/battery/constant_charge_current_max 50 | echo "触发一限温度阈值 temp:$a current:$b" | tee -a $log 51 | kill -19 $pid 52 | elif 53 | [[ $temp -lt $a ]] 54 | then 55 | echo "50000000" >"$file2" 56 | echo "50000000" >"$file3" 57 | echo "50000000" >/sys/class/power_supply/battery/constant_charge_current_max 58 | kill -18 $pid 59 | echo "触发无限制阈值 temp:$a" | tee -a $log 60 | elif [[ $temp -gt $a1 ]]; then 61 | echo "$b1" >"$file2" 62 | echo "$b1" >"$file3" 63 | echo "$b1" >/sys/class/power_supply/battery/constant_charge_current_max 64 | kill -19 $pid 65 | echo "触发二限温度阈值 temp:$a1 current:$b1" | tee -a $log 66 | elif [[ $temp -gt $a2 ]]; then 67 | echo "$b2" >"$file2" 68 | echo "$b2" >"$file3" 69 | echo "$b1" >/sys/class/power_supply/battery/constant_charge_current_max 70 | kill -19 $pid 71 | echo "触发三限温度阈值 temp:$a2 current:$b2" | tee -a $log 72 | fi 73 | [ $logc -ge 50 ] && echo -n "" >$log && logc=0 74 | done 75 | fi 76 | if test $(show_value '自定义阶梯模式') == true; then 77 | echo "开启自定义阶梯" 78 | while true; do 79 | sleep 10 80 | capacity=$(cat /sys/class/power_supply/battery/capacity) 81 | status=$(cat /sys/class/power_supply/battery/status) 82 | if [[ $status == "Discharging" ]] || [[ $status == "Full" ]]; then 83 | echo "50000000" >"$file2" 84 | echo "50000000" >"$file3" 85 | echo "50000000" >/sys/class/power_supply/battery/constant_charge_current_max 86 | sleep 10 87 | elif [[ $capacity -ge $f ]]; then 88 | echo "$f1" >"$file2" 89 | echo "$f1" >"$file3" 90 | echo "$f1" >/sys/class/power_supply/battery/constant_charge_current_max 91 | echo "触发三限电量阈值 current:$f" | tee -a $log 92 | elif [[ $capacity -ge $e ]]; then 93 | echo "$e1" >"$file2" 94 | echo "$e1" >"$file3" 95 | echo "$e1" >/sys/class/power_supply/battery/constant_charge_current_max 96 | echo "触发二限电量阈值 current:$e" | tee -a $log 97 | elif [[ $capacity -ge $d ]]; then 98 | echo "$d1" >"$file2" 99 | echo "$d1" >"$file3" 100 | echo "$d1" >/sys/class/power_supply/battery/constant_charge_current_max 101 | echo "触发一限电量阈值 current:$d" | tee -a $log 102 | fi 103 | done 104 | fi 105 | 106 | if test $(show_value '亮息屏调速') == true; then 107 | echo "开启亮息屏调速" 108 | while true; do 109 | Bright=$(dumpsys window policy | grep mIsScreen | tr -d " " | sed -n '1p') 110 | sleep 40 111 | if [[ $status == "Discharging" ]] || [[ $status == "Full" ]]; then 112 | sleep 60 113 | elif [[ $status == "Charging" ]] || [[ $Bright == "mIsScreenOn=true" ]]; then 114 | echo "$g" >"$file2" 115 | echo "$g" >"$file3" 116 | echo "$g" >/sys/class/power_supply/battery/constant_charge_current_max 117 | echo $(date) "亮屏充电 限制电流:$g" | tee -a $log 118 | elif [[ $status == "Charging" ]] || [[ $Bright == "mIsScreenOn=false" ]]; then 119 | echo "$g1" >"$file3" 120 | echo "$g1" >"$file2" 121 | echo "$g1" >/sys/class/power_supply/battery/constant_charge_current_max 122 | echo $(date) "息屏充电 限制电流:$g1" | tee -a $log 123 | fi 124 | done 125 | fi 126 | if test $(show_value '分应用调速') == true; then 127 | a3=$(cat "/data/adb/modules/SetoSkins/黑名单.prop" | sed -n '4p' | tr -cd "[0-9]") 128 | b3=$(cat "/data/adb/modules/SetoSkins/黑名单.prop" | sed -n '5p' | tr -cd "[0-9]") 129 | c3=$(cat "/data/adb/modules/SetoSkins/黑名单.prop" | sed -n '6p' | tr -cd "[0-9]") 130 | d3=$(cat "/data/adb/modules/SetoSkins/黑名单.prop" | sed -n '7p' | tr -cd "[0-9]") 131 | e3=$(cat "/data/adb/modules/SetoSkins/黑名单.prop" | sed -n '8p' | tr -cd "[0-9]") 132 | f3=$(cat "/data/adb/modules/SetoSkins/黑名单.prop" | sed -n '9p' | tr -cd "[0-9]") 133 | g3=$(cat "/data/adb/modules/SetoSkins/黑名单.prop" | sed -n '10p' | tr -cd "[0-9]") 134 | h3=$(cat "/data/adb/modules/SetoSkins/黑名单.prop" | sed -n '11p' | tr -cd "[0-9]") 135 | i3=$(cat "/data/adb/modules/SetoSkins/黑名单.prop" | sed -n '12p' | tr -cd "[0-9]") 136 | j3=$(cat "/data/adb/modules/SetoSkins/黑名单.prop" | sed -n '13p' | tr -cd "[0-9]") 137 | touch $MODDIR/检测.log 138 | if [ ! -f /data/adb/modules/SetoSkins/黑名单.prop ]; then 139 | mv /data/adb/modules/SetoSkins/system/cloud/thermal/黑名单.prop /data/adb/modules/SetoSkins/黑名单.prop 140 | fi 141 | while true; do 142 | sleep 30 143 | app=$(dumpsys activity activities | grep topResumedActivity= | tail -n 1 | cut -d "{" -f2 | cut -d "/" -f1 | cut -d " " -f3) 144 | if [[ $(grep "$app" "/data/adb/modules/SetoSkins/黑名单.prop" | grep "A") != "" ]]; then 145 | echo "$a3" >"$file2" 146 | echo "$a3" >"$file3" 147 | echo "$a3" >/sys/class/power_supply/battery/constant_charge_current_max 148 | elif 149 | sleep 1s 150 | [[ $(grep "$app" "/data/adb/modules/SetoSkins/黑名单.prop" | grep "B") != "" ]] 151 | then 152 | echo "$b3" >"$file2" 153 | echo "$b3" >"$file3" 154 | echo "$b3" >/sys/class/power_supply/battery/constant_charge_current_max 155 | echo "应用调速开" >$MODDIR/检测.log 156 | elif 157 | sleep 1s 158 | [[ $(grep "$app" "/data/adb/modules/SetoSkins/黑名单.prop" | grep "C") != "" ]] 159 | then 160 | echo "$c3" >"$file2" 161 | echo "$c3" >"$file3" 162 | echo "$c3" >/sys/class/power_supply/battery/constant_charge_current_max 163 | echo "应用调速开" >$MODDIR/检测.log 164 | elif 165 | sleep 1s 166 | [[ $(grep "$app" "/data/adb/modules/SetoSkins/黑名单.prop" | grep "D") != "" ]] 167 | then 168 | echo "$d3" >"$file2" 169 | echo "$d3" >"$file3" 170 | echo "$d3" >/sys/class/power_supply/battery/constant_charge_current_max 171 | echo "应用调速开" >$MODDIR/检测.log 172 | elif 173 | sleep 1s 174 | [[ $(grep "$app" "/data/adb/modules/SetoSkins/黑名单.prop" | grep "E") != "" ]] 175 | then 176 | echo "$e3" >"$file2" 177 | echo "$e3" >"$file3" 178 | echo "$e3" >/sys/class/power_supply/battery/constant_charge_current_max 179 | echo "应用调速开" >$MODDIR/检测.log 180 | elif 181 | sleep 1s 182 | [[ $(grep "$app" "/data/adb/modules/SetoSkins/黑名单.prop" | grep "F") != "" ]] 183 | then 184 | echo "$f3" >"$file2" 185 | echo "$f3" >"$file3" 186 | echo "$f3" >/sys/class/power_supply/battery/constant_charge_current_max 187 | echo "应用调速开" >$MODDIR/检测.log 188 | elif 189 | sleep 1s 190 | [[ $(grep "$app" "/data/adb/modules/SetoSkins/黑名单.prop" | grep "G") != "" ]] 191 | then 192 | echo "$g3" >"$file2" 193 | echo "$g3" >"$file3" 194 | echo "$g3" >/sys/class/power_supply/battery/constant_charge_current_max 195 | echo "应用调速开" >$MODDIR/检测.log 196 | elif 197 | sleep 1s 198 | [[ $(grep "$app" "/data/adb/modules/SetoSkins/黑名单.prop" | grep "H") != "" ]] 199 | then 200 | echo "$h3" >"$file2" 201 | echo "$h3" >"$file3" 202 | echo "$h3" >/sys/class/power_supply/battery/constant_charge_current_max 203 | echo "应用调速开" >$MODDIR/检测.log 204 | elif 205 | sleep 1s 206 | [[ $(grep "$app" "/data/adb/modules/SetoSkins/黑名单.prop" | grep "I") != "" ]] 207 | then 208 | echo "$i3" >"$file2" 209 | echo "$i3" >"$file3" 210 | echo "$i3" >/sys/class/power_supply/battery/constant_charge_current_max 211 | echo "应用调速开" >$MODDIR/检测.log 212 | elif 213 | sleep 1s 214 | [[ $(grep "$app" "/data/adb/modules/SetoSkins/黑名单.prop" | grep "J") != "" ]] 215 | then 216 | echo "$j3" >/sys/class/power_supply/battery/constant_charge_current_max 217 | echo "$j3" >"$file2" 218 | echo "$j3" >"$file3" 219 | echo "应用调速开" >$MODDIR/检测.log 220 | else 221 | echo "应用调速关" >$MODDIR/检测.log 222 | fi 223 | sleep 1s 224 | done 225 | fi 226 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/Seto_shadow3.sh: -------------------------------------------------------------------------------- 1 | wide=$(dumpsys display | grep 'DisplayModeRecord' | cut -d , -f 2) 2 | flashrate=$(dumpsys display | grep 'DisplayModeRecord' | cut -d , -f 4 | cut -d . -f 1) 3 | backdoor=-1 4 | tmp=0 5 | widthmax=0 6 | fpsmax=0 7 | for i in $flashrate; do 8 | eval $i 9 | echo $fps 10 | [ $fps -ge $fpsmax ] && let fpsmax=fps 11 | done 12 | for i in $flashrate; do 13 | eval $i 14 | let backdoor++ 15 | [ $fps -eq $fpsmax ] && backdoorfps[$tmp]=$backdoor && let tmp++ 16 | done 17 | tmp=0 18 | echo "fpsmax:$fpsmax" 19 | echo "backdoorfps:${backdoorfps[*]}" 20 | backdoor=-1 21 | for i in $wide; do 22 | eval $i 23 | echo $width 24 | [ $width -ge $widthmax ] && let widthmax=width 25 | done 26 | for i in $wide; do 27 | eval $i 28 | let backdoor++ 29 | [ $width -eq $widthmax ] && backdoorwid[$tmp]=$backdoor && let tmp++ 30 | done 31 | echo "max:$widthmax" 32 | echo "backdoorwid:${backdoorwid[*]}" 33 | let mwid=${#backdoorwid[*]}-1 34 | let mfps=${#backdoorfps[*]}-1 35 | for i in $(seq 0 1 $mwid); do 36 | tmp=${backdoorwid[i]} 37 | for u in $(seq 0 1 $mfps); do 38 | [ ${backdoorwid[$tmp]} -eq ${backdoorfps[$u]} ] && service call SurfaceFlinger 1035 i32 ${backdoorfps[$u]} && echo "Exec service call SurfaceFlinger 1035 i32 ${backdoorfps[$u]}" 39 | #echo $u 40 | done 41 | done 42 | exit 0 43 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/bin/thermalserviced: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/bin/thermalserviced -------------------------------------------------------------------------------- /SetoSkins/system/cloud/etc/init/thermalservice.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/etc/init/thermalservice.rc -------------------------------------------------------------------------------- /SetoSkins/system/cloud/files/Seto_log.sh: -------------------------------------------------------------------------------- 1 | #!/system/bin/sh 2 | MODDIR=${0%/*} 3 | chattr -i /data/cache/ 4 | rm -rf /data/cache/magisk.log 5 | chattr -i /data/mdlog/ 6 | rm -rf /data/mdlog/* 7 | chmod 000 /data/mdlog/ 8 | chmod 0755 /system/etc/init/mobile_log_d.rc 9 | chmod 0755 /system/bin/logd 10 | chmod 0755 /system/bin/mobile_log_d 11 | chmod 0755 /system/etc/init/logd.rc 12 | chmod 0755 /data/adb/lspd/log/ 13 | while [ 1 = 1 ]; do 14 | sleep 3s 15 | bootd=$(getprop sys.boot_completed) 16 | if [[ $bootd == "1" ]]; then 17 | chmod 0000 /system/etc/init/mobile_log_d.rc 18 | chmod 0000 /system/bin/mobile_log_d 19 | chmod 0000 /system/etc/init/logd.rc 20 | break 21 | fi 22 | done 23 | 24 | while [ 1 = 1 ]; do 25 | rm -rf /data/adb/lspd/log/ 2>/dev/null 26 | killall -9 mobile_log_d 2>/dev/null 27 | killall -9 logd 2>/dev/null 28 | sleep 5m 29 | done 30 | 31 | a=1 32 | while true; do 33 | sleep 3 34 | mkdir -p ${LSPLOG_PATH} 35 | rm -rf /data/adb/lspd/log* 36 | rm "${LSPLOG_PATH}/modules.log" 37 | rm "${LSPLOG_PATH}/all.log" 38 | mkdir -p ${LSP_NEW-LOG_PATH} 39 | rm "${LSP_NEW_LOG_PATH}/modules.log" 40 | rm "${LSP_NEW_LOG_PATH}/all.log" 41 | rm "${LOG_PATH}/modules.log" 42 | a=$((a + 1)) 43 | echo $a 44 | if [[ $a > 3 ]]; then 45 | break 46 | fi 47 | done 48 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/files/bin/log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/files/bin/log -------------------------------------------------------------------------------- /SetoSkins/system/cloud/files/bin/logcat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/files/bin/logcat -------------------------------------------------------------------------------- /SetoSkins/system/cloud/files/bin/logd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/files/bin/logd -------------------------------------------------------------------------------- /SetoSkins/system/cloud/files/bin/mobile_log_d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/files/bin/mobile_log_d -------------------------------------------------------------------------------- /SetoSkins/system/cloud/files/etc/init/logd.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/files/etc/init/logd.rc -------------------------------------------------------------------------------- /SetoSkins/system/cloud/files/etc/init/mobile_log_d.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/files/etc/init/mobile_log_d.rc -------------------------------------------------------------------------------- /SetoSkins/system/cloud/files/system.prop: -------------------------------------------------------------------------------- 1 | debug.sqlite.journalmode=OFF 2 | debug.sqlite.wal.syncmode=OFF 3 | persist.logd.limit=OFF 4 | persist.logd.size=65536 5 | persist.logd.size.crash=1M 6 | persist.logd.size.radio=1M 7 | persist.logd.size.system=1M 8 | persist.mm.enable.prefetch=false 9 | log.tag.stats_log=OFF 10 | ro.logd.size=OFF 11 | ro.logd.size.stats=OFF 12 | vendor.bluetooth.startbtlogger=false 13 | persist.sys.offlinelog.kernel=false 14 | persist.sys.offlinelog.logcat=false 15 | persist.sys.offlinelog.logcatkernel=false 16 | sys.miui.ndcd=off -------------------------------------------------------------------------------- /SetoSkins/system/cloud/files/vendor/bin/cnss_diag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/files/vendor/bin/cnss_diag -------------------------------------------------------------------------------- /SetoSkins/system/cloud/files/vendor/bin/log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/files/vendor/bin/log -------------------------------------------------------------------------------- /SetoSkins/system/cloud/files/vendor/bin/tcpdump: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/files/vendor/bin/tcpdump -------------------------------------------------------------------------------- /SetoSkins/system/cloud/lib64/libthermalservice.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/lib64/libthermalservice.so -------------------------------------------------------------------------------- /SetoSkins/system/cloud/post-fs-data.sh: -------------------------------------------------------------------------------- 1 | #!/system/bin/sh 2 | MODDIR=${0%/*} 3 | resetprop -n persist.sys.gz.enable false 4 | resetprop -n persist.sys.brightmillet.enable false 5 | resetprop -n persist.sys.powmillet.enable false 6 | resetprop -n persist.sys.millet.newversion false 7 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/system.prop: -------------------------------------------------------------------------------- 1 | ro.system.build.version.incremental=@SetoSkins 2 | ro.build.version.incremental=@SetoSkins -------------------------------------------------------------------------------- /SetoSkins/system/cloud/thermal/seto.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | start_time=$(date +%s) 3 | duration=125 4 | 5 | while true; do 6 | current_time=$(date +%s) 7 | elapsed=$(( current_time - start_time )) 8 | 9 | if [ $elapsed -ge $duration ]; then 10 | break 11 | fi 12 | 13 | sleep 2 14 | cp -f /sdcard/Android/备份温控(请勿删除)/* /data/vendor/thermal/config/ 15 | cp -f /data/media/0/Android/备份温控(请勿删除)/* /data/vendor/thermal/config/ 16 | 17 | sleep 1 18 | done -------------------------------------------------------------------------------- /SetoSkins/system/cloud/thermal/seto2.sh: -------------------------------------------------------------------------------- 1 | #!/system/bin/sh 2 | while true; do 3 | if [[ "$(getprop sys.boot_completed)" == "1" ]]; then 4 | sleep 60 5 | rm -rf /data/adb/service.d/seto.sh 6 | rm -rf /data/media/0/Android/备份温控(请勿删除) 7 | rm -rf /data/adb/service.d/seto2.sh 8 | while true; do 9 | if [[ ! -f /data/adb/1 ]]; then 10 | break 11 | fi 12 | fi 13 | done 14 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/thermal/seto3.sh: -------------------------------------------------------------------------------- 1 | #!/system/bin/sh 2 | while true; do 3 | if [[ "$(getprop sys.boot_completed)" == "1" ]]; then 4 | sleep 120 5 | break 6 | fi 7 | done 8 | while true; do 9 | if [[ -f /data/adb/1 ]]; then 10 | for i in {1..5} 11 | do 12 | rm -rf /data/adb/1 13 | rm -rf /data/media/0/Android/备份温控(请勿删除) 14 | rm -rf /data/adb/service.d/*seto* 15 | done 16 | break 17 | else 18 | touch /data/adb/1 19 | fi 20 | done -------------------------------------------------------------------------------- /SetoSkins/system/cloud/thermal/thermal-cnormal.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/thermal/thermal-cnormal.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/thermal/thermal-mgame.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/thermal/thermal-mgame.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/thermal/thermal-normal.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/thermal/thermal-normal.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/thermal/thermal-per-huanji.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/thermal/thermal-per-huanji.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/thermal/thermal-performance.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/thermal/thermal-performance.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/thermal/黑名单.prop: -------------------------------------------------------------------------------- 1 | 黑名单分应用降流配置 2 | 示例 (目前只支持10个应用) 前面填字母从B开始+空格+包名+空格+限流值 #22A=22000mA=22000000 3 | #第四行包名填桌面 4 | A com.miui.home 50000000 5 | -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/bin/thermal-engine: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/bin/thermal-engine -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/bin/thermal-engine-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/bin/thermal-engine-v2 -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/bin/thermal_factory: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/bin/thermal_factory -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/init/hw/init.mi_thermald.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/init/hw/init.mi_thermald.rc -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/init/hw/init_thermal-engine.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/init/hw/init_thermal-engine.rc -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/init/init.mi_thermald.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/init/init.mi_thermald.rc -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/init/init.thermal.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/init/init.thermal.rc -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/init/init.thermal_core.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/init/init.thermal_core.rc -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/init/init.thermal_manager.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/init/init.thermal_manager.rc -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/init/init.thermalloadalgod.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/init/init.thermalloadalgod.rc -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/init/init_thermal-engine-v2.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/init/init_thermal-engine-v2.rc -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/init/init_thermal-engine.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/init/init_thermal-engine.rc -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/init/init_thermal.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/init/init_thermal.rc -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/init/init_thermal_core.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/init/init_thermal_core.rc -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/init/pixel-thermal-symlinks.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/init/pixel-thermal-symlinks.rc -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/init/thermald.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/init/thermald.rc -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/init/thermalervice.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/init/thermalervice.rc -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/init/thermalservice.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/init/thermalservice.rc -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/mi_thermal_break.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/mi_thermal_break.cfg -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/perf/commonsysnodesconfigs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/perf/commonsysnodesconfigs.xml -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/perf/perfconfigstore.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/perf/perfconfigstore.xml -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/perf/targetconfig.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/perf/targetconfig.xml -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/perf/thermal-boost.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/perf/thermal-boost.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/perf/thermalboost.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/perf/thermalboost.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/perf/thermalbreakboostconfig.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/perf/thermalbreakboostconfig.xml -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/simple_thermal_monitor.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/simple_thermal_monitor.cfg -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-4k.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-4k.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-8k.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-8k.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-abnormal.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-abnormal.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-arvr.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-arvr.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-camera.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-camera.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-chg-only.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-chg-only.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-class0.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-class0.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-dolbyvision.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-dolbyvision.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine-8150.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-engine-8150.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine-845.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-engine-845.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine-8998.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-engine-8998.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine-blueline-novr-evt.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-engine-blueline-novr-evt.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine-blueline-novr-prod.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-engine-blueline-novr-prod.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine-blueline-vr-evt.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-engine-blueline-vr-evt.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine-blueline-vr-prod.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-engine-blueline-vr-prod.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine-charging.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-engine-charging.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine-default.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-engine-default.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine-encrypt.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-engine-encrypt.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine-flame-normal_mode.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-engine-flame-normal_mode.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine-flame-retail_mode.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-engine-flame-retail_mode.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine-kaiser-pro.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-engine-kaiser-pro.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine-kaiser.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-engine-kaiser.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine-patriot.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-engine-patriot.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine-penrose-pro-encrypt.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-engine-penrose-pro-encrypt.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine-penrose-pro.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-engine-penrose-pro.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine-penrose.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-engine-penrose.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine-qcom-gaming-prod.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-engine-qcom-gaming-prod.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine-sdm660-camera.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-engine-sdm660-camera.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine-sdm660-high.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-engine-sdm660-high.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine-sdm660-map.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-engine-sdm660-map.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine-sdm660-nolimits.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-engine-sdm660-nolimits.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine-sdm660.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-engine-sdm660.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine-sdm845-class0.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-engine-sdm845-class0.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine-sdm845-extreme.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-engine-sdm845-extreme.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine-sdm845-high.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-engine-sdm845-high.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine-sdm845-map.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-engine-sdm845-map.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine-sdm845-nolimits.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-engine-sdm845-nolimits.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine-sdm845-phone.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-engine-sdm845-phone.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine-sdm845-pubgmhd.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-engine-sdm845-pubgmhd.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine-sdm845-sgame.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-engine-sdm845-sgame.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine-sdm845-tgame.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-engine-sdm845-tgame.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine-sdm845.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-engine-sdm845.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-engine.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine.stock.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-engine.stock.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine.v3.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-engine.v3.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine.v4.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-engine.v4.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine_0.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-engine_0.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine_100.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-engine_100.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine_101.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-engine_101.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine_103.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-engine_103.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine_105.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-engine_105.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine_106.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-engine_106.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine_901.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-engine_901.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine_902.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-engine_902.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine_battery_1.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-engine_battery_1.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine_battery_2.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-engine_battery_2.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine_common_0.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-engine_common_0.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine_common_1.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-engine_common_1.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine_cpu_0.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-engine_cpu_0.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine_cpu_1.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-engine_cpu_1.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine_cpu_2.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-engine_cpu_2.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine_cpu_3.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-engine_cpu_3.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine_cpu_4.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-engine_cpu_4.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine_cpu_5.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-engine_cpu_5.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine_cpu_6.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-engine_cpu_6.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine_cpu_7.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-engine_cpu_7.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine_cpu_8.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-engine_cpu_8.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine_cpu_9.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-engine_cpu_9.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine_fan_0.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-engine_fan_0.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine_gpu_0.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-engine_gpu_0.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine_gpu_1.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-engine_gpu_1.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine_gpu_2.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-engine_gpu_2.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine_gpu_3.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-engine_gpu_3.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine_sensor_0.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-engine_sensor_0.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine_sensor_1.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-engine_sensor_1.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-engine_sensors.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-engine_sensors.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-enginer-nubia.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-enginer-nubia.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-extreme.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-extreme.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-global-4k.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-global-4k.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-global-camera.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-global-camera.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-global-class0.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-global-class0.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-global-huanji.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-global-huanji.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-global-mgame.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-global-mgame.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-global-navigation.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-global-navigation.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-global-nolimits.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-global-nolimits.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-global-normal.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-global-normal.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-global-per-camera.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-global-per-camera.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-global-per-class0.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-global-per-class0.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-global-per-navigation.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-global-per-navigation.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-global-per-normal.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-global-per-normal.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-global-per-u-camera.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-global-per-u-camera.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-global-per-u-class0.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-global-per-u-class0.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-global-per-u-huanji.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-global-per-u-huanji.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-global-per-u-navigation.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-global-per-u-navigation.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-global-per-u-normal.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-global-per-u-normal.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-global-per-u-video.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-global-per-u-video.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-global-per-video.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-global-per-video.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-global-phone.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-global-phone.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-global-tgame.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-global-tgame.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-global-u-4k.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-global-u-4k.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-global-u-camera.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-global-u-camera.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-global-u-chg-only.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-global-u-chg-only.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-global-u-class0.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-global-u-class0.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-global-u-huanji.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-global-u-huanji.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-global-u-mgame.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-global-u-mgame.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-global-u-navigation.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-global-u-navigation.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-global-u-nolimits.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-global-u-nolimits.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-global-u-normal.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-global-u-normal.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-global-u-phone.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-global-u-phone.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-global-u-tgame.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-global-u-tgame.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-global-u-video.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-global-u-video.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-global-video.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-global-video.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-global-videochat.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-global-videochat.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-hp-mgame.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-hp-mgame.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-hp-normal.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-hp-normal.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-huanji.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-huanji.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-iec-4k.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-iec-4k.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-iec-abnormal.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-iec-abnormal.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-iec-camera.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-iec-camera.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-iec-chg-only.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-iec-chg-only.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-iec-class0.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-iec-class0.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-iec-huanji.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-iec-huanji.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-iec-mgame.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-iec-mgame.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-iec-navigation.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-iec-navigation.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-iec-nolimits.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-iec-nolimits.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-iec-normal.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-iec-normal.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-iec-per-class0.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-iec-per-class0.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-iec-per-navigation.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-iec-per-navigation.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-iec-per-normal.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-iec-per-normal.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-iec-per-video.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-iec-per-video.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-iec-phone.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-iec-phone.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-iec-tgame.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-iec-tgame.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-iec-video.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-iec-video.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-iec-videochat.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-iec-videochat.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-iec4k.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-iec4k.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-india-4k.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-india-4k.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-india-8k.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-india-8k.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-india-camera.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-india-camera.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-india-class0.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-india-class0.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-india-huanji.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-india-huanji.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-india-mgame.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-india-mgame.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-india-navigation.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-india-navigation.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-india-nolimits.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-india-nolimits.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-india-normal.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-india-normal.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-india-per-camera.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-india-per-camera.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-india-per-class0.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-india-per-class0.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-india-per-huanji.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-india-per-huanji.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-india-per-navigation.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-india-per-navigation.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-india-per-normal.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-india-per-normal.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-india-per-u-camera.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-india-per-u-camera.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-india-per-u-class0.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-india-per-u-class0.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-india-per-u-huanji.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-india-per-u-huanji.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-india-per-u-navigation.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-india-per-u-navigation.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-india-per-u-normal.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-india-per-u-normal.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-india-per-u-video.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-india-per-u-video.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-india-per-u-videochat.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-india-per-u-videochat.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-india-per-video.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-india-per-video.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-india-per-videochat.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-india-per-videochat.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-india-phone.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-india-phone.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-india-tgame.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-india-tgame.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-india-u-4k.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-india-u-4k.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-india-u-camera.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-india-u-camera.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-india-u-class0.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-india-u-class0.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-india-u-huanji.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-india-u-huanji.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-india-u-mgame.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-india-u-mgame.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-india-u-navigation.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-india-u-navigation.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-india-u-nolimits.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-india-u-nolimits.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-india-u-normal.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-india-u-normal.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-india-u-phone.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-india-u-phone.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-india-u-tgame.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-india-u-tgame.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-india-u-video.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-india-u-video.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-india-u-videochat.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-india-u-videochat.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-india-video.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-india-video.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-india-videochat.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-india-videochat.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-india-youtube.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-india-youtube.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-india-yuanshen.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-india-yuanshen.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-k1a-4k.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-k1a-4k.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-k1a-8k.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-k1a-8k.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-k1a-camera.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-k1a-camera.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-k1a-class0.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-k1a-class0.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-k1a-mgame.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-k1a-mgame.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-k1a-navigation.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-k1a-navigation.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-k1a-nolimits.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-k1a-nolimits.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-k1a-normal.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-k1a-normal.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-k1a-per-camera.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-k1a-per-camera.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-k1a-per-class0.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-k1a-per-class0.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-k1a-per-navigation.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-k1a-per-navigation.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-k1a-per-normal.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-k1a-per-normal.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-k1a-per-video.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-k1a-per-video.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-k1a-phone.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-k1a-phone.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-k1a-tgame.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-k1a-tgame.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-k1a-video.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-k1a-video.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-l16u-4k.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-l16u-4k.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-l16u-camera.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-l16u-camera.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-l16u-class0.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-l16u-class0.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-l16u-huanji.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-l16u-huanji.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-l16u-mgame.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-l16u-mgame.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-l16u-navigation.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-l16u-navigation.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-l16u-nolimits.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-l16u-nolimits.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-l16u-normal.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-l16u-normal.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-l16u-per-camera.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-l16u-per-camera.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-l16u-per-class0.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-l16u-per-class0.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-l16u-per-huanji.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-l16u-per-huanji.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-l16u-per-navigation.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-l16u-per-navigation.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-l16u-per-normal.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-l16u-per-normal.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-l16u-per-video.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-l16u-per-video.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-l16u-phone.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-l16u-phone.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-l16u-tgame.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-l16u-tgame.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-l16u-video.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-l16u-video.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-l16u-videochat.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-l16u-videochat.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-map-global-u.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-map-global-u.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-map-global.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-map-global.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-map-india-u.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-map-india-u.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-map-india.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-map-india.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-map-k1a.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-map-k1a.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-map-l16u-cn.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-map-l16u-cn.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-map-u.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-map-u.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-map.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-map.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-mgame.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-mgame.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-mode-00-01.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-mode-00-01.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-mode-00-02.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-mode-00-02.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-mode-00-04.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-mode-00-04.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-mode-00-06.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-mode-00-06.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-mode-01-01.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-mode-01-01.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-mode-01-02.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-mode-01-02.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-mode-01-03.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-mode-01-03.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-mode-01-04.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-mode-01-04.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-mode-01-05.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-mode-01-05.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-mode-01-06.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-mode-01-06.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-mode-02-01.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-mode-02-01.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-mode-02-02.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-mode-02-02.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-mode-02-03.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-mode-02-03.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-mode-02-04.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-mode-02-04.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-mode-02-05.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-mode-02-05.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-mode-02-06.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-mode-02-06.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-mode-03-01.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-mode-03-01.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-mode-03-02.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-mode-03-02.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-mode-03-04.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-mode-03-04.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-mode-03-05.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-mode-03-05.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-mode-03-06.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-mode-03-06.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-mode-04-01.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-mode-04-01.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-mode-04-02.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-mode-04-02.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-mode-04-03.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-mode-04-03.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-mode-04-04.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-mode-04-04.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-mode-04-05.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-mode-04-05.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-mode-04-06.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-mode-04-06.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-navigation.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-navigation.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-nightvideo.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-nightvideo.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-nolimits.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-nolimits.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-normal.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-normal.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-per-camera.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-per-camera.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-per-class0.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-per-class0.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-per-huanji.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-per-huanji.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-per-india-normal.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-per-india-normal.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-per-navigation.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-per-navigation.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-per-normal.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-per-normal.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-per-u-camera.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-per-u-camera.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-per-u-class0.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-per-u-class0.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-per-u-huanji.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-per-u-huanji.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-per-u-navigation.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-per-u-navigation.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-per-u-normal.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-per-u-normal.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-per-u-video.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-per-u-video.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-per-video.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-per-video.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-per-videochat.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-per-videochat.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-phone.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-phone.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-region-map.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-region-map.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-sptm.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-sptm.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-status.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-status.txt -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-tgame.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-tgame.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-u-4k.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-u-4k.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-u-camera.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-u-camera.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-u-chg-only.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-u-chg-only.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-u-class0.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-u-class0.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-u-huanji.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-u-huanji.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-u-mgame.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-u-mgame.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-u-navigation.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-u-navigation.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-video.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-video.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-videochat.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-videochat.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-youtobe.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-youtobe.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-youtube.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-youtube.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-youtube.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-youtube.config -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal-yuanshen.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal-yuanshen.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal.benchmark.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal.benchmark.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal.current.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal.current.ini -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal.high.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal.high.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal.high.level1.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal.high.level1.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal.high.level2.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal.high.level2.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal.high.level3.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal.high.level3.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal.high.level4.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal.high.level4.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal.high.level5.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal.high.level5.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal.low.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal.low.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal.low.level1.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal.low.level1.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal.low.level2.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal.low.level2.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal.mid.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal.mid.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal.mid.level1.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal.mid.level1.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal.mid.level2.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal.mid.level2.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal.mid.level3.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal.mid.level3.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal.mid.level4.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal.mid.level4.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal.sgame.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal.sgame.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal.super.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal.super.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal/disable_thermal.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal/disable_thermal.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal/disable_thermal_temp.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal/disable_thermal_temp.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal/thermal.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal/thermal.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal/thermal_mtbf.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal/thermal_mtbf.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal/thermal_policy_00.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal/thermal_policy_00.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal/thermal_policy_01.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal/thermal_policy_01.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal/thermal_policy_02.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal/thermal_policy_02.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal/thermal_policy_03.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal/thermal_policy_03.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal/thermal_policy_08.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal/thermal_policy_08.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal/thermal_policy_09.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal/thermal_policy_09.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal_atd.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal_atd.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal_info_config_evt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal_info_config_evt.json -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal_info_config_jaws.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal_info_config_jaws.json -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal_policy_09.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal_policy_09.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermal_user_case.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermal_user_case.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/vendor/etc/thermald-devices.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/system/cloud/vendor/etc/thermald-devices.conf -------------------------------------------------------------------------------- /SetoSkins/system/cloud/配置.prop: -------------------------------------------------------------------------------- 1 | 重启1次保存选项 不行就在重启一遍 2 | 支持Pandora内核(别动模块的任何文件) 3 | 4 | 简洁版配置=false 5 | #true为开启,false为关闭。 6 | #记得切换完成后把配置弄成false。 7 | 8 | 快充模式= 9 | #true为开启,默认为空。 10 | #这个功能会伪装电池温度以欺骗系统,会导致充电控制全部失效,电池会在高温状态下持续大功率充电,可能会造成电池寿命衰减、鼓包甚至起火!请在理解了此功能的危险性后再决定是否开启! 11 | 12 | 温控空文件挂载= 13 | #true为开启,默认为空(false)。 14 | #温控去的更干净一点,非必要可不启用此选项。 15 | #不能与跳电修复模式同时开启。 16 | 17 | 跳电修复模式= 18 | #记得打开跳电修复后关闭温控空文件挂载 19 | #true为开启,默认为空(false)。 20 | #小米手机如果遇见跳电,请尝试填入true以规避跳电。 21 | #此选项开启后,必须关闭温控空文件挂载! 22 | 23 | #———————————— 24 | 开启修改电流数=false 25 | 最大电流数=5000000 26 | #22A=22000mA=22000000 27 | #如果需要22A(22000mA)电流上限,请填入22000000。可类比此换算填入其他数值。 28 | #该数值实际大小取决于你的设备支持上限,并不能凭空拉高最大电流。 29 | #———————————— 30 | 31 | #Other 32 | 全局高刷(和dfps冲突)= 33 | 关闭logd= 34 | #MIUI专区(其他系统不用开) 35 | 关闭millet= 36 | 关闭锁游戏分辨率(记得游戏加速选高质量)=true 37 | 修复nfc= 38 | 关闭miui更新= 39 | 40 | #关于joyose魔改移步@绀漓丨Sevtinge(请多给他捐款!) 41 | #———————————— 42 | #作者菜卡@SetoSkins 感谢@shadow3 @SummerSK @nakixii @柚稚的孩纸 @向晚今天吃了咩 @灵聚丶神生 @代号10007 @星苒鸭 43 | #———————————— 44 | #捐赠名单:@Hatsune miku @大西北男孩 @水墨画 @凡梦 @彼岸 @ㅤㅤ @包子 @今天吃派蒙吗 @暮虽无意逐星 @ZyaIre @村雨 @ @恒星不会玩root @Moore本墨 @grandpaben @ChangX256 @Porcupine @菠蘿 @睡觉觉 @春 45 | #———————————— 46 | #涩图提供者:@SetoSkins @包子 @UN_light @星苒鸭 @雾起群山隐 47 | #———————————— -------------------------------------------------------------------------------- /SetoSkins/system/cloud/?.sh: -------------------------------------------------------------------------------- 1 | if [ -f "/data/media/0/Android/备份温控(请勿删除)/配置.prop" ]; then 2 | rm -rf /data/adb/modules/SetoSkins/配置.prop 3 | rm -rf /data/adb/modules/SetoSkins/黑名单.prop 4 | cp /data/media/0/Android/备份温控(请勿删除)/配置.prop /data/adb/modules/SetoSkins/配置.prop 5 | cp /data/media/0/Android/备份温控(请勿删除)/黑名单.prop /data/adb/modules/SetoSkins/黑名单.prop 6 | rm -rf /data/media/0/Android/备份温控(请勿删除)/配置.prop 7 | rm -rf /data/media/0/Android/备份温控(请勿删除)/黑名单.prop 8 | rm -rf /data/adb/modules/SetoSkins/system/cloud/?.sh 9 | fi 10 | -------------------------------------------------------------------------------- /SetoSkins/uninstall.sh: -------------------------------------------------------------------------------- 1 | chattr -i /data/vendor/thermal/config 2 | chattr -i /data/vendor/thermal/config/* 3 | chmod 777 /data/vendor/thermal/config 4 | chattr -R -i -a /data/adb/modules/SetoSkins/ 5 | echo 0 >/sys/class/power_supply/battery/input_suspend 6 | rm -rf /data/adb/post-fs-data.d/post-fs-data.sh 7 | echo '0' >/sys/class/qcom-battery/thermal_remove 8 | echo "50000000" >/sys/class/power_supply/battery/constant_charge_current 9 | echo "50000000" >/sys/devices/platform/battery/power_supply/battery/fast_charge_current 10 | echo "50000000" >/sys/devices/platform/battery/power_supply/battery/thermal_input_current 11 | echo "50000000" >/sys/devices/platform/11cb1000.i2c9/i2c-9/9-0055/power_supply/bms/current_max 12 | echo "50000000" >/sys/devices/platform/mt_charger/power_supply/usb/current_max 13 | echo "50000000" >/sys/firmware/devicetree/base/charger/current_max 14 | echo "50000000" >/sys/class/power_supply/battery/constant_charge_current_max 15 | echo "50000000" >/sys/class/power_supply/battery/fast_charge_current 16 | echo "50000000" >/sys/class/power_supply/battery/current_max 17 | rm -rf /data/adb/magisk/Delta.prop 18 | function restart_mi_thermald() { 19 | pkill -9 -f mi_thermald 20 | pkill -9 -f thermal-engine 21 | for i in $(which -a thermal-engine) 22 | do 23 | nohup "$i" >/dev/null 2>&1 & 24 | done 25 | for i in $(which -a mi_thermald) 26 | do 27 | nohup "$i" >/dev/null 2>&1 & 28 | done 29 | setprop ctl.restart thermal-engine 30 | setprop ctl.restart mi_thermald 31 | setprop ctl.restart thermal_manager 32 | setprop ctl.restart thermal 33 | } 34 | function mk_thermal_folder() { 35 | resetprop -p sys.thermal.data.path /data/vendor/thermal/ 36 | resetprop -p vendor.sys.thermal.data.path /data/vendor/thermal/ 37 | 38 | chattr -R -i -a '/data/vendor/thermal' 39 | rm -rf '/data/vendor/thermal' 40 | mkdir -p '/data/vendor/thermal/config' 41 | chmod -R 0771 '/data/vendor/thermal' 42 | chown -R root:system '/data/vendor/thermal' 43 | chcon -R 'u:object_r:vendor_data_file:s0' '/data/vendor/thermal' 44 | 45 | } 46 | if [ ! -f /data/vendor/thermal/decrypt.txt ];then 47 | mk_thermal_folder 48 | restart_mi_thermald 49 | fi 50 | mv /data/adb/modules/SetoSkins/system/cloud/thermal/seto.sh /data/adb/service.d/seto.sh 51 | mv /data/adb/modules/SetoSkins/system/cloud/thermal/seto2.sh /data/adb/service.d/seto2.sh 52 | mv /data/adb/modules/SetoSkins/system/cloud/thermal/seto3.sh /data/adb/service.d/seto3.sh 53 | rm -rf /data/vendor/thermal/config/* 54 | chmod -R 777 /data/adb/service.d/* 55 | -------------------------------------------------------------------------------- /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: -------------------------------------------------------------------------------- 1 | echo "必须本机安装支付宝" 2 | echo "如果想上捐赠名单需要备注名字" 3 | sleep 3 4 | am start -a 'android.intent.action.VIEW' -d 'alipayqr://platformapi/startapp?saId=10000007&qrcode=https://qr.alipay.com/fkx14762zsd4knmahhfdw12' >/dev/null 2>&1 5 | -------------------------------------------------------------------------------- /SetoSkins/乱七八糟/更新链接.sh: -------------------------------------------------------------------------------- 1 | am start -a 'android.intent.action.VIEW' -d 'https://github.com/SetoSkins/SetoSkins_Thermal/releases' >/dev/null 2>&1 2 | -------------------------------------------------------------------------------- /SetoSkins/工口本/-2f3c31e8fb815688.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/工口本/-2f3c31e8fb815688.jpg -------------------------------------------------------------------------------- /SetoSkins/工口本/-56e0a032a0c67daf.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/工口本/-56e0a032a0c67daf.jpg -------------------------------------------------------------------------------- /SetoSkins/工口本/-64604ae3374785a8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/工口本/-64604ae3374785a8.jpg -------------------------------------------------------------------------------- /SetoSkins/工口本/-7ac41d6ed08aca13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/工口本/-7ac41d6ed08aca13.jpg -------------------------------------------------------------------------------- /SetoSkins/工口本/103400095_p0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/工口本/103400095_p0.png -------------------------------------------------------------------------------- /SetoSkins/工口本/103400095_p1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/工口本/103400095_p1.png -------------------------------------------------------------------------------- /SetoSkins/工口本/103400095_p2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/工口本/103400095_p2.png -------------------------------------------------------------------------------- /SetoSkins/工口本/104236731_p0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/工口本/104236731_p0.png -------------------------------------------------------------------------------- /SetoSkins/工口本/20230118_125255.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/工口本/20230118_125255.jpg -------------------------------------------------------------------------------- /SetoSkins/工口本/20230212_002832.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/工口本/20230212_002832.jpg -------------------------------------------------------------------------------- /SetoSkins/工口本/20230212_002846.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/工口本/20230212_002846.jpg -------------------------------------------------------------------------------- /SetoSkins/工口本/20230212_003111.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/工口本/20230212_003111.jpg -------------------------------------------------------------------------------- /SetoSkins/工口本/20230212_003125.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/工口本/20230212_003125.jpg -------------------------------------------------------------------------------- /SetoSkins/工口本/20230212_003149.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/工口本/20230212_003149.jpg -------------------------------------------------------------------------------- /SetoSkins/工口本/20230326_095901.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/工口本/20230326_095901.jpg -------------------------------------------------------------------------------- /SetoSkins/工口本/20230326_100149.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/工口本/20230326_100149.jpg -------------------------------------------------------------------------------- /SetoSkins/工口本/20230326_100214.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/工口本/20230326_100214.jpg -------------------------------------------------------------------------------- /SetoSkins/工口本/20230326_100219.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/工口本/20230326_100219.jpg -------------------------------------------------------------------------------- /SetoSkins/工口本/20230326_100242.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/工口本/20230326_100242.jpg -------------------------------------------------------------------------------- /SetoSkins/工口本/20230330_193621.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/工口本/20230330_193621.jpg -------------------------------------------------------------------------------- /SetoSkins/工口本/20230330_193630.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/工口本/20230330_193630.jpg -------------------------------------------------------------------------------- /SetoSkins/工口本/20230330_193907.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/工口本/20230330_193907.jpg -------------------------------------------------------------------------------- /SetoSkins/工口本/20230330_194239.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/工口本/20230330_194239.jpg -------------------------------------------------------------------------------- /SetoSkins/工口本/20230330_194248.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/工口本/20230330_194248.jpg -------------------------------------------------------------------------------- /SetoSkins/工口本/5f4763c0549c94ed.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/工口本/5f4763c0549c94ed.jpg -------------------------------------------------------------------------------- /SetoSkins/工口本/7月4日.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/工口本/7月4日.jpg -------------------------------------------------------------------------------- /SetoSkins/工口本/8100优化.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/工口本/8100优化.jpg -------------------------------------------------------------------------------- /SetoSkins/工口本/9月25日.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/工口本/9月25日.jpg -------------------------------------------------------------------------------- /SetoSkins/工口本/A1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/工口本/A1.jpg -------------------------------------------------------------------------------- /SetoSkins/工口本/A2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/工口本/A2.jpg -------------------------------------------------------------------------------- /SetoSkins/工口本/A3.1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/工口本/A3.1.jpg -------------------------------------------------------------------------------- /SetoSkins/工口本/A3.2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/工口本/A3.2.jpg -------------------------------------------------------------------------------- /SetoSkins/工口本/A3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/工口本/A3.jpg -------------------------------------------------------------------------------- /SetoSkins/工口本/A4.0.1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/工口本/A4.0.1.jpg -------------------------------------------------------------------------------- /SetoSkins/工口本/B4.0.0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SetoSkins/SetoSkins_Thermal/4531dacc69bde2f6716494b41a52ea163a92cba2/SetoSkins/工口本/B4.0.0.jpg -------------------------------------------------------------------------------- /SetoSkins/跳电请执行/root权限运行.sh: -------------------------------------------------------------------------------- 1 | #!/system/bin/sh 2 | 3 | #创建busybox目录,避免无命令,或者命令冲突。 4 | function install_magisk_busybox() { 5 | mkdir -p /data/adb/busybox 6 | /data/adb/magisk/busybox --install -s /data/adb/busybox 7 | chmod -R 0755 /data/adb/busybox 8 | export PATH=/data/adb/busybox:$PATH 9 | } 10 | 11 | install_magisk_busybox 2>/dev/null 12 | 13 | #重新建立MIUI云控目录 14 | function mk_thermal_folder() { 15 | resetprop -p sys.thermal.data.path /data/vendor/thermal/ 16 | resetprop -p vendor.sys.thermal.data.path /data/vendor/thermal/ 17 | chattr -R -i "/data/vendor/thermal/config" >/dev/null 2>&1 18 | chattr -R -i "/data/vendor/thermal" >/dev/null 2>&1 19 | { 20 | mkdir -p "/data/vendor/thermal/config" 21 | } 22 | mkdir -p '/data/vendor/thermal/config' 23 | chmod -R 0771 '/data/vendor/thermal' 24 | chown -R root:system '/data/vendor/thermal' 25 | touch /data/vendor/thermal/decrypt.txt 26 | chcon -R 'u:object_r:vendor_data_file:s0' '/data/vendor/thermal' 27 | } 28 | 29 | #复制温控文件 30 | function copy_thermal_conf_file() { 31 | local target="${1}" 32 | find /system /system_ext /product -iname '*thermal*.conf' -type f 2>/dev/null | sed '/.*android.*/d;/.*libthermalclient.*/d;/.*hardware.*/d' | while read file; do 33 | size="$(du -k $file | awk '{print $1}' | tr -cd '[0-9]')" 34 | details="$(cat $file 2>/dev/null | sed 's/[[:space:]]//g;s|/n||g')" 35 | if test -f "$file" -a "$size" -ge "1" -a "$details" != ""; then 36 | #test -d "${target}" && cp -rf "${file}" "${target}" 37 | continue 38 | else 39 | cat </dev/null | while read file; do 54 | size="$(du -k $file | awk '{print $1}' | tr -cd '[0-9]')" 55 | details="$(cat $file 2>/dev/null | sed 's/[[:space:]]//g;s|/n||g')" 56 | if test -f "$file" -a "$size" -ge "1" -a "$details" != ""; then 57 | echo "二进制文件 [ ${file##*/} ]无问题" 58 | else 59 | echo "真行!这玩意屏蔽了大概率要跳电!" 60 | echo "${file}" 61 | fi 62 | done 63 | } 64 | 65 | #避免冻结电量和性能 66 | function enable_miui_powerkeeper() { 67 | if test "$(pm list package | grep -w 'com.miui.powerkeeper' | wc -l)" -gt "0"; then 68 | pm enable com.miui.powerkeeper >/dev/null 2>&1 69 | pm unsuspend com.miui.powerkeeper >/dev/null 2>&1 70 | pm unhide com.miui.powerkeeper >/dev/null 2>&1 71 | pm install-existing --user 0 com.miui.powerkeeper >/dev/null 2>&1 72 | else 73 | echo "真行啊!电量和性能都让你给删了???" 74 | fi 75 | } 76 | 77 | #重新启动mi_thermald,避免重启云温控失败 78 | function restart_mi_thermald() { 79 | pkill -9 -f mi_thermald 80 | pkill -9 -f thermal-engine 81 | for i in $(which -a thermal-engine) 82 | do 83 | nohup "$i" >/dev/null 2>&1 & 84 | done 85 | for i in $(which -a mi_thermald) 86 | do 87 | nohup "$i" >/dev/null 2>&1 & 88 | done 89 | killall -15 mi_thermald 90 | for i in $(which -a mi_thermald); do 91 | nohup "$i" >/dev/null 2>&1 & 92 | done 93 | setprop ctl.restart thermal-engine 94 | setprop ctl.restart mi_thermald 95 | setprop ctl.restart thermal_manager 96 | setprop ctl.restart thermal 97 | } 98 | 99 | function call_cloud_conf_release() { 100 | pm enable com.miui.powerkeeper/com.miui.powerkeeper.cloudcontrol.CloudUpdateReceiver >/dev/null 2>&1 101 | pm enable com.miui.powerkeeper/com.miui.powerkeeper.cloudcontrol.CloudUpdateJobService >/dev/null 2>&1 102 | pm enable com.miui.powerkeeper/com.miui.powerkeeper.ui.CloudInfoActivity >/dev/null 2>&1 103 | pm enable com.miui.powerkeeper/com.miui.powerkeeper.statemachine.PowerStateMachineService >/dev/null 2>&1 104 | am broadcast --user 0 -a update_profile com.miui.powerkeeper/com.miui.powerkeeper.cloudcontrol.CloudUpdateReceiver 105 | } 106 | 107 | install_magisk_busybox 108 | check_thermal_control_file 109 | enable_miui_powerkeeper 110 | call_cloud_conf_release 111 | mk_thermal_folder 112 | copy_thermal_conf_file "/data/vendor/thermal/config" 113 | restart_mi_thermald 114 | echo "如果没有错误显示那你先用一段时间看看还有没有出现跳电情况 并且记得打开配置里面的跳电修复模式" 115 | -------------------------------------------------------------------------------- /SetoSkins/配置.prop: -------------------------------------------------------------------------------- 1 | # 捐赠10元进入调色版徕卡相机群(完美移植13U调色) 2 | # 重启1次保存选项 不行就在重启一遍 3 | # 支持Pandora内核(别动模块的任何文件) 4 | # 空的选项默认为false 充电阶梯无法去除 5 | 6 | 简洁版配置=false 7 | # true为开启,false为关闭。 8 | # 记得切换完成后把配置弄成false。 9 | 10 | 模块简介显示充电信息=false 11 | # true为开启,false为关闭。 12 | # Magisk里显示电流、电量等充电信息,可能耗一丢丢电。 13 | 14 | 开启充电Log=true 15 | # true为开启,false为关闭。 16 | # 由C++编写的低功耗充电Log,可在模块根目录查看Log。 17 | 18 | 温控空文件挂载= 19 | # true为开启,默认为空(false)。 20 | # 温控去的更干净一点,非必要可不启用此选项。 21 | # 如果碰见温控去不掉或者降亮度的情况,可开启此选项。 22 | 23 | 快充模式= 24 | # true为开启,默认为空。 25 | # 这个功能会伪装电池温度以欺骗系统,会导致充电控制全部失效,电池会在高温状态下持续大功率充电,可能会造成电池寿命衰减、鼓包甚至起火!请在理解了此功能的危险性后再决定是否开启! 26 | #部分机型可能会导致开启此选项温度一直为0或者不生效 说明不支持此选项 27 | 28 | 还原性能模式温控=false 29 | # true为开启,false为关闭。 30 | # 仅还原系统原有的性能模式的温控。 31 | 32 | 均衡式性能温控=false 33 | # true为开启,false为关闭。 34 | # 把游戏中均衡模式的温控改成性能模式的原有温控,性能模式则无温控。 35 | 36 | 跳电修复模式=false 37 | # true为开启,false为关闭 38 | # 小米手机如果遇见跳电,请尝试填入true以规避跳电。 39 | # 此选项开启后,必须关闭温控空文件挂载! 40 | 41 | # ———————————— 42 | 开启修改电流数=false 43 | 最大电流数=5000000 44 | # 22A=22000mA=22000000 45 | # 如果需要22A(22000mA)电流上限,请填入22000000。可类比此换算填入其他数值。 46 | # 该数值实际大小取决于你的设备支持上限,并不能凭空拉高最大电流。 47 | # ———————————— 48 | # 调速可能会增加一丢丢功耗 49 | # ———————————— 50 | # 到达温度阀值自动限制电流。 51 | 开启充电调速=false 52 | 一限温度阈值= 53 | 一限限制电流= 54 | 二限温度阈值= 55 | 二限限制电流= 56 | 三限温度阈值= 57 | 三限限制电流= 58 | 延迟温度阈值= 59 | # 填48度以下的温度 别带小数点 60 | # true为开启,默认为false 61 | # 22A=22000mA=22000000 62 | # 达温调速和电量阈值(自定义阶梯)、修改电流数不能同时开启。 63 | # 一限温度应低于二限温度。 64 | # 温度阈值请填入摄氏度,不要带“℃”在内的任何符号。如:40。 65 | # 为了防止电流卡在限制电流,需要设置延迟温度阈值。单位为秒,建议大于5,如果觉得电流更改不及时可以适当调小。 66 | # ———————————— 67 | 68 | # ———————————— 69 | # 到达电量阀值自动限制电流。 70 | 自定义阶梯模式=false 71 | 一限电量阈值= 72 | 一限电量限制电流= 73 | 二限电量阈值= 74 | 二限电量限制电流= 75 | 三限电量阈值= 76 | 三限电量限制电流= 77 | # true为开启,默认为false。 78 | # 22A=22000mA=22000000 79 | # 达温调速和电量阈值(自定义阶梯)、修改电流数不能同时开启。 80 | # 一限温度应低于二限温度。 81 | # 电量阈值请填入电量百分比,不要带“%”在内的任何符号。如:80。 82 | # ———————————— 83 | 84 | # ———————————— 85 | # 亮屏息屏调速 86 | 亮息屏调速=false 87 | 亮屏限制电流= 88 | 息屏限制电流= 89 | # true为开启,默认为false。 90 | # 22A=22000mA=22000000 91 | # 不能和其他调速或快充一起开 92 | # ———————————— 93 | 94 | # ———————————— 95 | # 自定义应用进行限流 96 | # 配置在模块根目录黑名单.prop 97 | 分应用调速= 98 | # ———————————— 99 | 100 | # ———————————— 101 | #定量停冲Pro 102 | 当电流低于阈值执行停充=false 103 | 电量多少检测阈值=100 104 | 电流阈值=1000000 105 | 降低到多少电量恢复充电=95 106 | # true为开启,默认为false。 107 | # 电量阈值请填入电量百分比,不要带“%”在内的任何符号。如:80。 108 | # 22A=22000mA=22000000 109 | # 如果你开启了达温调速或电量阈值,并设置了过大的限制电流,就相当于是定量停冲 110 | # ———————————— 111 | 112 | # 其他功能 113 | 关闭录制温控=true 114 | 115 | 关闭相机温控=true 116 | # true为开启,以上均默认为true。 117 | 118 | 全局高刷(和dfps冲突)=false 119 | # 移除MIUI的动态帧率限制。默认为false。 120 | 121 | 关闭logd= 122 | # 关闭logd以降低耗电,不过这点耗电甚至没有你随便划一下返回键来的多。 123 | # ———————————— 124 | 125 | # ———————————— 126 | # MIUI专区 127 | 关闭millet= 128 | # MIUI的一个墓碑机制,可以减少应用不必要的后台活动。能略微延长续航,并减少游戏时小核繁忙导致的掉帧。默认为空。 129 | 130 | 关闭锁游戏分辨率(记得游戏加速选高质量)=true 131 | # 关闭小米的游戏锁分辨率。默认为true。 132 | 133 | 修复nfc= 134 | # 修复某些Magisk模块在MIUI14中产生的NFC消失问题。默认为空。 135 | 136 | 关闭miui更新= 137 | # 禁止MIUI检查更新。默认为空。 138 | 139 | 加快部分游戏启动速度=true 140 | # 部分机型系统不支持,默认true。 141 | 142 | # ———————————— 143 | # 作者菜卡@SetoSkins 感谢@shadow3 @SummerSK @nakixii @柚稚的孩纸 @向晚今天吃了咩 @灵聚丶神生 @代号10007 @星苒鸭 144 | # ———————————— 145 | # 捐赠名单:@Hatsune miku @大西北男孩 @水墨画 @凡梦 @彼岸 @ㅤㅤ @包子 @今天吃派蒙吗 @暮虽无意逐星 @ZyaIre @村雨 @ @恒星不会玩root @Moore本墨 @grandpaben @ChangX256 @Porcupine @菠蘿 @睡觉觉 @春 @Exile 146 | # ———————————— --------------------------------------------------------------------------------