Thursday, January 9, 2014

Weather App Crash အတြက္ evasi0n ရဲ႕ ေျဖရွင္းခ်က္


iOS 7 ႏွင့္အထက္ iDevice မ်ားကို evasi0n ႏွင့္ Jailbreak ျပဳလုပ္ၿပီးေနာက္ iPhone ၏ Stock App တစ္ခုျဖစ္ေသာ Weather App အလုပ္မလုပ္ေတာ့တဲ့ အတြက္ ပရိႆတ္ရဲ႕ complain လုပ္တာေတြကို ခံေနရပါတယ္။
အဲဒီ ျပႆနာအတြက္ evasi0n အဖြဲ႕သားတစ္ဦး ျဖစ္သူ "pod2g" က သူ႕ရဲ႕ pod2g.org website မွာ တရားဝင္ ရွင္းျပထားပါတယ္..

Jailbreak လုပ္ငန္းစဥ္မွာ "com.apple.mobile.installation.plist" ဟာ ျပႆနာရွိေနတယ္လို႔ သိရွိခဲ့ရၿပီး အဲဒီျပႆနာကို ေျဖရွင္းေနၿပီး ေျပလည္သြားပါက Cydia မွာ မၾကာမီ ျပဳျပင္ေပးမယ္လို႔ ေျပာၾကားထားပါတယ္။
ထို႔အျပင္ သူတို႔ Fix လုပ္ၿပီးတဲ့ အခ်ိန္ထိ မေစာင့္ႏိုင္တဲ့ Power user ေတြအတြက္ "com.apple.mobile.installation.plist" ကို ျပဳျပင္ႏိုင္မယ့္ 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

chmod +x /usr/libexec/mobile_installation_proxy
sync
reboot


ဘာေၾကာင့္ပဲ ျဖစ္ျဖစ္ အထက္ပါ script ကို အသံုးမျပဳမီမွာေတာ့ BackUp လုပ္ထားဖို႔ကိုလည္း သတိေပးထားပါတယ္... 
 
Credit to : www.moethagyar.info

No comments:

Post a Comment