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


Click here to return to the '10.4: Add Nokia 9300 iSync support also works with 7710' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
10.4: Add Nokia 9300 iSync support also works with 7710
Authored by: scops on Dec 07, '06 08:44:14AM
Here the script (für MetaClasses.plist) for iSync 2.3 (OSX 10.4.8):
<key>com.nokia.7710</key>
   <dict>
      <key>Identification</key>
      <dict>
         <key>com.apple.gmi+gmm</key>
         <string>Nokia+Nokia 7710</string>
      </dict>
      <key>InheritsFrom</key>
      <array>
         <string>family.com.nokia.serie60v2.1</string>
      </array>
      <key>Services</key>
      <array>
         <dict>
            <key>ServiceName</key>
            <string>com.apple.model</string>
            <key>ServiceProperties</key>
            <dict>
               <key>ModelIcon</key>
               <string>NOK7710.tiff</string>
               <key>ModelName</key>
               <string>7710</string>
            </dict>
         </dict>
      </array>
   </dict>  


[ Reply to This | # ]