<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: What&#8217;s It Like to Develop Apps for Nokia Phones?</title>
	<atom:link href="http://gigaom.com/2010/09/15/whats-it-like-to-develop-apps-for-nokia-phones/feed/" rel="self" type="application/rss+xml" />
	<link>http://gigaom.com/2010/09/15/whats-it-like-to-develop-apps-for-nokia-phones/</link>
	<description></description>
	<lastBuildDate>Fri, 24 May 2013 22:03:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: First MeeGo Smartphone Might Not Appear Until June, 2011?: Tech News &#171;</title>
		<link>http://gigaom.com/2010/09/15/whats-it-like-to-develop-apps-for-nokia-phones/#comment-520610</link>
		<dc:creator><![CDATA[First MeeGo Smartphone Might Not Appear Until June, 2011?: Tech News &#171;]]></dc:creator>
		<pubDate>Mon, 22 Nov 2010 22:00:49 +0000</pubDate>
		<guid isPermaLink="false">http://gigaom.com/?p=156327#comment-520610</guid>
		<description><![CDATA[[...] Although the situation may appear dire for both Nokia and Intel, I&#8217;m not counting either out just yet, although I like Nokia&#8217;s chances better than Intel&#8217;s. Unlike Google Android which is composed of both open-source Linux and Google&#8217;s Dalvik virtual machine and apps, MeeGo has potential as a true open-source product for consumers that want greater control over their device. And Nokia is moving developers to its Qt cross-platform framework, which will greatly reduce the time it takes to produce an application that can run on Symbian smartphones as well as MeeGo handsets, tablets and computers: up to 50 percent less time, according to some developers. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Although the situation may appear dire for both Nokia and Intel, I&#8217;m not counting either out just yet, although I like Nokia&#8217;s chances better than Intel&#8217;s. Unlike Google Android which is composed of both open-source Linux and Google&#8217;s Dalvik virtual machine and apps, MeeGo has potential as a true open-source product for consumers that want greater control over their device. And Nokia is moving developers to its Qt cross-platform framework, which will greatly reduce the time it takes to produce an application that can run on Symbian smartphones as well as MeeGo handsets, tablets and computers: up to 50 percent less time, according to some developers. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: la</title>
		<link>http://gigaom.com/2010/09/15/whats-it-like-to-develop-apps-for-nokia-phones/#comment-294755</link>
		<dc:creator><![CDATA[la]]></dc:creator>
		<pubDate>Tue, 12 Oct 2010 14:14:55 +0000</pubDate>
		<guid isPermaLink="false">http://gigaom.com/?p=156327#comment-294755</guid>
		<description><![CDATA[whats it like to develope for symbian? it depends entirely what you&#039;re developing, the old ui classes are very cumbersome to use so qt helps a lot with that.

and if you don&#039;t need to do anything that would require higher capabilities the development is pretty smooth as it doesn&#039;t involve politics, but system plugin etc development is still an excercise in hacking - even though if the official partyline from sf/nokia would be that it should be possible to develope such(the ogg vorbis codec is a good example of this, their symbian multimedia plugin codec actually would work as a ringtone if they just had higher capabilities). 

in general it&#039;s gotten a LOT better in the past 5 years though, but introducing platsec in half-finishedly-thought-up form put it back another 3 years during that. on the plus side you can now develop with just free tools you can get from nokia without much hassle(and gcc is no longer 2.9 hahaha).


what&#039;s it like _really_ though? well for reasons unknown I&#039;ve spent the past few years working in developing sw for symbian, first as freelancer/indie and later as salaried. during almost that whole time there is a method described in s60 api documents that doesn&#039;t actually work(it was introduced with symbian 7.0s / s60 2.0 ). it would be a really, really handy method for avoiding dumping stuff to filesystem in certain times. I really hope that stuff is fixed on the qt version of that api(haven&#039;t checked yet), but as the result of all these years dealing with certificates, the sis-installer and mmf apis i&#039;m not so sure if they&#039;ve fixed it. also there&#039;s a load of apis that are deemed &#039;private&#039;, except in cases when they&#039;re not and they decide to ship them with one sdk and then leave them out of another, or just outright GIVE the apis to another developer while not giving them to another, for no particular reason except who knew who. so within the first year I had to resort to following instructions on the net on how to rebuild a header file from just having a .lib, to get access to some functionality that was essential at the time.


as an user these issues don&#039;t bother you as you never hear about them unless you go around asking &quot;why there isn&#039;t a program that does x&quot;.]]></description>
		<content:encoded><![CDATA[<p>whats it like to develope for symbian? it depends entirely what you&#8217;re developing, the old ui classes are very cumbersome to use so qt helps a lot with that.</p>
<p>and if you don&#8217;t need to do anything that would require higher capabilities the development is pretty smooth as it doesn&#8217;t involve politics, but system plugin etc development is still an excercise in hacking &#8211; even though if the official partyline from sf/nokia would be that it should be possible to develope such(the ogg vorbis codec is a good example of this, their symbian multimedia plugin codec actually would work as a ringtone if they just had higher capabilities). </p>
<p>in general it&#8217;s gotten a LOT better in the past 5 years though, but introducing platsec in half-finishedly-thought-up form put it back another 3 years during that. on the plus side you can now develop with just free tools you can get from nokia without much hassle(and gcc is no longer 2.9 hahaha).</p>
<p>what&#8217;s it like _really_ though? well for reasons unknown I&#8217;ve spent the past few years working in developing sw for symbian, first as freelancer/indie and later as salaried. during almost that whole time there is a method described in s60 api documents that doesn&#8217;t actually work(it was introduced with symbian 7.0s / s60 2.0 ). it would be a really, really handy method for avoiding dumping stuff to filesystem in certain times. I really hope that stuff is fixed on the qt version of that api(haven&#8217;t checked yet), but as the result of all these years dealing with certificates, the sis-installer and mmf apis i&#8217;m not so sure if they&#8217;ve fixed it. also there&#8217;s a load of apis that are deemed &#8216;private&#8217;, except in cases when they&#8217;re not and they decide to ship them with one sdk and then leave them out of another, or just outright GIVE the apis to another developer while not giving them to another, for no particular reason except who knew who. so within the first year I had to resort to following instructions on the net on how to rebuild a header file from just having a .lib, to get access to some functionality that was essential at the time.</p>
<p>as an user these issues don&#8217;t bother you as you never hear about them unless you go around asking &#8220;why there isn&#8217;t a program that does x&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nokia Ovi Store Gets 2.3 M Downloads Daily: Mobile &#171;</title>
		<link>http://gigaom.com/2010/09/15/whats-it-like-to-develop-apps-for-nokia-phones/#comment-289094</link>
		<dc:creator><![CDATA[Nokia Ovi Store Gets 2.3 M Downloads Daily: Mobile &#171;]]></dc:creator>
		<pubDate>Fri, 01 Oct 2010 20:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://gigaom.com/?p=156327#comment-289094</guid>
		<description><![CDATA[[...] such an international presence helps all the Ovi businesses &#8212; especially the app store. In a recent interview with Nokia, the company claimed that developers reap 18 to 22 percent increased sales when apps are available [...]]]></description>
		<content:encoded><![CDATA[<p>[...] such an international presence helps all the Ovi businesses &#8212; especially the app store. In a recent interview with Nokia, the company claimed that developers reap 18 to 22 percent increased sales when apps are available [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: includeapp</title>
		<link>http://gigaom.com/2010/09/15/whats-it-like-to-develop-apps-for-nokia-phones/#comment-286755</link>
		<dc:creator><![CDATA[includeapp]]></dc:creator>
		<pubDate>Tue, 28 Sep 2010 21:54:06 +0000</pubDate>
		<guid isPermaLink="false">http://gigaom.com/?p=156327#comment-286755</guid>
		<description><![CDATA[hi, 
you are absolutely right to mention the SmartInstaller, although unfortunatley QtCore and Qt Mobility DLLs add an extra 7MB to the download size. Nevertheless, at some point in time it is likely that many Symbian 3.x, and 5.0 devices will have somehow downloaded the Qt binaries. Indeed we have ported our tracking tool InAppTracking to Qt too. In case Qt developers are interested in tracking their mobile apps, please see http://www.includeapp.com

thanks
r.s.c.]]></description>
		<content:encoded><![CDATA[<p>hi,<br />
you are absolutely right to mention the SmartInstaller, although unfortunatley QtCore and Qt Mobility DLLs add an extra 7MB to the download size. Nevertheless, at some point in time it is likely that many Symbian 3.x, and 5.0 devices will have somehow downloaded the Qt binaries. Indeed we have ported our tracking tool InAppTracking to Qt too. In case Qt developers are interested in tracking their mobile apps, please see <a href="http://www.includeapp.com" rel="nofollow">http://www.includeapp.com</a></p>
<p>thanks<br />
r.s.c.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hanks</title>
		<link>http://gigaom.com/2010/09/15/whats-it-like-to-develop-apps-for-nokia-phones/#comment-282977</link>
		<dc:creator><![CDATA[hanks]]></dc:creator>
		<pubDate>Fri, 24 Sep 2010 05:48:28 +0000</pubDate>
		<guid isPermaLink="false">http://gigaom.com/?p=156327#comment-282977</guid>
		<description><![CDATA[Qt apps can be deployed with Smart Installer, which checks the presence of the Qt packages, downloading and installing any needed by the app that are not on the device. 

http://wiki.forum.nokia.com/index.php/Nokia_Smart_Installer_for_Symbian

This should work on all S60 3.1, 3.2 and 5.0 devices, except Nokia 6650 AT&amp;T variant and Nokia N96, due to some incompatibilities.]]></description>
		<content:encoded><![CDATA[<p>Qt apps can be deployed with Smart Installer, which checks the presence of the Qt packages, downloading and installing any needed by the app that are not on the device. </p>
<p><a href="http://wiki.forum.nokia.com/index.php/Nokia_Smart_Installer_for_Symbian" rel="nofollow">http://wiki.forum.nokia.com/index.php/Nokia_Smart_Installer_for_Symbian</a></p>
<p>This should work on all S60 3.1, 3.2 and 5.0 devices, except Nokia 6650 AT&amp;T variant and Nokia N96, due to some incompatibilities.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 10 Million Reasons the Nokia N8 is Destined for AT&#38;T: Tech News &#171;</title>
		<link>http://gigaom.com/2010/09/15/whats-it-like-to-develop-apps-for-nokia-phones/#comment-282363</link>
		<dc:creator><![CDATA[10 Million Reasons the Nokia N8 is Destined for AT&#38;T: Tech News &#171;]]></dc:creator>
		<pubDate>Thu, 23 Sep 2010 14:43:22 +0000</pubDate>
		<guid isPermaLink="false">http://gigaom.com/?p=156327#comment-282363</guid>
		<description><![CDATA[[...] from developers for the Symbian^3 platform. Current developers building apps for Nokia devices are already happy with the programming tools, but Nokia wants to catch the eye of app makers building for Apple&#8217;s iOS and Google&#8217;s [...]]]></description>
		<content:encoded><![CDATA[<p>[...] from developers for the Symbian^3 platform. Current developers building apps for Nokia devices are already happy with the programming tools, but Nokia wants to catch the eye of app makers building for Apple&#8217;s iOS and Google&#8217;s [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonas</title>
		<link>http://gigaom.com/2010/09/15/whats-it-like-to-develop-apps-for-nokia-phones/#comment-280639</link>
		<dc:creator><![CDATA[Jonas]]></dc:creator>
		<pubDate>Tue, 21 Sep 2010 07:13:56 +0000</pubDate>
		<guid isPermaLink="false">http://gigaom.com/?p=156327#comment-280639</guid>
		<description><![CDATA[If you look at the new Nokia Qt SDK [http://www.forum.nokia.com/Develop/Qt/] it does have a Macintosh version. I haven&#039;t tried it out yet, and there are some limitations (for instance you can only compile for Maemo at the moment) [http://wiki.forum.nokia.com/index.php/Nokia_Qt_SDK_v1.0_Beta#Limitations], but it is clearly a focus for Nokia to support development for Nokia products both from Windows, Linux, and Mac OS X.]]></description>
		<content:encoded><![CDATA[<p>If you look at the new Nokia Qt SDK [http://www.forum.nokia.com/Develop/Qt/] it does have a Macintosh version. I haven&#8217;t tried it out yet, and there are some limitations (for instance you can only compile for Maemo at the moment) [http://wiki.forum.nokia.com/index.php/Nokia_Qt_SDK_v1.0_Beta#Limitations], but it is clearly a focus for Nokia to support development for Nokia products both from Windows, Linux, and Mac OS X.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: includeapp</title>
		<link>http://gigaom.com/2010/09/15/whats-it-like-to-develop-apps-for-nokia-phones/#comment-280294</link>
		<dc:creator><![CDATA[includeapp]]></dc:creator>
		<pubDate>Mon, 20 Sep 2010 21:27:52 +0000</pubDate>
		<guid isPermaLink="false">http://gigaom.com/?p=156327#comment-280294</guid>
		<description><![CDATA[from a developer&#039;s business perspective, one issue is that almost all of currently sold (Nokia) Symbian devices are based on S60 (5.0). Realistically, it will take at least one or two years before devices with Qt pre-installed are common place around the world. So, today when you develop for Nokia, you are still obliged to consider S60 development, and the advanced tools such as in-app analytics or in-app adverts, etc... are out of Symbian comunity reach as they will be available for Qt only in the future. In the meantime, if you target the existing Symbian S60 consumers with your app, you might be interested in InAppTracking, the only in-app analytics tool for Symbian that we launched today (see our site http://www.includeapp.com). 

cheers

r.s.c.]]></description>
		<content:encoded><![CDATA[<p>from a developer&#8217;s business perspective, one issue is that almost all of currently sold (Nokia) Symbian devices are based on S60 (5.0). Realistically, it will take at least one or two years before devices with Qt pre-installed are common place around the world. So, today when you develop for Nokia, you are still obliged to consider S60 development, and the advanced tools such as in-app analytics or in-app adverts, etc&#8230; are out of Symbian comunity reach as they will be available for Qt only in the future. In the meantime, if you target the existing Symbian S60 consumers with your app, you might be interested in InAppTracking, the only in-app analytics tool for Symbian that we launched today (see our site <a href="http://www.includeapp.com" rel="nofollow">http://www.includeapp.com</a>). </p>
<p>cheers</p>
<p>r.s.c.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andre</title>
		<link>http://gigaom.com/2010/09/15/whats-it-like-to-develop-apps-for-nokia-phones/#comment-277530</link>
		<dc:creator><![CDATA[Andre]]></dc:creator>
		<pubDate>Sat, 18 Sep 2010 15:01:22 +0000</pubDate>
		<guid isPermaLink="false">http://gigaom.com/?p=156327#comment-277530</guid>
		<description><![CDATA[I&#039;m pretty sure they relaxed that single  developer rule recently, in addition to free Symbian signing and lower fees for publish to OVI]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m pretty sure they relaxed that single  developer rule recently, in addition to free Symbian signing and lower fees for publish to OVI</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rahul</title>
		<link>http://gigaom.com/2010/09/15/whats-it-like-to-develop-apps-for-nokia-phones/#comment-276417</link>
		<dc:creator><![CDATA[Rahul]]></dc:creator>
		<pubDate>Thu, 16 Sep 2010 19:14:40 +0000</pubDate>
		<guid isPermaLink="false">http://gigaom.com/?p=156327#comment-276417</guid>
		<description><![CDATA[Interesting article. I am a hobbyist developer and in the process of developing several (free/for fun) apps for Nokia phones currently. I just happen to have a Symbian phone and am writing mostly for my own uses but will release them through Ovi store for other people too.  

Before Qt, I never considered developing apps for my phone simply because it was too difficult. With Qt and regular C++ now fully supported (finally!), I can utilize my programming knowledge from regular desktop apps so it has actually been a good experience so far. Qt is still developing though its already very good. Nokia have been very responsive to bug reports and feature requests I filed and implemented several features I (and many other people) wanted within months.]]></description>
		<content:encoded><![CDATA[<p>Interesting article. I am a hobbyist developer and in the process of developing several (free/for fun) apps for Nokia phones currently. I just happen to have a Symbian phone and am writing mostly for my own uses but will release them through Ovi store for other people too.  </p>
<p>Before Qt, I never considered developing apps for my phone simply because it was too difficult. With Qt and regular C++ now fully supported (finally!), I can utilize my programming knowledge from regular desktop apps so it has actually been a good experience so far. Qt is still developing though its already very good. Nokia have been very responsive to bug reports and feature requests I filed and implemented several features I (and many other people) wanted within months.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
