QUOTE(paar30an @ Sep 8 2005, 12:57 AM)
I have managed to create S60 themes without using the Nokia crap Theme Studio. I have used *.exe scripts under S60TS_install_dir/bin/. there are 3 steps for doing it:
1. using bmconv.exe to create the *.mbm file, done using a BMP_list.txt file containing names of all the BMP files
2. using AKNSKINDESCCOMPILER.EXE and a descriptor file to create the *.pkg and *.skn files. a descriptor file can look like this: (file is 2 big to be posted)
CODE
SKINTYPE normal
NAME 1 "S60-2.0"
PROTECT disablecopy
BITMAP IID=QsnBgScreen c16 QsnBgScreen.bmp
BITMAP IID=QsnBgScreenIdle c16 QsnBgScreenIdle.bmp
BITMAP IID=QsnBgAreaStatus c16 QsnBgAreaStatus.bmp
BITMAP IID=QsnBgAreaStatusIdle c16 QsnBgAreaStatusIdle.bmp
BITMAP IID=QsnBgNavipaneSolid c16 QsnBgNavipaneSolid.bmp
BITMAP IID=QsnBgNavipaneWipe c16 QsnBgNavipaneWipe.bmp
BITMAP IID=QsnBgAreaMain c16 QsnBgAreaMain.bmp
BITMAP IID=QsnBgAreaMainIdle c16 QsnBgAreaMainIdle.bmp
BITMAP IID=QsnBgColumn0 c16 QsnBgColumn0.bmp
BITMAP IID=QsnBgSliceList0 c16 QsnBgSliceList0.bmp
BITMAP IID=QsnBgColumnA c16 QsnBgColumnA.bmp
BITMAP IID=QsnBgSliceListA c16 QsnBgSliceListA.bmp
BITMAP IID=QsnBgColumnAB c16 QsnBgColumnAB.bmp
BITMAP IID=QsnBgSliceListAB c16 QsnBgSliceListAB.bmp
BITMAP IID=QsnBgAreaControl c16 QsnBgAreaControl.bmp
BITMAP IID=QsnBgAreaControlIdle c16 QsnBgAreaControlIdle.bmp
3. making the *.sis file using makesis.exe by giving it the *.pkg file
Things left:
1. Tabs: I havnt figured out yet how they are used
2. Colours: have not found the code yet
hope someone else will help to complete it! if you want any of the files ask me

(they are 2 big to be posted)
[right][snapback]155286[/snapback][/right]
Your PM isn't functioning or is full...Could ya be my newest bestest favorite forum member and send the descriptor file to me (my contact info is in my profile and my posts)?
I'm using Linux and would be able to run the exe files to create the pkg and sis files, etc (emulators are groovy), but hate the idea of having to use my work laptop just to make S60 themes.
Or if anybody ELSE has a descriptor file and would be able to send it my way, that'd be much appreciated....