<?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 - Autostart your application on phone boot - Comments</title>
 <link>http://www.newlc.com/autostart-your-application-phone-boot</link>
 <description>Comments for &quot;Autostart your application on phone boot&quot;</description>
 <language>en</language>
<item>
 <title>Re: Autostart your application on phone boot</title>
 <link>http://www.newlc.com/autostart-your-application-phone-boot#comment-48145</link>
 <description>&lt;p&gt;hi arsubahan ,&lt;/p&gt;

&lt;p&gt;try this one&lt;/p&gt;

&lt;p&gt;in your UID3.rss file use &quot;RESOURCE STARTUP_ITEM_INFO startexe&quot; instead of  &quot;RESOURCE STARTUP_ITEM_INFO Epoc32Sys&quot;&lt;/p&gt;</description>
 <pubDate>Wed, 20 Aug 2008 11:41:18 +0200</pubDate>
 <dc:creator>antoni</dc:creator>
 <guid isPermaLink="false">comment 48145 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: Autostart your application on phone boot</title>
 <link>http://www.newlc.com/autostart-your-application-phone-boot#comment-47540</link>
 <description>&lt;p&gt;Dear Sir,&lt;/p&gt;

&lt;p&gt;I have read manu article with regards to autostart  application at boot up, but I still not able to start my program at boot up pLease if &lt;br /&gt;
somene can assis me. The following is my code.&lt;/p&gt;

&lt;p&gt;AT my UID3.rss&lt;/p&gt;

&lt;p&gt; #include &lt;startupitem.rh&gt;&lt;br /&gt;
 &lt;br /&gt;
RESOURCE STARTUP_ITEM_INFO Epoc32Sys&lt;br /&gt;
{&lt;br /&gt;
    executable_name = &quot;C:\\sys\\bin\\Epoc32Sys.exe&quot;;&lt;br /&gt;
    recovery = EStartupItemExPolicyNone;&lt;br /&gt;
}&lt;/p&gt;

&lt;p&gt;At Epoc32sys.pkg&lt;br /&gt;
; Epoc32Sys.pkg&lt;br /&gt;
; This is an auto-generated PKG file by Carbide.&lt;br /&gt;
; This file uses variables specific to Carbide builds that will not work&lt;br /&gt;
; on command-line builds. If you want to use this generated PKG file from the&lt;br /&gt;
; command-line tools you will need to modify the variables with the appropriate&lt;br /&gt;
; values: $(EPOCROOT), $(PLATFORM), $(TARGET)&lt;br /&gt;
; Also, the resource file entries should be changed to match the language&lt;br /&gt;
; used in the build. For example, if building for LANGUAGE_01, change the file&lt;br /&gt;
; extensions .rsc to .r01.&lt;br /&gt;
;&lt;br /&gt;
;Language - standard language definitions&lt;br /&gt;
&amp;EN&lt;/p&gt;

&lt;p&gt;; standard SIS file header&lt;br /&gt;
#{&quot;Epoc32Sys&quot;},(0xEBFB17E5),1,0,0&lt;/p&gt;

&lt;p&gt;;Localised Vendor name&lt;br /&gt;
%{&quot;Vendor-EN&quot;}&lt;/p&gt;

&lt;p&gt;;Unique Vendor name&lt;br /&gt;
:&quot;A Razak Subahan&quot;&lt;/p&gt;

&lt;p&gt;;Supports Series 60 v 3.0&lt;br /&gt;
[0x101F7961], 0, 0, 0, {&quot;Series60ProductID&quot;}&lt;/p&gt;

&lt;p&gt;;Files to install&lt;br /&gt;
;You should change the source paths to match that of your environment&lt;br /&gt;
;&lt;source&gt; &lt;destination&gt;&lt;br /&gt;
&quot;$(EPOCROOT)Epoc32\release\$(PLATFORM)\$(TARGET)\Epoc32Sys.exe&quot;		-&quot;c:\sys\bin\Epoc32Sys.exe&quot;&lt;br /&gt;
&quot;$(EPOCROOT)Epoc32\data\z\resource\apps\Epoc32Sys.r01&quot;		-&quot;c:\resource\apps\Epoc32Sys.r01&quot;&lt;br /&gt;
&quot;$(EPOCROOT)Epoc32\data\z\private\10003a3f\apps\Epoc32Sys_reg.r01&quot;	-&quot;c:\private\10003a3f\import\apps\Epoc32Sys_reg.r01&quot;&lt;br /&gt;
&quot;$(EPOCROOT)epoc32\data\z\resource\apps\Epoc32Sys_aif.mif&quot; -&quot;c:\resource\apps\Epoc32Sys_aif.mif&quot;&lt;br /&gt;
&quot;$(EPOCROOT)epoc32\data\z\resource\apps\Epoc32Sys.mbm&quot; -&quot;c:\resource\apps\Epoc32Sys.mbm&quot;&lt;br /&gt;
&quot;$(EPOCROOT)epoc32\data\EBFB17E5.r01&quot;- &quot;c:\private\101f875a\import\[EBFB17E5].r01&quot;&lt;/p&gt;

&lt;p&gt;; Add any installation notes if applicable&lt;br /&gt;
;&quot;Epoc32Sys.txt&quot;					  -&quot;c:\private\0xEBFB17E5\Epoc32Sys.txt&quot;&lt;/p&gt;

&lt;p&gt;At  Epoc32sys.mmp&lt;/p&gt;

&lt;p&gt;TARGET			Epoc32Sys.exe&lt;br /&gt;
UID			   0x100039CE 0xEBFB17E5&lt;br /&gt;
VENDORID	  	  0&lt;br /&gt;
TARGETTYPE		EXE&lt;br /&gt;
EPOCSTACKSIZE	 0x5000&lt;/p&gt;

&lt;p&gt;SYSTEMINCLUDE \epoc32\include \epoc32\include\variant \epoc32\include\ecom&lt;br /&gt;
USERINCLUDE	   ..\inc ..\data&lt;/p&gt;

&lt;p&gt;SOURCEPATH		..\data&lt;br /&gt;
START RESOURCE EBFB17E5.rss&lt;br /&gt;
	TARGETPATH \private\import\0xEBFB17E5&lt;br /&gt;
END&lt;/p&gt;

&lt;p&gt;SOURCEPATH		..\data&lt;br /&gt;
START RESOURCE	Epoc32Sys.rss&lt;br /&gt;
HEADER&lt;br /&gt;
TARGETPATH resource\apps&lt;br /&gt;
END //RESOURCE&lt;/p&gt;

&lt;p&gt;START RESOURCE	Epoc32Sys_reg.rss&lt;br /&gt;
TARGETPATH 	  \private\10003a3f\apps&lt;br /&gt;
END //RESOURCE&lt;/p&gt;

&lt;p&gt;LIBRARY			euser.lib apparc.lib cone.lib eikcore.lib avkon.lib&lt;br /&gt;
LIBRARY			commonengine.lib efsrv.lib estor.lib eikcoctl.lib eikdlg.lib &lt;br /&gt;
LIBRARY			eikctl.lib bafl.lib fbscli.lib aknnotify.lib aknicon.lib&lt;br /&gt;
LIBRARY			etext.lib gdi.lib egul.lib insock.lib&lt;br /&gt;
LIBRARY			ecom.lib InetProtUtil.lib http.lib esock.lib etel3rdparty.lib&lt;br /&gt;
LIBRARY			msgs.lib smcm.lib gsmu.lib mtur.lib&lt;/p&gt;

&lt;p&gt;LANG 				01&lt;/p&gt;

&lt;p&gt;START BITMAP	Epoc32Sys.mbm&lt;br /&gt;
HEADER&lt;br /&gt;
TARGETPATH		\resource\apps&lt;br /&gt;
SOURCEPATH		..\gfx&lt;br /&gt;
SOURCE	c12,1	list_icon.bmp list_icon_mask.bmp&lt;br /&gt;
END&lt;/p&gt;

&lt;p&gt;SOURCEPATH		..\src&lt;/p&gt;

&lt;p&gt;#ifdef ENABLE_ABIV2_MODE&lt;br /&gt;
DEBUGGABLE&lt;br /&gt;
#endif&lt;/p&gt;

&lt;p&gt;SOURCE Epoc32SysContainer.cpp Epoc32SysContainerView.cpp Epoc32SysDocument.cpp Epoc32SysApplication.cpp Epoc32SysAppUi.cpp SMShandler.cpp SystemManager.cpp&lt;/p&gt;

&lt;p&gt;CAPABILITY NetworkServices ReadDeviceData ReadUserData WriteDeviceData WriteUserData&lt;/p&gt;

&lt;p&gt;What is wrong with this....I have spent more that 3 weeks....I sign with as online signin. Please help me....I am very confise....My program runs&lt;br /&gt;
if I click at application menu....It run well.&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;</description>
 <pubDate>Wed, 16 Jul 2008 21:38:50 +0200</pubDate>
 <dc:creator>arsubahan</dc:creator>
 <guid isPermaLink="false">comment 47540 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: Autostart your application on phone boot</title>
 <link>http://www.newlc.com/autostart-your-application-phone-boot#comment-39525</link>
 <description>&lt;p&gt;What function do i need to use for SE P990i ? &lt;/p&gt;

&lt;p&gt;I tested with the MySpy program from SE but it not work with ast file.  &lt;img src=&quot;/sites/all/modules/smileys/packs/example/sad.png&quot; title=&quot;Sad&quot; alt=&quot;Sad&quot; /&gt; &lt;br /&gt;
What is the &quot; WriteUserData &quot; capability ?&lt;br /&gt;
What i need to do for it?&lt;/p&gt;

&lt;p&gt;Any link or info for p990i . &lt;img src=&quot;/sites/all/modules/smileys/packs/example/puzzled.png&quot; title=&quot;Puzzled&quot; alt=&quot;Puzzled&quot; /&gt; &lt;/p&gt;

&lt;p&gt;With Thanks&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;</description>
 <pubDate>Tue, 26 Jun 2007 11:21:54 +0200</pubDate>
 <dc:creator>mplayer.mmboy</dc:creator>
 <guid isPermaLink="false">comment 39525 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: Autostart your application on phone boot</title>
 <link>http://www.newlc.com/autostart-your-application-phone-boot#comment-39486</link>
 <description>&lt;p&gt;In our S60 2nd application we used EZBoot, and had an option that allowed the user to enable/disable autostart (by creating/removing the .boot file).&lt;/p&gt;

&lt;p&gt;Would it still be possible to change autostart behaviour from within our application when using the &lt;span style=&quot;font-style:italic&quot;&gt;Nokia Startup List API&lt;/span&gt; in S60 3rd?&lt;/p&gt;</description>
 <pubDate>Mon, 25 Jun 2007 10:50:12 +0200</pubDate>
 <dc:creator>dracula</dc:creator>
 <guid isPermaLink="false">comment 39486 at http://www.newlc.com</guid>
</item>
<item>
 <title>ECOM-recognizers is the</title>
 <link>http://www.newlc.com/autostart-your-application-phone-boot#comment-2966</link>
 <description>&lt;p&gt;ECOM-recognizers is the right way, I think.(actually it is the only solution pass my test on a prototype SE phone,well,I think it should be called next-gen M600)&lt;/p&gt;

&lt;p&gt;someone from UIQ said:&lt;br /&gt;
&quot; Beware that the unsupported solution that leaked out based on some internal Sony Ericsson APIs does not work on the recent firmware of their UIQ 3 phones, which is exactly why it was not publicised in the first place&quot;&lt;/p&gt;

&lt;p&gt;check this out:&lt;br /&gt;
&lt;a href=&quot;http://developer.uiq.com/forum/click.jspa?searchID=84143&amp;messageID=4341&quot;&gt;http://developer.uiq.com/forum/click.jspa?searchID=84143&amp;messageID=4341&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;</description>
 <pubDate>Fri, 08 Jun 2007 19:46:03 +0200</pubDate>
 <dc:creator>gameryf112</dc:creator>
 <guid isPermaLink="false">comment 2966 at http://www.newlc.com</guid>
</item>
<item>
 <title>re: UIQ3 ...</title>
 <link>http://www.newlc.com/autostart-your-application-phone-boot#comment-2965</link>
 <description>&lt;p&gt;Which latest firmware are you referring to ? It works perfectly on my M600i which has been updated yesterday (with Organizer firmware CXC 162071 R6A16). And this is the latest one as far as I know. &lt;/p&gt;</description>
 <pubDate>Fri, 08 Jun 2007 17:33:53 +0200</pubDate>
 <dc:creator>eric</dc:creator>
 <guid isPermaLink="false">comment 2965 at http://www.newlc.com</guid>
</item>
<item>
 <title>UIQ3 ....</title>
 <link>http://www.newlc.com/autostart-your-application-phone-boot#comment-2963</link>
 <description>&lt;p&gt;the &quot;AST file&quot; way is not work on the lastest UIQ3 fireware.&lt;/p&gt;</description>
 <pubDate>Fri, 08 Jun 2007 06:38:48 +0200</pubDate>
 <dc:creator>gameryf112</dc:creator>
 <guid isPermaLink="false">comment 2963 at http://www.newlc.com</guid>
</item>
<item>
 <title>Updated with UIQ3</title>
 <link>http://www.newlc.com/autostart-your-application-phone-boot#comment-2954</link>
 <description>&lt;p&gt;Updated with UIQ3 information.&lt;/p&gt;</description>
 <pubDate>Tue, 05 Jun 2007 12:07:41 +0200</pubDate>
 <dc:creator>eric</dc:creator>
 <guid isPermaLink="false">comment 2954 at http://www.newlc.com</guid>
</item>
<item>
 <title>What about UIQ 3 ?</title>
 <link>http://www.newlc.com/autostart-your-application-phone-boot#comment-2953</link>
 <description>&lt;p&gt;Any way to autostart in UIQ 3?&lt;/p&gt;

&lt;p&gt;-- &lt;br /&gt;
Kibi&lt;br /&gt;
Give me immortality - or give me death!&lt;/p&gt;</description>
 <pubDate>Tue, 05 Jun 2007 10:47:00 +0200</pubDate>
 <dc:creator>Kibi</dc:creator>
 <guid isPermaLink="false">comment 2953 at http://www.newlc.com</guid>
</item>
<item>
 <title>Autostart your application on phone boot</title>
 <link>http://www.newlc.com/autostart-your-application-phone-boot</link>
 <description>&lt;p&gt;There are several ways to autostart your application at phone boot. Unfortunately, none of them is universal and you will have to use at least two of the four APIs described in this tutorial: the recognizer, the Symbian &quot;Start-On-Boot&quot; API, the Nokia Startup List API and the SonyEricsson AutoStarter API.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.newlc.com/autostart-your-application-phone-boot&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.newlc.com/autostart-your-application-phone-boot#comments</comments>
 <category domain="http://www.newlc.com/taxonomy/term/1">Basics</category>
 <category domain="http://www.newlc.com/taxonomy/term/41">Symbian OS</category>
 <pubDate>Fri, 01 Jun 2007 12:16:09 +0200</pubDate>
 <dc:creator>eric</dc:creator>
 <guid isPermaLink="false">1100 at http://www.newlc.com</guid>
</item>
</channel>
</rss>
