[SIZE="3"]Its very very simple - just go through it[/SIZE]
MAKING SCREENSAVERS IN S60
In a screensaver you will find three files namely :
1 - "BmpAnimScrPlugin.mbm"
2 - "BmpAnimScrPlugin.ini"
3 - "BmpAnimScrPlugin.sc" which I have included below
First step - To create mbm file from a gif ( gif is a animated image format.You can make it using Photoshop and Image-ready or any other gif makers. The gif should be of size 176 X 208 pixels ).
Once the gif is made you have to convert it into mbm format .So we need a tool called mbm Tool , which I will be giving.
After opening mbm tool
go to File > Import from animated gif and open your gif. Once done they will display all the pictures inside the gif. You may do any editing you want,but the size of all images should be 176 X 208.Now select all by pressing Ctrl + A , select colour and set it to 16 bpp.Now all the image is in 176 x 208 and of 16 bpp..Now save it as MBM file from the file menu.Rename your mbm to BmpAnimScrPlugin.mbm (you may have to delete my mbm).
So first step is done.
Second step - Editing the .ini file
Open my ini file and in the third line you will find name = somethingSet it to name of your screensaver
set the path of your mbm file correctly,default one is better(E:\ represent mmc and C:\ represents phone memory.
And lastly set timing accordingly ( default is 70000 ), more time-animation is slower and less time -its faster.
Don't do anything to third file - BmpAnimScrPlugin.sc
Third step
Now You have got
1 - "BmpAnimScrPlugin.mbm"
2 - "BmpAnimScrPlugin.ini"
3 - "BmpAnimScrPlugin.sc
of your own settings.
Transfer it to your phone using any file explorers (Xplore,FExplorer...etc)
Where to transfer
C:/system/screensavers/ OR
E:/system/screensavers/ - paste three files here, BE SURE TO WRITE THE CORRECT PATH IN THE INI FILE OTHERWISE IT WONT WORK
Now goto Tools >themes>select your theme and in options>edit>powersaver>select your theme.
Hope it works.