Habe folgende Anleitung, um einen S60 Screensaver selber zu machen, im Netz gefunden. Hat schon jemand Erfahrung damit? :
What you need:
A paint program (Corel, Photoshop, ....... Windows Paint )
Fexplorer on your phone
MBM wizard
Screensaver Plugin + ini
(if you got a branded phone you maybe find the plugin files also in Z:/system/screensavers)
1) First you need a picture. As we want it fullscreen, the size should be 176x208. Save it as BMP. If you want to make an animation, you have to save several BMPs.
2) Open MBM wizard. Select your BMP picture(s). In the field where you see /c8 select the palette that your picture has. For example /c24 is 24-bit color. Click on "Add selected as". If you want to make an animation you of course have to add several BMPs. Now save the file as: BMPANIMSCRPLUGIN
3) Open BMPANIMSCRPLUGIN.zip (the file you downloaded from above) and extract the files.
4) Open BmpAnimScrPlugin.ini and edit it to your needs. I think no explanation is necessary. Remember to change the path to c:
Code:
; Plugin name
name=NAME OF YOUR SCREENSAVER (can be everything)
; Bitmap file name (on ROM full path is needed)
mbmfile=c:\system\screensavers\BmpAnimScrPlugin.mbm
; Running time in millis
runningtime=60000000
; Suspend time in millis (max 2147483647, -1 indefinitely)
suspendtime=-1
; Time between images in millis
timing=200000
; Time to keep lights on in seconds
lights=15
5) Almost finished. Now just transfer all 3 files (the .mbm, .ini and .sc) to
c:\system\screensavers (you have to create the directory)
If you've done everything right you can now select your new screensaver in
Tools > Themes > Edit > Screensaver
It works for 6630 but I'm not sure if it works on older Symbian phones