| iSync 2.0 does not officially support the Nokia N70/N90 handsets. Using the following instructions it is possible to configure iSync and allow contact/calendar synchronisation. Navigate to :- Applications -> iSync -> (Control-click and Show Package Contents) -> Contents -> Plugins -> ApplePhoneConduit.syncdevice -> Contents -> Plugins -> PhoneModelsSync.phoneplugin -> Contents -> Resources Using your favourite text editor locate and edit Metaclasses.plist Insert the following XML snippet:- <key>com.nokia.N70</key> <dict> <key>Identification</key> <dict> <key>com.apple.gmi+gmm</key> <string>Nokia+NokiaN70</string> </dict> <key>InheritsFrom</key> <array> <string>com.nokia.serie60v2.2</string> </array> <key>Services</key> <array> <dict> <key>ServiceName</key> <string>com.apple.model</string> <key>ServiceProperties</key> <dict> <key>ModelName</key> <string>N70</string> <key>PhoneIcon</key> <string>NOKN70.tiff</string> </dict> </dict> </array> </dict> </key> Download the N70 tiff from here ! |