<?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>Tue, 24 Nov 2009 00:34:28 +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>The ultimate* software installer debug guide</title>
   <description>
    &lt;p align=&quot;justify&quot;&gt;
&lt;span&gt;&lt;span style=&quot;font-size: medium&quot;&gt;&lt;span style=&quot;font-family: Calibri&quot;&gt;There are many things that can go wrong with a SIS installation package and unfortunately the software installer component provides no logging mechanism for developers to be able to precisely pinpoint the point of failure. Even the errors returned by the installer engine are filtered out so that the UI layer gets the minimal set of rather generic error messages to display for the user. But while &amp;ldquo;Unable to install&amp;rdquo; tells all the user needs to know about the fact that the application will not show up in his/her Applications menu, that message offers no hint as to what exactly the application developer should be fixing in order to have a successful install.&lt;/span&gt; &lt;/span&gt;&lt;/span&gt;
&lt;/p&gt;
&lt;p align=&quot;justify&quot;&gt;
&lt;span style=&quot;font-size: medium; font-family: Calibri&quot;&gt;Over time developers have created a comprehensive list of error messages and possible resolutions for the problem. In this blog post I will provide an up-to-date and hopefully complete list of errors as well as a nice little hack that will allow a bit more detailed resolution of the root cause of the error. &lt;/span&gt;
&lt;/p&gt;
&lt;p align=&quot;justify&quot;&gt;
&lt;span&gt;&lt;span style=&quot;font-size: medium&quot;&gt;&lt;span style=&quot;font-family: Calibri&quot;&gt;The hack, available&amp;nbsp;on S60 3rd Edition Feature Pack&amp;nbsp;2&amp;nbsp;and later Symbian based devices, consists in creating one &amp;ldquo;flag&amp;rdquo; file, &lt;em&gt;c:\temp\swierrors.txt&lt;/em&gt;. If this file exists the software installer&amp;rsquo;s UI will augment the error message with the actual error code which triggered the error message currently displayed. See below screen captures showing the same install time error without and then with the flag file created.&lt;/span&gt; &lt;/span&gt;&lt;/span&gt;
&lt;/p&gt;
&lt;div style=&quot;text-align: center&quot;&gt;
&lt;span style=&quot;font-size: medium&quot;&gt;&lt;img src=&quot;http://blogs.forum.nokia.com//data/blogs/resources/300033/install_error_blog_w.png&quot; alt=&quot;Install error&quot; /&gt; &lt;/span&gt;
&lt;/div&gt;
&lt;span style=&quot;font-size: medium&quot;&gt;&amp;nbsp; &lt;/span&gt;
&lt;p&gt;
&lt;span&gt;&lt;span style=&quot;font-size: medium&quot;&gt;&lt;span style=&quot;font-family: Calibri&quot;&gt;Here are the error messages and the extra bit of information that can be squeezed out of them:&lt;/span&gt; &lt;/span&gt;&lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;&lt;span style=&quot;font-size: medium; font-family: Calibri&quot;&gt;&amp;quot;Update error&amp;quot;&lt;br /&gt;
&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;font-size: medium; font-family: Calibri&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4 Cannot overwrite file&lt;br /&gt;
&lt;/span&gt;&lt;span style=&quot;font-size: medium; font-family: Calibri&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 43 An upgrade failed because the package being installed is not a valid upgrade of the package on the device.&lt;br /&gt;
&lt;/span&gt;&lt;span style=&quot;font-size: medium; font-family: Calibri&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 45 The package contains an invalid eclipsing file which is already in the device other than ROM.&lt;br /&gt;
&lt;/span&gt;&lt;strong&gt;&lt;span style=&quot;font-size: medium; font-family: Calibri&quot;&gt;&amp;quot;Cannot install! This component is built-in!&amp;quot;&lt;br /&gt;
&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;font-size: medium; font-family: Calibri&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5 The file is already in ROM and cannot be eclipsed&lt;br /&gt;
&lt;/span&gt;&lt;strong&gt;&lt;span style=&quot;font-size: medium; font-family: Calibri&quot;&gt;&amp;quot;File is corrupted!&amp;quot;&lt;br /&gt;
&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;font-size: medium; font-family: Calibri&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 17 File to install is not a recognized SISX file.&lt;br /&gt;
&lt;/span&gt;&lt;span style=&quot;font-size: medium; font-family: Calibri&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 14 A file needed to proceed cannot be found.&lt;br /&gt;
&lt;/span&gt;&lt;span style=&quot;font-size: medium; font-family: Calibri&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 13 A filename given inside the SISX package is not valid.&lt;br /&gt;
&lt;/span&gt;&lt;span style=&quot;font-size: medium; font-family: Calibri&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 9 SISX file corrupt, checksums stored in file do not match computed value.&lt;br /&gt;
&lt;/span&gt;&lt;strong&gt;&lt;span style=&quot;font-size: medium; font-family: Calibri&quot;&gt;&amp;quot;Unable to install. Disk not present.&amp;quot;&lt;br /&gt;
&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;font-size: medium; font-family: Calibri&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10 A removable media drive had no media while trying to access it.&lt;br /&gt;
&lt;/span&gt;&lt;strong&gt;&lt;span style=&quot;font-size: medium; font-family: Calibri&quot;&gt;&amp;quot;Cannot read file!&amp;quot;&lt;br /&gt;
&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;font-size: medium; font-family: Calibri&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 11 We cannot read a file which is needed for us to proceed.&lt;br /&gt;
&lt;/span&gt;&lt;strong&gt;&lt;span style=&quot;font-size: medium; font-family: Calibri&quot;&gt;&amp;quot;Cannot delete file!&amp;quot;&lt;br /&gt;
&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;font-size: medium; font-family: Calibri&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 12 We are forbidden to delete a certain file.&lt;br /&gt;
&lt;/span&gt;&lt;strong&gt;&lt;span style=&quot;font-size: medium; font-family: Calibri&quot;&gt;&amp;quot;Unable to install. Insufficient memory.&amp;quot;&lt;br /&gt;
&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;font-size: medium; font-family: Calibri&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 19 There is not enough free memory for installer&#039;s UI components (e.g. drive selection dialog) to be constructed and displayed.&lt;br /&gt;
&lt;/span&gt;&lt;span style=&quot;font-size: medium; font-family: Calibri&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 15 There was insufficient space left on the drive to perform an operation.&lt;br /&gt;
&lt;/span&gt;&lt;strong&gt;&lt;span style=&quot;font-size: medium; font-family: Calibri&quot;&gt;&amp;quot;Cannot grant capabilities requested by the application&amp;quot;&lt;br /&gt;
&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;font-size: medium; font-family: Calibri&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 16 The applications requires system capability it is not signed for.&lt;br /&gt;
&lt;/span&gt;&lt;span style=&quot;font-family: Calibri&quot;&gt;&lt;span&gt;&lt;span style=&quot;font-size: medium&quot;&gt;&lt;strong&gt;&amp;quot;Certificate check failed. Contact application supplier.&amp;quot;&lt;br /&gt;
&lt;/strong&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-size: medium; font-family: Calibri&quot;&gt;20 Cannot find the certificate.&lt;br /&gt;
&lt;/span&gt;&lt;span style=&quot;font-size: medium; font-family: Calibri&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 21 An error has occurred during signature validation.&lt;br /&gt;
&lt;/span&gt;&lt;span style=&quot;font-size: medium; font-family: Calibri&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 22 There is no signature to verify.&lt;br /&gt;
&lt;/span&gt;&lt;span style=&quot;font-size: medium; font-family: Calibri&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 23 The signature could not be validated.&lt;br /&gt;
&lt;/span&gt;&lt;span style=&quot;font-size: medium; font-family: Calibri&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 24 The certificate is not trusted for code signing usage.&lt;br /&gt;
&lt;/span&gt;&lt;span style=&quot;font-size: medium; font-family: Calibri&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 25 Cannot find the certificate policies.&lt;br /&gt;
&lt;/span&gt;&lt;span style=&quot;font-size: medium; font-family: Calibri&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 26 A signature resolving to one of the mandatory certificate cannot be found.&lt;br /&gt;
&lt;/span&gt;&lt;span style=&quot;font-family: Calibri&quot;&gt;&lt;span&gt;&lt;span style=&quot;font-size: medium&quot;&gt;&lt;strong&gt;&amp;quot;Only signed applications can be installed. Check your Installation settings in Application Manager.&amp;quot;&lt;/strong&gt;&lt;br /&gt;
&lt;strong&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-size: medium; font-family: Calibri&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 42 The signature validates correctly, but chains back to a self-signed root&lt;br /&gt;
&lt;/span&gt;&lt;span&gt;&lt;span style=&quot;font-size: medium&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-family: Calibri&quot;&gt;&amp;quot;Certificate expired&amp;quot;&lt;br /&gt;
&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;font-family: Calibri&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 36 Certificate expired&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;strong&gt;&lt;span style=&quot;font-size: medium; font-family: Calibri&quot;&gt;&amp;quot;&lt;br /&gt;
Certificate validity dates do not match with the phone&#039;s date. Check your date settings.&amp;quot;&lt;br /&gt;
&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;font-size: medium; font-family: Calibri&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 37 Certificate validity dates do not match with the phone&#039;s date&lt;br /&gt;
&lt;/span&gt;&lt;strong&gt;&lt;span style=&quot;font-size: medium; font-family: Calibri&quot;&gt;&amp;quot;Online certificate check could not be conducted. Check your settings.&amp;quot;&lt;br /&gt;
&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;font-size: medium; font-family: Calibri&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 30 The OCSP server reply is invalid.&lt;br /&gt;
&lt;/span&gt;&lt;span style=&quot;font-size: medium; font-family: Calibri&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 27 The OCSP server URL provided is invalid.&lt;br /&gt;
&lt;/span&gt;&lt;span style=&quot;font-size: medium; font-family: Calibri&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 29 It was not possible to validate the OCSP server response signature.&lt;br /&gt;
&lt;/span&gt;&lt;strong&gt;&lt;span style=&quot;font-size: medium; font-family: Calibri&quot;&gt;&amp;quot;Online certificate check failed.&amp;quot;&lt;br /&gt;
&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;font-size: medium; font-family: Calibri&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 28 It is not possible to obtain the certificate status.&lt;br /&gt;
&lt;/span&gt;&lt;span style=&quot;font-size: medium; font-family: Calibri&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 31 The certificate status information is invalid.&lt;br /&gt;
&lt;/span&gt;&lt;span style=&quot;font-size: medium; font-family: Calibri&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 32 The certificate status is unknown.&lt;br /&gt;
&lt;/span&gt;&lt;span style=&quot;font-size: medium; font-family: Calibri&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 35 The certificate status is unknown, but this is expected for self-signed.&lt;br /&gt;
&lt;/span&gt;&lt;strong&gt;&lt;span style=&quot;font-size: medium; font-family: Calibri&quot;&gt;&amp;quot;Certificate revoked&amp;quot;&lt;br /&gt;
&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;font-size: medium; font-family: Calibri&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 33 The certificate has been revoked.&lt;br /&gt;
&lt;/span&gt;&lt;strong&gt;&lt;span style=&quot;font-size: medium; font-family: Calibri&quot;&gt;&amp;quot;Cannot install. Access denied.&amp;quot;&lt;br /&gt;
&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;font-size: medium; font-family: Calibri&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 34 Attempt to perform illegal operation&lt;br /&gt;
&lt;/span&gt;&lt;strong&gt;&lt;span style=&quot;font-size: medium; font-family: Calibri&quot;&gt;&amp;quot;Unable to install. Install the base package first.&amp;quot;&lt;br /&gt;
&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;font-size: medium; font-family: Calibri&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 18 A base package was missing when installing an augmentation or a partial upgrade&lt;br /&gt;
&lt;/span&gt;&lt;strong&gt;&lt;span style=&quot;font-size: medium; font-family: Calibri&quot;&gt;&amp;quot;Cannot uninstall partial upgrades&amp;quot;&lt;br /&gt;
&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;font-size: medium; font-family: Calibri&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 41 Partial update package cannot be uninstalled.&lt;br /&gt;
&lt;/span&gt;&lt;strong&gt;&lt;span style=&quot;font-size: medium; font-family: Calibri&quot;&gt;&amp;quot;Cannot install a protected application from untrusted supplier&amp;quot;&lt;br /&gt;
&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;font-size: medium; font-family: Calibri&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 36 The package contains a file with a protected SID which is not signed for.&lt;br /&gt;
&lt;/span&gt;&lt;span style=&quot;font-size: medium; font-family: Calibri&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 40 The package contains a file with a protected VID which is not signed for.&lt;br /&gt;
&lt;/span&gt;&lt;span style=&quot;font-size: medium; font-family: Calibri&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 44 The package uid is protected but not signed for.&lt;br /&gt;
&lt;/span&gt;&lt;strong&gt;&lt;span style=&quot;font-size: medium; font-family: Calibri&quot;&gt;&amp;quot;Unable to install. Constrained by the certificate.&amp;quot;&lt;br /&gt;
&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;font-size: medium; font-family: Calibri&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 38 Constraints imposed by a developer mode certificate have been exceeded.&lt;br /&gt;
&lt;/span&gt;&lt;strong&gt;&lt;span style=&quot;font-size: medium; font-family: Calibri&quot;&gt;&amp;quot;Unable to install&amp;quot; or &amp;quot;Uninstallation failed&amp;quot;&lt;br /&gt;
&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;font-size: medium; font-family: Calibri&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6 Missing a dependency.&lt;br /&gt;
&lt;/span&gt;&lt;span style=&quot;font-size: medium; font-family: Calibri&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7 A dependency exists on a specific version of an application which is different from the one installed.&lt;br /&gt;
&lt;/span&gt;&lt;span style=&quot;font-size: medium&quot;&gt;&lt;span&gt;&lt;span style=&quot;font-family: Calibri&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8 A dependency requires a version of an application which is greater than the one installed.&lt;br /&gt;
&lt;/span&gt;&lt;span style=&quot;font-family: Calibri&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3 Anything and everything else. &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;img src=&quot;http://blogs.forum.nokia.com/js/tinymce/plugins/emotions/images/smiley-frown.gif&quot; border=&quot;0&quot; alt=&quot;Frown&quot; title=&quot;Frown&quot; /&gt; 
&lt;/p&gt;
&lt;p align=&quot;justify&quot;&gt;
&lt;span style=&quot;font-family: Calibri&quot;&gt;&lt;span style=&quot;font-size: medium&quot;&gt;Of course,&amp;nbsp;obeying Murphy&amp;rsquo;s law, most of the error messages we&amp;rsquo;re likely to see will be still &lt;strong&gt;&amp;quot;Unable to install (3)&amp;quot;&lt;/strong&gt; so don&amp;rsquo;t forget to consult and update the &lt;/span&gt;&lt;a href=&quot;http://developer.symbian.org/wiki/index.php/Troubleshoot_install_errors&quot; title=&quot;Symbian Foundation: Troubleshoot install errors&quot;&gt;&lt;span style=&quot;font-size: medium&quot;&gt;developer contributed list&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;font-size: medium&quot;&gt; of common PKG scripting mistakes.&lt;/span&gt;&lt;/span&gt; 
&lt;/p&gt;
&lt;p align=&quot;justify&quot;&gt;
&lt;span&gt;&lt;span style=&quot;font-size: medium&quot;&gt;&lt;span style=&quot;font-family: Calibri&quot;&gt;Update: The attached sis file can be used to easily create (and remove) the&amp;nbsp;flag file on/from your device. My only request would be not to deploy&amp;nbsp;such hack (be it this&amp;nbsp;or the &lt;a href=&quot;http://wiki.forum.nokia.com/index.php/Extended_panic_code&quot; title=&quot;Wiki: Extended panic code&quot;&gt;errrd&lt;/a&gt; one)&amp;nbsp;with&amp;nbsp;your application.&amp;nbsp;It might make some limited sense on beta deployments but there&#039;s no need to &amp;quot;improve&amp;quot; end-user&#039;s experience with it.&lt;/span&gt; &lt;/span&gt;&lt;/span&gt;
&lt;/p&gt;
&lt;p align=&quot;justify&quot;&gt;
&lt;a id=&quot;res_2184&quot; href=&quot;http://blogs.forum.nokia.com//data/blogs/resources/300033/swierrors.zip&quot; title=&quot;swierrors.sisx&quot;&gt;
&lt;div style=&quot;text-align: center&quot;&gt;
&lt;img src=&quot;http://blogs.forum.nokia.com//data/blogs/resources/300033/icon_compressed-48.png&quot; /&gt; 
&lt;/div&gt;
&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;span&gt;&lt;span style=&quot;font-size: x-small; font-family: Calibri&quot;&gt;*Read &amp;quot;ultimate&amp;quot; as the best we have so far. Hopefuly at some point the installer will have a logging feature (currently enabled in debug builds only) which would let us read directly and exactly what the problem was and where.&lt;/span&gt;&lt;/span&gt; 
&lt;/p&gt;
   </description>
   <link>http://blogs.forum.nokia.com/blog/lucian-tomutas-forum-nokia-blog/2009/09/29/the-ultimate-software-installer-debug-guide</link>
   <comments>http://blogs.forum.nokia.com/blog/lucian-tomutas-forum-nokia-blog/2009/09/29/the-ultimate-software-installer-debug-guide</comments>
   <guid>http://blogs.forum.nokia.com/blog/lucian-tomutas-forum-nokia-blog/2009/09/29/the-ultimate-software-installer-debug-guide</guid>
      <dc:creator>ltomuta</dc:creator>
      
    <category>Symbian</category>
      
    <category>Installer</category>
         <pubDate>Tue, 29 Sep 2009 19:17:29 +0300</pubDate>
   <itunes:author>Forum Nokia</itunes:author>
   <itunes:subtitle>The ultimate* software installer debug guide</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>Nokia N97 SDK v1.0 released</title>
   <description>
    &lt;p&gt;
Those engaged in developing applications for Nokia N97 will be interested to know that the final version of the &lt;a href=&quot;http://www.forum.nokia.com/info/sw.nokia.com/id/ec866fab-4b76-49f6-b5a5-af0631419e9c/S60_All_in_One_SDKs.html&quot; title=&quot;Nokia N97 SDK&quot;&gt;Nokia N97 SDK&lt;/a&gt;&amp;nbsp;has been released today. 
&lt;/p&gt;
&lt;div style=&quot;text-align: center&quot;&gt;
&lt;img src=&quot;http://blogs.forum.nokia.com//data/blogs/resources/300033/n97.png&quot; alt=&quot;N97 SDK emulator screnshot&quot; /&gt;
&lt;/div&gt;
&amp;nbsp; 
&lt;p&gt;
The new SDK version provides: 
&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;Improved support of home screen features. &lt;/li&gt;
	&lt;li&gt;Updated SDK documentation. &lt;/li&gt;
	&lt;li&gt;Support for the Chinese version of the full keyboard. &lt;/li&gt;
	&lt;li&gt;Updated example applications. &lt;/li&gt;
	&lt;li&gt;Updated default emulator theme. &lt;/li&gt;
	&lt;li&gt;Fixes for all other important bugs.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
Read more about features and known issues in SDK&#039;s &lt;a href=&quot;http://www.forum.nokia.com/info/sw.nokia.com/id/41f8d390-21e6-4b7a-a6e1-35b6417e3c89/Nokia_N97_SDK_Release_Notes.html&quot; title=&quot;Release Notes&quot;&gt;release notes&lt;/a&gt;. 
&lt;/p&gt;
&lt;p&gt;
It is probably worth making clear a few points about this SDK: 
&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;
	&lt;div align=&quot;justify&quot;&gt;
	Nokia N97 is and S60 5th Edition (Symbian^1) device and it is fully compatible that that platform release. Any application developed for S60 5th Edition devices using the S60 5th Edition (Symbian^1) SDK will be compatible with smartphone as well. 
	&lt;/div&gt;
	&lt;/li&gt;
	&lt;li&gt;
	&lt;div align=&quot;justify&quot;&gt;
	The Nokia N97 SDK is only provided as an alternative, mostly beneficial to those developing applications targeting N97&#039;s specific features, features not supported by the platform release and thus not supported by other devices based on it, as for example the home screen widgets. 
	&lt;/div&gt;
	&lt;/li&gt;
	&lt;li&gt;
	&lt;div align=&quot;justify&quot;&gt;
	While the APIs in the S60 5th Edition SDK are covered by platform&#039;s binary compatibility promise, all the additional device specific APIs provided by the Nokia N97 SDKs are provided &amp;quot;as is&amp;quot;, without binary compatibility promise. 
	&lt;/div&gt;
	&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
That&#039;s it. Enjoy the new release and don&#039;t forget to let us know what you think about it. 
&lt;/p&gt;
   </description>
   <link>http://blogs.forum.nokia.com/blog/lucian-tomutas-forum-nokia-blog/2009/07/16/nokia-n97-sdk-v1.0-released</link>
   <comments>http://blogs.forum.nokia.com/blog/lucian-tomutas-forum-nokia-blog/2009/07/16/nokia-n97-sdk-v1.0-released</comments>
   <guid>http://blogs.forum.nokia.com/blog/lucian-tomutas-forum-nokia-blog/2009/07/16/nokia-n97-sdk-v1.0-released</guid>
      <dc:creator>ltomuta</dc:creator>
      
    <category>S60</category>
      
    <category>Symbian C++</category>
      
    <category>Web Run-Time (WRT)</category>
      
    <category>Symbian</category>
         <pubDate>Thu, 16 Jul 2009 17:00:00 +0300</pubDate>
   <itunes:author>Forum Nokia</itunes:author>
   <itunes:subtitle>Nokia N97 SDK v1.0 released</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>Good news on the Horizon</title>
   <description>
    &lt;table&gt;
	&lt;tbody&gt;
		&lt;tr&gt;
			&lt;td valign=&quot;top&quot;&gt;
			&lt;p&gt;
			The Symbian Foundation announced a new application-publishing platform, called &lt;strong&gt;Horizon&lt;/strong&gt;, which is intended to help developers, big and small, to publish their Symbian applications on the software market. 
			&lt;/p&gt;
			&lt;p&gt;
			Under this scheme the Symbian Foundation will take care of certifying the application through Symbian Signed and will promote it to the partner application stores. All that &lt;strong&gt;for free&lt;/strong&gt; while the author maintains full ownership of the application and will receive 100% of its store generated income. Among the stores likely to participate in this program is of course Nokia&#039;s &lt;a href=&quot;http://store.ovi.com&quot; title=&quot;Ovi Store&quot;&gt;Ovi Store&lt;/a&gt;. 
			&lt;/p&gt;
			&lt;p&gt;
			To learn more about this platform visit &lt;a href=&quot;http://developer.symbian.org/main/horizon/&quot; title=&quot;Horizon&quot;&gt;Horizon&lt;/a&gt;&amp;rsquo;s main page and the &lt;a href=&quot;http://developer.symbian.org/main/horizon/faq/index.php&quot; title=&quot;Horizon FAQ&quot;&gt;Horizon FAQ&lt;/a&gt; as well. 
			&lt;/p&gt;
			&lt;p&gt;
			If you are a software developer currently &amp;ldquo;releasing&amp;rdquo; unsigned applications you should definitely have a look at this offering. 
			&lt;/p&gt;
			&lt;/td&gt;
			&lt;td&gt;
			&lt;p&gt;
			&lt;a href=&quot;http://developer.symbian.org/main/horizon/&quot; title=&quot;Horizon&quot;&gt;&lt;img src=&quot;http://blogs.forum.nokia.com//data/blogs/resources/300033/horizon.png&quot; alt=&quot;Horizon signup&quot; /&gt;&lt;/a&gt; 
			&lt;/p&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
   </description>
   <link>http://blogs.forum.nokia.com/blog/lucian-tomutas-forum-nokia-blog/2009/07/16/good-news-on-the-horizon</link>
   <comments>http://blogs.forum.nokia.com/blog/lucian-tomutas-forum-nokia-blog/2009/07/16/good-news-on-the-horizon</comments>
   <guid>http://blogs.forum.nokia.com/blog/lucian-tomutas-forum-nokia-blog/2009/07/16/good-news-on-the-horizon</guid>
      <dc:creator>ltomuta</dc:creator>
      
    <category>Symbian</category>
      
    <category>Ovi</category>
         <pubDate>Thu, 16 Jul 2009 16:00:39 +0300</pubDate>
   <itunes:author>Forum Nokia</itunes:author>
   <itunes:subtitle>Good news on the Horizon</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>Symbian Foundation promo videos</title>
   <description>
    &lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;object width=&quot;480&quot; height=&quot;385&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/p/121D9F6B85AF7A74&amp;amp;hl=en&amp;amp;fs=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/p/121D9F6B85AF7A74&amp;amp;hl=en&amp;amp;fs=1&quot; type=&quot;application/x-shockwave-flash&quot; width=&quot;480&quot; height=&quot;385&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
Want to learn more about the Symbian Foundation? See &lt;a href=&quot;http://blogs.forum.nokia.com/blog/lucian-tomutas-forum-nokia-blog/2009/05/15/more-symbian-foundation-beta-invites&quot;&gt;More Symbian Foundation beta invites&lt;/a&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
   </description>
   <link>http://blogs.forum.nokia.com/blog/lucian-tomutas-forum-nokia-blog/2009/05/19/symbian-foundation-promo-videos</link>
   <comments>http://blogs.forum.nokia.com/blog/lucian-tomutas-forum-nokia-blog/2009/05/19/symbian-foundation-promo-videos</comments>
   <guid>http://blogs.forum.nokia.com/blog/lucian-tomutas-forum-nokia-blog/2009/05/19/symbian-foundation-promo-videos</guid>
      <dc:creator>ltomuta</dc:creator>
      
    <category>Symbian</category>
         <pubDate>Tue, 19 May 2009 00:00:31 +0300</pubDate>
   <itunes:author>Forum Nokia</itunes:author>
   <itunes:subtitle>Symbian Foundation promo videos</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>More Symbian Foundation beta invites</title>
   <description>
    &lt;span&gt;
&lt;p align=&quot;center&quot;&gt;
&lt;img src=&quot;http://blogs.forum.nokia.com//data/blogs/resources/300033/SFBeta2.PNG&quot; alt=&quot;Symbian Foundation Beta snapshot&quot; /&gt;&amp;nbsp; 
&lt;/p&gt;
&lt;p&gt;
You may have seen in Mark&#039;s &lt;a href=&quot;http://blogs.forum.nokia.com/blog/mark-wilcoxs-forum-nokia-blog/2009/05/14/another-chance-to-get-access-to-the-symbian-developer-website-beta&quot; title=&quot;Mark&#039;s blog post&quot;&gt;recent post&lt;/a&gt; an invitation to become a Symbian Foundation site beta &lt;strike&gt;tester&lt;/strike&gt; user. Don&#039;t worry about missing the deadline and no, you don&#039;t have to become a Twitter user just to get an invitation, the invitations are here, one message away for you. 
&lt;/p&gt;
&lt;p&gt;
So, are you a software developer curious about the new Symbian Foundation web site? Want to be the first one posting a technical question on that forum? Want to be the first one who answers one? Want to see open sourced code? Let&#039;s do it then, let&#039;s get you in! 
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;Who can get an invitation&lt;/strong&gt;?&lt;br /&gt;
Any Symbian C++ developer active in the Forum Nokia developer community. 
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;How many invitations are available?&lt;br /&gt;
&lt;/strong&gt;There are enough for everyone. However, the distribution process is manual and time consuming so the most active contributors on the Forum Nokia Discussions Board &amp;amp; Wiki will have priority. 
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;How can I apply?&lt;br /&gt;
&lt;/strong&gt;To get the username and password that will give you access to the web site all you have to do is &lt;a href=&quot;http://discussion.forum.nokia.com/forum/private.php?do=newpm&amp;amp;u=110864&quot; title=&quot;Private message link&quot;&gt;send me a private message&lt;/a&gt; through the Forum Nokia Discussions Board. Easy! 
&lt;/p&gt;
&lt;/span&gt;
   </description>
   <link>http://blogs.forum.nokia.com/blog/lucian-tomutas-forum-nokia-blog/2009/05/15/more-symbian-foundation-beta-invites</link>
   <comments>http://blogs.forum.nokia.com/blog/lucian-tomutas-forum-nokia-blog/2009/05/15/more-symbian-foundation-beta-invites</comments>
   <guid>http://blogs.forum.nokia.com/blog/lucian-tomutas-forum-nokia-blog/2009/05/15/more-symbian-foundation-beta-invites</guid>
      <dc:creator>ltomuta</dc:creator>
      
    <category>Symbian</category>
         <pubDate>Fri, 15 May 2009 10:00:06 +0300</pubDate>
   <itunes:author>Forum Nokia</itunes:author>
   <itunes:subtitle>More Symbian Foundation beta invites</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>Update your links to SDL</title>
   <description>
    &lt;p&gt;
Do you feel lucky? Lucky enough to ask Google to take you to the best search result for CCoeControl? &lt;img src=&quot;http://blogs.forum.nokia.com/js/tinymce/plugins/emotions/images/smiley-wink.gif&quot; border=&quot;0&quot; alt=&quot;Wink&quot; title=&quot;Wink&quot; /&gt;
&lt;/p&gt;

&lt;p&gt;
&lt;iframe scrolling=&quot;auto&quot; src=&quot;http://www.symbian.com/Developer/techlib/v70sdocs/doc_source/reference/cpp/UIControlFramework/CCoeControlClass.html&quot; style=&quot;width: 100%; height: 300px&quot;&gt;&lt;/iframe&gt;
&lt;/p&gt;
&lt;p&gt;
These days it does not work anymore&amp;nbsp;but this has nothing to do with your luck. The old online version of the SDL are no longer available on the SDN servers&amp;nbsp;so you should consider updating your bookmarks and web site links&amp;nbsp;to point to SDL 9.4, the only version still available. 
&lt;/p&gt;
&lt;p&gt;
&lt;iframe scrolling=&quot;auto&quot; src=&quot;http://developer.symbian.com/main/documentation/sdl/symbian94/sdk/doc_source/reference/reference-cpp/CONE/CCoeControlClass.html#%3a%3aCCoeControl
&quot; style=&quot;width: 100%; height: 300px&quot;&gt;&lt;/iframe&gt;
&lt;/p&gt;
&lt;p&gt;
Change does come at a cost, unfortunately, and some Symbian.com resources you&amp;nbsp;currently find usefull may be already on the &amp;quot;endangered species&amp;quot; list. Want to save it? Add a comment here to let your voice be heard ...
&lt;/p&gt;
&lt;p&gt;
N.B. The old versions of the SDL are still available for download from the FTP server.&amp;nbsp;
&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/05/13/update-your-links-to-sdl</link>
   <comments>http://blogs.forum.nokia.com/blog/lucian-tomutas-forum-nokia-blog/2009/05/13/update-your-links-to-sdl</comments>
   <guid>http://blogs.forum.nokia.com/blog/lucian-tomutas-forum-nokia-blog/2009/05/13/update-your-links-to-sdl</guid>
      <dc:creator>ltomuta</dc:creator>
      
    <category>Symbian</category>
         <pubDate>Wed, 13 May 2009 17:18:07 +0300</pubDate>
   <itunes:author>Forum Nokia</itunes:author>
   <itunes:subtitle>Update your links to SDL</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>Facelift at SymbianSigned.com</title>
   <description>
    &lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;div style=&quot;text-align: center&quot;&gt;
&lt;img src=&quot;http://blogs.forum.nokia.com//data/blogs/resources/300033/symbian_signed_page.png&quot; alt=&quot;Symbian Signed&quot; /&gt; 
&lt;/div&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
A refreshed web site welcomes us at &lt;a href=&quot;http://www.symbiansigned.com&quot; title=&quot;Symbian Signed&quot;&gt;http://www.symbiansigned.com&lt;/a&gt;, with the site adopting &lt;a href=&quot;http://www.symbian.org&quot; title=&quot;Symbian Foundation&quot;&gt;Symbian Foundation&lt;/a&gt;&#039;s colors. The change is skin deep however so do not expect any [major] changes in the familiar processes. 
&lt;/p&gt;
&lt;p&gt;
What is important, although should not be a surprise for anyone by now, is that the ownership of the site is now at Symbian Foundation and that may have impact your access to the site if you haven&#039;t accepted the account transfer to the new legal entity. 
&lt;/p&gt;
&lt;p&gt;
The site has a message on the main page which explains how one can recover his old account: 
&lt;/p&gt;
&lt;blockquote&gt;
	&lt;p&gt;
	&amp;nbsp;&lt;em&gt;If you missed the chance to consent for your account to be transferred you can follow these steps: &lt;/em&gt;
	&lt;/p&gt;
&lt;/blockquote&gt;
&lt;blockquote&gt;
	&lt;ul&gt;
		&lt;li&gt;&lt;em&gt;Select the option to confirm user account data to be transferred &lt;/em&gt;&lt;/li&gt;
		&lt;li&gt;&lt;em&gt;Within 24 hours your account will be &lt;strike&gt;propogated&lt;/strike&gt; (propagated) with the old user data &lt;/em&gt;&lt;/li&gt;
	&lt;/ul&gt;
&lt;/blockquote&gt;
&lt;p&gt;
It is not clear to me what &amp;quot;option&amp;quot; should be selected and an attempt to &amp;quot;transfer&amp;quot; one such lost account has failed We will have to wait a bit more I guess for these things to be fully clarified. Hopefully not many developers are affected by the ownership change, which was after all advertised for months 
&lt;/p&gt;
&lt;p&gt;
If you wish to contact Symbian Signed regarding any related issues the location of the support forum remains (for now) &lt;a href=&quot;http://developer.symbian.com/forum/forum.jspa?forumID=54&quot; title=&quot;Symbian Signed Support&quot;&gt;the same&lt;/a&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/04/07/facelift-at-symbiansigned.com</link>
   <comments>http://blogs.forum.nokia.com/blog/lucian-tomutas-forum-nokia-blog/2009/04/07/facelift-at-symbiansigned.com</comments>
   <guid>http://blogs.forum.nokia.com/blog/lucian-tomutas-forum-nokia-blog/2009/04/07/facelift-at-symbiansigned.com</guid>
      <dc:creator>ltomuta</dc:creator>
      
    <category>Symbian</category>
         <pubDate>Tue, 07 Apr 2009 12:00:03 +0300</pubDate>
   <itunes:author>Forum Nokia</itunes:author>
   <itunes:subtitle>Facelift at SymbianSigned.com</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>Microsoft to buy Symbian</title>
   <description>
    &lt;p&gt;
&amp;quot;Extra, Extra, Read all about it!&amp;quot;
&lt;/p&gt;
&lt;p&gt;
The following piece of news caught my eye, I think it is funny enough to share it with you :)
&lt;/p&gt;
&lt;div align=&quot;justify&quot;&gt;
&lt;blockquote&gt;
	&lt;p&gt;
	&lt;span style=&quot;font-size: x-small&quot;&gt;On Sunday, Microsoft officials announced the company&amp;rsquo;s plans to acquire the remaining 50.1% of MSN Israel Ltd. from its partner, Internet Gold Ltd. ...&lt;/span&gt;
	&lt;/p&gt;
	&lt;p&gt;
	&lt;span style=&quot;font-size: x-small&quot;&gt;... About one week ago Microsoft talked about its intention to acquire a Portugal-based, mobile service-oriented company called MobiComp, for a yet-to-be-disclosed sum. &lt;u&gt;Furthermore, the software giant wants to buy the remaining 52% of mobile software maker Symbian; in addition to this, it plans to work alongside several other electronics makers within the Symbian Foundation. The foundation&amp;rsquo;s purpose is to develop a unified software platform that will eventually become &amp;quot;the most widely used software platform on the planet&amp;quot;&lt;/u&gt;&lt;strong&gt;.&lt;/strong&gt;&lt;/span&gt;
	&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/div&gt;
&lt;p&gt;
The source of this information? Alexander Toldt of &lt;a href=&quot;http://www.efluxmedia.com/page-about_us.html&quot;&gt;eFluxMedia&lt;/a&gt; (?!) Full story at &lt;strike&gt;&lt;a href=&quot;http://www.efluxmedia.com/news_Microsoft_Going_After_MSN_Israel_Ltd_19961.html&quot;&gt;Microsoft Going After MSN Israel Ltd.&lt;/a&gt;&lt;/strike&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;Update:&lt;/strong&gt; They&#039;ve removed the highlighed paragraph from the article. Too bad, it would have been fun to see this picked up by the main media groups. 
&lt;/p&gt;
   </description>
   <link>http://blogs.forum.nokia.com/blog/lucian-tomutas-forum-nokia-blog/2008/07/07/microsoft-to-buy-symbian</link>
   <comments>http://blogs.forum.nokia.com/blog/lucian-tomutas-forum-nokia-blog/2008/07/07/microsoft-to-buy-symbian</comments>
   <guid>http://blogs.forum.nokia.com/blog/lucian-tomutas-forum-nokia-blog/2008/07/07/microsoft-to-buy-symbian</guid>
      <dc:creator>ltomuta</dc:creator>
      
    <category>Symbian</category>
      
    <category>Fun</category>
         <pubDate>Mon, 07 Jul 2008 00:04:00 +0300</pubDate>
   <itunes:author>Forum Nokia</itunes:author>
   <itunes:subtitle>Microsoft to buy Symbian</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>Symbian preparing for a new start</title>
   <description>
    &lt;p&gt;
The news is hot and one needs to really take some time, let it cool down and then analyze it from all angles. But here it goes, straight from Nokia&#039;s press release:
&lt;/p&gt;
&lt;p&gt;
&amp;quot;&lt;strong&gt;&lt;span&gt;Mobile leaders to unify the Symbian software platform and set the future of mobile free&lt;/span&gt;&lt;/strong&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;&lt;span&gt;&lt;/span&gt;&lt;/strong&gt;London, UK - Nokia, Sony Ericsson, Motorola and NTT
DOCOMO announced today their intent to unite Symbian OS(TM), S60, UIQ
and MOAP(S) to create one open mobile software platform. Together with
AT&amp;amp;T, LG Electronics, Samsung Electronics, STMicroelectronics,
Texas Instruments and Vodafone they plan to establish the Symbian
Foundation to extend the appeal of this unified software platform.
Membership of this non-profit Foundation will be open to all
organizations. This initiative is supported by current shareholders and
management of Symbian Limited, who have been actively involved in its
development.&amp;nbsp; Plans for the Foundation have already received wide
support from other industry leaders.
&lt;/p&gt;
&lt;div class=&quot;hugin&quot;&gt;
&amp;nbsp;
&lt;/div&gt;
&lt;div class=&quot;hugin&quot;&gt;
To
enable the Foundation, Nokia today announced plans to acquire the
remaining shares of Symbian Limited that Nokia does not already own and
then contribute the Symbian and S60 software to the Foundation. Sony
Ericsson and Motorola today announced their intention to contribute
technology from UIQ and DOCOMO has also indicated its willingness to
contribute its MOAP(S) assets. From these contributions, the Foundation
will provide a unified platform with common UI framework. A full
platform will be available for all Foundation members under a
royalty-free license, from the Foundation&#039;s first day of operations. 
&lt;/div&gt;
&lt;div class=&quot;hugin&quot;&gt;
&amp;nbsp;
&lt;/div&gt;
&lt;div class=&quot;hugin&quot;&gt;
Contributions
from Foundation members through open collaboration will be integrated
to further enhance the platform. The Foundation will make selected
components available as open source at launch. It will then work to
establish the most complete mobile software offering available in open
source. This will be made available over the next two years and is
intended to be released under Eclipse Public License (EPL) 1.0.&amp;nbsp; 
&lt;/div&gt;
&lt;div class=&quot;hugin&quot;&gt;
&amp;nbsp;
&lt;/div&gt;
&lt;div class=&quot;hugin&quot;&gt;
The
Foundation&#039;s platform will build on the leading open mobile software
platform, with more than 200 million phones, across 235 models, already
shipped by multiple vendors and tens of thousands of third-party
applications already available for Symbian OS-based devices. ...&amp;quot;
&lt;/div&gt;
&lt;div class=&quot;hugin&quot;&gt;
&amp;nbsp;
&lt;/div&gt;
&lt;div class=&quot;hugin&quot;&gt;
More info can be found in &lt;a href=&quot;http://www.nokia.com/A4136001?newsid=1230416&quot;&gt;Nokia Press Releases&lt;/a&gt; and of course at the &lt;a href=&quot;http://www.symbianfoundation.org&quot;&gt;Symbian Foundation&lt;/a&gt; web site.
&lt;/div&gt;
&lt;div class=&quot;hugin&quot;&gt;
&amp;nbsp;
&lt;/div&gt;
   </description>
   <link>http://blogs.forum.nokia.com/blog/lucian-tomutas-forum-nokia-blog/2008/06/24/symbian-preparing-for-a-new-start</link>
   <comments>http://blogs.forum.nokia.com/blog/lucian-tomutas-forum-nokia-blog/2008/06/24/symbian-preparing-for-a-new-start</comments>
   <guid>http://blogs.forum.nokia.com/blog/lucian-tomutas-forum-nokia-blog/2008/06/24/symbian-preparing-for-a-new-start</guid>
      <dc:creator>ltomuta</dc:creator>
      
    <category>General</category>
      
    <category>Event</category>
      
    <category>S60</category>
      
    <category>Symbian</category>
         <pubDate>Tue, 24 Jun 2008 09:30:16 +0300</pubDate>
   <itunes:author>Forum Nokia</itunes:author>
   <itunes:subtitle>Symbian preparing for a new start</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>