iphone删除自动更新的系统

1、利用 etc/host 文件屏蔽 Apple 更新服务器用电脑 iTools 或者手机 iFile 打开 etc/host 文件,添加:127.0.0.1 mesu.apple.com到文件中。
2、修改 LaunchDaemons 的 OTA 配置文件用 iFile 或者 iTools 等文件管理器 改名(建议)或删除(不建议)/System/Library/LaunchDaemons下的egcom.apple.mobile.softwareupdated.plist -- OTA升级,不需要自动更新系统功能的,可安全改名或删除.com.apple.OTATaskingAgent.plist -- 通知系统进行ota升级

3、删除已经下载到设备的升级包删除已经在/var/mobile/Library/Assets/com_apple_MobileAsset_SoftwareUpdate目录下的OTA下载临时固件包

上一篇:Spring Data Redis 2.x 中 RedisConfiguration 类的新编写方法


下一篇:Java eclipse下 Ant build.xml实例详解 附完整项目源码