S60 3rd embedded sis problem

Login to reply to this topic.
Sun, 2006-12-10 17:34
Joined: 2006-08-13
Forum posts: 44
hi,

I am trying to generate an embedded sis demo using 2 hello world applications.
I take the following steps:

1. use Nokia carbide to create a hello world app called "embedtest"
2. sign this app (self signed)
3. create another hello world app called "signtest"
4. add a sis embed line to this app's pkg
5. try to build (also using a self signature)

the build fails on signsis with the error
"SISfile error, expected data missing."

here is the pkg for the "embedtest" app

; embedtest.pkg

; Languages
&EN

; Header
#{"embedtest"},(0xeae7015b), 0, 1, 1

; Platform compatibility
[0x101F7961], *, *, *, {"S60ProductID"}

; vendor
%{"Vendor Name"}
:"Vendor Name"

; Signature
*"C:\Install\Symbian\Key Exporting Utility\mykey.key","C:\Install\Symbian\Key Exporting Utility\mycert.cer"

; Target
"C:\Symbian\9.1\S60_3rd\Epoc32\release\gcce\UREL\embedtest.exe"-"!:\sys\bin\embedtest.exe"
"C:\Symbian\9.1\S60_3rd\Epoc32\data\z\resource\apps\embedtest.rSC"-"!:\resource\apps\embedtest.rSC"
"C:\Symbian\9.1\S60_3rd\Epoc32\data\z\resource\apps\embedtest_reg.mif"-"!:\resource\apps\embedtest_reg.mif"
"C:\Symbian\9.1\S60_3rd\Epoc32\data\z\private\10003a3f\apps\embedtest_reg.rSC"-"!:\private\10003a3f\import\apps\embedtest_reg.rSC"

and here is the pkg for the "signtest" app

; signtest.pkg

; Languages
&EN

; Header
#{"signtest"},(0xa0001db7), 0, 1, 1

; Platform compatibility
[0x101F7961],*,*,*,{"S60ProductID"}

; vendor
%{"Vendor Name"}
:"Vendor Name"

; Signature
*"C:\Install\Symbian\Key Exporting Utility\mykey.key","C:\Install\Symbian\Key Exporting Utility\mycert.cer"

; Target
"C:\Symbian\9.1\S60_3rd\Epoc32\release\gcce\UREL\signtest.exe"-"!:\sys\bin\signtest.exe"
"C:\Symbian\9.1\S60_3rd\Epoc32\data\z\resource\apps\signtest.rSC"-"!:\resource\apps\signtest.rSC"
"C:\Symbian\9.1\S60_3rd\Epoc32\data\z\resource\apps\signtest_reg.mif"-"!:\resource\apps\signtest_reg.mif"
"C:\Symbian\9.1\S60_3rd\Epoc32\data\z\private\10003a3f\apps\signtest_reg.rSC"-"!:\private\10003a3f\import\apps\signtest_reg.rSC"

"C:\develop\S60V3\callmanager\callmanager\sis\demo_config.xml"-"!:\data\documents\demo_config.xml"
@"embedtest_mycer.SIS",(0xeae7015b)

any help will be much apreciated Smiley
  • Login to reply to this topic.