1>i developed my application
2>requested for Protected range UID
3>got Protected range uid
4>changed UID3 from previous to Protected range UID
5>in 2002976A.rss write like below
Code:
#include <startupitem.rh>
RESOURCE STARTUP_ITEM_INFO startexe
{
executable_name = "c:\\sys\\bin\\monitorKey.exe";
recovery = EStartupItemExPolicyNone;
}
and in .mmp file i updated with below code
Code:
SOURCEPATH ..\data
START RESOURCE 2002976A.rss
TARGETPATH \private\10003a3f\apps
END
and in .pkg file i updated like below
Code:
"C:\S60\devices\S60_3rd_FP2_SDK\epoc32\data\z\private\10003a3f\apps\2002976A.rsc"-"C:\private\10003a3f\import\[2002976A].rsc"
and tried to install it by signing it by open signed online
but getting error message "update error"
please tell me whether i am able to use open sign online only or do i need to go for any other please help