Porting to 9.1

Login to reply to this topic.
Thu, 2005-12-22 07:28
Joined: 2005-07-29
Forum posts: 11
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

Thu, 2005-12-22 09:15
Joined: 2005-06-09
Forum posts: 174
Re: Porting to 9.1
A bit more detail would be helpful.  Which function returns that error?  Have you bothered to try to find out what '-20' might mean in that context?

Wed, 2006-12-06 13:24
Joined: 2006-05-22
Forum posts: 50
Re: Porting to 9.1
hi to all!

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
  • Login to reply to this topic.