thermalmonitordDisabler⏳️工具
引言:一款用于禁用 ThermalMonitord 的工具,以防止 iOS 设备过热时出现节流和屏幕变暗的情况。您还可以使用此工具禁用 OTA 和 UsageTrackingAgent。
🌍️禁用 thermalmonitord(温控),防止设备过热时节流和屏幕变暗、禁用 OTA (系统更新)和 UsageTrackingAgent(用户日志)。适用于从🌍️ iOS 15.7(可能)到 iOS 18.2 Beta 2 的所有版本。在设备上可能无法完全禁用热节流。
此工具,🗺️关闭查找【设置 -> Apple ID -> 查找,点击“查找我的iPhone”选项,选择关闭】;
禁用 thermalmonitord (温控) 后,iPhone 电池将在“设置”中显示为未知部件/未经验证。
🔊github
📥️下载代码
大概思路就是 安装🗃️Python环境,然后新建.env虚拟环境🔏,进入虚拟环境安装所需模块📦️
python3 -m venv .env # only needed once
# macOS/Linux: source .env/bin/activate
# Windows: ".env/Scripts/activate.bat"
pip3 install -r requirements.txt --ignore-requires-python # only needed once
python3 gui_app.py