Hacking iSync to get my new K600i to work.

newnew
Posted:
in Mac Software edited January 2014
So I bought the new 3G K600i by SonyEricsson today, and the first thing I discovered was that it is not officially supported by iSync yet. (well of-course it's not, since it's brand new).



So I surfed around, trying to find a way to get it included anyway, and started to manipulate the iSync Phonemodels MetaClasses file like this:



Code:


<key>com.sony-ericsson.K600i</key>

<dict>

<key>Identification</key>

<dict>

<key>com.apple.gmi+gmm</key>

<string>Sony Ericsson+K600i</string>

</dict>

<key>InheritsFrom</key>

<array>

<string>com.sony-ericsson.irmc2</string>

</array>

<key>Services</key>

<array>

<dict>

<key>ServiceName</key>

<string>com.apple.model</string>

<key>ServiceProperties</key>

<dict>

<key>ModelName</key>

<string>K600i</string>

<key>PhoneIcon</key>

<string>SEK750.tiff</string>

</dict>

</dict>

</array>

</dict>







I think I did everything right, but it does not seem to work. any ideas?

Comments

Sign In or Register to comment.