
07-05-2008, 09:22 PM
|
 |
iPhone? More like MyPhone
|
|
Join Date: Nov 2007
Posts: 202
Thanks: 11
Thanked 15 Times in 13 Posts
|
|
|
|
First set permissions to 755
Then you need to delete the following folders, should they exist (pay CLOSE attention to their location--they are in /var/root):
/var/root/Library/AddressBook/
/var/root/Library/CallHistory/
/var/root/Library/SMS/
Then execute the following commands:
ln -s /var/mobile/Library/AddressBook /var/root/Library/
ln -s /var/mobile/Library/CallHistory /var/root/Library/
ln -s /var/mobile/Library/SMS /var/root/Library/
|
|