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: blindspot on Jul 05, '05 08:38:21PM
This also works for the Nokia 7710 by replacing all references to 9300 with 7710 in the key file and the .tiff name.

[ Reply to This | # ]
10.4: Add Nokia 9300 iSync support also works with 7710
Authored by: suelay on Sep 12, '05 06:38:12PM

Blindspot: (or anyone else who's tried it out) Can you please tell me exactly HOW well this fix integrates with the 7710? I am thinking of buying one but don't want to lose the FANTASTIC syncing I currently get with OS 10.4.2 and my 6600

Thanks all,
Sue



[ Reply to This | # ]
10.4: Add Nokia 9300 iSync support also works with 7710
Authored by: Mårten on May 22, '06 01:42:29AM

Hello,

what verison of Mac OS X are You running? What formware in the phone do You have? I've made some kind of mistake in editing the filre, I think...

Mårten
(OS X 10.4.6 and Nokia 7710 firmware 4.10)



[ Reply to This | # ]
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 | # ]