Pick of the Week - Nov 10 [Show all picks]
Path Finder 5 - A feature-laden Finder replacement
Submit Hint Search The Forums LinksStatsPollsFAQHeadlinesRSS
12,000 hints and counting!

Add iSync support for the Sony Ericsson W300i Phones
Even in 10.4.9, there's no support for the Sony Ericsson W300i. So just open /Applications » iSync.app » Contents » PlugIns » ApplePhoneConduit.syncdevice » Contents » PlugIns » PhoneModelsSync.phoneplugin » Contents » Resources » MetaClasses.plist and insert the following lines:

<key>com.sony-ericsson.W300</key>
  <dict>
    <key>Identification</key>
    <dict>
      <key>com.apple.gmi+gmm</key>
            <array>
          <string>Sony Ericsson+Sony Ericsson W300</string>
                <string>Sony Ericsson+Sony Ericsson W300i</string>
                <string>Sony Ericsson+Sony Ericsson W300-1</string>
                <string>Sony Ericsson+Sony Ericsson W300i-1</string>
            </array>
      <key>com.apple.gmi+gmm</key>
            <array>
          <string>Sony Ericsson+Sony Ericsson W300</string>
                <string>Sony Ericsson+Sony Ericsson W300i</string>
                <string>Sony Ericsson+Sony Ericsson W300-1</string>
                <string>Sony Ericsson+Sony Ericsson W300i-1</string>
            </array>
    </dict>
    <key>InheritsFrom</key>
    <array>
      <string>family.com.sony.ericsson.syncml-phones-2005.bt</string>
    </array>
    <key>Services</key>
    <array>
      <dict>
        <key>ServiceName</key>
        <string>com.apple.model</string>
        <key>ServiceProperties</key>
        <dict>
          <key>ModelIcon</key>
          <string>SEZ520.tiff</string>
          <key>ModelName</key>
          <string>W300</string>
        </dict>
      </dict>
    </array>
  </dict>

[robg adds: These are basic instructions; try this search if you'd like to see many other examples, some of which may provide more detail.]
    •    
  • Currently 0.00 / 5
  • 1
  • 2
  • 3
  • 4
  • 5
  (0 votes cast)
 
[15,666 views]  

Add iSync support for the Sony Ericsson W300i | 2 comments | Create New Account
Click here to return to the 'Add iSync support for the Sony Ericsson W300i' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
Add iSync support for the Sony Ericsson W300i
Authored by: JoolsG4 on Wed, Mar 21 2007 at 3:52PM PDT
It is REALLY not advisable (or necessary) to modify files INSIDE the iSync application. Additional phone support files for iSync should live in the '[Your Mac HD]/Library/PhonePlugins' folder, as Apple intended. iSync will automatically load plugins stored in this location.

Also, the W300i is a much newer phone than the 'syncml-phones-2005.bt' code on which this 'hack' is based. Therefore, following this tip will not sync all the Address Book data that is possible to be synced to the phone. (For instance, multiple email addresses, Home & Work addresses into correct fields).

For a 'proper' iSync Phone Plugin that does not modify the iSync application, that syncs all available phone fields, and provides syncing progress feedback on the phones screen, see:

http://mobile.feisar.com/plugins.html

There's also iSync Phone Plugins for the Sony Ericsson K320, K510, K550, K618, K810, W610, W700, W710, W850, W880, Z610, Z550, Z710, Z558 and V630

[ Reply to This | # ]
Add iSync support for the Sony Ericsson W300i
Authored by: huntz on Sun, Mar 25 2007 at 10:50PM PDT
There is also a free solution: you can get an iSync free plugin for the W300i here: [link:]http://blog.joelambert.co.uk/?p=135.

I have also created a detailed icon (with the black model and the white one) available here [link:]http://www.atlink.it/~conti/2006/12/14/sony-ericsson-w300i/, take a look also to comments for some others installations tips/hints.

Have a nice day. :-)

[ Reply to This | # ]