Hi i see that here is not posted .ini file that works for sure on others s60 mobiles like 6600 etc. so here it is
Code:
[info]
; Plugin name
name=MODIFY ME
; Bitmap file name (on ROM full path is needed)
;mbmfile=c:\system\screensavers\BmpAnimScrPlugin.mbm
; Running time in millis
runningtime=160000000
; Suspend time in millis (max 2147483647, -1 indefinitely)
suspendtime=0
; Time between images in millis
timing=100000
; Time to keep lights on in seconds
lights=0
You can modify next things:
1. name (this is the name that will be shown as name of screensaver)
2. mbmfile (this is a path to your .mbm file so if you want you can have your screensavers on memory card if you are low on phone memory)
3. runningtime (set in milis running time of screensaver)
4. timing (this is time between images in .mbm file so lower the number the pictures are going to change faster and vice versa)
P.S. Here is some advice for easyer changing of screensavers

Originally Posted by
mirkocrocop
Code:
; Bitmap file name (on ROM full path is needed)
;mbmfile=c:\system\screensavers\1.mbm
I tried to simplify that screensaver changing, so i have come to this solution, you can put all of your screensaver .mbm files in screensavers dir and give it simple names for example 1, 2, 3, 4 etc. then if you want to change screensaver just open that .ini in the mobile and change the number and voila screensaver is changed, quick and simple :wink:
I dedicate this post to all Symbian Freaks