Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the '10.4: Add Motorola V710 Bluetooth support to iSync' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
10.4: Add Motorola V710 Bluetooth support to iSync
Authored by: rotax_ron on Dec 03, '06 12:15:13PM

I know this is an old phone... and I'm sure if you really wanted to use isync with it, you more than likely have accomplished that by now. But in case your 13-year old does a software update and trashes your hacked MetaClasses.plist file...here is the new syntax to rectify with OSX 10.4.8 and iSync 2.3. Use in conjunction with all other prior info from 'geekeurism' to get back up and syncin'.

<key>com.motorola.V710</key>
<dict>
<key>Identification</key>
<dict>
<key>com.apple.gmi+gmm</key>
<string>Motorola CE, Copyright 2000+Motorola CDMA v710 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>V710</string>
<key>ModelIcon</key>
<string>MOTV710.tiff</string>
</dict>
</dict>
<dict>
<key>ServiceName</key>
<string>com.apple.bluetooth</string>
<key>ServiceProperties</key>
<dict>
<key>DisableBluetooth</key>
<false/>
</dict>
</dict>
</array>
</dict>

The only real difference being the last 'ServiceName' section and changing the 'DisableBluetooth' setting to "false"...make sure it's lower case 'f' too.

For whatever reason I can now sync Calendar data as well! I could only do phone numbers with my old hacked version. Hope this saves you some time....



[ Reply to This | # ]