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: Sturdi87 on Jun 15, '06 12:37:34PM

alright, ignore my last post, I figured out how to get to the file.
However, I now have two issues:
1. Not exactly sure as to what section of code I am supposed to edit. or am I supposed to add this? I was looking at this section of code: (straight from latest version of isync)
<key>com.motorola.matching</key>
<dict>
<key>Identification</key>
<dict>
<key>com.apple.cgmi</key>
<array>
<string>Motorola CE, Copyright 2000</string>
<string>"Motorola CE, Copyright 2000"</string>
<string>"Motorola CE, Copyright 2001"</string>
<string>"Motorola CE, Copyright 2002"</string>
<string>"Motorola CE, Copyright 2003"</string>
<string>"Motorola CE, Copyright 2004"</string>
<string>"Motorola CE, Copyright 2005"</string>
<string>"Motorola CE, Copyright 2006"</string>
</array>
<key>com.apple.gmi</key>
<array>
<string>Motorola CE, Copyright 2000</string>
<string>"Motorola CE, Copyright 2000"</string>
<string>"Motorola CE, Copyright 2001"</string>
<string>"Motorola CE, Copyright 2002"</string>
<string>"Motorola CE, Copyright 2003"</string>
<string>"Motorola CE, Copyright 2004"</string>
<string>"Motorola CE, Copyright 2005"</string>
<string>"Motorola CE, Copyright 2006"</string>
</array>
</dict>
<key>Services</key>
<array>
<dict>
<key>ServiceName</key>
<string>com.apple.model</string>
<key>ServiceProperties</key>
<dict>
<key>ModelParsingRegexp</key>
<array>
<string>.*"MODEL=(?P&lt;MODEL&gt;[^0-9]*[0-9]*)[^0-9]*"</string>
<string>.*"MODEL=(?P&lt;MODEL&gt;[^"]*)".*</string>
<string>Motorola CDMA (?P&lt;MODEL&gt;[^0-9]*[0-9]*)[^0-9]*</string>
<string>Motorola CDMA (?P&lt;MODEL&gt;[^0-9]*[0-9]*[a-zA-Z]*)</string>
</array>
</dict>
</dict>
</array>
</dict>

I see some things in that that looks like it may be what I should edit but not exactly, and I don't understand exactly what this code is doing so am not really comfortable just jumping in and writing!

2. Has a new version of firmware came out for the V710 since the original post, my version is 8700_02.03.00R But i think it is the latest because although I first got my V710 about a year ago I got a new replacement phone under warranty about a week ago.

Thanks in advance for any hints!
Sturdi87



[ Reply to This | # ]