The article come from official site
Existing skins will work with Series60 V3 but they need to be re-packaged to install into OggPlay's import folder.
Skin packages(SkinName.pkg) should be created as shown below.
Change all instances of "SkinName" to the name of your skin.
If your skin uses its own fonts these should be installed into "!:\resource\fonts"
You may also use the fonts that OggPlay installs: ProFontWindows, Teen and "Teen light".
Alternatively you can use whatever fonts are installed in the phone (in Z:\resource\fonts) but please bear in mind that
if you do so your skin will only work correctly on phone models that have those fonts installed.
A custom splash bitmap can also be added, although it is not possible to have more than one skin with a custom splash installed.
Consequently, if you already have a skin installed that uses a custom splash but you want to install another one, you must
uninstall the other skin first.
%{"OggPlay"}
:"OggPlay"
#{"SkinName skin"},(0xF000A661),1,0,0,TYPE=SP
[0x101F7961],0,0,0,{"Series60ProductID"}
; Requires OggPlay
(0xF000A661),1,0,0,{"OggPlay"}
"SkinName.skn"-"!:\private\F000A661\import\SkinName.skn"
"SkinName.mbm"-"!:\private\F000A661\import\SkinName.mbm"
; Custom splash
"CustomSplash.mbm"-"!:\private\F000A661\import\CustomSplash.mbm"
; Custom fonts
"CustomFont.ttf"-"!:\resource\fonts"
Creating the sis
You can use this certificate/key pair to create the signed sis (or use your own if you prefer)
Extract the files to the same folder as your skin files.
Run the following in a DOS box:
makesis SkinName.pkg
signsis -s SkinName.sis SkinName.sis cert-gen.cer key-gen.key OggPlay
advice(add on)
Maybe you need makesis and signsis for S60 3rd,It is very important and necessary
you can download it click hereSignsis-makesis-S603rd.rar
If you have some question about this,please contact me or leave message at guestbook