<?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>My Nokia Blog &#187; Forum</title>
	<atom:link href="http://mynokiablog.com/category/forum/feed/" rel="self" type="application/rss+xml" />
	<link>http://mynokiablog.com</link>
	<description>Random, informal Nokia blog for Nokia, Symbian, Maemo, MeeGo and Windows Phone news, reviews, rants, suggestions and applications.</description>
	<lastBuildDate>Wed, 08 Feb 2012 14:22:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Improved How To Guide: Installing MSN, ICQ, Jabber, AOL and Yahoo! on #NokiaN9</title>
		<link>http://mynokiablog.com/2011/12/11/improved-how-to-guide-installing-msn-icq-jabber-aol-and-yahoo-on-nokian9/</link>
		<comments>http://mynokiablog.com/2011/12/11/improved-how-to-guide-installing-msn-icq-jabber-aol-and-yahoo-on-nokian9/#comments</comments>
		<pubDate>Sun, 11 Dec 2011 06:08:00 +0000</pubDate>
		<dc:creator>Michael Faro-Tusino</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Forum]]></category>
		<category><![CDATA[How to:]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MeeGo]]></category>
		<category><![CDATA[Nokia]]></category>
		<category><![CDATA[Nseries]]></category>

		<guid isPermaLink="false">http://mynokiablog.com/?p=29139</guid>
		<description><![CDATA[Last week I brought you a way to install MSN on the N9. It was very long and involved extensive terminal work. This is an updated way, using three .deb files and four simple terminal commands. It will provide you with access to creating these accounts using the Accounts UI app. First of all, download [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://mynokiablog.com/2011/12/11/improved-how-to-guide-installing-msn-icq-jabber-aol-and-yahoo-on-nokian9/2011-12-11_16-42-27/" rel="attachment wp-att-29140"><img class="aligncenter size-full wp-image-29140" src="http://mynokiablog.com/wp-content/uploads/2011/12/2011-12-11_16-42-27.png" alt="" width="480" height="854" /></a></p>
<p><a title="How To: Get Msn on the N9" href="http://mynokiablog.com/2011/12/02/how-to-get-msn-on-the-n9/">Last week I brought you a way to install MSN on the N9.</a> It was very long and involved extensive terminal work. This is an updated way, using three .deb files and four simple terminal commands. It will provide you with access to creating these accounts using the Accounts UI app.</p>
<p>First of all, download these three files straight on the device;</p>
<ul>
<li><a href="http://n9.indigoblack.de/deb/libpurple0_2.10.0_armel.deb">LibPurple</a></li>
<li><a href="http://n9.indigoblack.de/deb/telepathy-haze_0.5.0-1_armel.deb">Telepathy-Haze</a></li>
<li><a href="http://n9.indigoblack.de/deb/im-providers-additional-0.2.deb">IM-Providers-Additional</a></li>
</ul>
<ol>
<li>Open terminal, and gain root access using <em>devel-su </em>with <em>rootme </em>as password unless changed.</li>
<li>Enter <em>cd /home/user/MyDocs/Downloads</em></li>
<li>Enter ; <em>dpkg -i libpurple0_*.deb</em></li>
<li><em>dpkg -i telepathy-haze_*.deb</em></li>
<li><em>dpkg -i im-providers-additional-0.2.deb</em></li>
<li>Restart the device</li>
<li>If successful, you should have the various IM providers in the Accounts app.</li>
</ol>
<p>Note: Enter lines 3 &#8211; 5 separate as they need to be done individually in that order. Also, if icons in Accounts stuff up, just restart device again. Continued icon corruption can supposedly be fixed by replacing icons in /usr/share/themes/blanco/icons/</p>
<p>Create the account like you normally would in the Accounts app, and, as usual, use Availability to go online.</p>
<p>This way of installing the IM includes the service not only in the Accounts app, but in the contact cards of those you merge.</p>
<p>If you need help, put it in the comments below, or send me a<a href="http://twitter.com/#!/MFaroTusino"> tweet</a></p>
<p>Update: If you followed my last post, just run <em>mc-tool remove butterfly/msn/accountid</em> in terminal. This will stop a duplicate entry of the account.</p>
<p>Cheers to <a href="http://talk.maemo.org/showthread.php?p=1135885#post1135885">Niwakame and Billranton</a> for the simplest way yet!</p>
<p>Michael</p>
]]></content:encoded>
			<wfw:commentRss>http://mynokiablog.com/2011/12/11/improved-how-to-guide-installing-msn-icq-jabber-aol-and-yahoo-on-nokian9/feed/</wfw:commentRss>
		<slash:comments>73</slash:comments>
		</item>
		<item>
		<title>Qt Animation Framework &#8211; Creating animations and transitions</title>
		<link>http://mynokiablog.com/2010/07/21/qt-animation-framework-creating-animations-and-transitions/</link>
		<comments>http://mynokiablog.com/2010/07/21/qt-animation-framework-creating-animations-and-transitions/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 19:36:32 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[3rd edition]]></category>
		<category><![CDATA[5th Edition]]></category>
		<category><![CDATA[Cseries]]></category>
		<category><![CDATA[Forum]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Nseries]]></category>
		<category><![CDATA[OVI]]></category>
		<category><![CDATA[Qt]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://mynokiablog.com/?p=11357</guid>
		<description><![CDATA[If you are sick and tired of the state of the Ovi store and want to do something about it then start programming. I downloaded the Nokia Qt SDK today onto my MAC today for the intention of learning to code for Nokia phones and with such great tools like the Qt SDK it&#8217;s easer [...]]]></description>
			<content:encoded><![CDATA[<span style="text-align:center; display: block;"><a href="http://mynokiablog.com/2010/07/21/qt-animation-framework-creating-animations-and-transitions/"><img src="http://img.youtube.com/vi/Sw2fsy--nGM/2.jpg" alt="" /></a></span>
<p>If you are sick and tired of the state of the Ovi store and want to do something about it then start programming. I downloaded the Nokia Qt SDK today onto my MAC today for the intention of learning to code for Nokia phones and with such great tools like the Qt SDK it&#8217;s easer than ever.</p>
<p>BTW with &#8220;analysts&#8221; and tech sites being obsessed with the iCandy form Apple it is important for Developers to add animations for Apps for Nokia devices</p>
<p>Also notice he is in a train <img src='http://mynokiablog.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  sort of</p>
]]></content:encoded>
			<wfw:commentRss>http://mynokiablog.com/2010/07/21/qt-animation-framework-creating-animations-and-transitions/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Nokia 8900 pics leaked &#8211; Easter&#039;s come early</title>
		<link>http://mynokiablog.com/2007/09/17/nokia-8900-pics-leaked/</link>
		<comments>http://mynokiablog.com/2007/09/17/nokia-8900-pics-leaked/#comments</comments>
		<pubDate>Mon, 17 Sep 2007 08:40:38 +0000</pubDate>
		<dc:creator>Jay Montano</dc:creator>
				<category><![CDATA[Forum]]></category>
		<category><![CDATA[Leaked]]></category>
		<category><![CDATA[Nokia]]></category>

		<guid isPermaLink="false">http://mynokiablog.wordpress.com/2007/09/17/nokia-8900-pics-leaked/</guid>
		<description><![CDATA[Hot on the heels of the super sexy 8600 Luna (above), leaked pics have surfaced of the newer 8900 (below). It&#8217;s not getting much love from Stefan over at IntoMobile. Personally, I&#8217;m not liking that chrome lip where the slide closes. It looks like some wierd big chinned robot, and the dpad is the nose, [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://i136.photobucket.com/albums/q186/Jose_R-A-M/picture_11.jpg" alt="Nokia 8600 Luna" height="307" width="320" /></p>
<p>Hot on the heels of the super sexy 8600 Luna (above), leaked pics have surfaced of the newer 8900 (below).</p>
<p><img src="http://i136.photobucket.com/albums/q186/Jose_R-A-M/8900-1.jpg" /></p>
<p>It&#8217;s not getting much love from Stefan over at <a href="http://www.intomobile.com/2007/09/15/live-pictures-of-the-nokia-8900-dummy-phone-get-your-barf-bag-ready.html" target="_blank">IntoMobile.</a></p>
<p>Personally, I&#8217;m not liking that chrome lip where the slide closes. It looks like some wierd big chinned robot, and the dpad is the nose, screen being the visor.</p>
<p>No, wait&#8230;it looks like one of those statues on EASTER ISLAND!</p>
<p><img src="http://i136.photobucket.com/albums/q186/Jose_R-A-M/easter_island-1.jpg" /></p>
<p>Check out <a href="http://www.nokiaport.de/forum/thread.php?sid=05cd9b1ea63c6606866f8a4d026ae542&amp;postid=1219#post1219" title="More pics of the dummy 8900">Nokiaport.de</a> for more pics.</p>
<p>- <a href="http://forums.mobileburn.com/showthread.php?t=23723">Via difenbaker&#8217;s thread </a></p>
]]></content:encoded>
			<wfw:commentRss>http://mynokiablog.com/2007/09/17/nokia-8900-pics-leaked/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

