I can install the program and run the program succeed in S60 V3.0, i can install the program succeed in S60 V5.0 also, but i click the program,then can't open in S60 V5.0, why?
I can install the program and run the program succeed in S60 V3.0, i can install the program succeed in S60 V5.0 also, but i click the program,then can't open in S60 V5.0, why?
it is likely crashing on the start-up, thus check the panic code: http://wiki.forum.nokia.com/index.ph...ded_panic_code
the above is the content of pkg file, should be no problem?What is the problem?; Copyright (c) 2008 Nokia Corporation.
;Languages
&EN
; UID is the app's UID
#{"MobileAgent"},(0xE9A18D08),2,0,0
;Localised Vendor name
%{"Forum Nokia"}
;Unique Vendor name
:"Forum Nokia"
;Supports Series 60 v 3.0
[0x101F7961], 0, 0, 0, {"S60 3th ProductID"}
;Supports Series 60 v 5.0
[0x1028315F], 0, 0, 0, {"S60 5th ProductID"}
; Files to install
"$(EPOCROOT)\epoc32\release\$(PLATFORM)\$(TARGET)\MobileAgent.exe" -"!:\sys\bin\MobileAgent.exe"
"$(EPOCROOT)\epoc32\data\z\resource\apps\MobileAgent.rsc" -"!:\resource\apps\MobileAgent.rsc"
"$(EPOCROOT)\epoc32\data\z\private\10003a3f\apps\MobileAgent_reg.rsc" -"!:\private\10003a3f\import\apps\MobileAgent_reg.rsc"
"$(EPOCROOT)\epoc32\data\z\resource\apps\ContactsModel.mif" -"!:\resource\apps\ContactsModel.mif"
if it install fine, then your sis file is fine, as well as your pkg, thus please follow the instruction given in previous reply.
Thank you ,i solved the problem with your suggestion, the S60 5th edition of the logic is very strict,