<?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>ArvinderKang.com &#187; contact</title>
	<atom:link href="http://arvinderkang.com/tag/contact/feed/" rel="self" type="application/rss+xml" />
	<link>http://arvinderkang.com</link>
	<description>The world is my backyard.</description>
	<lastBuildDate>Thu, 29 Jul 2010 22:58:55 +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>Synchronizing Nokia 6086</title>
		<link>http://arvinderkang.com/2008/06/15/synchronizing-nokia-6086/</link>
		<comments>http://arvinderkang.com/2008/06/15/synchronizing-nokia-6086/#comments</comments>
		<pubDate>Mon, 16 Jun 2008 08:33:00 +0000</pubDate>
		<dc:creator>Arvinder Kang</dc:creator>
				<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[6086]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[contact]]></category>
		<category><![CDATA[isync]]></category>
		<category><![CDATA[nokia]]></category>

		<guid isPermaLink="false">http://arvinderkang.com/2008/06/16/synchronizing-nokia-6086/</guid>
		<description><![CDATA[I have a cranky old Nokia 6086. And I&#8217;m waiting for Android, just because of its open source license. Love this phone(or more appropriately &#8220;used to love&#8221;), because it used to do task &#8220;rarest in its times&#8221;. I could use &#8230; <a href="http://arvinderkang.com/2008/06/15/synchronizing-nokia-6086/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I have a cranky old Nokia 6086. And I&#8217;m waiting for <a href="http://code.google.com/android/" title="Android">Android</a>, just because of its <a href="http://code.google.com/android/kb/licensingandoss.html" title="Open Source Licensing Questions - Android">open source license</a>.</p>

<p>Love this phone(or more appropriately &#8220;used to love&#8221;), because it used to do task &#8220;rarest in its times&#8221;.</p>

<p>I could use any public WiFi hotspots (My Office and my home included) and route my calls through the internet, and costing me guess what &#8211; $0 (To be precise I paid $10 for <a href="http://www.t-mobile.com/promotions/hotspotathomelearnmore.aspx">TMobile@Home</a> service.) So I could talk non-stop to all the hot chicks!! Lol!</p>

<p>However since yesterday it started to show signs of aging.</p>

<p>Long story short, I was searching for a synchronizer using bluetooth. Nokia only makes <a href="http://europe.nokia.com/A4144905" title="Nokia Europe - Nokia PC Suite - Support">PC Suite</a>. I have a Mac. And Mac has iSync which is not compatible with Nokia 6086.</p>

<p><img src="http://arvinderkang.com/wp-content/uploads/2008/06/6086-not-compatible.png" alt="6086-not-compatible" /></p>

<p><span id="more-21"></span></p>

<p>Two Google searches later, <a href="http://www.howardforums.com/showthread.php?t=1199105" title="HowardForums: Your Mobile Phone Community &amp; Resource - Nokia 6086 on Mac / iSync - Fixed">here is the solution</a> that worked for me. Here is what I did.</p>

<p>Edit the following file using any editor of your choice. I use Textmate (therefore mate), you can use Vi, Emac, nano, or <a href="http://en.wikipedia.org/wiki/Image:CTR_census_machine.JPG" title="Image:CTR census machine.JPG - Wikipedia, the free encyclopedia" rel="lightbox[21]">&#8220;I&#8217;m still a fan of Charles Babbage&#8221; editor</a>:</p>

<pre><code>sudo mate /Applications/iSync.app/Contents/PlugIns/ApplePhoneConduit.syncdevice/Contents/PlugIns/PhoneModelsSync.phoneplugin/Contents/Resources/MetaClasses.plist
</code></pre>

<p>Add the following code right after 6021 entry.</p>

<pre><code>&lt;key&gt;com.nokia.6086&lt;/key&gt;
&lt;dict&gt;
        &lt;key&gt;Identification&lt;/key&gt;
        &lt;dict&gt;
                &lt;key&gt;com.apple.cgmi+cgmm&lt;/key&gt;
                &lt;string&gt;Nokia+Nokia 6086&lt;/string&gt;
                &lt;key&gt;com.apple.gmi+gmm&lt;/key&gt;
                &lt;string&gt;Nokia+Nokia 6086&lt;/string&gt;
        &lt;/dict&gt;
        &lt;key&gt;InheritsFrom&lt;/key&gt;
        &lt;array&gt;
                &lt;string&gt;family.com.nokia.series40.bus.bt&lt;/string&gt;
        &lt;/array&gt;
        &lt;key&gt;Services&lt;/key&gt;
        &lt;array&gt;
                &lt;dict&gt;
                        &lt;key&gt;ServiceName&lt;/key&gt;
                        &lt;string&gt;com.apple.model&lt;/string&gt;
                        &lt;key&gt;ServiceProperties&lt;/key&gt;
                        &lt;dict&gt;
                                &lt;key&gt;ModelIcon&lt;/key&gt;
                                &lt;string&gt;NOK6086.tiff&lt;/string&gt;
                                &lt;key&gt;ModelName&lt;/key&gt;
                                &lt;string&gt;6086&lt;/string&gt;
                        &lt;/dict&gt;
                &lt;/dict&gt;
                &lt;dict&gt;
                        &lt;key&gt;ServiceName&lt;/key&gt;
                        &lt;string&gt;com.apple.synchro&lt;/string&gt;
                        &lt;key&gt;ServiceProperties&lt;/key&gt;
                        &lt;dict&gt;
                                &lt;key&gt;MaxEMailLength&lt;/key&gt;
                                &lt;integer&gt;126&lt;/integer&gt;
                                &lt;key&gt;MaxNotesLength&lt;/key&gt;
                                &lt;integer&gt;126&lt;/integer&gt;
                                &lt;key&gt;MaxURLLength&lt;/key&gt;
                                &lt;integer&gt;126&lt;/integer&gt;
                        &lt;/dict&gt;
                &lt;/dict&gt;
        &lt;/array&gt;
&lt;/dict&gt;
</code></pre>

<p>Download <a href="http://arvinderkang.com/wp-content/uploads/2008/06/nok6086.tiff">this file</a> and copy it into the following location using cp command.</p>

<pre><code>sudo cp NOK6086.tiff    /Applications/iSync.app/Contents/PlugIns/ApplePhoneConduit.syncdevice/Contents/PlugIns/PhoneModelsSync.phoneplugin/Contents/Resources/
</code></pre>

<p>Now bite your nails twice, touch the sacred Aluminum and pray to the <a href="http://www.cnn.com/2008/WORLD/asiapcf/06/07/India.god.ap/index.html" title="Indian school names monkey god chairman - CNN.com">chairman God</a>.</p>

<p><img src="http://arvinderkang.com/wp-content/uploads/2008/06/6086-detected.png" alt="6086-detected" /></p>

<p>WooHoo!! We are ready to synchronize our address book.</p>

<p><img src="http://arvinderkang.com/wp-content/uploads/2008/06/6086-lets-sync.png" alt="6086-lets-sync" /></p>

<p><img src="http://arvinderkang.com/wp-content/uploads/2008/06/6086-sync-started.png" alt="6086-sync-started" /></p>

<p>Once imported into Address Book, I created an archive of address book with date.</p>

<p>And then I gulped down a glass of milk and resumed watching the movie <a href="http://www.amuthefilm.com" title="|| amu ||">Amu</a>&#8230;&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://arvinderkang.com/2008/06/15/synchronizing-nokia-6086/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->