Sep 24 2008

My Tweets on 2008-09-24


Sep 24 2008

Mail Accounts No Syncing to iPhone

If you have a jailbroken iPhone and add a new mail account, then try to sync your existing mail accounts from your computer, you’ll prolly see this message:

“Could not sync mail accounts to the iphone because the iphone cancelled the sync”

It’s just a permissions issue, and can be resolved by either SSH’ing into your phone as root or using MobileTerminal and su as root.

Navigate to: /var/mobile/Library
then: chmod -R 777 Mail/

That’ll fix the permissions, and then you can sync away =)

This fix was originally found at This Blog.

.: Adam