<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.newlc.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>NewLC - How to share a file between 2 applications. - Comments</title>
 <link>http://www.newlc.com/topic-18458</link>
 <description>Comments for &quot;How to share a file between 2 applications.&quot;</description>
 <language>en</language>
<item>
 <title>Re: How to share a file between 2 applications.</title>
 <link>http://www.newlc.com/topic-18458#comment-38917</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;Note though that correct behavior might be &amp;quot;Display dialog &amp;quot;file not found&amp;quot;, then exit application when user press &amp;quot;ok&amp;quot;&amp;quot;.&lt;br /&gt;&lt;br /&gt;As long as your application doesn&amp;#039;t crash or leak resources or anything like that when the file is not there, it is ok.&lt;br /&gt;&lt;/div&gt;</description>
 <pubDate>Wed, 23 May 2007 15:49:01 +0200</pubDate>
 <dc:creator>alh</dc:creator>
 <guid isPermaLink="false">comment 38917 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: How to share a file between 2 applications.</title>
 <link>http://www.newlc.com/topic-18458#comment-38916</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;Input data should always be checked, ie. your app shouldn&amp;#039;t misbehave just because your data files have been altered or removed.&lt;br /&gt;&lt;br /&gt;I&amp;#039;m quite certain that this sort of error won&amp;#039;t be discovered in Symbian Signed testing, though.&amp;nbsp; But test methodology isn&amp;#039;t dictated by the Symbian Signed criteria, so there are no guarantees.&lt;/div&gt;</description>
 <pubDate>Wed, 23 May 2007 14:37:09 +0200</pubDate>
 <dc:creator>puterman</dc:creator>
 <guid isPermaLink="false">comment 38916 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: How to share a file between 2 applications.</title>
 <link>http://www.newlc.com/topic-18458#comment-38915</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;Thank you.&lt;br /&gt;My fear is about test PKG-02. If somebody deletes or modifies the files of my application stored in \data\others, my app won&amp;#039;t work properly, and the PKG-02 test will fail.&lt;br /&gt;I don&amp;#039;t know how much strict is the SymbianSigned Certificate.&lt;/div&gt;</description>
 <pubDate>Wed, 23 May 2007 12:50:17 +0200</pubDate>
 <dc:creator>abel.campos</dc:creator>
 <guid isPermaLink="false">comment 38915 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: How to share a file between 2 applications.</title>
 <link>http://www.newlc.com/topic-18458#comment-38914</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;&lt;div class=&quot;quoteheader&quot;&gt;Quote&lt;/div&gt;&lt;div class=&quot;quote&quot;&gt;I read in &lt;a href=&quot;http&amp;#58;//www.symbiansigned.com&quot; target=&quot;_blank&quot;&gt;www.symbiansigned.com&lt;/a&gt;, in TOOL1 section that anyone could access &amp;quot;public&amp;quot; folders with a file browser and move, copy or delete the files of my application. &lt;/div&gt;And that&amp;#039;s true&amp;nbsp; &lt;img src=&quot;/sites/all/modules/smf_filter/smf_smileys/wink.gif&quot; alt=&quot;Wink&quot; border=&quot;0&quot; /&gt; Only writing into a private directories can make your application have safe data (or at least almost safe). &lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;quoteheader&quot;&gt;Quote&lt;/div&gt;&lt;div class=&quot;quote&quot;&gt;But checking again the tests I have to pass to get Symbian Signed Certificate I notice that it&amp;#039;s not forbidden to create &amp;quot;free access&amp;quot; files... I hope.&lt;/div&gt;You can create files almost anywhere on the free accessible file system. Symbian Signed only requires that:&lt;br /&gt;- you don&amp;#039;t do so if the file system has almost no space left&lt;br /&gt;- you clean up everything correctly when your application is uninstalled.&lt;br /&gt;&lt;/div&gt;</description>
 <pubDate>Wed, 23 May 2007 12:12:39 +0200</pubDate>
 <dc:creator>eric</dc:creator>
 <guid isPermaLink="false">comment 38914 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: How to share a file between 2 applications.</title>
 <link>http://www.newlc.com/topic-18458#comment-38913</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;Thank you.&lt;br /&gt;The data in the file are sensitive for my program.&lt;br /&gt;&lt;br /&gt;I read in &lt;a href=&quot;http&amp;#58;//www.symbiansigned.com&quot; target=&quot;_blank&quot;&gt;www.symbiansigned.com&lt;/a&gt;, in TOOL1 section that anyone could access &amp;quot;public&amp;quot; folders with a file browser and move, copy or delete the files of my application. But checking again the tests I have to pass to get Symbian Signed Certificate I notice that it&amp;#039;s not forbidden to create &amp;quot;free access&amp;quot; files... I hope.&lt;br /&gt;&lt;br /&gt;Thanx, again.&lt;br /&gt;&lt;/div&gt;</description>
 <pubDate>Mon, 21 May 2007 18:24:32 +0200</pubDate>
 <dc:creator>abel.campos</dc:creator>
 <guid isPermaLink="false">comment 38913 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: How to share a file between 2 applications.</title>
 <link>http://www.newlc.com/topic-18458#comment-38912</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;Only by writing a server that regulates access to the file.&lt;br /&gt;&lt;br /&gt;As in, a server keeps the file in its private folder, and you implement file access function (open/read/write) using IPC to the server, and the server then does the file actions.&lt;br /&gt;&lt;br /&gt;But, will you save sensitive data in the file?&lt;br /&gt;&lt;br /&gt;If not, this is no issue, just create the file in \data\others.&lt;br /&gt;&lt;br /&gt;Symbian signed doesn&amp;#039;t care about the security of your program as long as it doesn&amp;#039;t break the security of the system.&lt;br /&gt;&lt;/div&gt;</description>
 <pubDate>Fri, 18 May 2007 14:30:59 +0200</pubDate>
 <dc:creator>alh</dc:creator>
 <guid isPermaLink="false">comment 38912 at http://www.newlc.com</guid>
</item>
<item>
 <title>How to share a file between 2 applications.</title>
 <link>http://www.newlc.com/topic-18458</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.newlc.com/topic-18458&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.newlc.com/topic-18458#comments</comments>
 <category domain="http://www.newlc.com/forums/symbian-c">Symbian C++</category>
 <pubDate>Thu, 17 May 2007 13:57:49 +0200</pubDate>
 <dc:creator>abel.campos</dc:creator>
 <guid isPermaLink="false">17901 at http://www.newlc.com</guid>
</item>
</channel>
</rss>
