Auto Launch Problem after installation on N95
Login to reply to this topic.
Thu, 2007-09-13 18:23
Joined: 2007-09-07
Forum posts: 23

hi,

I am using FR,RI command to auto start the application after installation.
and It is working fine on all devices like N73, N91, E61.

But it is not working on N95. application doesn't get autolaunched after installation.

Please help me out why it is creating the problem on N95


Wed, 2007-10-17 08:40
Joined: 2007-10-17
Forum posts: 10

hi rishigarg,

Did that commmand (FR,RI) in pkg worked for n93?
It dint worked for me for N93.
can u plz help me out whether to add any more other than this so that application automatically starts after installation?

Thanks in advance.

Thu, 2007-10-25 05:22
Joined: 2007-10-17
Forum posts: 10

Can and one help?
its very urgent

Fri, 2007-10-26 07:32
Joined: 2007-08-31
Forum posts: 54

Hi

i did not know how to Restart the Application By Using FR,RI Command

but i have achieved the Auto Lauch of Application in N95 with Help Of start Up Item

For More Help U follow this Link
http://www.forum.nokia.com/document/Cpp_Developers_Library/GUID-96C272CA-2BED-4352-AE7C-E692B193EC06/html/Startup_List_Management_API4.html#Startup_List_Management_API_9

regards

Praveen

Wed, 2007-10-31 03:46
Joined: 2007-10-17
Forum posts: 10

Hi Praveen

Thanks alot for ur help.....i tried but still its not working Sad app starts only on launch not starting automatically
Actually i took helloworldplus example of s60 3rd edition

following are the steps i added:

1.Added other rss file "A000017F.rss"

#include

RESOURCE STARTUP_ITEM_INFO AutoRunApp
{
executable_name = "!:\\sys\\bin\\HelloWorldBasic.exe";
recovery = EStartupItemExPolicyNone;
}

2.Added the following lines in mmp file

SOURCEPATH ..\data
START RESOURCE A000017F.rss
END

3. Changed pkg file as below

; helloworldbasic_gcce.pkg
;
;Language - standard language definitions
&EN,FI,ZH,JA

; standard SIS file header
#{"HelloWorldBasic", "HelloWorldBasic", "HelloWorldBasic", "HelloWorldBasic"},(0xA000017F),1,0,0

;Localised Vendor name
%{"Vendor-EN", "Vendor-FI", "Vendor-ZH", "Vendor-JA"}

;Unique Vendor name
:"Vendor"

;Supports Series 60 v 3.0
[0x101F7961], 0, 0, 0, {"S60ProductID", "S60ProductID", "S60ProductID", "S60ProductID"}

;Files to install

{
"..\..\..\epoc32\data\z\resource\apps\HelloWorldBasic.rsc"
"..\..\..\epoc32\data\z\resource\apps\HelloWorldBasic.r09"
"..\..\..\epoc32\data\z\resource\apps\HelloWorldBasic.r31"
"..\..\..\epoc32\data\z\resource\apps\HelloWorldBasic.r32"
} -"!:\resource\apps\HelloWorldBasic.rsc"

"..\..\..\epoc32\data\z\resource\apps\helloworldbasic_aif.mif" -"!:\resource\apps\helloworldbasic_aif.mif"

"..\..\..\epoc32\data\z\private\10003a3f\import\apps\HelloWorldBasic_reg.rsc" -"!:\private\10003a3f\import\apps\HelloWorldBasic_reg.rsc"
"..\..\..\epoc32\release\gcce\urel\HelloWorldBasic.exe" -"!:\sys\bin\HelloWorldBasic.exe",FR,RI

"..\..\..\epoc32\data\z\private\10003a3f\import\apps\A000017F.rsc" -"c:\private\10003a3f\import\apps\[A000017F].rsc"

;required for application to be covered by backup/restore facility
"backup_registration.xml" -"!:\private\A000017F\backup_registration.xml"

then i generated sis with the above pkg
selfsigned sis with signsis

can any one help me out to resolve this?

thanks in advance

Thu, 2007-11-01 08:23
Joined: 2007-04-29
Forum posts: 61

Hi,

The feature of the auto-launch customer application is involved by the generic start-up architecture. And the customer applicatio is lunched by AMA.

The AMA starter is determented by Licensee, i.e. SonyEricsson, Nikon etc. So the method to auto launch app will maybe be changed on different series phone.

It's very fortunate that the method is public, you can contact with Nikon to get it.

Tue, 2008-05-27 11:01
Joined: 2007-07-24
Forum posts: 55

Hi friends,
Here i m seeking auto launch for my application.so can u please share me how u have done it.my mail id is :sudhpanda@gmail.com.
Thanks and Regards
mitu

Tue, 2008-05-27 11:11
Joined: 2007-09-07
Forum posts: 23

hi m.panda..

if u r looking to autolaunch your application after restart ...
then u can search for STARTUP_ITEM_INFO in series60 3rd edition SDK,

they have given very simple steps, you can follow those steps and it will work for you.

Thanks
Rishi Garg

Tue, 2008-05-27 11:30
Joined: 2007-07-24
Forum posts: 55

Hi rishi,
Many many thanks to u .i am going to follow in sdk.before that i want to get confirm from ur side.it would be helpful for me or not.here i am giving one link where the contents are same as in sdk help(got resulted by searching STARTUP_ITEM_INFO ) for autolaunch.so please let me make confirm by looking this.so please have a look it rishi.

http://www.forum.nokia.com/document/Cpp_Developers_Library/GUID-96C272CA-2BED-4352-AE7C-E692B193EC06/html/Startup_List_Management_API4.html#Startup_List_Management_API_9

Regards
mitu

Tue, 2008-05-27 11:33
Joined: 2007-09-07
Forum posts: 23

yes, you are on right track....but be carefult, if u skip even small steps, it will nit work..

So be careful while implementing it.

Tue, 2008-05-27 11:51
Joined: 2007-07-24
Forum posts: 55

HI rishi,
Thanks for cooperation.
Regards
mitu

Tue, 2008-06-03 08:01
Joined: 2007-07-24
Forum posts: 55

Hi friends,
I have followed the steps given by sdk for autolaunch in 3rd edition.But it couldn't worked in N80 .it simply installed .after that
we have to manually launch the application.not automatically.so please any one give me idea where i m wrong exactly.
Thanks
mitu

Tue, 2008-06-03 08:10
Joined: 2007-09-07
Forum posts: 23

Could you please tell me the steps which you have followed..
so that i can try to trace out the problem.

Thanks
Rishi

Tue, 2008-06-03 08:34
Joined: 2007-07-24
Forum posts: 55

hi rishi,
Thanks a lot for ur immediate response.Here i have done for my autolaunch app like this given below

following are the steps i added:

1.>Added other rss file "A000017F.rss"

#include

RESOURCE STARTUP_ITEM_INFO AutoRunApp
{
executable_name = "!:\\sys\\bin\\Mapp.exe";
recovery = EStartupItemExPolicyNone;
}

2.>Added the following lines in mmp file

SOURCEPATH ..\data
START RESOURCE E01FF1C7.rss
END

3.>;acp_3rd_fp0.pkg
;
;Language - standard language definitions
&EN,FI
;
; Application UID
#{"MApp_name","MApp_name"},(0xE01FF1C7),2,0,2
;
;Supports Series 60 v 3.x
[0x101F7961], 0, 0, 0, {"Series60ProductID","Series60ProductID"}
;
; Localised Vendor Name
%{"Vendor-EN","Vendor-FI"}
;
; Unique Vendor name
:"Vendor"
;
; Files to install

"C:\Symbian\9.1\S60_3rd\Epoc32\release\GCCE\UREL\Mapp.exe"-"!:\sys\bin\Mapp.exe",FR,RI
"C:\Symbian\9.1\S60_3rd\Epoc32\Data\z\resource\apps\Mapp.rsc"-"!:\resource\apps\Mapp.rsc"
"C:\Symbian\9.1\S60_3rd\Epoc32\Data\z\private\10003a3f\apps\Mapp_reg.rsc" -"!:\private\10003a3f\import\apps\Mapp_reg.rsc"
"C:\Symbian\9.1\S60_3rd\Epoc32\data\z\private\10003a3f\apps\E01FF1C7.rsc" -"c:\private\10003a3f\import\apps\[E01FF1C7].rsc"
"C:\Symbian\9.1\S60_3rd\Epoc32\winscw\c\mapp_view.mbm" -"!:\resource\apps\mapp_view.mbm"
"C:\Symbian\9.1\S60_3rd\Epoc32\winscw\c\mapp_splash.mbm" -"!:\resource\apps\mapp_splash.mbm"
"C:\Symbian\9.1\S60_3rd\Epoc32\winscw\c\animation_mapp.mbm" -"!:\resource\apps\animation_mapp.mbm"
"C:\Symbian\9.1\S60_3rd\Epoc32\winscw\c\mapp.mbm" -"!:\resource\apps\mapp.mbm"
"C:\Symbian\9.1\S60_3rd\Epoc32\winscw\c\listicon_mapp.mbm" -"!:\resource\apps\listicon_mapp.mbm"
"C:\Symbian\9.1\S60_3rd\Epoc32\winscw\c\focuslist_mapp.mbm" -"!:\resource\apps\focuslist_mapp.mbm"
; install embedded sis
"" -"!:\mappform.txt",FN
Please have a look and help me.
what should i do.
Thanks and Regards
mitu

Tue, 2008-06-03 08:52
Joined: 2007-09-07
Forum posts: 23

please rename this file A000017F.rss as [A000017F].rss and use it accordingly and then retest again.

then let me know the results..

and if u r online on any messgener, you can give me ur id so that, we can directly chat and resolve the problem.

Thanks
Rishi

Tue, 2008-06-03 09:36
Joined: 2007-07-24
Forum posts: 55

HI rishi,
many many thanks for ur cooperation.my gmail id is .
Regards
mitu


copyright 2003-2009 NewLC SARL