View Single Post
  #350  
peripheral peripheral is offline

Where's the dialtone?
Phone(s):
1:
2:
3:
Provider(s):

Joined: Sep 2007
Posts: 4
isync and v9m

Quote:
Originally Posted by madadam
The iSync code snippet has not worked for me. Anyone got it yet?


I think it was sheer dumb luck, but I got isync to work with the v9m. The only strange thing is that I couldn't get contacts and calendars to sync at the same time. However, you can do each separately. A little annoying, but not that bad. Here's the code snippet I dropped into the plist. Now, where can we find a .tiff for it?

<!--
insert this in the /Applications/iSync.app/Contents/PlugIns/ApplePhoneConduit.syncdevice/Contents/PlugIns/PhoneModelsSync.phoneplugin/Contents/Resources/MetaClasses.plist
file (under the top-level <dict> element)
-->
<key>com.motorola.razorv9m</key>
<dict>
<key>Identification</key>
<dict>
<key>com.apple.gmi+gmm</key>
<string>Motorola CE, Copyright 2000+Motorola CDMA V9m Phone</string>
</dict>
<key>InheritsFrom</key>
<array>
<string>com.motorola.usb-bt.0x22B8/0x4902</string>
</array>
<key>Services</key>
<array>
<dict>
<key>ServiceName</key>
<string>com.apple.model</string>
<key>ServiceProperties</key>
<dict>
<key>ModelName</key>
<string>RAZR V9m</string>
<key>PhoneIcon</key>
<string>MOTV3-black.tiff</string>
</dict>
</dict>
</array>
</dict>
Reply With Quote