<?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 - Starting APP and EXE applications - Comments</title>
 <link>http://www.newlc.com/Starting-APP-and-EXE-applications.html</link>
 <description>Comments for &quot;Starting APP and EXE applications&quot;</description>
 <language>en</language>
<item>
 <title>Starting sis file from app - symbian 9.2, S60</title>
 <link>http://www.newlc.com/Starting-APP-and-EXE-applications.html#comment-697</link>
 <description>&lt;div class=&quot;spip-content&quot;&gt;&lt;p class=&quot;spip&quot;&gt;Well, I managed to run a sis file from application using StartDocument. Now I have another problem - I want to use installapp application, but it seems it isn&#039;t supported in Symbian 9.2 (newer version seem to have it). Does anybody know how can I use installapp or a similar application in Symbian 9.2? I want to use it in order to make uninstall of a file from application. Any solution for this problem is welcome!&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;Regards,
Tsoofit&lt;/p&gt;&lt;/div&gt;</description>
 <pubDate>Tue, 17 Apr 2007 07:49:03 +0200</pubDate>
 <dc:creator>Tsoofit</dc:creator>
 <guid isPermaLink="false">comment 697 at http://www.newlc.com</guid>
</item>
<item>
 <title>Starting sis file from app - symbian 9.2, S60</title>
 <link>http://www.newlc.com/Starting-APP-and-EXE-applications.html#comment-690</link>
 <description>&lt;div class=&quot;spip-content&quot;&gt;&lt;p class=&quot;spip&quot;&gt;I&#039;m trying to install sis file from app, without success. I tried to two options below:
#ifdef SIS_OPT_1
	_LIT(KMyAppName, &quot;C:\\Tsoofit\\copytextfiles.sis&quot;);
	CApaCommandLine * cmd=CApaCommandLine::NewL();  
	CleanupStack::PushL(cmd);       
	cmd-&gt;SetExecutableNameL(KMyAppName);
	cmd-&gt;SetCommandL(EApaCommandRun);&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;RApaLsSession appArcSession; 
	User::LeaveIfError(appArcSession.Connect()); 
	    
	TThreadId id;&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;appArcSession.StartApp(*cmd, id);
	appArcSession.Close();
		
	CleanupStack::PopAndDestroy();
#endif&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;#ifdef SIS_OPT_2
        HBufC* file = HBufC::NewLC(64); 
    file-&gt;Des().Append(_L(&quot;C:\\Tsoofit\\copytextfiles.sis&quot;));
	RApaLsSession appArcSession;&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;User::LeaveIfError(appArcSession.Connect());     
	TThreadId id;&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;appArcSession.StartDocument(*file, id);
	appArcSession.Close();
	
	CleanupStack::PopAndDestroy();
#endif&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;It worked with .txt files with rapalssession:startdocument
Please help!
Thank you!&lt;/p&gt;&lt;/div&gt;</description>
 <pubDate>Thu, 15 Mar 2007 16:30:14 +0100</pubDate>
 <dc:creator>Tsoofit</dc:creator>
 <guid isPermaLink="false">comment 690 at http://www.newlc.com</guid>
</item>
<item>
 <title>&gt; Starting APP and EXE applications</title>
 <link>http://www.newlc.com/Starting-APP-and-EXE-applications.html#comment-695</link>
 <description>&lt;div class=&quot;spip-content&quot;&gt;&lt;p class=&quot;spip&quot;&gt;Yes! It took me a few days of seeking to fix this error for myself, but the answer turned out fairly simple:&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;Add the line 
LIBRARY eikcore.lib
to your .mmp file, then recreate the workspace and rebuild.&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;Note that you can&#039;t just add it to your workspace in your IDE -- you&#039;ve gotta alter your mmp file to import libraries.&lt;/p&gt;&lt;/div&gt;</description>
 <pubDate>Mon, 13 Nov 2006 14:05:47 +0100</pubDate>
 <dc:creator>typhen</dc:creator>
 <guid isPermaLink="false">comment 695 at http://www.newlc.com</guid>
</item>
<item>
 <title>Starting APP and EXE applications</title>
 <link>http://www.newlc.com/Starting-APP-and-EXE-applications.html#comment-689</link>
 <description>&lt;div class=&quot;spip-content&quot;&gt;There is an ExeLauncher application with a simple UI to launch Exes and ExeDlls. The source code is open, so you can check how this works in the live code: http://symbianexample.com/node/9&lt;/div&gt;</description>
 <pubDate>Wed, 22 Mar 2006 12:15:22 +0100</pubDate>
 <dc:creator>Artem</dc:creator>
 <guid isPermaLink="false">comment 689 at http://www.newlc.com</guid>
</item>
<item>
 <title>&gt; Starting APP and EXE applications</title>
 <link>http://www.newlc.com/Starting-APP-and-EXE-applications.html#comment-696</link>
 <description>&lt;div class=&quot;spip-content&quot;&gt;This is because the &quot;RED BUTTON&quot; doesn&#039;t close the application at all! All it does, it switches you to the &quot;Desktop&quot;, and the application is still running in background. You should exit the app from within it somehow (ie. add action to letter &#039;q&#039; that will exit the app) or view list of running programs and kill the app manually. Then you uplad new version and its all ok.&lt;/div&gt;</description>
 <pubDate>Fri, 23 Dec 2005 09:29:41 +0100</pubDate>
 <dc:creator>quetzalcoatl</dc:creator>
 <guid isPermaLink="false">comment 696 at http://www.newlc.com</guid>
</item>
<item>
 <title>&gt; Starting APP and EXE applications</title>
 <link>http://www.newlc.com/Starting-APP-and-EXE-applications.html#comment-688</link>
 <description>&lt;div class=&quot;spip-content&quot;&gt;What about Executing exe file from J2me application on Symbian OS???? 
Thanks.....&lt;/div&gt;</description>
 <pubDate>Thu, 15 Sep 2005 19:18:25 +0200</pubDate>
 <dc:creator>jend</dc:creator>
 <guid isPermaLink="false">comment 688 at http://www.newlc.com</guid>
</item>
<item>
 <title>&gt; Starting APP and EXE applications</title>
 <link>http://www.newlc.com/Starting-APP-and-EXE-applications.html#comment-687</link>
 <description>&lt;div class=&quot;spip-content&quot;&gt;&lt;p class=&quot;spip&quot;&gt;Helo,
I encounter a problem with the update of &quot;exe&quot;.
&lt;br /&gt;&lt;img class=&#039;spip_puce&#039; src=&#039;http://www.newlc.com/sites/all/themes/zen/images/blue_bullet.gif&#039; alt=&#039;-&#039; /&gt;&amp;nbsp;&amp;nbsp;I install my &quot;exe&quot; on the phone, run it, and close it by pressing the red buttun.
&lt;br /&gt;&lt;img class=&#039;spip_puce&#039; src=&#039;http://www.newlc.com/sites/all/themes/zen/images/blue_bullet.gif&#039; alt=&#039;-&#039; /&gt;&amp;nbsp;&amp;nbsp;I delete it from phone.
&lt;br /&gt;&lt;img class=&#039;spip_puce&#039; src=&#039;http://www.newlc.com/sites/all/themes/zen/images/blue_bullet.gif&#039; alt=&#039;-&#039; /&gt;&amp;nbsp;&amp;nbsp;I build a new version of my &quot;exe&quot; on vc6, install it on phone.
&lt;br /&gt;&lt;img class=&#039;spip_puce&#039; src=&#039;http://www.newlc.com/sites/all/themes/zen/images/blue_bullet.gif&#039; alt=&#039;-&#039; /&gt;&amp;nbsp;&amp;nbsp;And when i launch it, this is the previous version that run... 
&lt;br /&gt;&lt;img class=&#039;spip_puce&#039; src=&#039;http://www.newlc.com/sites/all/themes/zen/images/blue_bullet.gif&#039; alt=&#039;-&#039; /&gt;&amp;nbsp;&amp;nbsp;I reboot the phone, install it again, launch it, and now this is the new verion that run.&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;If someone could help me to understand why it do this (and tell me the solution)...&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;Thanx a lot.&lt;/p&gt;&lt;/div&gt;</description>
 <pubDate>Thu, 07 Jul 2005 09:52:46 +0200</pubDate>
 <dc:creator>couscous</dc:creator>
 <guid isPermaLink="false">comment 687 at http://www.newlc.com</guid>
</item>
<item>
 <title>&gt; Starting APP and EXE applications</title>
 <link>http://www.newlc.com/Starting-APP-and-EXE-applications.html#comment-686</link>
 <description>&lt;div class=&quot;spip-content&quot;&gt;Hello,
it&#039;s possible to call Real One player from my own program in Symbian Series 60 mobile?
Can I control or modify its conexion ports?
Can I use any API to control Real One Player?
Thanks&lt;/div&gt;</description>
 <pubDate>Fri, 29 Apr 2005 12:15:44 +0200</pubDate>
 <dc:creator>jrgm</dc:creator>
 <guid isPermaLink="false">comment 686 at http://www.newlc.com</guid>
</item>
<item>
 <title>&gt; Starting APP and EXE applications</title>
 <link>http://www.newlc.com/Starting-APP-and-EXE-applications.html#comment-685</link>
 <description>&lt;div class=&quot;spip-content&quot;&gt;Hello all,
      I am using the above code in a  exe file and am trying to start a .app file in P800 application. I am getting the error &quot;Not supported&quot;. Any suggestions.
Thanks
Satish&lt;/div&gt;</description>
 <pubDate>Mon, 11 Apr 2005 18:43:09 +0200</pubDate>
 <dc:creator>Anonymous</dc:creator>
 <guid isPermaLink="false">comment 685 at http://www.newlc.com</guid>
</item>
<item>
 <title>&gt; Starting APP and EXE applications</title>
 <link>http://www.newlc.com/Starting-APP-and-EXE-applications.html#comment-684</link>
 <description>&lt;div class=&quot;spip-content&quot;&gt;&lt;p class=&quot;spip&quot;&gt;Hi Eric!!!
When start another APP from current Application, in case of there are some interaction between two apps, i need to create some common variable for communication between them. But i dont know to create them?&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;Another question: &lt;strong class=&quot;spip&quot;&gt;Is it no problem if I use &quot;z:\system\...&quot; for running in real device.&lt;/strong&gt;&lt;/p&gt;&lt;/div&gt;</description>
 <pubDate>Wed, 06 Apr 2005 04:07:20 +0200</pubDate>
 <dc:creator>Anonymous</dc:creator>
 <guid isPermaLink="false">comment 684 at http://www.newlc.com</guid>
</item>
<item>
 <title>&gt; Starting APP and EXE applications</title>
 <link>http://www.newlc.com/Starting-APP-and-EXE-applications.html#comment-683</link>
 <description>&lt;div class=&quot;spip-content&quot;&gt;The code above works great for me (I can start another GUI application from an existing GUI application) *but* I can&#039;t figure out how to read the passed document name (the command line parameter(s)) from the newly started application. Does anybody have any code for this?&lt;/div&gt;</description>
 <pubDate>Sun, 03 Apr 2005 22:23:00 +0200</pubDate>
 <dc:creator>Anonymous</dc:creator>
 <guid isPermaLink="false">comment 683 at http://www.newlc.com</guid>
</item>
<item>
 <title>&gt; Starting APP and EXE applications</title>
 <link>http://www.newlc.com/Starting-APP-and-EXE-applications.html#comment-682</link>
 <description>&lt;div class=&quot;spip-content&quot;&gt;Well can anyone tell me why do i get this error?
Bootup.obj : error LNK2001: unresolved external symbol &quot;public: static class TThreadId  __cdecl EikDll::StartAppL(class CApaCommandLine const &amp;)&quot; (?StartAppL@EikDll@@SA?AVTThreadId@@ABVCApaCommandLine@@@Z)
\Symbian\7.0s\Series60_v21\EPOC32\RELEASE\WINS\UDEB/BOOTUP.exe : fatal error LNK1120: 1 unresolved externals
I think i am not able to find the correct library for the above code that launches the application. Can you help?&lt;/div&gt;</description>
 <pubDate>Sat, 26 Mar 2005 11:35:08 +0100</pubDate>
 <dc:creator>sush</dc:creator>
 <guid isPermaLink="false">comment 682 at http://www.newlc.com</guid>
</item>
<item>
 <title>&gt; Starting APP and EXE applications</title>
 <link>http://www.newlc.com/Starting-APP-and-EXE-applications.html#comment-681</link>
 <description>&lt;div class=&quot;spip-content&quot;&gt;&lt;p class=&quot;spip&quot;&gt;Hi!&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;Very interesting article!&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;Do you think it&#039;s possible to start a java MIDlet with this technique?&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;Hugo MaurÃ­cio&lt;/p&gt;&lt;/div&gt;</description>
 <pubDate>Thu, 17 Mar 2005 14:59:53 +0100</pubDate>
 <dc:creator>Hugo MaurÃ­cio</dc:creator>
 <guid isPermaLink="false">comment 681 at http://www.newlc.com</guid>
</item>
<item>
 <title>&gt; Starting APP and EXE applications</title>
 <link>http://www.newlc.com/Starting-APP-and-EXE-applications.html#comment-680</link>
 <description>&lt;div class=&quot;spip-content&quot;&gt;&lt;p class=&quot;spip&quot;&gt;Hi Eric,&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;Thanks for a wonderful article. Can u please tell me if its possible to launch an application when an SMS is received(something similar to PushRegistry in J2mE).&lt;/p&gt;&lt;/div&gt;</description>
 <pubDate>Tue, 15 Mar 2005 08:15:46 +0100</pubDate>
 <dc:creator>Prabhu</dc:creator>
 <guid isPermaLink="false">comment 680 at http://www.newlc.com</guid>
</item>
<item>
 <title>&gt; Starting APP and EXE applications: User 23 Panic</title>
 <link>http://www.newlc.com/Starting-APP-and-EXE-applications.html#comment-693</link>
 <description>&lt;div class=&quot;spip-content&quot;&gt;&lt;p class=&quot;spip&quot;&gt;Hello to all.
I have a strange and arandom panic when i launch the browser from a my application .
This error is Application close Browser User 23.
I use this code:
    const TInt KWmlBrowserUid = 0x10008D39;
	TUid id(TUid::Uid( KWmlBrowserUid ));
	HBufC* iParam = iDocument.LoadHTTPGetData();
	TInt len = iDocument.iResponseAddress.Length() + iParam-&gt;Length();
	HBufC* url = HBufC::NewLC(len);
	TPtr urlPtr = url-&gt;Des();
	TBuf &lt;256&gt; iAdd;
	iAdd.Copy(iDocument.iResponseAddress);
	urlPtr.Copy(iAdd);
	urlPtr += iParam-&gt;Des();
	delete iParam;
	iFile.Write(_L8(&quot;Dopo la delete&quot;));
	TApaTaskList taskList(CEikonEnv::Static()-&gt;WsSession());
	TApaTask task = taskList.FindApp(TUid::Uid( KWmlBrowserUid ));
	
   	TBuf8&lt;256&gt; iAddress;
   	iAddress.Copy(*url);
     	TInt StartDocumentCheck = KErrNone;		
	if (task.Exists())
	&lt;i class=&quot;spip&quot;&gt;
		HBufC8* param8 = HBufC8::NewLC(url-&gt;Length());
		param8-&gt;Des().Append(*url);
		task.SendMessage(TUid::Uid(0), *param8); // Uid is not used
		CleanupStack::PopAndDestroy(); // param8
	&lt;/i&gt;
	else
	&lt;i class=&quot;spip&quot;&gt;
	RApaLsSession appArcSession;
	User::LeaveIfError(appArcSession.Connect()); // connect to AppArc server
	TThreadId id2;
	StartDocumentCheck = appArcSession.StartDocument( *url, TUid::Uid( KWmlBrowserUid ), id2 );
 	if(StartDocumentCheck== KErrNotFound)
	&lt;i class=&quot;spip&quot;&gt;
	CAknInformationNote* informationNote = new (ELeave)CAknInformationNote;
	informationNote-&gt;ExecuteLD(_L(&quot;Impossibile attivare il browser&quot;));
    &lt;/i&gt;  
	
	appArcSession.Close();
	&lt;/i&gt;
	CleanupStack::PopAndDestroy(); // url
	return StartDocumentCheck;
&lt;/i&gt;&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;I log each step of this function so I can read that the function exit correctly, without error. But the browser is closed with the above panic message.
It&#039;s a random error that comes up when I restart IIS web server.
I hope to have been clearful
Thanks in advance.
RdA&lt;/p&gt;&lt;/div&gt;</description>
 <pubDate>Wed, 02 Feb 2005 11:31:01 +0100</pubDate>
 <dc:creator>Anonymous</dc:creator>
 <guid isPermaLink="false">comment 693 at http://www.newlc.com</guid>
</item>
<item>
 <title>Starting APP and EXE applications</title>
 <link>http://www.newlc.com/Starting-APP-and-EXE-applications.html</link>
 <description>&lt;div class=&quot;spip-content&quot;&gt;This tutorial presents how to start Symbian APP and EXE files, either manually or programatically.&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.newlc.com/Starting-APP-and-EXE-applications.html&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.newlc.com/Starting-APP-and-EXE-applications.html#comments</comments>
 <category domain="http://www.newlc.com/taxonomy/term/1">Basics</category>
 <category domain="http://www.newlc.com/taxonomy/term/130">Generic GUI</category>
 <pubDate>Mon, 28 Jul 2003 14:25:24 +0200</pubDate>
 <dc:creator>eric</dc:creator>
 <guid isPermaLink="false">131 at http://www.newlc.com</guid>
</item>
</channel>
</rss>
