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


Click here to return to the '10.4: Add iSync support for Nokia 6670b (850mhz)' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
10.4: Add iSync support for Nokia 6670b (850mhz)
Authored by: tegbains on Aug 18, '05 08:47:58PM

The above hint doesn't work with iSync 2.1. Through much trial and error, I changed the configuration file as such and it now works.

Thanks for all the groundwork help!

[code]
<key>com.nokia.6670</key>
<dict>
<key>Identification</key>
<dict>
<key>com.apple.gmi+gmm</key>
<string>Nokia+Nokia 6670b</string>
</dict>
<key>InheritsFrom</key>
<array>
<string>com.nokia.serie60v2.0</string>
</array>
<key>Services</key>
<array>
<dict>
<key>ServiceName</key>
<string>com.apple.model</string>
<key>ServiceProperties</key>
<dict>
<key>ModelName</key>
<string>6670</string>
<key>PhoneIcon</key>
<string>NOK6670.tiff</string>
</dict>
</dict>
</array>
</dict>
[/code]

---
___
Teg Bains



[ Reply to This | # ]
10.4: Add iSync support for Nokia 6670b (850mhz)
Authored by: josehfloresa on Apr 05, '06 02:51:03PM

Ok, I have tried both of the above codes and have had NO LUCK in iSyncing my Nokia 6670b to my Apple.
1:
<key>com.nokia.6670b</key>
<dict>
<key>Identification</key>
<dict>
<key>com.apple.gmi+gmm</key>
<string>Nokia+Nokia 6670b</string>
</dict>
<key>InheritsFrom</key>
<array>
<string>com.nokia.serie60v2.0</string>
</array>
<key>Services</key>
<array>
<dict>
<key>ServiceName</key>
<string>com.apple.model</string>
<key>ServiceProperties</key>
<dict>
<key>ModelName</key>
<string>6670b</string>
<key>PhoneIcon</key>
<string>NOK6670.tiff</string>
</dict>
</dict>
</array>
</dict>

2:
<key>com.nokia.6670</key>
<dict>
<key>Identification</key>
<dict>
<key>com.apple.gmi+gmm</key>
<string>Nokia+Nokia 6670</string>
</dict>
<key>InheritsFrom</key>
<array>
<string>com.nokia.serie60v2.0</string>
</array>
<key>Services</key>
<array>
<dict>
<key>ServiceName</key>
<string>com.apple.model</string>
<key>ServiceProperties</key>
<dict>
<key>ModelName</key>
<string>6670</string>
<key>PhoneIcon</key>
<string>NOK6670.tiff</string>
</dict>
</dict>
</array>
</dict>

Is there something that I´m missing? Please help, the whole iSync + is why i bought the phone basically. Thanks ahead of time.



[ Reply to This | # ]