<?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>Scienco.org &#187; gammu</title>
	<atom:link href="http://www.scienco.org/tag/gammu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scienco.org</link>
	<description>Life&#039;s too short to be unenthusiastic</description>
	<lastBuildDate>Thu, 07 Jul 2011 13:47:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<atom:link rel="next" href="http://www.scienco.org/tag/gammu/feed/?page=2" />

		<item>
		<title>Import VCF-file to Nokia 6300 from Ubuntu through bluetooth</title>
		<link>http://www.scienco.org/2008/import-vcf-file-to-nokia-6300-from-ubuntu-through-bluetooth/</link>
		<comments>http://www.scienco.org/2008/import-vcf-file-to-nokia-6300-from-ubuntu-through-bluetooth/#comments</comments>
		<pubDate>Tue, 19 Aug 2008 13:47:39 +0000</pubDate>
		<dc:creator>Mikkel Meyer Andersen</dc:creator>
				<category><![CDATA[Mobile phones]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[gammu]]></category>
		<category><![CDATA[nokia]]></category>
		<category><![CDATA[vcf]]></category>

		<guid isPermaLink="false">http://www.scienco.org/?p=196</guid>
		<description><![CDATA[Today I got a new Nokia 6300 - my old Sony Ericsson W810i had hard times charging. Of course I wanted to copy my phonebook onto my new phone, but it wasn't as easy as I hoped for - but after a while I found an alternative and easy way. First you need your phonebook [...]]]></description>
			<content:encoded><![CDATA[<p>Today I got a new Nokia 6300 - my old Sony Ericsson W810i had hard times charging. Of course I wanted to copy my phonebook onto my new phone, but it wasn't as easy as I hoped for - but after a while I found an alternative and easy way.<span id="more-196"></span></p>
<p>First you need your phonebook as a VCF-file. This can be done be backing up your phonebook to the memory stick (this option is available on the W810i and possibly on several others). Now copy the file, e.g. by bluetooth or with a cable.</p>
<p>Now connect the Nokia 6300 through bluetooth and write down the port - it has the format 00:11:22:33:44:55.</p>
<p>Now install <code>gammu</code>:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">aptitude</span> <span style="color: #c20cb9; font-weight: bold;">install</span> gammu</pre></div></div>

<p>Then create a config file:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">nano</span> ~<span style="color: #000000; font-weight: bold;">/</span>.gammurc</pre></div></div>

<p>with this content:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">&#91;</span>gammu<span style="color: #7a0874; font-weight: bold;">&#93;</span>
port = 00:<span style="color: #000000;">11</span>:<span style="color: #000000;">22</span>:<span style="color: #000000;">33</span>:<span style="color: #000000;">44</span>:<span style="color: #000000;">55</span> <span style="color: #666666; font-style: italic;"># change to fit your port</span>
model = <span style="color: #000000;">6300</span> <span style="color: #666666; font-style: italic;"># change to fit your model</span>
connection = bluephonet <span style="color: #666666; font-style: italic;"># if connecting with something else than bluetooth, you should change this</span>
synchronizetime = <span style="color: #c20cb9; font-weight: bold;">yes</span>
logfile = <span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>username<span style="color: #000000; font-weight: bold;">/</span>.gammulog <span style="color: #666666; font-style: italic;"># change username to your actual username</span>
logformat = textalldate
use_locking =
gammuloc =</pre></div></div>

<p>And now check that everything is alright:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">gammu <span style="color: #660033;">--identify</span></pre></div></div>

<p>And if it is, just copy the phonebook (remember to change the location of the VCF-file):</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">gammu restore Desktop<span style="color: #000000; font-weight: bold;">/</span>PB_Backup.vcf</pre></div></div>

<p>While restoring, I got errors like this:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">Location <span style="color: #000000;">12</span>                    
    LUID                 : <span style="color: #ff0000;">&quot;00020000006D&quot;</span>
    Function not supported by phone.
Location <span style="color: #000000;">13</span>                    
    LUID                 : <span style="color: #ff0000;">&quot;000200000090&quot;</span>
    Function not supported by phone.
Location <span style="color: #000000;">14</span>                    
    LUID                 : <span style="color: #ff0000;">&quot;000200000007&quot;</span>
    Function not supported by phone.
Location <span style="color: #000000;">15</span>                    
    LUID                 : <span style="color: #ff0000;">&quot;0002000000E9&quot;</span>
    Function not supported by phone.</pre></div></div>

<p>But despite of that, it still worked.</p>
<p>I didn't know <code>gammu</code> before, but it seems very nice! Thanks to the authors of it!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scienco.org/2008/import-vcf-file-to-nokia-6300-from-ubuntu-through-bluetooth/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

