After untethered jailbreak of iOS 6 following this tutorial we published yesterday many have found two problems:
- No time table works.
- You can not restart normally, you need to force reboot with Home + Power.
Evad3rs seems the DevTeam is working to resolve these errors, to fix your iPhone if you jailbreak and not have to do anything, it appears as a simple upgrade in Cydia that will fix everything. But if you can not wait here we bring you the solution manual to troubleshoot problems with the application time. Notice that it is only for experienced users, the rest will have to wait for the update in Cydia. With this script you can fix the problem, which is in the file 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
More - Tutorial: jailbreak iOS 6.1 with Evasi0n (Windows and Mac)
Source - pod2g
Article Solution to the problem with the application time to jailbreak iOS 6 has been originally published in News iPhone .

No comments:
Post a Comment