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

Feb 5, 2013 08:53 PM
Article cover image

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.

  • 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.

634956723565796944.jpg

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 updated Apple Intelligence capabilities, new wallpapers, and enhancements to Calculator, PDF cropping, and Live Voicemail, among other useful features. Find out what's new and changed on your iPhone with the iOS 18.3 update.

Related Articles

Comments

No Comments Exist

Be the first, drop a comment!