evasi0n – Pod2G offers an explanation and a difficult solution to the functionality of the Weather application

  In the morning I told you that evasi0n generates functionality problems for the Weather application on certain iDevices, I told you that Evad3rs is working on solving the problem and Pod2G are telling us how we can solve everything now. In an article publicat on its own blog, Pod2G offers an explanation for the problem and a script that must be run to solve it, but only those who know how to connect via SSH to the iDevice, or those who know how to work with MobileTerminal can use it, and if you don't know any between those two words, I recommend you to be quiet.

  An update will be published soon in Cydia for evasi0n and he will fix the application Weather for everyone, so you just have to be patient for a few more hours and you will be able to repair the application on all your terminals. For those who know how to make/run scripts, below is the content of the script that needs to be made.

#! / 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