Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

utahman130

macrumors 65816
Original poster
Jun 7, 2012
1,043
132
I have an iPhone 5, running 6.1, jailbroken. I have tried to fix the weather app by installing the UIKitTools 1.1.7 package, and by trying to manually fix it in mobile terminal by pasting this code after typing "su root" and my password.
Code:
#!/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
What should I do?
 
mines doing the same thing, but it was working before I did a few updates to the mobilesubstrate (I guess there was 2 of them, 1 update broke something, and upgrade #2 fixed the issue) don't know if that would be the cause of this problem though.


What tweaks and such do you have installed?
 
Remove Appsync and stop stealing apps. Weather.app will magically start working.
 
I added that repo but I couldn't find the tweak when I searched. Any help?

It should be there, did you let the source fully load? It's under I, titled "iOS 6 Weather App Fix"

----------

Remove Appsync and stop stealing apps. Weather.app will magically start working.

I actually didn't have appsync installed and it didn't work. I did buy Auxo this morning, but I doubt that caused the issue.
 
It should be there, did you let the source fully load? It's under I, titled "iOS 6 Weather App Fix"

----------



I actually didn't have appsync installed and it didn't work. I did buy Auxo this morning, but I doubt that caused the issue.

dohhh I was looking under the "general settings" not specifically under that repo lol thanks for the info, just installed it and now my weather app works!!!
 
thanks for the repo link! don't know why this wasn't included in the cydia evasion update? My weather app is finally back running after crashing everytime since evasion launch
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.