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
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 : pod2g အခမဲ့ဆိုတဲ့ အရာတိုင္းမွာ ခန္ ့မွန္းလို ့ မရႏိုင္တဲ့ တန္ဖိုးတစ္ခုေတာ့ အၿမဲရွိေနပါတယ္.... ဤေဆာင္းပါးေလးကေန သင့္အတြက္ တစ္ခုခု ရလိုက္တယ္ဆိုရင္ ေအာက္မွာ "Like & Share" လုပ္ႏိုင္ပါတယ္ မိုးသိၾကား ဘေလာ့ခ္အား ဆက္လက္ရွင္သန္ရန္ အားေပးလိုသူမ်ား Side bar တြင္ "Donate" လုပ္ျခင္းျဖင့္ ကူညီႏိုင္ပါသည္... မိုးသိၾကား
0 comments :
Post a Comment