How To Fix Evasi0n iOS 6 Jailbreak Weather App Bug
By Chris Lowthian On 5 February 2013 In Mobile and Tablets
The Evasi0n iOS 6 Jailbreak has been one of the most downloaded Jailbreaks of all time and in my opinion the most stable too. There has only been one major bug reported in the initial release of the Evasi0n iOS 6 Jailbreak, but this can be fixed by following the simple steps below.
The Evasi0n Jailbreak Bug makes the Stock Weather App Crash on iPhone, on the iPad it actually unhides the Weather App (not usually included as standard on iPads) but it still crashes.

Evasi0n iOS 6 Jailbreak Weather App Bug Fix:
- Load Cydia and and install OpenSSH and Mobile Terminal to your iOS Device.
- With both the above packages installed run the Terminal App enter the following then press enter:
|
1 |
su root |
- You will then be asked to enter your password, if you haven’t changed it the default password is “alpine” without quotes.
- Next copy and paste the following code into Terminal and press enter:
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
#!/bin/bash chmod -x /usr/libexec/mobile_installation_proxy killall -9 mobile_installation_proxy rm /var/mobile/Library/Caches/com.apple.mobile.installation.plist /var/mobile/Library/Caches/com.apple.LaunchServices-045.csstore launchctl stop com.apple.mobile.installd launchctl start com.apple.mobile.installd while [ ! -f /var/mobile/Library/Caches/com.apple.mobile.installation.plist ]; do sleep 1 done while [ ! -f /var/mobile/Library/Caches/com.apple.LaunchServices-045.csstore ]; do sleep 1 done sleep 10 chmod +x /usr/libexec/mobile_installation_proxy sync reboot |
- After the step above your device should reboot itself and the Evasi0n Jailbreak Weather Bug has been fixed.
If you have any questions or comments relating to this article or the Evasi0n Jailbreak Weather Bug please post them below in the comments section.