Quote:
|
Originally Posted by william J. Henderson I have the same problem and verizon and palm could not fix. Apple could not help and have asked their technical staff to work on the problem off-line and contact me within five days. The issue concerns the lack of sync for calendar and contacts. I have gone through all the steps designed to fix with no solution. It appears the verizon web methodology interfers with the isync software. |
The problem is bad perms on some folders that the Palm installer created. iSync isn't able to install the files. The solution was found on the Apple iSync forum.
Open a terminal window. change david to your username and do:
sudo chown -R david:admin /Applications/Palm
sudo chmod -R 775 /Applications/Palm
sudo chown -R david:admin /Library/Application\ Support/Palm\ HotSync/
sudo chmod -R 775 /Library/Application\ Support/Palm\ HotSync/
sudo chown -R david:admin /Library/Application\ Support/Palm\ Desktop/
sudo chmod -R 775 /Library/Application\ Support/Palm\ Desktop