<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>AlphaHutte &#187; nokia e61</title>
	<atom:link href="http://www.alphahutte.com/blog/tag/nokia-e61/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.alphahutte.com</link>
	<description>Travel Adventure Technology</description>
	<lastBuildDate>Sat, 28 Aug 2010 15:21:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Importing GMail Contacts into Lotus Notes</title>
		<link>http://www.alphahutte.com/blog/2007/11/11/importing-gmail-contacts-into-lotus-notes/</link>
		<comments>http://www.alphahutte.com/blog/2007/11/11/importing-gmail-contacts-into-lotus-notes/#comments</comments>
		<pubDate>Sun, 11 Nov 2007 12:27:23 +0000</pubDate>
		<dc:creator>Andrea</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[lotus notes]]></category>
		<category><![CDATA[nokia e61]]></category>

		<guid isPermaLink="false">http://www.alphahutte.com/blog/2007/11/11/importing-gmail-contacts-into-lotus-notes/</guid>
		<description><![CDATA[Some time ago I posted a few comments about setting up my Nokia E61 (see First steps with a Nokia E61). One thing I still had to manage was importing my GMail contacts into the headset&#8217;s address book. After some troubleshooting I finally found a convenient way to do that: I export GMail contacts, import [...]]]></description>
			<content:encoded><![CDATA[<p>Some time ago I posted a few comments about setting up my Nokia E61 (see <a href="http://www.alphahutte.com/blog/2007/07/01/first-steps-with-a-nokia-e61/">First steps with a Nokia E61</a>). One thing I still had to manage was importing my GMail contacts into the headset&#8217;s address book. After some troubleshooting I finally found a convenient way to do that: I export GMail contacts, import them into Lotus Notes and sync everything with Nokia&#8217;s PC Suite. This method allows me to merge my personal contacts (stored in GMail) with my work contacts (stored in Notes) and have both sets available on my mobile. I was able to do it coding a small Lotuscript that parses GMail contacts exported as a Google&#8217;s CSV file and adds them to the Notes address book database.<span id="more-46"></span></p>
<p>I&#8217;ve been using the script for several months and decided only now to publish it. My timing however couldn&#8217;t be worse&#8230; Those cool guys at Google have just released an update to GMail including improved contact management and the possibility to export contacts as a vCard file. The vCard file can be easily imported into Notes through standard menu functions.</p>
<p>Nevertheless, my script is still useful if you&#8217;re not happy with how fields (name, address, phone number, etc.) are imported using the vCard file or if you want to get full control over how single contacts are imported. It is called <em>ImportGMailContacts</em> and you can download it visiting the <a href="/downloads">Downloads</a> page or directly by clicking <a href="/downloads/importGMailContacts100.lss">here</a>. Below are some notes which should help you configure and use it. Some knowledge of how Notes works and scripts are coded is required.</p>
<p>The script has been tested with Lotus Notes version 7 and the standard address book database. First, it uses a neat piece of code by Julian Robichauz (<a href="http://www.nsftools.com">http://www.nsftools.com</a>) to read and interpret the exported Google&#8217;s CSV file (usually called &#8220;contacts.csv&#8221;) and then adds each contact contained in the file to Notes address book database (usually called &#8220;names.nsf&#8221;) under the category &#8220;GMail&#8221;.</p>
<p>Before importing the script as a new Agent in Notes address book database, edit it customizing the following lines of code:</p>
<ul>
<li>line 262: the path of the exported CSV file (default is &#8220;c:\contacts.csv&#8221;)</li>
<li>line 266: the name of the address book database (default is &#8220;names.nsf&#8221;)</li>
<li>line 312: the name of the category to import the contacts to (default is &#8220;GMail&#8221;)</li>
</ul>
<p>Then import the script as an Agent, preferably into a copy of the address book database to first make sure everything works and your contacts remain safely stored. Create a new Agent called &#8220;Import GMail contacts&#8221; and set it up for example as triggered on the event &#8220;Action menu selection&#8221;. When you&#8217;re done a new item should be visible under the &#8220;Actions&#8221; menu. Now export GMail contacts to the location and file you specified above and execute the Agent. The contacts should be imported into the category you specified and a pop up window should report the results of the operation.</p>
<p>As I said, I&#8217;ve tested and successfully used the script with Notes 7 and the standard address book database. However, it could well be that the address book database you are using has been customized (for example by your company&#8217;s IT department): in this case some more work is required to remap the fields of Google&#8217;s CSV file to the correct fields of the database. To do this customize the code from line 314 to line 341.</p>
<p>I hope some of you finds the script useful. Anyway, if you don&#8217;t have any special need, my suggestion is to stick with the new vCard export function in GMail now that it&#8217;s finally available.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.alphahutte.com/blog/2007/11/11/importing-gmail-contacts-into-lotus-notes/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>First steps with a Nokia E61</title>
		<link>http://www.alphahutte.com/blog/2007/07/01/first-steps-with-a-nokia-e61/</link>
		<comments>http://www.alphahutte.com/blog/2007/07/01/first-steps-with-a-nokia-e61/#comments</comments>
		<pubDate>Sun, 01 Jul 2007 18:16:48 +0000</pubDate>
		<dc:creator>Andrea</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[j2me]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[nokia e61]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[symbian]]></category>

		<guid isPermaLink="false">http://www.alphahutte.com/blog/2007/07/01/first-steps-with-a-nokia-e61/</guid>
		<description><![CDATA[Last June I bought a Nokia E61 smartphone. For more than three years my old rugged Nokia 5210 served me well and offered the basics I expect from a phone: calling, messaging and synchronizing contacts with a PC-based address book. My increasingly busy life pushed me, however, to look for something more. Synchronizing my work [...]]]></description>
			<content:encoded><![CDATA[<p>Last June I bought a Nokia E61 smartphone. For more than three years my old rugged Nokia 5210 served me well and offered the basics I expect from a phone: calling, messaging and synchronizing contacts with a PC-based address book. My increasingly busy life pushed me, however, to look for something more. Synchronizing my work and private agenda is now a necessity, along with handling a richer address book, taking notes, accessing and managing fifty or so passwords and traveling with a core set of documents and spreadsheets.<span id="more-33"></span></p>
<p>My ideal phone would support the above features, provide today&#8217;s basic connectivity (tri-band GSM, Wi-Fi, bluetooth and hi-speed USB), support large storage options (2GB up memory cards to double as USB storage) and fit comfortably in your jeans pocket. Additionally, if it could handle at the same time two active SIM cards (as some of the latest Chinese phones) in order to travel with a unique handset (instead of one for work and one for personal use) it would even exceed my expectations. Unfortunately, as I soon discovered, mobile phones producers do not offer yet all these features conveniently packaged in a medium-priced product: either you get only some of them (hidden behind many other perfectly useless features) or you get the top range, top priced, full-featured &#8220;PC substitutes&#8221;. The Nokia E61, however, comes very close to my needs and, since the launch of the new E61i, prices are at an all-time low.</p>
<p>I won&#8217;t bother you with a review of the hundreds of features and functions it has (just search for one of the many websites dedicated to Nokia E-series phones or even specifically to the E61). Instead, I&#8217;ll share with you some of the settings and specialized software I customized the handset with.</p>
<p>The first step was choosing a nice theme for the interface (I know, it&#8217;s foolish to think first about the looks, but I guess it&#8217;s what 90% of new phone owners do). Following some great advice from a friend, I headed to <a href="http://www.e-series.org">www.e-series.org</a> and browsed through their carefully selected &#8220;friday themes&#8221;. If you&#8217;re having problems installing any of the themes check the security settings on the phone as suggested in one of the site&#8217;s articles. Just for the records, I finally had a go with the &#8220;GreenAttemptDefaultByP@sco&#8221; theme&#8230;</p>
<p>Step two was installing a few additional Symbian and J2ME applications to cover my basic needs (all free or open source obviously!). Apart from the very good Adobe Reader provided with the phone (although on a separate CD), I installed right away <em>Autolock</em> to automatically lock the keyboard after a custom delay (a standard function on all mobile phones except, incredibly, on the E61). Then, for messaging, I downloaded Google&#8217;s <em>GMail Mobile</em> client (which speeds up significantly the access to your Inbox compared to the plain mobile web interface) and the excellent <em>Fring</em> (a multi-standard messenger and voice client still in beta). Also, I installed <em>cCalcPro</em> as calculator and the feature-rich <em>MGMaps</em> able to browse a large number of mapping engines and databases. Finally, I started a quest for the best password manager. After visiting many many websites I settled unconvincingly on <em>jWallet</em> (<a href="http://sire.estig.ipb.pt/jWallet/">http://sire.estig.ipb.pt/jWallet/</a>), a simple J2ME application with basic features and light encryption algorithms. Yesterday, however, I discovered that an unofficial <em>KeePass</em> (<a href="http://keepass.info/">http://keepass.info/</a>) J2ME port has just been released: it looks very promising and hopefully it will sync with the excellent PC-based desktop version. To find and download all these programs search them on Google since they are available from multiple repositories over the Net.</p>
<p>The last step, still in progress, is achieving the perfect synchronization between all my address books (mission impossible!). If I succeed, I&#8217;ll have my GMail&#8217;s contacts, Lotus Notes&#8217; address book and iPod contacts all seamlessly aligned. I&#8217;m currently working on a Lotus Notes agent to import GMail&#8217;s contacts into Notes&#8217; address book which then syncs via Nokia&#8217;s PC Suite with the E61. A vCard export from Notes&#8217; address book then updates my iPod. More on this in a future post&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.alphahutte.com/blog/2007/07/01/first-steps-with-a-nokia-e61/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
