原文地址: http://www.inanu.net/post/314.html
iOS 5.0.1 亲测
永久恢复联通 iPhone4 的 YouTube
在有 G.F.W. “保护”下的天朝网络,联通竟然还阉割掉了 iPhone4 的 Youtube 应用,真是断子绝孙啊!不甘心,一定要把 Youtube 找回来!
在网上看了很关于恢复联通 iPhone4 YouTube 的方法,总结下大致就 2 种方法:
1. 利用SBSettings恢复;(我测试是没有效果的)
2. 在 Safari 上访问 m.youtube.com 之后挂个主屏幕的标签;(图标太恶心)
下面终极恢复方法来了:
- 该方法只适用于联通 iPhone4;
- iPhone4 必须已经越狱,如果不想越狱的,请使用上面的方法 2;
- 该方法适用于所有的 iOS 固件版本;
1. 将 iPhone4 连接至 i-Funbox,并进入到 //Applications/YouTube.app 目录;
2. 将目录中的 Info.plist 文件复制到你的电脑上(做个备份,以防万一);
3. 将下面的代码复制粘贴到一个文件中,并命名为 Info.plist;
4. 将新建的 Info.plist 复制到 iPhone4 中的 YouTube.app 目录,覆盖原文件;
5. 重启 iPhone4;
HOHO! 熟悉的 YouTube 图标回来啦!
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0" converted_by="i-funbox.com">
<dict>
<key>DTXcode</key>
<string>0324</string>
<key>DTSDKName</key>
<string>iphoneos4.1.internal</string>
<key>CFBundleName</key>
<string>YouTube</string>
<key>UIApplicationExitsOnSuspend</key>
<true />
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<key>DTPlatformName</key>
<string>iphoneos</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>iPhoneOS</string>
</array>
<key>SBUsesNetwork</key>
<integer>3</integer>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleExecutable</key>
<string>YouTube</string>
<key>DTCompiler</key>
<string>4.2</string>
<key>SBMatchingApplicationGenres</key>
<array>
<string>Entertainment</string>
<string>Social Networking</string>
</array>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLName</key>
<string>YouTube Internal URL</string>
<key>CFBundleURLSchemes</key>
<array>
<string>youtube</string>
</array>
</dict>
</array>
<key>CFBundleIdentifier</key>
<string>com.apple.youtube</string>
<key>CFBundleResourceSpecification</key>
<string>ResourceRules.plist</string>
<key>DTPlatformVersion</key>
<string>4.1 GM</string>
<key>CFBundleIconFiles</key>
<array>
<string>icon-72.png</string>
<string>icon.png</string>
<string>icon@2x.png</string>
</array>
<key>CFBundleDisplayName</key>
<string>YouTube</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleDisplayName</key>
<string>YouTube</string>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>MinimumOSVersion</key>
<string>4.1</string>
<key>UIDeviceFamily</key>
<array>
<integer>1</integer>
<integer>2</integer>
</array>
</dict>
</plist>
posted on 2012-01-17 10:43
Robin's Programming World 阅读(2119)
评论(2) 编辑 收藏 所属分类:
其它