How to Fix the Weather App Crash After your Evasi0n Jailbreak

Pod2g has posted detailed instructions on how to fix the crashing Weather app issue caused by the latest evasi0n iOS 6.1 jailbreak, which causes com.apple.mobile.installation.plist to malfunction. Below are instructions on how to fix this yourself, if you’re an advanced user. Pod2g recommends making a backup before attempting this:
If you are a power-user, and want to fix the situation already, here is a script that forces a rebuild of com.apple.mobile.installation.plist :
#!/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.installdwhile [ ! -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
donesleep 10
chmod +x /usr/libexec/mobile_installation_proxy
sync
reboot
If you’re saying “that’s all Greek to me” right about now, don’t worry. A fix for the weather app will soon make its way into Cydia.
Yesterday we posted a fix for the time zone issue, along with other recent bugs users have encountered with the evasi0n iOS 6.1 jailbreak, which has been downloaded over 1.7 million times.
Want to see more of our stories on Google?
P.S. Want to keep this site truly independent? Support us by buying us a beer, treating us to a coffee, or shopping through Amazon here. Links in this post are affiliate links, so we earn a tiny commission at no charge to you. Thanks for supporting independent Canadian media!
If only I knew how to run a script….
+1
Get terminal save this file under the .sh extension and run it like a normal command.
They need to update their Jailbreak to include all these fixes. Yeesh!
Hope this post (or another) posts an update for when the weather app gets a fix.
There is now an update on Cydia that will fix the weather issues.
is anyone having the same crash problem with instagram after the JB?
my iphone 4S weather app is fine… its my iphone 4 weather app that has the problem… any suggestions on how to fix this?