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

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?

Add iPhone in Canada as a Preferred Source 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!

Subscribe
Notify of
guest
8 Comments
Oldest
Newest Most Voted
yearoftherat
yearoftherat
13 years ago

If only I knew how to run a script….

1His_Nibs1
1His_Nibs1
Reply to  yearoftherat
13 years ago

+1

Zirak
Zirak
13 years ago

Get terminal save this file under the .sh extension and run it like a normal command.

Anon
Anon
13 years ago

They need to update their Jailbreak to include all these fixes. Yeesh!

1His_Nibs1
1His_Nibs1
13 years ago

Hope this post (or another) posts an update for when the weather app gets a fix.

yearoftherat
yearoftherat
13 years ago

There is now an update on Cydia that will fix the weather issues.

wnn
wnn
13 years ago

is anyone having the same crash problem with instagram after the JB?

MReedy02
MReedy02
13 years ago

my iphone 4S weather app is fine… its my iphone 4 weather app that has the problem… any suggestions on how to fix this?

8
0
Would love your thoughts, please comment.x
()
x