Read-only archive of the All About Symbian forum (2001–2013) · About this archive

Getting System Error

1 replies · 1,800 views · Started 07 July 2005

Hi
I have done an App on Series 60 SDk v7.0 and I have build it for ARM and have made the sis file also .
Now I am trying to Port it Nokia3660(this one version 6.0 perhaps),it is sucessfully installed but when trying to run that app it is showing the mesage 'System error".

Can anybody suggest What mightbe the Problem and how shall I overcome it ?

; test.pkg
;
;Language - standard language definitions
&EN

; standard SIS file header
#{"test"},(0x089a292b),1,0,0

;Supports Series 60 v0.9
( 0x101F7962), 0, 0, 0, {"Series60ProductID"}

;
"C:\Symbian\7.0s\Series60_v20_CW\epoc32\release\armi\urel\test.APP"-"!:\system\apps\test\test.app"
"C:\Symbian\7.0s\Series60_v20_CW\epoc32\data\z\system\apps\test\test.rsc"-"!:\system\apps\test\test.rsc"
"C:\Symbian\7.0s\Series60_v20_CW\epoc32\data\z\system\apps\test\play.wav"-"!:\System\apps\Sound\play.wav"

This is my contents of pkg file
thanx

For a 3660 recompile the project with SDK 1.2 (Series 60 1st Edition, based on Symbian OS 6.0). If you used 2nd Edition (2.x) APIs/constructs, you have to change the source code to use only APIs available on 1.2 (newer stuff won't work).

Doing it the other way around - a 1.2 app on 2.x - works OK in most cases, but not the way you're trying it (unless you are extra careful in only using APIs and libraries that also exist on 1.2, and no APIs or libraries that are only available on 2.x).