OSX iSync Nokia N73

Just like the Nokia N70 before it, the Nokia N73, my new phone, and iSync aren’t quite up to speed with each other . As before just add the stanza below to the MetaClasses.plist file to bluff support. It’s actually just a quickly butchers N70 stanza with the usb id yanked.



/Applications/iSync.app/Contents/PlugIns/ApplePhoneConduit.syncdevice/Contents/PlugIns/PhoneModelsSync.phoneplugin/Contents/Resources/MetaClasses.plist

Back up first won’t you?

<key>com.nokia.N73</key>
<dict>
<key>Identification</key>
<dict>
<key>com.apple.cgmi+cgmm</key>
<string>Nokia+Nokia N73
<key>com.apple.gmi+gmm</key>
<string>Nokia+Nokia N73</string>
</dict>
<key>InheritsFrom</key>
<array>
<string>family.com.nokia.serie60v2.3</string>
</array>
<key>Services</key>
<array>
<dict>
<key>ServiceName</key>
<string>com.apple.model</string>
<key>ServiceProperties</key>
<dict>
<key>ModelIcon</key>
<string>NOKN70.tiff</string>
<key>ModelName</key>
<string>N70</string>
</dict>
</dict>
</array>
</dict>

Leave a Reply