原文地址: http://www.inanu.net/post/314.html
iOS 5.0.1 親測
永久恢復聯通 iPhone4 的 YouTube
作者: Nanu 日期: 2011-05-18
在有 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>
<!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>