首页 > 学院 > 手机教程 > 正文

iOS8完美越狱后删除无用的原生软件教程

2024-06-12 09:45:15
字体:
来源:转载
供稿:网友

  此教程精简内容包含:

  一:删除自带程序
对象包括{【提示】【股票】【iBook】【播客】}

二:删除设置菜单中残留
对象包括{【Twitter】 【Facebook】 【Flickr】 【Vimeo】【新浪微博】【腾讯微博】【Nike+ipod】}

三:删除访问限制中残留
对象包括{【iBook】【播客】【Twitter】【Facebook】【新浪微博】【腾讯微博】}

四:精简 “隐私” 中的微博等残留
对象包括{【Twitter】【Facebook】【新浪微博】【腾讯微博】}

五:精简声音设置目录
对象包括{【推特】【Facebook】}

  以下教程,网友们请选择性接受,选择性删除,并做好备份工作。

  1.删除软件更新:



打开/applications/PReferences.app/里面的General.plist文件

删除下面语段

<dict>
<key>cell</key>
<string>PSLinkCell</string>
<key>cellClass</key>
<string>PSBadgedTableCell</string>
<key>detail</key>
<string>SoftwareUpdatePrefController</string>
<key>id</key>
<string>SOFTWARE_UPDATE_LINK</string>
<key>label</key>
<string>SOFTWARE_UPDATE</string>
</dict>



2.删除抹掉所有内容和设置



打开/Applications/Preferences.app/里面的reset.plist文件

删除下面语段

<dict>
<key>cell</key>
<string>PSButtonCell</string>
<key>confirmation</key>
<dict>
<key>cancelTitle</key>
<string>RESET_CONFIRMATION_CANCEL</string>
<key>okTitle</key>
<string>ERASE_CONFIRMATION_ALERT_ACCEPT</string>
</dict>
<key>confirmationAction</key>
<string>confirmationSpecifierConfirmed:</string>
<key>customControllerClass</key>
<string>DevicePINController</string>
<key>id</key>
<string>fullErase</string>
<key>isDestructive</key>
<true/>
<key>label</key>
<string>ERASE_LABEL</string>
<key>mode</key>
<integer>3</integer>
<key>pane</key>
<string>DevicePINPane</string>
</dict>


解决iBook 播客的菜单残留



解决方法:打开盘古—小工具—重建程序列表


删除 天气



有网友反映残留无法解决,目前不完美,不再提供方法

删除天气后残留: 隐私->定位服务->Weather.framework


1.首先要关闭“定位”的系统启动项


打开路径:/Library/LaunchDaemons/
将 com.apple.locationd.plist 重命名为 com.apple.locationd.plist_ (末尾加了一下划线)


2.重启手机(必须的)


3.打开:/var/root/Library/Caches/locationd/clients.plist


删除以下代码:


<key>com.apple.locationd.bundle-/System/Library/PrivateFrameworks/Weather.framework</key>
<dict>
<key>Authorization</key>
<integer>4</integer>
<key>AuthorizationUpgradeAvailable</key>
<false/>
<key>BundlePath</key>
<string>/System/Library/PrivateFrameworks/Weather.framework</string>
<key>Executable</key>
<string></string>
<key>LocationTimeStopped</key>
<real>436716976.07795</real>
<key>Registered</key>
<string></string>
<key>SupportedAuthorizationMask</key>
<integer>5</integer>
<key>TrialPeriodBegin</key>
<real>436715108.09412801</real>
<key>TrialPeriodNeedsReprompt</key>
<true/>
<key>Whitelisted</key>
<false/>
</dict>

4.把 /Library/LaunchDaemons/com.apple.locationd.plist_ 名字改回去(去掉下划线)
5.重启手机,OK。

  以下教程,网友们请选择性接受,选择性删除,并做好备份工作。免得删除后后悔。

一:删除自带程序



每个路径代表一个程序,全部操作完毕后,重启一次。


【删除提示】

/Applications/Tips.app
/Library/LaunchDaemons/com.apple.tips.plist
/System/Library/accessibilityBundles/Tips.axbundle
/System/Library/PrivateFrameworks/Tips.framework
/User/Library/Preferences/com.apple.tiPSD.plist
/etc/asl/com.apple.tips
/etc/asl/com.apple.tipsd
/private/etc/asl/com.apple.tips
/private/etc/asl/com.apple.tipsd
/private/var/mobile/Library/Preferences/com.apple.tipsd.plist
/usr/libexec/tipsd

/var/mobile/Library/Caches/com.apple.IconsCache/
保留__system_version_info__    其他全部删除

【删除股票】


/Applications/Stocks.app
/System/Library/WeeAppPlugins/StocksWeeApp.bundle
/System/Library/AccessibilityBundles/Stocks-Assistant.axbundle
/System/Library/AccessibilityBundles/Stocks.axbundle
/System/Library/AccessibilityBundles/StocksFramework.axbundle
/System/Library/AccessibilityBundles/StocksWeeApp.axbundle
/System/Library/Assistant/Plugins/Stocks.assistantBundle
/System/Library/Assistant/UIPlugins/Stocks.siriUIBundle
/System/Library/PrivateFrameworks/Stocks.framework

【删除iBook】


/Applications/iBooks.app
/Applications/Setup.app/AppleIDiBooks@2x.png
/Library/Frameworks/AEBookPlugins.framework


【删除播客】

/Applications/Podcasts.app
/System/Library/AccessibilityBundles/Podcasts.axbundle
/System/Library/Assistant/Plugins/Podcasts.assistantBundle
/private/var/mobile/Library/SpringBoard/PushStore/com.apple.podcasts.pushstore



二:删除设置菜单中残留



首先打开/Applications/Preferences.app/Settings.plist删除下面语段


【Twitter】


<dict>
<key>bundle</key>
<string>TwitterSettings</string>
<key>cell</key>
<string>PSLinkCell</string>
<key>iconCache</key>
<string>Twitter</string>
<key>isController</key>
<true/>
<key>keyWords</key>
<array>
<string>Social</string>
<string>Tweet</string>
</array>
<key>label</key>
<string>TWITTER</string>
</dict>

【Facebook】


<dict>
<key>bundle</key>
<string>FacebookSettings</string>
<key>cell</key>
<string>PSLinkCell</string>
<key>iconCache</key>
<string>FacebookSettings</string>
<key>isController</key>
<true/>
<key>keywords</key>
<array>
<string>Social</string>
</array>
<key>label</key>
<string>FACEBOOK</string>
</dict>

【Flickr】


<dict>
<key>bundle</key>
<string>FlickrSettings</string>
<key>cell</key>
<string>PSLinkCell</string>
<key>iconCache</key>
<string>FlickrSettings</string>
<key>isController</key>
<true/>
<key>keywords</key>
<array>
<string>Social</string>
<string>Photos</string>
</array>
<key>label</key>
<string>FLICKR</string>
</dict>


【Vimeo】


<dict>
<key>bundle</key>
<string>VimeoSettings</string>
<key>cell</key>
<string>PSLinkCell</string>
<key>iconCache</key>
<string>VimeoSettings</string>
<key>isController</key>
<true/>
<key>keywords</key>
<array>
<string>Social</string>
<string>Videos</string>
</array>
<key>label</key>
<string>VIMEO</string>
</dict>

【新浪微博】


<dict>
<key>bundle</key>
<string>WeiboSettings</string>
<key>cell</key>
<string>PSLinkCell</string>
<key>iconCache</key>
<string>Weibo</string>
<key>isController</key>
<true/>
<key>keywords</key>
<array>
<string>Social</string>
</array>
<key>label</key>
<string>WEIBO</string>
</dict>

【腾讯微博】


<dict>
<key>bundle</key>
<string>TencentWeiboSettings</string>
<key>cell</key>
<string>PSLinkCell</string>
<key>iconCache</key>
<string>TencentWeiboSettings</string>
<key>isController</key>
<true/>
<key>keywords</key>
<array>
<string>Social</string>
</array>
<key>label</key>
<string>TENCENT_WEIBO</string>
</dict>

【Nike+iPod】


<dict>
<key>bundle</key>
<string>VictoriaSettings</string>
<key>cell</key>
<string>PSLinkCell</string>
<key>iconCache</key>
<string>Victoria</string>
<key>id</key>
<string>victoria</string>
<key>isController</key>
<true/>
<key>label</key>
<string>NIKE_PLUS_IPOD</string>
<key>requiredCapabilities</key>
<array>
<string>nike-ipod</string>
</array>
</dict>

继续打开/Applications/Preferences.app/Settings-Simulator.plist


删除下面语段


【Twitter】


<dict>
<key>bundle</key>
<string>TwitterSettings</string>
<key>cell</key>
<string>PSLinkCell</string>
<key>iconCache</key>
<string>Twitter</string>
<key>isController</key>
<true/>
<key>label</key>
<string>TWITTER</string>
</dict>


【Facebook】


<dict>
<key>bundle</key>
<string>FacebookSettings</string>
<key>cell</key>
<string>PSLinkCell</string>
<key>iconCache</key>
<string>FacebookSettings</string>
<key>isController</key>
<true/>
<key>label</key>
<string>FACEBOOK</string>
</dict>

【Flickr】

<dict>
<key>bundle</key>
<string>FlickrSettings</string>
<key>cell</key>
<string>PSLinkCell</string>
<key>iconCache</key>
<string>FlickrSettings</string>
<key>isController</key>
<true/>
<key>label</key>
<string>FLICKR</string>
</dict>


【Vimeo】


<dict>
<key>bundle</key>
<string>VimeoSettings</string>
<key>cell</key>
<string>PSLinkCell</string>
<key>iconCache</key>
<string>VimeoSettings</string>
<key>isController</key>
<true/>
<key>label</key>
<string>VIMEO</string>
</dict>


【新浪微博】


<dict>
<key>bundle</key>
<string>WeiboSettings</string>
<key>cell</key>
<string>PSLinkCell</string>
<key>iconCache</key>
<string>Weibo</string>
<key>isController</key>
<true/>
<key>label</key>
<string>WEIBO</string>
</dict>


【腾讯微博】


<dict>
<key>bundle</key>
<string>TencentWeiboSettings</string>
<key>cell</key>
<string>PSLinkCell</string>
<key>iconCache</key>
<string>TencentWeiboSettings</string>
<key>isController</key>
<true/>
<key>label</key>
<string>TENCENT_WEIBO</string>
</dict>

三:删除访问限制中残留



打开 /Applications/Preferences.app/Restrictions.plist
删除下面语段


【iBook】

<dict>
<key>MCFeature</key>
<string>allowBookstore</string>
<key>MCFeatureIsBool</key>
<true/>
<key>appIDForLazyIcon</key>
<string>com.apple.iBooks</string>
<key>cell</key>
<string>PSSwitchCell</string>
<key>cellClass</key>
<string>SyncIconCell</string>
<key>dontUnloadLazyIcon</key>
<true/>
<key>get</key>
<string>featureValue:</string>
<key>label</key>
<string>IBOOKS</string>
<key>set</key>
<string>setFeatureValue:specifier:</string>
<key>useLazyIcons</key>
<true/>
</dict>


【播客】

<dict>
<key>MCFeature</key>
<string>allowPodcasts</string>
<key>MCFeatureIsBool</key>
<true/>
<key>appIDForLazyIcon</key>
<string>com.apple.podcasts</string>
<key>cell</key>
<string>PSSwitchCell</string>
<key>cellClass</key>
<string>SyncIconCell</string>
<key>dontUnloadLazyIcon</key>
<true/>
<key>get</key>
<string>featureValue:</string>
<key>id</key>
<string>PODCASTS</string>
<key>set</key>
<string>setFeatureValue:specifier:</string>
<key>useLazyIcons</key>
<true/>
</dict>


【Twitter】


<dict>
<key>cell</key>
<string>PSLinkListCell</string>
<key>cellClass</key>
<string>AllowChangesCell</string>
<key>detail</key>
<string>AllowTCCRestrictionsController</string>
<key>get</key>
<string>capabilityEnabled:</string>
<key>label</key>
<string>TWITTER</string>
<key>set</key>
<string>setCapabilityEnabled:specifier:</string>
<key>shortTitles</key>
<array>
<string>ALLOW_DETAIL</string>
<string>DISALLOW_DETAIL</string>
</array>
<key>validTitles</key>
<array>
<string>ALLOW_CHANGES_VALUE</string>
<string>DONT_ALLOW_CHANGES_VALUE</string>
</array>
<key>validValues</key>
<array>
<true/>
<false/>
</array>
</dict>


【Facebook】


<dict>
<key>cell</key>
<string>PSLinkListCell</string>
<key>cellClass</key>
<string>AllowChangesCell</string>
<key>detail</key>
<string>AllowTCCRestrictionsController</string>
<key>get</key>
<string>capabilityEnabled:</string>
<key>label</key>
<string>FACEBOOK</string>
<key>set</key>
<string>setCapabilityEnabled:specifier:</string>
<key>shortTitles</key>
<array>
<string>ALLOW_DETAIL</string>
<string>DISALLOW_DETAIL</string>
</array>
<key>validTitles</key>
<array>
<string>ALLOW_CHANGES_VALUE</string>
<string>DONT_ALLOW_CHANGES_VALUE</string>
</array>
<key>validValues</key>
<array>
<true/>
<false/>
</array>
</dict>


【新浪微博】


<dict>
<key>cell</key>
<string>PSLinkListCell</string>
<key>cellClass</key>
<string>AllowChangesCell</string>
<key>detail</key>
<string>AllowTCCRestrictionsController</string>
<key>get</key>
<string>capabilityEnabled:</string>
<key>label</key>
<string>SINAWEIBO</string>
<key>set</key>
<string>setCapabilityEnabled:specifier:</string>
<key>shortTitles</key>
<array>
<string>ALLOW_DETAIL</string>
<string>DISALLOW_DETAIL</string>
</array>
<key>validTitles</key>
<array>
<string>ALLOW_CHANGES_VALUE</string>
<string>DONT_ALLOW_CHANGES_VALUE</string>
</array>
<key>validValues</key>
<array>
<true/>
<false/>
</array>
</dict>


【腾讯微博】


<dict>
<key>cell</key>
<string>PSLinkListCell</string>
<key>cellClass</key>
<string>AllowChangesCell</string>
<key>detail</key>
<string>AllowTCCRestrictionsController</string>
<key>get</key>
<string>capabilityEnabled:</string>
<key>label</key>
<string>TENCENTWEIBO</string>
<key>set</key>
<string>setCapabilityEnabled:specifier:</string>
<key>shortTitles</key>
<array>
<string>ALLOW_DETAIL</string>
<string>DISALLOW_DETAIL</string>
</array>
<key>validTitles</key>
<array>
<string>ALLOW_CHANGES_VALUE</string>
<string>DONT_ALLOW_CHANGES_VALUE</string>
</array>
<key>validValues</key>
<array>
<true/>
<false/>
</array>
</dict>


四:精简 “隐私” 中的微博等残留



打开/Applications/Preferences.app/Privacy.plist
每一个设置对应下面这一段语句,想删哪个设置,就删掉哪一段

【Twitter】


<dict>
<key>cell</key>
<string>PSLinkCell</string>
<key>detail</key>
<string>TCCAccessController</string>
<key>icon</key>
<string>Twitter</string>
<key>label</key>
<string>TWITTER</string>
</dict>


【Facebook】


<dict>
<key>cell</key>
<string>PSLinkCell</string>
<key>detail</key>
<string>TCCAccessController</string>
<key>icon</key>
<string>FacebookSettings</string>
<key>label</key>
<string>FACEBOOK</string>
</dict>


【新浪微博】


<dict>
<key>cell</key>
<string>PSLinkCell</string>
<key>detail</key>
<string>TCCAccessController</string>
<key>icon</key>
<string>Weibo</string>
<key>label</key>
<string>SINAWEIBO</string>
</dict>


【腾讯微博】


<dict>
<key>cell</key>
<string>PSLinkCell</string>
<key>detail</key>
<string>TCCAccessController</string>
<key>icon</key>
<string>TencentWeiboSettings</string>
<key>label</key>
<string>TENCENTWEIBO</string>
</dict>


五:精简声音设置目录



打开/Applications/Preferences.app/Sounds.plist


删除下面字段


【推特】


<dict>
<key>alertType</key>
<string>TLAlertTypeSentTweet</string>
<key>cell</key>
<string>PSLinkListCell</string>
<key>detail</key>
<string>ToneController</string>
<key>get</key>
<string>detailTextForToneWithSpecifier:</string>
<key>label</key>
<string>SENT_TWEET</string>
</dict>


【Facebook】


<dict>
<key>alertType</key>
<string>TLAlertTypeFacebookPost</string>
<key>cell</key>
<string>PSLinkListCell</string>
<key>detail</key>
<string>ToneController</string>
<key>get</key>
<string>detailTextForToneWithSpecifier:</string>
<key>label</key>
<string>FACEBOOK_POST</string>
</dict>

  温馨提示:以上教程有风险,玩机之前请先备份。如果实现想测试一下是否有用,小编建议大家先拿【iBook】和【播客】这两个软件练手,因为,即使把它们删除了,用户还是可以再从App Store中进行下载。


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表

图片精选