PDA

瀏覽完整版本 : ziphone jailbreak/unlock 1.1.3 iphone safari 無法儲存 cookie



jcchen
03-04-2008, 07:53
嗨, 小弟的 iphone 由 1.1.2 升級到 1.1.3 用 ziphone jailbreak/unlock 後, 發現 Safari 無法儲存 cookie, 所以每次 Safari 上網 check email 或用 Beejive (MSN, googletalk), 都需要重新登入使用者與密碼, 非常麻煩。

請問有解決的方法嗎?

quentinngan2005
03-04-2008, 09:27
我都有同樣既問題喎~~

roach168
03-04-2008, 10:04
iJailbreak後的也一樣有這個情形

jcchen
03-04-2008, 15:30
好像很多人都有這個問題喔 !!
吉米丘 或其他人有任何建議嗎?

感謝

鹹魚爸
03-05-2008, 16:16
我也有這個問題
現在解決方法就是不斷重打帳號密碼... (不要啊)

jcchen
03-19-2008, 13:59
問題解決了

用 Winscp 的 terminal 去修改下列目錄的權限

chmod 777 /var/root/Library
chmod 777 /var/root/Library/Preferences

chown -R mobile:mobile /var/mobile

以下摘錄英文原文 :
Please apply this fix first. In general, applications tend to save their data into two folders:

/var/root/Library
/var/root/Library/Preferences
To reduce the possible issues, please make these two folders world-writable:

chmod 777 /var/root/Library
chmod 777 /var/root/Library/Preferences
If the above folders do not exist, create them.

UPDATE: Sometimes your mobile folder may have wrong permissions, to be sure your mobile account has no such problems, do this:

chown -R mobile:mobile /var/mobile
This will save you from those weird problems (e.g. ‘MobileSafari doesn’t save cookies‘).

URL :
http://george.zjlotto.com/index.php/2008/02/02/fix-application-issues-in-113/

小弟做完之後,從此 Safiri 可以記住 cookie 了。
方便多了 !!

makkie
04-06-2008, 11:25
THANKS...
但是我都還是有點不知道如何改了他...
用 Winscp 的 terminal 去修改下列目錄的權限

chmod 777 /var/root/Library
chmod 777 /var/root/Library/Preferences

chown -R mobile:mobile /var/mobile

即是直接用winscp的terminal copy上去嗎??