Muffinresearch Labs by Stuart Colville

iSync “No Device Found” Error on OSX 10.5 Leopard | Comments (1)

Posted in Apple on 23rd June 2008, 9:10 pm by Stuart

iSync window with missing E61 icon

On the weekend I was lucky enough to be sent a copy of the awesome mobile Python book by my brother for my birthday. After hitting an issue with updating my PyS60 install I thought it would be a plan to re configure my phone so that I could start working with a freshly upgraded Python install.

Before I did this I wanted to backup my contacts to the mac addressbook – always a good idea just incase something goes wrong. When I opened iSync I was greeted with a blank iSync window – despite having previously configuring the phone to work with iSync.

Confused I thought “ok maybe it’s to do the with phone?”, so I backed up through the Nokia PC Suite software running under VMware Fusion and then carried out the Phone software re-installation.

After nuking the E61 I was able to restore my contacts from the backup and I could successfully install the latest PyS60.

Next I re-tried the iSync software but it was still playing up. I spent a while trying to delete and re-associate pairing but it all got me no closer to a working iSync.

Next I looked at the logs via console.app and noticed some interesting entries:

Jun 23 19:04:32 x104878 iSync[399]: SyncServices assertion failure (nil != _constructedIdMapper) in [ISDSqliteRecordIdMapper constructedIdMapper], /SourceCache/SyncServices2/SyncServices2-389.6/SyncServices/ISDRecordIdMapper.m:392 Could not initialize constructedids.synciddb at /Users/scol/Library/Application Support/SyncServices/Local/clientdata/1fd848069e3e1f39b824ff18b43821bb5ee6a48a
Jun 23 19:04:32 x104878 iSync[399]: Failed to create client state. Error was [ISDSqliteRecordIdMapper constructedIdMapper]: Could not initialize constructedids.synciddb at /Users/scol/Library/Application Support/SyncServices/Local/clientdata/1fd848069e3e1f39b824ff18b43821bb5ee6a48a

I decided to try renaming /Users/scol/Library/Application Support/SyncServices/ to /Users/scol/Library/Application Support/SyncServices.old and rebooted hoping for the best. Lo and behold as soon as I fired up iSync the problem was resolved and there was the E61 icon I was expecting. WIN!

Post Tools

Comments: Add yours

1. On June 24th, 2008 at 9:20 pm Iain said:

Stuart, glad you liked the book!







XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>



GNU screen: open tab in current working directory|(1)

A nice trick for having screen open a new tab in the same directory as the one you’re currently in. To use it add it to your .screenrc

# Open new window in current dir.
bind c stuff "screen -X chdir \$PWD;screen^M"
bind ^c stuff "screen -X chdir \$PWD;screen^M"

Hat tip: mteckert on SuperUser.com

Ubuntu: add-apt-repository: command not found|(2)

When you’re using a minimal Ubuntu install if you find the ‘add-apt-repository’ command is missing (it’s useful for adding PPAs and other repositories), then simply run:

sudo apt-get install python-software-properties

Photos on Flickr

© Copyright 2004-12 Stuart Colville, all rights reserved. May contain traces of Muffin. Powered by WordPress. Hosting by Slicehost.com This page was baked in 0.498s.