<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet href="http://blogs.forum.nokia.com/styles/rss.css" type="text/css"?>
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
>
 <channel>
  <title>Lucian Tomuta&#039;s Forum Nokia Blog</title>
  <link>http://blogs.forum.nokia.com/blog/lucian-tomutas-forum-nokia-blog</link>
  <description>&lt;p&gt;Don&#039;t expect miracles here, don&#039;t expect solutions to world&#039;s problems. It is more likely that I will ask [myself] questions looking for a always elusive answer.&lt;br /&gt;
And of course: &quot;All opinions expressed in this blog are the author&#039;s own and do not necessarily represent the official view of Nokia&quot;. I mean it!&lt;/p&gt;
</description>
  <pubDate>Mon, 23 Nov 2009 18:10:41 +0200</pubDate>
  <generator>http://www.lifetype.net</generator>
  <itunes:author>Forum Nokia</itunes:author>
  <itunes:category text="Technology">
    <itunes:category text="Tech News"/>
  </itunes:category>
  <itunes:image href="http://www.forum.nokia.com/piazza/blogs/imgs/forum_nokia_rss_logo.jpg"/>
    <item>
   <title>Load your application in a running emulator</title>
   <description>
    &lt;p&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;Everybody loves to hate the Symbian SDK emulator. The first reaction to it usually is: &quot;It is slow, really slooooooow, it takes ages to start it&quot; ;)&lt;/div&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;Yes, it is true, the emulator is slow, but considering the task it has to perform and the complexity of the system it emulates such slowness is to be expected. However, the problem is not as bad as one may think. Yes, the emulator takes time to load, but then why don&#039;t you start it in advance and let it load while you browse your recent emails, so that you have it up-and-running at the moment you really need it.&lt;/div&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;Many developers already with some Symbian experience will tell you that you cannot do that. But yes, you can! The following video will show a basic Qt application being created, built and run into an already running emulator.&lt;/div&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;object width=&quot;853&quot; height=&quot;505&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/D9IeE-F-4yk&amp;amp;hl=en&amp;amp;fs=1&amp;amp;rel=0&amp;amp;hd=1&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/D9IeE-F-4yk&amp;amp;hl=en&amp;amp;fs=1&amp;amp;rel=0&amp;amp;hd=1&quot; type=&quot;application/x-shockwave-flash&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot; width=&quot;853&quot; height=&quot;505&quot;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt;
&lt;/p&gt;
&lt;p&gt;
Coming up next: &lt;a href=&quot;http://blogs.forum.nokia.com/blog/lucian-tomutas-forum-nokia-blog/2009/11/08/symbian-emulator-tricks-ii&quot;&gt;Rebuild without restarting the emulator&lt;/a&gt;.
&lt;/p&gt;
   </description>
   <link>http://blogs.forum.nokia.com/blog/lucian-tomutas-forum-nokia-blog/2009/11/09/symbian-emulator-tricks-i</link>
   <comments>http://blogs.forum.nokia.com/blog/lucian-tomutas-forum-nokia-blog/2009/11/09/symbian-emulator-tricks-i</comments>
   <guid>http://blogs.forum.nokia.com/blog/lucian-tomutas-forum-nokia-blog/2009/11/09/symbian-emulator-tricks-i</guid>
      <dc:creator>ltomuta</dc:creator>
      
    <category>S60</category>
      
    <category>Symbian C++</category>
      
    <category>Testing</category>
      
    <category>SDK</category>
      
    <category>Qt for Symbian</category>
      
    <category>Emulator</category>
         <pubDate>Mon, 09 Nov 2009 17:00:49 +0200</pubDate>
   <itunes:author>Forum Nokia</itunes:author>
   <itunes:subtitle>Load your application in a running emulator</itunes:subtitle>
   <source url="http://blogs.forum.nokia.com/rss.php?blogId=300033&amp;profile=rss20">Lucian Tomuta&#039;s Forum Nokia Blog</source>
     </item>
    <item>
   <title>Build without an SDK, test without a device</title>
   <description>
    &lt;p&gt;
How many SDKs do I need? Which SDK is best for me?
&lt;/p&gt;
&lt;p&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;For a newcomer to the Symbian development world those are among the first questions asked. There are many S60 SDKs on offer, some with feature packs and plugins, some with compiler specific binaries and on top of that many plug-ins. Quite a lot to handle and figure out and nobody likes having all possible SDKs installed. &lt;/div&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;So what will happen now that Qt is added to the picture? I can design my app using Qt for Windows (or Linux, or Mac) and, according to the &amp;quot;code once, compile anywhere&amp;quot; promise I should be able now to compile this application for Symbian and Maemo devices, with minimal changes. But that means that now I need to install at least one Symbian SDK for building, or a Maemo one, and I should have at least one smartphone for testing. Or do I?&lt;/div&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;Yes, probably one will have an SDK installed and use its emulator for testing some really complicated solutions, with Symbian components part of the design. And yes, nothing can really replace hand-on-testing. But for simple use cases and for getting started trials one possible solution could be building and testing in the cloud. What you need is an IDE plugin, web hosted SDK and build tools and Forum Nokia&#039;s &lt;a href=&quot;http://www.forum.nokia.com/Technology_Topics/Application_Quality/Testing/Remote_Device_Access/&quot; title=&quot;RDA&quot;&gt;Remote Device Access&lt;/a&gt; solution, all mixed together in a rather simple build, deploy and test solution.&lt;/div&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;Here&#039;s a live demo (boring parts speeded-up a bit) of such a solution:&lt;/div&gt;
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;object width=&quot;853&quot; height=&quot;505&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/YdgAFwzjsE8&amp;amp;hl=en&amp;amp;fs=1&amp;amp;rel=0&amp;amp;hd=1&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/YdgAFwzjsE8&amp;amp;hl=en&amp;amp;fs=1&amp;amp;rel=0&amp;amp;hd=1&quot; type=&quot;application/x-shockwave-flash&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot; width=&quot;853&quot; height=&quot;505&quot;&gt;&lt;/embed&gt;&lt;/object&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;So, what do you think? Do you like the idea? Would you use it for your projects? &lt;/div&gt;
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
   </description>
   <link>http://blogs.forum.nokia.com/blog/lucian-tomutas-forum-nokia-blog/2009/11/08/build-without-an-sdk-test-without-a-device</link>
   <comments>http://blogs.forum.nokia.com/blog/lucian-tomutas-forum-nokia-blog/2009/11/08/build-without-an-sdk-test-without-a-device</comments>
   <guid>http://blogs.forum.nokia.com/blog/lucian-tomutas-forum-nokia-blog/2009/11/08/build-without-an-sdk-test-without-a-device</guid>
      <dc:creator>ltomuta</dc:creator>
      
    <category>S60</category>
      
    <category>Maemo</category>
      
    <category>SDK</category>
      
    <category>Qt for Symbian</category>
         <pubDate>Sun, 08 Nov 2009 17:50:08 +0200</pubDate>
   <itunes:author>Forum Nokia</itunes:author>
   <itunes:subtitle>Build without an SDK, test without a device</itunes:subtitle>
   <source url="http://blogs.forum.nokia.com/rss.php?blogId=300033&amp;profile=rss20">Lucian Tomuta&#039;s Forum Nokia Blog</source>
     </item>
    <item>
   <title>S60 development on Windows 7</title>
   <description>
    &lt;link href=&quot;http://blogs.forum.nokia.com/js/tinymce/themes/advanced/css/editor_content.css&quot; rel=&quot;stylesheet&quot; /&gt;
&lt;link href=&quot;http://blogs.forum.nokia.com/js/tinymce/plugins/insertresource/css/content.css&quot; rel=&quot;stylesheet&quot; /&gt;
&lt;link href=&quot;http://blogs.forum.nokia.com/js/tinymce/plugins/insertvideo/css/content.css&quot; rel=&quot;stylesheet&quot; /&gt;
&lt;link href=&quot;http://blogs.forum.nokia.com/js/tinymce/plugins/insertaudio/css/content.css&quot; rel=&quot;stylesheet&quot; /&gt;
&lt;link href=&quot;http://blogs.forum.nokia.com/js/tinymce/plugins/more/more.css&quot; rel=&quot;stylesheet&quot; /&gt;
&lt;link href=&quot;http://blogs.forum.nokia.com/js/tinymce/plugins/spellchecker/css/content.css&quot; rel=&quot;stylesheet&quot; /&gt;
&lt;base href=&quot;http://blogs.forum.nokia.com/&quot; /&gt;
One of the first comments to my &lt;a href=&quot;http://blogs.forum.nokia.com/blog/lucian-tomutas-forum-nokia-blog/2008/06/15/s60-sdk-tools-on-windows-vista-a-success-story&quot; title=&quot;S60 SDK and tools on Windows Vista - a success story&quot;&gt;S60 SDK and tools on Windows Vista - a success story&lt;/a&gt; article was that we should hurry up with making the tools compatible with Vista because what do you know, Windows 7 is around the corner and we will be again trailing behind ... :) 
&lt;p&gt;
Well, &lt;a href=&quot;http://www.microsoft.com/windows/windows-7/&quot; target=&quot;_blank&quot; title=&quot;microsoft.com&quot;&gt;Windows 7&lt;/a&gt; (beta, Ultimate edition) is now available for download and is surprisingly stable. On a modest IBM Thinkpad T41 the OS installs ok and although it has some bells and whistles disabled (or because of that, after all Aero is cute but resource hungry) I find it to be fast and fresh ... 
&lt;/p&gt;
&lt;p&gt;
So, how&amp;nbsp;do Carbide (now version 2.0) and the S60 SDK (now the S60 5th Edition SDK v0.9) behave on this Windows release? 
&lt;/p&gt;
&lt;p&gt;
As with Vista, the key is to be careful and as much as possible in control of what you&#039;re doing. There seems to be only two rules to follow: install the tools with admin rights and verify the result after each step. 
&lt;/p&gt;
&lt;p&gt;
I&#039;ve followed roughly the same steps and compared with the previous results the following are to be noted: 
&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;The only ActivePerl package I&#039;ve found for download was in *.msi format. This is basically a document to&amp;nbsp; be handled by the Windows Installer and does not have a &amp;quot;Run as Administrator&amp;quot; option.&lt;br /&gt;
	Holding the Shift key down while accessing the context menu one can find a &amp;quot;Run as other user...&amp;quot; option but in an attempt to use that I found out that the Administrator account was by default disabled.&lt;br /&gt;
	I ended up enabling this account, setting a password for it and then running the Windows Installer from the command line (just to be sure):&lt;br /&gt;
	&lt;br /&gt;
	&lt;span&gt;
	&lt;p&gt;
	&lt;em&gt;&amp;gt; runas /noprofile /user:administrator &amp;quot;msiexec /i c:\users\lucian\desktop\ActivePerl-5.6.1.635-MSWin32-x86.msi&amp;quot;&lt;/em&gt; 
	&lt;/p&gt;
	&lt;/span&gt;Aside from this small complication all went ok and at the end I could verify that Perl was correctly added to the path and can be invoked (tools verification as described in &lt;a href=&quot;http://wiki.forum.nokia.com/index.php/How_do_I_start_programming_for_Symbian_OS%3F&quot; target=&quot;_blank&quot; title=&quot;Forum Nokia Wiki&quot;&gt;How do I start programming for Symbian OS?&lt;/a&gt;).&lt;span&gt;&lt;br /&gt;
	&lt;br /&gt;
	&lt;/span&gt;&lt;/li&gt;
	&lt;li&gt;As in the previous post, I&#039;ve chose to install the GCC compiler myself rather than let the SDK setup to start it. However, despite running it with administrator privileges the installer was not able to modify the %PATH% environment variable so I had to edit it manually and set it as &lt;em&gt;&lt;span&gt;%PATH%=c:\Program Files\CSL Arm Toolchain\bin;%PATH%&lt;br /&gt;
	&lt;br /&gt;
	&lt;/span&gt;&lt;/em&gt;&lt;/li&gt;
	&lt;li&gt;&lt;span&gt;The emulator is running OK with no hacks applied&amp;nbsp;(like DEP deactivation), just the usual firewall blockage removal&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
&lt;span&gt;That&#039;s it. Unofficially and with a &amp;quot;only for hackers&amp;quot; recommendation I declare the S60 development tools Windows 7 ready. :)&lt;/span&gt; 
&lt;/p&gt;
&lt;p&gt;
&lt;span&gt;Btw, as in the previous tests, I found that I don&#039;t need the official Vista patch provided with the SDK or any of the many hacks documented in the Migrating to Windows Vista wiki article. Or at least I did not need them ... yet. &lt;/span&gt;&lt;img src=&quot;http://blogs.forum.nokia.com/js/tinymce/plugins/emotions/images/smiley-cool.gif&quot; border=&quot;0&quot; alt=&quot;Cool&quot; title=&quot;Cool&quot; /&gt; 
&lt;/p&gt;
   </description>
   <link>http://blogs.forum.nokia.com/blog/lucian-tomutas-forum-nokia-blog/2009/01/15/s60-development-on-windows-7</link>
   <comments>http://blogs.forum.nokia.com/blog/lucian-tomutas-forum-nokia-blog/2009/01/15/s60-development-on-windows-7</comments>
   <guid>http://blogs.forum.nokia.com/blog/lucian-tomutas-forum-nokia-blog/2009/01/15/s60-development-on-windows-7</guid>
      <dc:creator>ltomuta</dc:creator>
      
    <category>S60</category>
      
    <category>Carbide.c++</category>
      
    <category>SDK</category>
      
    <category>Windows 7</category>
         <pubDate>Thu, 15 Jan 2009 11:00:40 +0200</pubDate>
   <itunes:author>Forum Nokia</itunes:author>
   <itunes:subtitle>S60 development on Windows 7</itunes:subtitle>
   <source url="http://blogs.forum.nokia.com/rss.php?blogId=300033&amp;profile=rss20">Lucian Tomuta&#039;s Forum Nokia Blog</source>
     </item>
    <item>
   <title>How about a new version of the GCC compiler?</title>
   <description>
    &lt;p&gt;Last time I&#039;ve asked my colleagues from Symbian about updating the compiler used in the Symbian/S60 SDKs the answer was something like ... it&#039;s on the list, we&#039;re looking into it. I don&#039;t know what the status is now but it seems we no longer need to wait for an official release (ok, it depends on how much we&#039;re ready to risk &amp;quot;hacking&amp;quot; the SDK).&lt;/p&gt;&lt;p&gt;Forum Nokia user&amp;nbsp;&lt;span style=&quot;font-weight: bold&quot;&gt;MKechlibar&lt;/span&gt; just announced that he has managed to tame the beasts and, judging by the nicely documented Wiki article he wrote, everybody should be able to follow his lead.&lt;/p&gt;&lt;p&gt;Have a look at the article, its title is&amp;nbsp;&lt;a href=&quot;http://wiki.forum.nokia.com/index.php/How_to_use_GCCE_4_with_Symbian_SDKs&quot; target=&quot;_blank&quot; title=&quot;Go to Wiki&quot;&gt;How to use GCCE 4 with Symbian SDKs&lt;/a&gt;, and why not, give it a try!&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;
   </description>
   <link>http://blogs.forum.nokia.com/blog/lucian-tomutas-forum-nokia-blog/2008/12/10/how-about-a-new-version-of-the-gcc-complier</link>
   <comments>http://blogs.forum.nokia.com/blog/lucian-tomutas-forum-nokia-blog/2008/12/10/how-about-a-new-version-of-the-gcc-complier</comments>
   <guid>http://blogs.forum.nokia.com/blog/lucian-tomutas-forum-nokia-blog/2008/12/10/how-about-a-new-version-of-the-gcc-complier</guid>
      <dc:creator>ltomuta</dc:creator>
      
    <category>S60</category>
      
    <category>GCCE</category>
      
    <category>Hack</category>
      
    <category>SDK</category>
         <pubDate>Wed, 10 Dec 2008 21:30:54 +0200</pubDate>
   <itunes:author>Forum Nokia</itunes:author>
   <itunes:subtitle>How about a new version of the GCC compiler?</itunes:subtitle>
   <source url="http://blogs.forum.nokia.com/rss.php?blogId=300033&amp;profile=rss20">Lucian Tomuta&#039;s Forum Nokia Blog</source>
     </item>
    <item>
   <title>A few reminders</title>
   <description>
    &lt;p&gt;
I want to remind you a couple of things about the S60 5th Edition SDK:
&lt;/p&gt;
&lt;ol start=&quot;1&quot;&gt;
	&lt;li&gt;The current version is 0.9 and that shoud indicate that it is a beta SDK. We are still descovering problems with it and trying to fix them when possible even before the next SDK release. To save youself from some troubles you should remember to check periodicaly the content of the Wiki article &lt;a href=&quot;http://wiki.forum.nokia.com/index.php/KIS001048_-_S60_3rd_Edition_SDK_FP2_-_Workarounds_and_Updates&quot;&gt;KIS001048 - S60 Platform SDK - Workarounds and Updates&lt;/a&gt; or better yet you should register for page update notifications (click on the Watch tab).&lt;/li&gt;
	&lt;li&gt;Presumably the SDK does not contain all the APIs one needs for implementing some &amp;quot;must have&amp;quot; application features. That is why we are constantly asked when the next &lt;a href=&quot;http://wiki.forum.nokia.com/index.php/SDK_API_Plug-in&quot;&gt;SDK API Plug-in&lt;/a&gt; will be released. At the same time, a &lt;a href=&quot;http://discussion.forum.nokia.com/forum/showthread.php?t=146687&quot;&gt;request for feedback&lt;/a&gt; on which APIs should be included in the package is completely ignored. &lt;img src=&quot;http://blogs.forum.nokia.com/js/tinymce/plugins/emotions/images/smiley-surprised.gif&quot; border=&quot;0&quot; alt=&quot;Surprised&quot; title=&quot;Surprised&quot; /&gt;&lt;br /&gt;
	Am I correct to read this as a sign that those APIs are not really needed? &lt;br /&gt;
	&lt;/li&gt;
&lt;/ol&gt;
   </description>
   <link>http://blogs.forum.nokia.com/blog/lucian-tomutas-forum-nokia-blog/2008/10/14/a-few-reminders</link>
   <comments>http://blogs.forum.nokia.com/blog/lucian-tomutas-forum-nokia-blog/2008/10/14/a-few-reminders</comments>
   <guid>http://blogs.forum.nokia.com/blog/lucian-tomutas-forum-nokia-blog/2008/10/14/a-few-reminders</guid>
      <dc:creator>ltomuta</dc:creator>
      
    <category>S60</category>
      
    <category>Symbian C++</category>
      
    <category>SDK</category>
         <pubDate>Tue, 14 Oct 2008 17:08:20 +0300</pubDate>
   <itunes:author>Forum Nokia</itunes:author>
   <itunes:subtitle>A few reminders</itunes:subtitle>
   <source url="http://blogs.forum.nokia.com/rss.php?blogId=300033&amp;profile=rss20">Lucian Tomuta&#039;s Forum Nokia Blog</source>
     </item>
    <item>
   <title>The S60 SDK emulator: faster if you do not start it</title>
   <description>
    &lt;p&gt;
&lt;style&gt;&lt;/style&gt;Just now I&#039;ve run across a thread in the Forum Nokia&#039;s Discussion Boards 
promising an &lt;a href=&quot;http://discussion.forum.nokia.com/forum/showthread.php?p=447622#post447622&quot;&gt;1000% improvement&lt;/a&gt; of emulator&#039;s startup time.
&lt;/p&gt;
&lt;p&gt;
Two things came to 
my mind seeing this thread: a paradox attributed to &lt;a href=&quot;http://en.wikipedia.org/wiki/Zeno_of_Elea&quot;&gt;Zeno of Elea&lt;/a&gt; and ... 
the S60 3rd Edition SDK, supporting Feature Pack 2.
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
First, Zeno&#039;s paradox, 
adapted so that it fits the topic:
&lt;/p&gt;
&lt;blockquote&gt;
	&lt;p&gt;
	In order to satisfy the developers, the 
	emulator would have to be fully up and running in about 10s. But, in order to do so, it 
	would have to be in a &amp;quot;half way there&amp;quot; state first, which it cannot do unless it 
	reaches half of that state to begin with. And so on, ... and so on, ad 
	infinitum.
	&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;
I have seen at least two conclusions of this paradox, pick your choice:
&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;The 
	&amp;quot;logical&amp;quot; conclusion is that the emulator cannot actually ever start since it 
	will have to pass through an infinite number of intermediary states in a finite 
	time interval.&lt;/li&gt;
	&lt;li&gt;The &amp;quot;logical&amp;quot; conclusion is that in order for the emulator to 
	achieve the desired performance it is mandatory that the emulator 
	is not even started.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
Ok? No more complaints about the emulator please! &lt;img src=&quot;http://blogs.forum.nokia.com/js/tinymce/plugins/emotions/images/smiley-laughing.gif&quot; border=&quot;0&quot; alt=&quot;Laughing&quot; title=&quot;Laughing&quot; /&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;br /&gt;
Now the serious part: 
&lt;/p&gt;
&lt;p&gt;
The S60 3rd Edition SDK FP2 does implement two start modes for the emulator, a 
partial one, with only a few critical servers started, and the full slow 
start-up mode with which we are all accustomed by now.
&lt;/p&gt;
&lt;p&gt;
You can switch between 
the two start-up modes by modifying a setting in emulator&#039;s Preferences dialog 
(through the Tools -&amp;gt; Preferences menu option).
&lt;/p&gt;
&lt;p&gt;
The SDK release v1.1 also 
adds a graphical indicator to the emulator&#039;s window so that the developer knows 
all the time whether the emulator runs in partial or full startup mode. This is intended as a reminder likely to be useful should you experience some strange application error, which can be a side effect of the chosen startup mode.
&lt;/p&gt;
&lt;p&gt;
For tweaking the emulator of the previous platform releases we are each on our own, but it should be quite safe to try ...
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
   </description>
   <link>http://blogs.forum.nokia.com/blog/lucian-tomutas-forum-nokia-blog/2008/07/29/the-s60-sdk-emulator-faster-if-you-do-not-start-it</link>
   <comments>http://blogs.forum.nokia.com/blog/lucian-tomutas-forum-nokia-blog/2008/07/29/the-s60-sdk-emulator-faster-if-you-do-not-start-it</comments>
   <guid>http://blogs.forum.nokia.com/blog/lucian-tomutas-forum-nokia-blog/2008/07/29/the-s60-sdk-emulator-faster-if-you-do-not-start-it</guid>
      <dc:creator>ltomuta</dc:creator>
      
    <category>S60</category>
      
    <category>SDK</category>
         <pubDate>Tue, 29 Jul 2008 23:00:41 +0300</pubDate>
   <itunes:author>Forum Nokia</itunes:author>
   <itunes:subtitle>The S60 SDK emulator: faster if you do not start it</itunes:subtitle>
   <source url="http://blogs.forum.nokia.com/rss.php?blogId=300033&amp;profile=rss20">Lucian Tomuta&#039;s Forum Nokia Blog</source>
     </item>
   </channel>
</rss>