薯饼童趣 2013.2.7

给小妹妹买的一堆书到货了。对我们恬静温柔的小妹妹来说。果然是14只老鼠比11只猫对她胃口。缠着妈妈指着书给她讲里面的每一个小小细节。只是这套书给弄错了里面有两本重复的。换不换货好呢。。。

#薯饼MM# 女王手执皮鞭在开大号!小臭鼬正用臭味坑爹中~~ [抓狂][抓狂]
664eb84djw1e1kui521isj

 

蛇年花市路口的吉祥物真毁三观, #薯饼MM# 说是鸭子~~ 爸爸叫她叉着手插袋拍照,结果变成提裤子……[黑线]

664eb84djw1e1kz1ar8jqj

iOS com.apple.mobile.installation.plist rebuild

iOS 6.1越狱后,天气应用会闪退。可以参考pod2g的方法,在iPhone上装OPENSSH,然后将下述脚本变成文件上传上去,然后用ssh客户端运行,亲测可行!

 

Quote from pod2g’s blog: http://www.pod2g.org/2013/02/ios-mobileinstallationplist-rebuild.html

iOS com.apple.mobile.installation.plist rebuild

People have been complaining about Weather.app not working anymore after applying evasi0n jailbreak.

We figured out that the jailbreak process messes up with com.apple.mobile.installation.plist. A fix is currently in the works and will be pushed to Cydia soon.
If you are a power-user, and want to fix the situation already, here is a script that forces a rebuild of 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
Before trying it, make sure to do a backup. It has already been thoroughly tested, but it is safer.

You can contact me on twitter (follow button on the top right) if you want to discuss of this fix.

I hope it helps.