<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments on: HelloWorld SIS installation for S60 3rd edition</title>
	<atom:link href="http://bloggy.kuneri.net/2006/05/04/helloworld-sis-installation-for-s60-3rd-edition/feed/" rel="self" type="application/rss+xml" />
	<link>http://bloggy.kuneri.net/2006/05/04/helloworld-sis-installation-for-s60-3rd-edition/</link>
	<description>Flash Lite, S60, Nokia, Adobe, Mac and mobile life</description>
	<pubDate>Wed, 07 Jan 2009 05:07:28 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tuomo Kämäräinen</title>
		<link>http://bloggy.kuneri.net/2006/05/04/helloworld-sis-installation-for-s60-3rd-edition/comment-page-1/#comment-54810</link>
		<dc:creator>Tuomo Kämäräinen</dc:creator>
		<pubDate>Mon, 30 Jun 2008 18:09:35 +0000</pubDate>
		<guid isPermaLink="false">http://bloggy.kuneri.net/?p=28#comment-54810</guid>
		<description>How do I register to symbiansigned? I tried my gmail.com address but they don't accept it cause it is public mail. Then I tried my ISPs mail which is pp1.inet.fi, but they didn't accept it either.

What kind of host for my e-mail address do I need to register there?</description>
		<content:encoded><![CDATA[<p>How do I register to symbiansigned? I tried my gmail.com address but they don&#8217;t accept it cause it is public mail. Then I tried my ISPs mail which is pp1.inet.fi, but they didn&#8217;t accept it either.</p>
<p>What kind of host for my e-mail address do I need to register there?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kaka</title>
		<link>http://bloggy.kuneri.net/2006/05/04/helloworld-sis-installation-for-s60-3rd-edition/comment-page-1/#comment-41153</link>
		<dc:creator>kaka</dc:creator>
		<pubDate>Fri, 04 Jan 2008 17:11:42 +0000</pubDate>
		<guid isPermaLink="false">http://bloggy.kuneri.net/?p=28#comment-41153</guid>
		<description>security certification with buy some certificate from verisign, etc is suck, too expensive for unclearly market, hopes nokia realize this before many small developer leave them.

phones with freedom to expression, fredoom to development, please come to us.., please kick nokia ass. Make them realize, they cannot live without support from small developer or some poor genius student..

buy nokia phones, as same as buy expensive ferrari car, but you cannot driving with every one you want. :((</description>
		<content:encoded><![CDATA[<p>security certification with buy some certificate from verisign, etc is suck, too expensive for unclearly market, hopes nokia realize this before many small developer leave them.</p>
<p>phones with freedom to expression, fredoom to development, please come to us.., please kick nokia ass. Make them realize, they cannot live without support from small developer or some poor genius student..</p>
<p>buy nokia phones, as same as buy expensive ferrari car, but you cannot driving with every one you want. :((</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mohammad ali</title>
		<link>http://bloggy.kuneri.net/2006/05/04/helloworld-sis-installation-for-s60-3rd-edition/comment-page-1/#comment-39121</link>
		<dc:creator>mohammad ali</dc:creator>
		<pubDate>Sat, 15 Dec 2007 09:06:36 +0000</pubDate>
		<guid isPermaLink="false">http://bloggy.kuneri.net/?p=28#comment-39121</guid>
		<description>im mohammad ali</description>
		<content:encoded><![CDATA[<p>im mohammad ali</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mohammad ali</title>
		<link>http://bloggy.kuneri.net/2006/05/04/helloworld-sis-installation-for-s60-3rd-edition/comment-page-1/#comment-39120</link>
		<dc:creator>mohammad ali</dc:creator>
		<pubDate>Sat, 15 Dec 2007 09:04:54 +0000</pubDate>
		<guid isPermaLink="false">http://bloggy.kuneri.net/?p=28#comment-39120</guid>
		<description>hi i live in iran 
i have a problam 
file sis on 3250 cold nat inestal
help
help!</description>
		<content:encoded><![CDATA[<p>hi i live in iran<br />
i have a problam<br />
file sis on 3250 cold nat inestal<br />
help<br />
help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tsoofit</title>
		<link>http://bloggy.kuneri.net/2006/05/04/helloworld-sis-installation-for-s60-3rd-edition/comment-page-1/#comment-5446</link>
		<dc:creator>Tsoofit</dc:creator>
		<pubDate>Thu, 15 Mar 2007 15:45:16 +0000</pubDate>
		<guid isPermaLink="false">http://bloggy.kuneri.net/?p=28#comment-5446</guid>
		<description>Hi, 
I try to run sis from application, using symbian 9.2 and s60 3rd. Nothing happenes when I call my application. I managed to open txt files from the application using rapalssession::startdocument, but it doesn't work for sis files. 
Can you please help?
I tried the two options bellow:
#ifdef SIS_OPT_1
	_LIT(KMyAppName, "C:\\Tsoofit\\copytextfiles.sis");
	CApaCommandLine * cmd=CApaCommandLine::NewL();  
	CleanupStack::PushL(cmd);       
	cmd-&#62;SetExecutableNameL(KMyAppName);
	cmd-&#62;SetCommandL(EApaCommandRun);

	RApaLsSession appArcSession; 
	User::LeaveIfError(appArcSession.Connect()); 	    
	TThreadId id; 

	appArcSession.StartApp(*cmd, id);
	appArcSession.Close();
		
	CleanupStack::PopAndDestroy();
#endif

#ifdef SIS_FILE
    
    HBufC* file = HBufC::NewLC(64); 
    file-&#62;Des().Append(_L("C:\\Tsoofit\\copytextfiles.sis"));
	RApaLsSession appArcSession; 

	User::LeaveIfError(appArcSession.Connect()); 
	TThreadId id; 
    appArcSession.StartDocument(*file, id);
	appArcSession.Close();
	
	CleanupStack::PopAndDestroy();
#endif

Please help!!!</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I try to run sis from application, using symbian 9.2 and s60 3rd. Nothing happenes when I call my application. I managed to open txt files from the application using rapalssession::startdocument, but it doesn&#8217;t work for sis files.<br />
Can you please help?<br />
I tried the two options bellow:<br />
#ifdef SIS_OPT_1<br />
	_LIT(KMyAppName, &#8220;C:\\Tsoofit\\copytextfiles.sis&#8221;);<br />
	CApaCommandLine * cmd=CApaCommandLine::NewL();<br />
	CleanupStack::PushL(cmd);<br />
	cmd-&gt;SetExecutableNameL(KMyAppName);<br />
	cmd-&gt;SetCommandL(EApaCommandRun);</p>
<p>	RApaLsSession appArcSession;<br />
	User::LeaveIfError(appArcSession.Connect());<br />
	TThreadId id; </p>
<p>	appArcSession.StartApp(*cmd, id);<br />
	appArcSession.Close();</p>
<p>	CleanupStack::PopAndDestroy();<br />
#endif</p>
<p>#ifdef SIS_FILE</p>
<p>    HBufC* file = HBufC::NewLC(64);<br />
    file-&gt;Des().Append(_L(&#8221;C:\\Tsoofit\\copytextfiles.sis&#8221;));<br />
	RApaLsSession appArcSession; </p>
<p>	User::LeaveIfError(appArcSession.Connect());<br />
	TThreadId id;<br />
    appArcSession.StartDocument(*file, id);<br />
	appArcSession.Close();</p>
<p>	CleanupStack::PopAndDestroy();<br />
#endif</p>
<p>Please help!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sumit Ramani</title>
		<link>http://bloggy.kuneri.net/2006/05/04/helloworld-sis-installation-for-s60-3rd-edition/comment-page-1/#comment-4362</link>
		<dc:creator>Sumit Ramani</dc:creator>
		<pubDate>Thu, 22 Feb 2007 09:16:40 +0000</pubDate>
		<guid isPermaLink="false">http://bloggy.kuneri.net/?p=28#comment-4362</guid>
		<description>Hi Kuneri,

I followed your tutorial but I guess did some mistake.Can you help me with this?

I am trying to run HelloWorld on Series 60 3rd edition phone.

The source code I am using was downloaded from symbianexample.com

As far as I understand the problem is with package file. I am pasting the same .Can spme one help me in finding out the mistake please..

; HelloWorld.pkg
;
;Language - standard language definitions
&#38;EN

; standard SIS file header
#{"HelloWorld"},(0xA000272F),0,1,0

;Supports Series 60 v 3rd
[0x101F7961], 0, 0, 0, {"S60ProductID"}

;Localized Vendor Name
%{"My Test EN"}

;Unique Vendor name
:"Vendor"

; Files to copy
"D:\Symbian\9.2\S60_3rd_FP1\Epoc32\release\winscw\udeb\HelloWorld.exe"-"!:\sys\bin\HelloWorld.exe"
"D:\Symbian\9.2\S60_3rd_FP1\Epoc32\release\winscw\udeb\z\private\10003a3f\apps\HelloWorld_reg.rsc"-"!:\private\10003a3f\import\apps\HelloWorld.rsc"
"D:\Symbian\9.2\S60_3rd_FP1\Epoc32\release\winscw\udeb\z\resource\apps\HelloWorld.rsc"-"!:\resource\apps\HelloWorld.rsc"

Regards,
Sumit</description>
		<content:encoded><![CDATA[<p>Hi Kuneri,</p>
<p>I followed your tutorial but I guess did some mistake.Can you help me with this?</p>
<p>I am trying to run HelloWorld on Series 60 3rd edition phone.</p>
<p>The source code I am using was downloaded from symbianexample.com</p>
<p>As far as I understand the problem is with package file. I am pasting the same .Can spme one help me in finding out the mistake please..</p>
<p>; HelloWorld.pkg<br />
;<br />
;Language - standard language definitions<br />
&amp;EN</p>
<p>; standard SIS file header<br />
#{&#8221;HelloWorld&#8221;},(0xA000272F),0,1,0</p>
<p>;Supports Series 60 v 3rd<br />
[0x101F7961], 0, 0, 0, {&#8221;S60ProductID&#8221;}</p>
<p>;Localized Vendor Name<br />
%{&#8221;My Test EN&#8221;}</p>
<p>;Unique Vendor name<br />
:&#8221;Vendor&#8221;</p>
<p>; Files to copy<br />
&#8220;D:\Symbian\9.2\S60_3rd_FP1\Epoc32\release\winscw\udeb\HelloWorld.exe&#8221;-&#8221;!:\sys\bin\HelloWorld.exe&#8221;<br />
&#8220;D:\Symbian\9.2\S60_3rd_FP1\Epoc32\release\winscw\udeb\z\private\10003a3f\apps\HelloWorld_reg.rsc&#8221;-&#8221;!:\private\10003a3f\import\apps\HelloWorld.rsc&#8221;<br />
&#8220;D:\Symbian\9.2\S60_3rd_FP1\Epoc32\release\winscw\udeb\z\resource\apps\HelloWorld.rsc&#8221;-&#8221;!:\resource\apps\HelloWorld.rsc&#8221;</p>
<p>Regards,<br />
Sumit</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dimitar</title>
		<link>http://bloggy.kuneri.net/2006/05/04/helloworld-sis-installation-for-s60-3rd-edition/comment-page-1/#comment-2390</link>
		<dc:creator>Dimitar</dc:creator>
		<pubDate>Mon, 01 Jan 2007 16:48:37 +0000</pubDate>
		<guid isPermaLink="false">http://bloggy.kuneri.net/?p=28#comment-2390</guid>
		<description>Please if you can and you want to help me please write to my E-mail.I have a NOKIA N73.I know that it's a S60 3rd edition phone and it can't run .SIS files and I have to search for .SISx files.Can I make something to run .SIS files??please help</description>
		<content:encoded><![CDATA[<p>Please if you can and you want to help me please write to my E-mail.I have a NOKIA N73.I know that it&#8217;s a S60 3rd edition phone and it can&#8217;t run .SIS files and I have to search for .SISx files.Can I make something to run .SIS files??please help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xom</title>
		<link>http://bloggy.kuneri.net/2006/05/04/helloworld-sis-installation-for-s60-3rd-edition/comment-page-1/#comment-68</link>
		<dc:creator>Xom</dc:creator>
		<pubDate>Wed, 02 Aug 2006 03:31:27 +0000</pubDate>
		<guid isPermaLink="false">http://bloggy.kuneri.net/?p=28#comment-68</guid>
		<description>Is anyone know where to get s60 product ID file i want to install on Axxx Motoroala so I can install most SWs available in Market for Axxx Device.

Thanks</description>
		<content:encoded><![CDATA[<p>Is anyone know where to get s60 product ID file i want to install on Axxx Motoroala so I can install most SWs available in Market for Axxx Device.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jean</title>
		<link>http://bloggy.kuneri.net/2006/05/04/helloworld-sis-installation-for-s60-3rd-edition/comment-page-1/#comment-67</link>
		<dc:creator>Jean</dc:creator>
		<pubDate>Tue, 01 Aug 2006 15:10:16 +0000</pubDate>
		<guid isPermaLink="false">http://bloggy.kuneri.net/?p=28#comment-67</guid>
		<description>Hello,
I have tried ot follow thhe instructions but when typing bldmake bldfiles in the group folder, I am getting:
WARNINGS: Cannot determinte the version of the RVCT Compiler
WARNINGS: When building for ARMV5 platform Compiler RVCT2.2 or later is required

Any idea?
Thanks</description>
		<content:encoded><![CDATA[<p>Hello,<br />
I have tried ot follow thhe instructions but when typing bldmake bldfiles in the group folder, I am getting:<br />
WARNINGS: Cannot determinte the version of the RVCT Compiler<br />
WARNINGS: When building for ARMV5 platform Compiler RVCT2.2 or later is required</p>
<p>Any idea?<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: uur.-</title>
		<link>http://bloggy.kuneri.net/2006/05/04/helloworld-sis-installation-for-s60-3rd-edition/comment-page-1/#comment-58</link>
		<dc:creator>uur.-</dc:creator>
		<pubDate>Thu, 06 Jul 2006 02:47:22 +0000</pubDate>
		<guid isPermaLink="false">http://bloggy.kuneri.net/?p=28#comment-58</guid>
		<description>Hi amit,

Its not possible, due you have to create your own SIS file using your device specific IMEI. The possible SIS file that I would send you wont work on your device. 

uur.-</description>
		<content:encoded><![CDATA[<p>Hi amit,</p>
<p>Its not possible, due you have to create your own SIS file using your device specific IMEI. The possible SIS file that I would send you wont work on your device. </p>
<p>uur.-</p>
]]></content:encoded>
	</item>
</channel>
</rss>
