Hi all,
I have created a sis file which will auto start my application. I have created both the sis files as one package file. It is working fine if i install it in the C drive, means phone memory but it is not working if i install it in the memory card. My pkg files are like this
My application pkg:
"$(EPOCROOT)epoc32\release\$(PLATFORM)\$(TARGET)\Applc.app" -"!:\system\apps\Applc\Applc.app"
"$(EPOCROOT)epoc32\data\z\system\apps\Applc\Applc.r01" -"!:\system\apps\Applc\Applc.r01"
"$(EPOCROOT)epoc32\data\z\system\apps\Applc\Applc_caption.r01" -"!:\system\apps\Applc\Applc_caption.r01"
"$(EPOCROOT)epoc32\data\z\system\apps\Applc\Applc.aif" -"!:\system\apps\Applc\Applc.aif"
"$(EPOCROOT)epoc32\data\z\system\apps\Applc\Applc.mbm" -"!:\system\apps\Applc\Applc.mbm"
My Auto start pkg:
"C:\Symbian\7.0s\Series60_v21_CW\Epoc32\release\$(PLATFORM)\$(TARGET)\ApplcAutoStart.MDL" -"C:\system\recogs\ApplcAutoStart.mdl"
And in the auto start .cpp file i am searching the application from the path
\\system\\apps\\Applc\\Applc.app
So can anyone tell me why the applcation is not auto starting if i install it in the memory card? Or i have to install it in the phone memory for autostart.
Regards,
Santu

Reply With Quote


