<?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 - Running an EXE from a file explorer on Symbian 9 device - Comments</title>
 <link>http://www.newlc.com/en/Running-EXE-from-a-file-explorer.html</link>
 <description>Comments for &quot;Running an EXE from a file explorer on Symbian 9 device&quot;</description>
 <language>en</language>
<item>
 <title>Re: Running an EXE from a file explorer on Symbian 9 device</title>
 <link>http://www.newlc.com/en/Running-EXE-from-a-file-explorer.html#comment-44025</link>
 <description>&lt;p&gt;i need file explorer for symbian but i cant download it. please send to my id.&lt;/p&gt;</description>
 <pubDate>Tue, 22 Jan 2008 19:37:21 +0100</pubDate>
 <dc:creator>rameshrajan</dc:creator>
 <guid isPermaLink="false">comment 44025 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: Running an EXE from a file explorer on Symbian 9 device</title>
 <link>http://www.newlc.com/en/Running-EXE-from-a-file-explorer.html#comment-39309</link>
 <description>&lt;p&gt;I&#039;ve tried to do it,&lt;br /&gt;
it worked, but after the exe terminates, I pressed back and got EIKON_LISTBOX 5 panic.&lt;br /&gt;
do you know what it is?&lt;/p&gt;</description>
 <pubDate>Tue, 19 Jun 2007 11:15:19 +0200</pubDate>
 <dc:creator>JohnSmith246</dc:creator>
 <guid isPermaLink="false">comment 39309 at http://www.newlc.com</guid>
</item>
<item>
 <title>Running an EXE from a file explorer on Symbian 9 device</title>
 <link>http://www.newlc.com/en/Running-EXE-from-a-file-explorer.html#comment-2804</link>
 <description>&lt;div class=&quot;spip-content&quot;&gt;How can start the exe in emulator&lt;/div&gt;</description>
 <pubDate>Wed, 11 Apr 2007 16:15:07 +0200</pubDate>
 <dc:creator>Anonymous</dc:creator>
 <guid isPermaLink="false">comment 2804 at http://www.newlc.com</guid>
</item>
<item>
 <title>Running an EXE from a file explorer on Symbian 9 device</title>
 <link>http://www.newlc.com/en/Running-EXE-from-a-file-explorer.html#comment-2801</link>
 <description>&lt;div class=&quot;spip-content&quot;&gt;Bottom line here is that although the behavior is weird indeed the platform security is not compromised and the launched binary is the one trusted by the system.&lt;/div&gt;</description>
 <pubDate>Tue, 27 Mar 2007 13:54:34 +0200</pubDate>
 <dc:creator>Tom</dc:creator>
 <guid isPermaLink="false">comment 2801 at http://www.newlc.com</guid>
</item>
<item>
 <title>Running an EXE from a file explorer on Symbian 9 device</title>
 <link>http://www.newlc.com/en/Running-EXE-from-a-file-explorer.html#comment-2803</link>
 <description>&lt;div class=&quot;spip-content&quot;&gt;&lt;p class=&quot;spip&quot;&gt;&lt;strong class=&quot;spip&quot;&gt;To CSaba&lt;/strong&gt;: I have checked the source code of SysExplorer: it starts the EXE giving the full path, so there is a check within the OS which changes the path.&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;&lt;strong class=&quot;spip&quot;&gt;To Srikanth&lt;/strong&gt;: I didn&#039;t say it didn&#039;t work with built-in application. I said the built-in file explorer couldn&#039;t launch an EXE using this indireciton. It may have some checks we don&#039;t implement or use another launching method. You can probably launch built-in application like this... if you know their executable name which is not public.&lt;/p&gt;&lt;/div&gt;</description>
 <pubDate>Fri, 23 Mar 2007 10:58:39 +0100</pubDate>
 <dc:creator>eric</dc:creator>
 <guid isPermaLink="false">comment 2803 at http://www.newlc.com</guid>
</item>
<item>
 <title>Running an EXE from a file explorer on Symbian 9 device</title>
 <link>http://www.newlc.com/en/Running-EXE-from-a-file-explorer.html#comment-2802</link>
 <description>&lt;div class=&quot;spip-content&quot;&gt;Agree to some extent. But if what you are saying is true why it doesnt work with built in apps?&lt;/div&gt;</description>
 <pubDate>Fri, 23 Mar 2007 10:43:59 +0100</pubDate>
 <dc:creator>Srikanth</dc:creator>
 <guid isPermaLink="false">comment 2802 at http://www.newlc.com</guid>
</item>
<item>
 <title>Running an EXE from a file explorer on Symbian 9 device</title>
 <link>http://www.newlc.com/en/Running-EXE-from-a-file-explorer.html#comment-2800</link>
 <description>&lt;div class=&quot;spip-content&quot;&gt;&lt;p class=&quot;spip&quot;&gt;I think the reason behind this is the following: the file explorer you are using does not specify the path of the executable, so the RProcess::Create will try to locate your executable based only on its name, and it will search for it in the sys/bin directories.&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;S60 3rd SDK help says about RProcess::Create: &quot;If no path is specified, the system will look in \System\Programs on all drives, in the usual search order. &quot;
(Please note: the SDK help is not updated, so \system\programs is written instead of sys\bin.)&lt;/p&gt;&lt;/div&gt;</description>
 <pubDate>Thu, 22 Mar 2007 16:48:07 +0100</pubDate>
 <dc:creator>Csaba</dc:creator>
 <guid isPermaLink="false">comment 2800 at http://www.newlc.com</guid>
</item>
<item>
 <title>Running an EXE from a file explorer on Symbian 9 device</title>
 <link>http://www.newlc.com/en/Running-EXE-from-a-file-explorer.html</link>
 <description>&lt;div class=&quot;spip-content&quot;&gt;All EXE files on a Symbian 9 device shall be located in &quot;/sys/bin&quot;, which in most of the case not accessible from a File Explorer. There is however a nice side effect which would allow you to start your EXE file using a File Explorer on a S60 3rd Edition device.&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.newlc.com/en/Running-EXE-from-a-file-explorer.html&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.newlc.com/en/Running-EXE-from-a-file-explorer.html#comments</comments>
 <category domain="http://www.newlc.com/en/taxonomy/term/18">Tips</category>
 <category domain="http://www.newlc.com/en/taxonomy/term/41">Symbian OS</category>
 <pubDate>Thu, 22 Mar 2007 15:09:48 +0100</pubDate>
 <dc:creator>eric</dc:creator>
 <guid isPermaLink="false">1044 at http://www.newlc.com</guid>
</item>
</channel>
</rss>
