How To: Did the Evasi0n Jailbreak Cause Your Weather App to Stop Working? Here's How to Fix It

Did the Evasi0n Jailbreak Cause Your Weather App to Stop Working? Here's How to Fix It

Yesterday, the much anticipated iOS 6.1 jailbreak was released. With the wide array of Cydia apps that are newly available to jailbroken iPhones came an unpleasant surprise—evasi0n causes the built-in iOS Weather app to crash over and over.

There will more than likely be a fix on Cydia soon, but if you don't want to wait for it, here's how to fix it yourself. You'll need to have Open SSH and MobileTerminal installed from the Cydia Store.

Image via funkyspacemonkey.com
  • Launch MobileTerminal and type "su root" (without the quotation marks), then hit Enter
  • Enter your password (if you haven't changed it, it will be "alpine")

Then...

Enter the Following Script:

#!/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

Finished

Alternatively, you can grab the script above here. Once your device reboots, the app should work normally.

Did your Weather app crash after jailbreaking? Let us know in the comments if this fix works for you.

Just updated your iPhone? You'll find new emoji, enhanced security, podcast transcripts, Apple Cash virtual numbers, and other useful features. There are even new additions hidden within Safari. Find out what's new and changed on your iPhone with the iOS 17.4 update.

2 Comments

Thanks a bunch! It worked like a charm!

Share Your Thoughts

  • Hot
  • Latest