Lotus Notes on your S60

IBM Lotus Notes is available on your S60 device as Lotus Notes Traveller

IBM® Lotus Notes® Traveler software provides automatic, real-time replication of IBM Lotus Domino® e-mail (including attachments), calendar, address book, journal and to do lists. Imagine how this software could help your mobile workers respond to the needs of your business more quickly, while continuing to leverage your existing investment in Lotus Domino software.

IBM® Lotus® Notes® 8 software provides a rich desktop experience that helps users locate, transform, and share content across geographically disbursed teams in real-time. It brings business data, the Internet and people directly to the user, all integrated together through an intelligent e-mail environment that helps simplify and streamline work by organizing and prioritizing tasks, prompting for actions to take and connecting directly to information sources.

Lotus Notes on E71

Features

Nokia 6085 iSync plugin

Nokia 6085

The Nokia 6085 is a Series 40 handset which isnt supported out of the box for iSync. I found a simple bit of code will make it iSync.

(this worked with my Mac OSX 10.4.11)

Go to Applications/iSync, control click to ‘Show Folder Contents’ and follow this path:

Contents -> PlugIns -> ApplePhoneConduit.syncdevice -> Contents -> PlugIns -> PhoneModelsSync.phoneplugin -> Contents -> Resources.->metaclasses.plist

open the file in TextEdit andsearch for 6021 (Nokia 6021)

after the </dict > enter the following code:

<key>com.nokia.6085</key>
<dict>
<key>Identification</key>
<dict>
<key>com.apple.cgmi+cgmm</key>
<string>Nokia+Nokia 6085</string>
<key>com.apple.gmi+gmm</key>
<string>Nokia+Nokia 6085</string>
<key>com.apple.usb.vendorid-modelid</key>
<string>0×0421/0x045A</string>
</dict>
<key>InheritsFrom</key>
<array>
<string>family.com.nokia.series40.3rdEd.bus.usb-bt</string>
</array>
<key>Services</key>
<array>
<dict>
<key>ServiceName</key>
<string>com.apple.model</string>
<key>ServiceProperties</key>
<dict>
<key>ModelIcon</key>
<string>NOK6085.tiff</string>
<key>ModelName</key>
<string>6085</string>
</dict>
</dict>
<dict>
<key>ServiceName</key>
<string>com.apple.synchro</string>
<key>ServiceProperties</key>
<dict>
<key>MaxCityLength</key>
<integer>50</integer>
<key>MaxEMailLength</key>
<integer>60</integer>
<key>MaxEventLocationLength</key>
<integer>150</integer>
<key>MaxPhoneNumberLength</key>
<integer>48</integer>
<key>MaxPostalCodeLength</key>
<integer>50</integer>
<key>MaxStateLength</key>
<integer>50</integer>
<key>MaxStreetLength</key>
<integer>50</integer>
<key>MaxURLLength</key>
<integer>60</integer>
</dict>
</dict>
</array>
</dict>

Now using bluetooth, add your device to iSync easily. (in the same folder as metaclasses.plist, select any .tiff image, duplicate it and rename it as NOK6085.tiff  or create your own)