塞班下的玩意不太熟悉,有点小工作是要打包文件成sisx的,笔记一下:
STEP 1:安装环境
1 Carbide C++ 下载URL http://www.forum.nokia.com/Tools_Docs_and_Code/Tools/IDEs/Carbide.c++/
2 SDK下载URL http://www.forum.nokia.com/info/sw.nokia.com/id/4a7149a5-95a5-4726-913a-3c6f21eb65a5/S60-SDK-0616-3.0-mr.html
STEP 2:pkg文件
涉及的内容有:语言、程序说明、程序序列号、需要打包的文件和解压到哪里,具体参考官方点的介绍。
STEP 3:打包
前面的步骤都是pkg文件有语法错误或者是要打包的文件不存在,都有提示,很方便
STEP 4:签名
需要的两个文件,mycert.cer mykey.key
原创内容如转载请注明:来自 阿权的书房
STEP 1:安装环境
1 Carbide C++ 下载URL http://www.forum.nokia.com/Tools_Docs_and_Code/Tools/IDEs/Carbide.c++/
2 SDK下载URL http://www.forum.nokia.com/info/sw.nokia.com/id/4a7149a5-95a5-4726-913a-3c6f21eb65a5/S60-SDK-0616-3.0-mr.html
STEP 2:pkg文件
&ZH
#{"阿权的书房"},(0xEE213C49),1,0,0
%{"aslibra"}
:"aslibra"
[0x101F7961], 0, 0, 0, {"Series60ProductID"}
;Files to install
"12826\8002\1.html"-"c:\system\Apps\Zcom\data\1.html"
"12826\8002\2.html"-"c:\system\Apps\Zcom\data\12826\8002\2.html"
"12826\8004\1.html"-"c:\system\Apps\Zcom\data\12826\8004\1.html"
"12826\magazine.xml"-"c:\system\Apps\Zcom\data\12826\magazine.xml"
;end
#{"阿权的书房"},(0xEE213C49),1,0,0
%{"aslibra"}
:"aslibra"
[0x101F7961], 0, 0, 0, {"Series60ProductID"}
;Files to install
"12826\8002\1.html"-"c:\system\Apps\Zcom\data\1.html"
"12826\8002\2.html"-"c:\system\Apps\Zcom\data\12826\8002\2.html"
"12826\8004\1.html"-"c:\system\Apps\Zcom\data\12826\8004\1.html"
"12826\magazine.xml"-"c:\system\Apps\Zcom\data\12826\magazine.xml"
;end
涉及的内容有:语言、程序说明、程序序列号、需要打包的文件和解压到哪里,具体参考官方点的介绍。
STEP 3:打包
D:\tmp\www.aslibra.com>makesis mag.pkg
Processing mag.pkg...
mag.pkg(2) : error: unknown line
D:\tmp\www.aslibra.com>makesis mag.pkg
Processing mag.pkg...
mag.pkg(4) : error: Expected } read ,
mag.pkg(4) : error: unexpected text
D:\tmp\www.aslibra.com>makesis mag.pkg
Processing mag.pkg...
Error : Cannot find file : 12826\8003\1.html
mag.pkg(11) : error: file I/O fault.
D:\tmp\www.aslibra.com>makesis mag.pkg
Processing mag.pkg...
Created mag.SIS
Processing mag.pkg...
mag.pkg(2) : error: unknown line
D:\tmp\www.aslibra.com>makesis mag.pkg
Processing mag.pkg...
mag.pkg(4) : error: Expected } read ,
mag.pkg(4) : error: unexpected text
D:\tmp\www.aslibra.com>makesis mag.pkg
Processing mag.pkg...
Error : Cannot find file : 12826\8003\1.html
mag.pkg(11) : error: file I/O fault.
D:\tmp\www.aslibra.com>makesis mag.pkg
Processing mag.pkg...
Created mag.SIS
前面的步骤都是pkg文件有语法错误或者是要打包的文件不存在,都有提示,很方便
STEP 4:签名
D:\tmp\www.aslibra.com>signsis mag.sis mag_test.sisx mycert.cer mykey.key 123456
需要的两个文件,mycert.cer mykey.key
原创内容如转载请注明:来自 阿权的书房
收藏本文到网摘