Here is how i fixed mine, just a few minutes ago. (That last cydia update for Jailbreak pkg didn´t fixed the weather app, it might come on a 2nd upgrade), in the meantime you can follow this steps, basically remove Appsync Libs, reboot, regenerate plist file that was damaged by Jailbreak-Appsync and reboot to take effect.
- Remove Appsync Lib 5.1+ from Cydia, this pkg usally comes as a dependency for Vshare or other App like that
. Open Cydia
. Search
. Type Appsync and remove the one that has a green thick on the side (That might remove also the associated App that is dependant too, normally Vshare, Installous (RIP) or other alike
. Remove it
- Reboot
- Log to your phone via SSH, we´ll need a console for next step (install OpenSSH: default user-pass: root/alpine)
*Kudos to the author of this 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
reboot
- After that last reboot your weather app should be functional again.
Cheers,
Alex.
Here is how i fixed mine, just a few minutes ago. (That last cydia update for Jailbreak pkg didn´t fixed the weather app, it might come on a 2nd upgrade), in the meantime you can follow this steps, basically remove Appsync Libs, reboot, regenerate plist file that was damaged by Jailbreak-Appsync and reboot to take effect.
- Remove Appsync Lib 5.1+ from Cydia, this pkg usally comes as a dependency for Vshare or other App like that
. Open Cydia
. Search
. Type Appsync and remove the one that has a green thick on the side (That might remove also the associated App that is dependant too, normally Vshare, Installous (RIP) or other alike
. Remove it
- Reboot
- Log to your phone via SSH, we´ll need a console for next step (install OpenSSH: default user-pass: root/alpine)
*Kudos to the author of this 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
reboot
- After that last reboot your weather app should be functional again.
Cheers,
Alex.
Even after the update the weather app still crashes.
On a second note whats the best weather app on the appstore?
can anyone tell me how to launch this script ? im currently ssh-ed into my phone through cyber duck.. and clueless after this step...
It all depends on what you're looking for I guess. I can recommend:
Nooly (My current fav)
Fahrenheit
RadarUS
FizzWeather
It all depends on what you're looking for I guess. I can recommend:
Nooly (My current fav)
Fahrenheit
RadarUS
FizzWeather
How about the weather channel? Any good?
Would any of these be able to show the temperature on the icon itself rather than opening the app?
How about the weather channel? Any good?
Even after the update the weather app still crashes.
On a second note whats the best weather app on the appstore?
^^Simply removing appsync will not fix the issue.
If you are scared off long command lines,an easier fix would be..
1.Apply the fix provided by evad3rs from Cydia
Reboot
2.uninstall Appsync
3.Delete
a)com.apple.mobile.installation.plist AND b)com.apple.LaunchServices- 045.csstore
(Both Files are located in var/mobile/library/caches)
Use either ifile(from your phone) or ifunbox(from your Mac,I am not sure about Windows,but should work)
Reboot.
4.Then reinstall appsync
Now,both appsync and the weather app should work.
P.S-If you have things like Vshare or pp installed,remove them too in the first step.