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


Click here to return to the 'Add iSync/Address Book support for P908/P900 phones' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Add iSync/Address Book support for P908/P900 phones
Authored by: ahobson on Jan 10, '05 08:20:42PM
I'm running 10.3.7 and just got a P910i. I could not use Address Book to dial out, but iSync worked just fine. After comparing the files in the zip file to what I had, I found that the only change I needed to make was to add my phones model number under P800 in ABDeviceCommandSets.plist under Address Book.app. Used to be

<array>
<string>P800</string>
</array>
I changed it to

<array>
<string>P800</string>
<string>P900</string>
<string>P908</string>
<string>P910</string>
</array>
and it just worked!

[ Reply to This | # ]