30
May 06iSync and NovaMedia plugin: custom icon
I’ve been asked how to change the novamedia plugin icon with the one I made for my E61.
For non-programmers it might look a bit tricky, but I’ll try to make it as simple as I can.
First get an icon. Here’s the ones for E60 and E61
Now you need to get your hands a bit dirty.
On your system hard disk (usually Macintosh HD) spot the “Library” folder.
I suggest you select the column view option. It makes it easier to see things.
Now enter the following folders in order
Library > PhonePlugins
you’ll see one file: novamedia.phoneplugin
if you’re in column view you’ll be able to see the content of the bundle

keep your exploration going and select
Contents > Resources > MetaClasses.plist
this is the file you need to edit with a text editor.
the only thing you have to do is find the text “E61″ if you have E60 of course you’ll find “E60″.
your search will return this
<key>com.nokia.E61</key>
<dict>
<key>Identification</key>
<dict>
<key>com.apple.cgmi+cgmm</key>
<string>Nokia+Nokia E61</string>
<key>com.apple.gmi+gmm</key>
<string>Nokia+Nokia E61</string>
</dict>
<key>InheritsFrom</key>
<array>
<string>family.com.nokia.serie60v2.3nm2</string>
</array>
<key>Services</key>
<array>
<dict>
<key>ServiceName</key>
<string>com.apple.model</string>
<key>ServiceProperties</key>
<dict>
<key>ModelIcon</key>
<string>novamedia.tiff</string>
<key>ModelName</key>
<string>E61</string>
</dict>
</dict>
</array>
</dict>
the only thing you need to do for now is replace “novamedia.tiff” with the name of your tiff icon (NOKe61.tiff).
save the file.
now copy the downloaded icon in the same location as MetaClasses.plist (where you can see the novamedia.tiff icon too).
start iSync.
done!
hope this is explanatory enough (considering it’s 1.10 am and I still have a long way to go to finish my work).
cheers.ubi
Popularity: 1% [?]







