Porting to 9.1
| Thu, 2005-12-22 07:28 | |
|
Hi,
I am trying to port my application to 9.1. After signing the application, i was able to install the application on the device, but on opening the same i am getting a -20 error. I did not face any problem while testing it on a emulator. Can some give me some pointers on this? Thanks |
|






Forum posts: 174
http://ptrmobile.blogspot.com/
Forum posts: 50
i created one app for symbian os9.1(N3250)on s60 3rd edition. My application installed successfully.I can see my app on the device also.
If i invoked my application its giving the error like"App. closed:test".
My .pkg file looks like,
;
; Installation file for test application
;
;Languages
&EN
;
; UID is the app's UID
;
#{"test"},(0xA0001DFD),1,0,0
;
;Localised Vendor name
%{"Vendor-EN"}
;Unique Vendor name
:"Vendor"
;Supports Series 60 v 3.0
[0x101F7961], 0, 0, 0, {"Series60ProductID"}
;
; Four files to install
; The PKG file has been set up with a default SDK root.
; Symbols set up for the source location are Carbide.c++ specific symbols
"$(EPOCROOT)Epoc32\release\$(PLATFORM)\$(TARGET)\test.exe" -"!:\sys\bin\test.exe"
"$(EPOCROOT)Epoc32\data\z\test.rsc" -"!:\resource\apps\test.rsc"
"$(EPOCROOT)Epoc32\data\z\test_reg.rsc" -"!:\private\10003a3f\import\apps\test_reg.rsc"
"$(EPOCROOT)Epoc32\data\z\Icon001.mbm" -"!:\resource\apps\Icon001.mbm"
"$(EPOCROOT)Epoc32\data\z\Icon002.mbm" -"!:\resource\apps\Icon002.mbm"
"$(EPOCROOT)Epoc32\data\z\Icon003.mbm" -"!:\resource\apps\Icon003.mbm"
wat could be the props?
If anybody help me out?
Thanx in Advance!!!
By,
Karthikeyan.B