<?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"
	>

<channel>
	<title>S60 Blogs &#187; Developing on S60</title>
	<atom:link href="http://blogs.s60.com/category/developing-on-s60/feed" rel="self" type="application/rss+xml" />
	<link>http://blogs.s60.com</link>
	<description></description>
	<pubDate>Thu, 02 Jul 2009 10:12:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
			<item>
		<title>More details on future S60 Java UI plans</title>
		<link>http://blogs.s60.com/2009/06/more-details-on-future-s60-java-ui-plans</link>
		<comments>http://blogs.s60.com/2009/06/more-details-on-future-s60-java-ui-plans#comments</comments>
		<pubDate>Sun, 07 Jun 2009 20:05:17 +0000</pubDate>
		<dc:creator>Aleksi Uotila</dc:creator>
		
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://blogs.s60.com/?p=3320</guid>
		<description><![CDATA[Görkem has <a href="http://www.gorkem-ercan.com/2009/06/reflections-of-symbian-foundation-and.html">written more details on our future user interface plans at Java Runtime for S60</a>. The upcoming changes in <a href="http://blog.symbian.org/2009/04/30/reviewing-the-release-plan/">Symbian Foundation for UIs</a> require long lead time development which has already been started in our team. We currently have Java UIs running on Qt framework on desktop and we are now focusing on ensuring that things work OK in S60 environment on Qt as well as implementing mobile specific integration and then advanced features like bridging of [...]]]></description>
			<content:encoded><![CDATA[<p>Görkem has <a href="http://www.gorkem-ercan.com/2009/06/reflections-of-symbian-foundation-and.html">written more details on our future user interface plans at Java Runtime for S60</a>. The upcoming changes in <a href="http://blog.symbian.org/2009/04/30/reviewing-the-release-plan/">Symbian Foundation for UIs</a> require long lead time development which has already been started in our team. We currently have Java UIs running on Qt framework on desktop and we are now focusing on ensuring that things work OK in S60 environment on Qt as well as implementing mobile specific integration and then advanced features like bridging of MIDP LCDUI and eSWT as well as those other features. One additional theme in our UI development that is good to mention is graphics hardware acceleration and enablement of what Symbian OS marketing calls as <a href="http://developer.symbian.com/wiki/display/KBSDN/Where+can+I+find+information+on+Screenplay">Screenplay</a> for all of our graphics and media APIs: LCDUI 2D graphics, M2G, M3G and MMAPI.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.s60.com/2009/06/more-details-on-future-s60-java-ui-plans/feed</wfw:commentRss>
		</item>
		<item>
		<title>Java Sensor API demo</title>
		<link>http://blogs.s60.com/2009/06/java-sensor-api-demo</link>
		<comments>http://blogs.s60.com/2009/06/java-sensor-api-demo#comments</comments>
		<pubDate>Mon, 01 Jun 2009 12:23:36 +0000</pubDate>
		<dc:creator>Aleksi Uotila</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[General]]></category>

		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://blogs.s60.com/?p=3281</guid>
		<description><![CDATA[S60 Java Runtime guys shot some video material on our Nokia Developer Summit demo. It's showcasing Java Sensor API &#38; Java Bluetooth API usage with BT controlled Tamiya RC Mini Cooper S 2006 car.

The demo uses many Java APIs and device features. Java Sensor API &#38; accelerometer sensor of the <a href="http://www.forum.nokia.com/devices/N97">Nokia N97 device</a> is used for implementing the car control. Users just tilt the device in order to accelerate and turn  wheels of the car. The Java Sensor API [...]]]></description>
			<content:encoded><![CDATA[<p>S60 Java Runtime guys shot some video material on our Nokia Developer Summit demo. It&#8217;s showcasing Java Sensor API &amp; Java Bluetooth API usage with BT controlled Tamiya RC Mini Cooper S 2006 car.</p>
<p>The demo uses many Java APIs and device features. Java Sensor API &amp; accelerometer sensor of the <a href="http://www.forum.nokia.com/devices/N97">Nokia N97 device</a> is used for implementing the car control. Users just tilt the device in order to accelerate and turn  wheels of the car. The Java Sensor API gives demo Java app the orientation of the device. Application then turns the accelerometer signals to control signals for the car itself. These signals are transmitted to the car using Java Bluetooth API. The car itself has an additional Bluetooth module installed. Then of course in the device side there&#8217;s some UI also done with Java MIDP APIs that show the control level to the user. Touch UI is used to provide some additional control means.</p>
<p>Additionally we also did a special variant of the Java application for <a href="http://www.forum.nokia.com/devices/6260_slide">Nokia 6260 slide (Series 40) device</a> that has an analogue joystick input device and the Java Runtime therein is bundled with a <a href="http://library.forum.nokia.com/index.jsp?topic=/Java_Developers_Library/GUID-237420DE-CCBE-4A74-A129-572E0708D428/com/nokia/mid/ui/JoystickEventListener.html">Joystick event listener</a> (part of Nokia UI API).  So instead of tilting the device for controlling the car device&#8217;s joystick is used.</p>
<p>The <a href="http://events.nokia.com/developersummit/assets/pdf/Java_demo_slides.pdf">summit slides</a> have some more details of the MIDlet implementation on both devices.</p>
<p>If you are interested in developing using Java Sensor API please see also both our <a href="http://library.forum.nokia.com/index.jsp?topic=/Java_Developers_Library/GUID-660EC670-B7DB-4005-BF2D-411E5C0B3867_overview-d0e41497.html">Sensor API Developer&#8217;s Guide</a> and  <a href="http://library.forum.nokia.com/index.jsp?topic=/Java_Developers_Library/GUID-660EC670-B7DB-4005-BF2D-411E5C0B3867_overview-d0e94435.html">Sensor API implementation notes</a>. Java Sensor API is part of <a href="http://wiki.forum.nokia.com/index.php/Java_Runtime_1.4_for_S60_Release_notes">Java Runtime 1.4 for S60</a>.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/pnxgThSd7zk&amp;hl=en&amp;fs=1" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/pnxgThSd7zk&amp;hl=en&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.s60.com/2009/06/java-sensor-api-demo/feed</wfw:commentRss>
		</item>
		<item>
		<title>Ovi Store NOT requiring Java Verified</title>
		<link>http://blogs.s60.com/2009/05/ovi-store-not-requiring-java-verified</link>
		<comments>http://blogs.s60.com/2009/05/ovi-store-not-requiring-java-verified#comments</comments>
		<pubDate>Wed, 27 May 2009 12:57:29 +0000</pubDate>
		<dc:creator>Aleksi Uotila</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[Java]]></category>

		<category><![CDATA[Support]]></category>

		<category><![CDATA[Java Verified]]></category>

		<category><![CDATA[JavaVerified]]></category>

		<category><![CDATA[JV]]></category>

		<category><![CDATA[OVI Store]]></category>

		<guid isPermaLink="false">http://blogs.s60.com/?p=3277</guid>
		<description><![CDATA[<a href=http://blogs.s60.com/2009/05/ovi-store-not-requiring-java-verified><img src=http://nds3.nokia.com/pressphotos/public/global/experiences/ovi_store/Ovi-Store_N97_portrait_5_mystuff_lowres.jpg class=imgtfe hspace=5 align=left width=100  border=0></a><a href="http://store.ovi.com"></a>I've just got confirmation from an Ovi Store guys that Java applications DO NOT require to go through Java Verified testing when being published to Ovi Store.

It has been a huge source of complaints throughout the Internet and Ovi related discussion boards that Java application developers are forced to do testing via Java Verified. To use Java Verified before submitting the application to Ovi Store is only a recommendation for developers. If developers have other means to ensure the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://store.ovi.com"><img class="alignright" src="http://nds3.nokia.com/pressphotos/public/global/experiences/ovi_store/Ovi-Store_N97_portrait_5_mystuff_lowres.jpg" alt="" width="165" height="329" /></a>I&#8217;ve just got confirmation from an Ovi Store guys that Java applications DO NOT require to go through Java Verified testing when being published to Ovi Store.</p>
<p>It has been a huge source of complaints throughout the Internet and Ovi related discussion boards that Java application developers are <em>forced </em>to do testing via Java Verified. To use Java Verified before submitting the application to Ovi Store is only a recommendation for developers. If developers have other means to ensure the quality on different Nokia handsets then it&#8217;s totally acceptable to not to use it. Developers are however required to sign their content using content signing (Verisign or Thawte).</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.s60.com/2009/05/ovi-store-not-requiring-java-verified/feed</wfw:commentRss>
		</item>
		<item>
		<title>eSWT support as part of Eclipse MTJ</title>
		<link>http://blogs.s60.com/2009/05/eswt-support-as-part-of-eclipse-mtj</link>
		<comments>http://blogs.s60.com/2009/05/eswt-support-as-part-of-eclipse-mtj#comments</comments>
		<pubDate>Tue, 19 May 2009 18:42:45 +0000</pubDate>
		<dc:creator>Aleksi Uotila</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[Java]]></category>

		<category><![CDATA[eclipse]]></category>

		<category><![CDATA[eSWT]]></category>

		<category><![CDATA[MTJ]]></category>

		<guid isPermaLink="false">http://blogs.s60.com/?p=3266</guid>
		<description><![CDATA[My colleague <a href="http://www.gorkem-ercan.com/2009/05/eswt-features-on-eclipse-mtj-rc1.html">Görkem just got some eSWT support features accepted as part of the Mobile Tools for Java</a>. For those who don't know MTJ is a set of tools for Eclipse IDE for Mobile Java development. 

There's now code wizard and code assist features for eSWT development. It's good to see also tools support to appear for this advanced mobile Java UI toolkit!
]]></description>
			<content:encoded><![CDATA[<p>My colleague <a href="http://www.gorkem-ercan.com/2009/05/eswt-features-on-eclipse-mtj-rc1.html">Görkem just got some eSWT support features accepted as part of the Mobile Tools for Java</a>. For those who don&#8217;t know MTJ is a set of tools for Eclipse IDE for Mobile Java development. </p>
<p>There&#8217;s now code wizard and code assist features for eSWT development. It&#8217;s good to see also tools support to appear for this advanced mobile Java UI toolkit!</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.s60.com/2009/05/eswt-support-as-part-of-eclipse-mtj/feed</wfw:commentRss>
		</item>
		<item>
		<title>Java Runtime for S60 Roadmap</title>
		<link>http://blogs.s60.com/2009/05/java-runtime-for-s60-roadmap</link>
		<comments>http://blogs.s60.com/2009/05/java-runtime-for-s60-roadmap#comments</comments>
		<pubDate>Wed, 13 May 2009 06:21:50 +0000</pubDate>
		<dc:creator>Aleksi Uotila</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://blogs.s60.com/?p=3229</guid>
		<description><![CDATA[The Nokia Developer Summit was arranged two weeks ago and there was a <a href="http://events.nokia.com/developersummit/assets/pdf/Java_demo_slides.pdf">presentation of the Java Runtime of S60</a>, about the current state and it's future. The roadmap provides a glimpse to the 2010 release contents of JRT.]]></description>
			<content:encoded><![CDATA[<p>The Nokia Developer Summit was arranged two weeks ago and there was a <a href="http://events.nokia.com/developersummit/assets/pdf/Java_demo_slides.pdf">presentation of the Java Runtime of S60</a>, about the current state and it&#8217;s future. The roadmap provides a glimpse to the 2010 release contents of JRT.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.s60.com/2009/05/java-runtime-for-s60-roadmap/feed</wfw:commentRss>
		</item>
		<item>
		<title>Java Runtime features on latest 3rd ed fp 2 devices</title>
		<link>http://blogs.s60.com/2009/05/java-runtime-features-on-latest-3rd-ed-fp-2-devices</link>
		<comments>http://blogs.s60.com/2009/05/java-runtime-features-on-latest-3rd-ed-fp-2-devices#comments</comments>
		<pubDate>Fri, 08 May 2009 20:46:21 +0000</pubDate>
		<dc:creator>Aleksi Uotila</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://blogs.s60.com/?p=3220</guid>
		<description><![CDATA[We've posted a <a href="http://www.forum.nokia.com/info/sw.nokia.com/id/2cf09197-b57d-4b05-af97-f5c3017f39bf/Whats_New_in_S60_3rd_Ed_FP2.html">quick overview slide-set covering all the new features in Java Runtime on S60 3rd ed fp 2 devices</a>. This is probably more interesting now since there's more and more 3rd ed fp 2 devices appearing to the market so it's more feasible to start using these features in Java apps.

The Java Runtime was also upgraded to S60 3rd ed fp 2 SW baseline in couple of months back so the very latest and upcoming devices will [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve posted a <a href="http://www.forum.nokia.com/info/sw.nokia.com/id/2cf09197-b57d-4b05-af97-f5c3017f39bf/Whats_New_in_S60_3rd_Ed_FP2.html">quick overview slide-set covering all the <em>new</em> features in Java Runtime on S60 3rd ed fp 2 devices</a>. This is probably more interesting now since there&#8217;s more and more 3rd ed fp 2 devices appearing to the market so it&#8217;s more feasible to start using these features in Java apps.</p>
<p>The Java Runtime was also upgraded to S60 3rd ed fp 2 SW baseline in couple of months back so the very latest and upcoming devices will have <a href="http://wiki.forum.nokia.com/index.php/Java_Runtime_1.4_for_S60_Release_notes">JRT1.4</a> features. The presentation slides also gives some more details of <a href="http://wiki.forum.nokia.com/index.php/Naming_and_versioning_of_Java_Runtime_for_S60">S60 Java Runtime versions</a>.</p>
<p>We&#8217;ve also put handy links to Nokia Java Developer&#8217;s Library reference pages from the overview slides to get more details on the presented functionalities.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.s60.com/2009/05/java-runtime-features-on-latest-3rd-ed-fp-2-devices/feed</wfw:commentRss>
		</item>
		<item>
		<title>Remote Connections View (#2)</title>
		<link>http://blogs.s60.com/2009/04/remote-connections-view-2</link>
		<comments>http://blogs.s60.com/2009/04/remote-connections-view-2#comments</comments>
		<pubDate>Tue, 28 Apr 2009 16:00:50 +0000</pubDate>
		<dc:creator>Mike Trujillo</dc:creator>
		
		<category><![CDATA[Carbide C++]]></category>

		<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://blogs.s60.com/?p=3156</guid>
		<description><![CDATA[<a href=http://blogs.s60.com/2009/04/remote-connections-view-2><img src=http://blogs.s60.com/wp-content/uploads/2009/04/rcview-150x150.jpg class=imgtfe hspace=5 align=left width=100  border=0></a><p class="MsoNormal">This article is an update from a previous posting from David Dubrow about the Remote Connections View found on Carbide. In this update we will review some of the newer features of the Remote Connections tool as well as provide updated screenshots.</p>
<p class="MsoNormal">The feature is designed to improve the quality of a debugging (or trace) sessions.</p>
<p class="MsoNormal">The Remote Connections view is a UI framework that allows Carbide users to create remote connections and test/configure debug services over those connections. [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal">This article is an update from a previous posting from David Dubrow about the Remote Connections View found on Carbide. In this update we will review some of the newer features of the Remote Connections tool as well as provide updated screenshots.</p>
<p class="MsoNormal">The feature is designed to improve the quality of a debugging (or trace) sessions.</p>
<p class="MsoNormal">The Remote Connections view is a UI framework that allows Carbide users to create remote connections and test/configure debug services over those connections.<span> </span>These connections are then shared inside the IDE.<span> </span>We currently support on-device debug launch configurations and OST Trace (software trace).<span> </span>These configurations may be exported and shared in different workspaces or with other users.</p>
<p class="MsoNormal">Some of the benefits of the Remote Connections view is that the user can validate that the connection is present to guaranty that the agents on the phone target are the very latest.<span> </span>Debug sessions will improve greatly as a result.</p>
<p class="MsoNormal">The Remote Connections view displays all the remote connection objects. Under each object, there is a node for each supported service and its current status.<span> </span>In this example you can see that USB supports On-Device Debug (TRK service) and OST Trace (Tracing service).<span> </span></p>
<div class="wp-caption alignnone" style="width: 362px"><img src="http://blogs.s60.com/wp-content/uploads/2009/04/rcview.jpg" alt="Remote Connections View" width="352" height="187" /><p class="wp-caption-text">Remote Connections View</p></div>
<p class="MsoNormal">From the view a dialog can be invoked to create or edit connection objects and their settings. Also, as the settings are changed, supported services can be tested on that connection.</p>
<p class="MsoNormal">
<div id="attachment_3163" class="wp-caption alignnone" style="width: 466px"><a href="http://blogs.s60.com/wp-content/uploads/2009/04/rcdlg11.jpg"><img class="size-full wp-image-3163" src="http://blogs.s60.com/wp-content/uploads/2009/04/rcdlg11.jpg" alt="Remote Connections View - 1st dialog" width="456" height="554" /></a><p class="wp-caption-text">Remote Connections View - 1st dialog</p></div>
<p class="MsoNormal">Finally, the dialog accesses a server containing the latest remote agents for installation on a device.</p>
<div id="attachment_3159" class="wp-caption alignnone" style="width: 466px"><a href="http://blogs.s60.com/wp-content/uploads/2009/04/rcdlg2.jpg"><img class="size-full wp-image-3159" src="http://blogs.s60.com/wp-content/uploads/2009/04/rcdlg2.jpg" alt="Remote Connections - 2nd dialog box" width="456" height="554" /></a><p class="wp-caption-text">Remote Connections - 2nd dialog box</p></div>
<p class="MsoNormal">At any instance of use like a launch configuration of on-device debugging, existing connection objects that support that service can be selected and edited or new ones can be created without having to go to the remote connections view.</p>
<p class="MsoNormal"><a href="http://blogs.s60.com/wp-content/uploads/2009/04/pou.jpg"><img class="alignnone size-full wp-image-3162" src="http://blogs.s60.com/wp-content/uploads/2009/04/pou.jpg" alt="" width="441" height="428" /></a></p>
<p class="MsoNormal">
<p class="MsoNormal">Hopefully, this feature will make connecting to devices through Carbide a lot more user friendly</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.s60.com/2009/04/remote-connections-view-2/feed</wfw:commentRss>
		</item>
		<item>
		<title>Qt for S60 Demo using Carbide</title>
		<link>http://blogs.s60.com/2009/03/qt-for-s60-demo-using-carbide</link>
		<comments>http://blogs.s60.com/2009/03/qt-for-s60-demo-using-carbide#comments</comments>
		<pubDate>Tue, 24 Mar 2009 20:40:29 +0000</pubDate>
		<dc:creator>L. Frank Turovich</dc:creator>
		
		<category><![CDATA[Carbide C++]]></category>

		<category><![CDATA[Usability]]></category>

		<category><![CDATA[Carbide]]></category>

		<category><![CDATA[qt]]></category>

		<category><![CDATA[S60]]></category>

		<guid isPermaLink="false">http://blogs.s60.com/?p=3065</guid>
		<description><![CDATA[<a href=http://blogs.s60.com/2009/03/qt-for-s60-demo-using-carbide><img src=http://i35.tinypic.com/2lo4ylv.png class=imgtfe hspace=5 align=left width=100  border=0></a>The Qt group has posted a short getting started video on using the "garden" release of <a href="http://trolltech.com/developer/technical-preview-qt-for-s60">Qt for S60</a> with Carbide.c++ on YouTube.



Very nicely done as it highlights exactly what people can do with both Qt and the Carbide tools to get applications up and running quickly in the emulator or on devices.

Great job.]]></description>
			<content:encoded><![CDATA[<p><img src="http://i35.tinypic.com/2lo4ylv.png" border="15" alt="Carbide.c++" align="right" />The Qt group has posted a short getting started video on using the &#8220;garden&#8221; release of <a href="http://trolltech.com/developer/technical-preview-qt-for-s60">Qt for S60</a> with Carbide.c++ on YouTube.</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/zf9XYs902Mw&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/zf9XYs902Mw&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p>Very nicely done as it highlights exactly what people can do with both Qt and the Carbide tools to get applications up and running quickly in the emulator or on devices.</p>
<p>Great job.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.s60.com/2009/03/qt-for-s60-demo-using-carbide/feed</wfw:commentRss>
		</item>
		<item>
		<title>Start your Updaters</title>
		<link>http://blogs.s60.com/2009/03/start-your-updaters</link>
		<comments>http://blogs.s60.com/2009/03/start-your-updaters#comments</comments>
		<pubDate>Wed, 11 Mar 2009 18:51:14 +0000</pubDate>
		<dc:creator>L. Frank Turovich</dc:creator>
		
		<category><![CDATA[Carbide C++]]></category>

		<category><![CDATA[qt]]></category>

		<category><![CDATA[symbian foundation]]></category>

		<guid isPermaLink="false">http://blogs.s60.com/?p=3012</guid>
		<description><![CDATA[<a href=http://blogs.s60.com/2009/03/start-your-updaters><img src=http://i35.tinypic.com/2lo4ylv.png class=imgtfe hspace=5 align=left width=100  border=0></a>Carbide.c++ v2.0.2 is now available via the Software Update manager within Carbide. Click the Help &#62; Software Updates &#62; Find and Install... menu item, enable the Search for updates to the currently installed features option, then click Finish. Carbide will then locate, download, and install the update. A quick relaunch of Carbide will make the new capabilities available.

This is a minor release so not too many features:

	New Qt tools added. These are v1.4.3 tools and will support Qt 4.5 development for S60.
	Updated [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://i35.tinypic.com/2lo4ylv.png" border="15" alt="Carbide.c++" align="right" />Carbide.c++ v2.0.2 is now available via the Software Update manager within Carbide. Click the <strong>Help &gt; Software Updates &gt; Find and Install&#8230;</strong> menu item, enable the <strong>Search for updates to the currently installed features</strong> option, then click <strong>Finish</strong>. Carbide will then locate, download, and install the update. A quick relaunch of Carbide will make the new capabilities available.</p>
<p>This is a minor release so not too many features:</p>
<ul>
<li>New Qt tools added. These are v1.4.3 tools and will support Qt 4.5 development for S60.</li>
<li>Updated WINSCW compiler - changes will improve Qt and Raptor/Symbian Buid System v2 builds</li>
<li>Bug 7473 - Added PKG files to the Qt template projects so SIS files can be built and installed on a device.</li>
<li>Bug 7542 - Updated Remote Connections UI to provide better descriptions when choosing between USB or TRK 2.x USB (supports USB only).</li>
<li>Bug 7915 - Improved the timing out mechanism in Carbide so that TRK doesn&#8217;t time out when target&#8217;s are slow to respond</li>
<li>Bug 8276 - The main issue that caused Stepping line by line to be slow has been fixed. However, there are some cases where the slowness still appears. For example, when accessing files across a network, and the network is down or if a source file is missing. For the first issue, re-establishing the connection resolves the slow debugging issue.</li>
</ul>
<p>Most of the current on going work involves changes made under the hood to get Carbide ready for when the Symbian OS, S60 SDK, and a host of other tools are made available as part of the new open source <a href="http://www.symbianfoundation.org/">Symbian Foundation</a>.</p>
<p>Enjoy.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.s60.com/2009/03/start-your-updaters/feed</wfw:commentRss>
		</item>
		<item>
		<title>Commercial Release of Nokia WRT plug-in for Aptana Studio</title>
		<link>http://blogs.s60.com/2009/02/commercial-release-of-nokia-wrt-plug-in-for-aptana-studio</link>
		<comments>http://blogs.s60.com/2009/02/commercial-release-of-nokia-wrt-plug-in-for-aptana-studio#comments</comments>
		<pubDate>Mon, 23 Feb 2009 03:26:07 +0000</pubDate>
		<dc:creator>Tian Ung-Ping</dc:creator>
		
		<category><![CDATA[WRT]]></category>

		<category><![CDATA[Widgets]]></category>

		<guid isPermaLink="false">http://blogs.s60.com/?p=2902</guid>
		<description><![CDATA[<a href=http://blogs.s60.com/2009/02/commercial-release-of-nokia-wrt-plug-in-for-aptana-studio><img src=http://blogs.s60.com/wp-content/uploads/2009/02/nokiascreen-300x207.gif class=imgtfe hspace=5 align=left width=100  border=0></a>Have you been desiring to build S60 widgets for yourself and your friends and families, but just didn't have an easy to use development platform to work with?  Tired of using notepad and kludging together development tools to test the widgets you are building?  Well your pain and suffering is close to an end (at least as far as Widget creation goes).  The<a href="http://www.forum.nokia.com/aptana"> WRT Plug-in for Aptana Studio</a> has officially gone ‘Commercial’.  Aptana Studio is [...]]]></description>
			<content:encoded><![CDATA[<p><span style="black;">Have you been desiring to build S60 widgets for yourself and your friends and families, but just didn&#8217;t have an easy to use development platform to work with?  Tired of using notepad and kludging together development tools to test the widgets you are building?  Well your pain and suffering is close to an end (at least as far as Widget creation goes).  The<a href="http://www.forum.nokia.com/aptana"> WRT Plug-in for Aptana Studio</a> has officially gone ‘Commercial’. <span> </span></span><span style="black;">Aptana Studio is a popular web tool with more than 3 millions installation. With the plug-in, you can create, debug, deploy widgetst o millions of Nokia users. Furthermore, with Nokia <a href="http://www.nokia.com/A4136001?newsid=1290751"><span style="black;">Ovi Store</span></a> announcements, you can distribute your widgets to Ovi Store. </span></p>
<p><a href="http://blogs.s60.com/wp-content/uploads/2009/02/nokiascreen.gif"><img class="aligncenter size-medium wp-image-2904" src="http://blogs.s60.com/wp-content/uploads/2009/02/nokiascreen-300x207.gif" alt="" width="300" height="207" /></a></p>
<p class="MsoNormal"><span style="black;"> </span></p>
<p class="MsoNormal"><span style="black;">Here are the developers who have tried the plug-in during the past months …</span></p>
<p class="MsoNormal"><span style="black;"> </span></p>
<ul>
<li><span style="black;"> <a href="http://mariamdholkawala.com/mobile/?p=422">Mariam Dholkawala</a></span></li>
</ul>
<ul>
<li><span style="black;"><a href="http://nokiaexperts.com/create-web-runtime-widgets-aptana-studio/">Nokia Expert</a><br />
</span></li>
</ul>
<ul>
<li><span style="black;"><a href="//www.robtoole.com/blog/?p=267">Rob Toole</a></span></li>
</ul>
<p class="MsoNormal"><span style="black;"> </span></p>
<p class="MsoNormal"><span style="black;">Forum Nokia also announced the launch of the next round of its Calling All Innovators competition. Details are available in the <a href="http://www.nokia.com/A4136001?newsid=1291207"><span style="black;">press release </span></a>that was distributed yesterday. This global contest for developers to submit mobile applications for use on Nokia devices includes “Internet Innovation” as one of the key categories, challenging developers to create WRT widgets that enhance the use of mobile devices in real-world scenarios. </span><span style="black;"> </span><span style="black;">With Ovi Store and Calling All Innovators announcements, there is no better time than right now for web developers to start using the new Nokia WRT plug-in to start creating widgets, both for the Calling All Innovators contest, and for global distribution to consumers via the Ovi Store</span></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.s60.com/2009/02/commercial-release-of-nokia-wrt-plug-in-for-aptana-studio/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
