This page was last modified 21:25, 22 March 2008.
Simple Screen Saver (EN)
From Forum Nokia Wiki
| ID | 0xA0005C44 | Creation date | March 22, 2008 |
| Platform | S60 3rd, S60 3rd FP1 | Tested on devices | N91, N73, N95 8Gb |
| Category | Symbian C++ | Subcategory | Screen Saver |
| Keywords: Simple Screen Saver |
The original article is in Russian. You can find it here.
Simple Screen Saver - it is a screen saver that displays the following information:
- current day of the week
- date
- time
- count of recent missed calls
- count of unread messages
- count of new downloaded emails
Screen saver looks like:
Count of recent missed calls and count of unread messages are calculated using the сlasses, that describes in following articles:
Class CInfoDrawer is used to loading icons and to displaying information (refresh occurs every ten seconds).
CSSSaver - it is a main class of screen saver. This class is inherits from CScreensaverPluginInterfaceDefinition and defines all necessary methods. You can read the following article about these classes:
This screen saver uses display partial mode, that allow reduce energy consumption, but it should be noted, that not all devices support this mode.
Source code of this project: Image:Sss.zip.
Attention !
- Сheck paths in the pkg-file
- Don't forget to sign sis-file before install
| Related Discussions | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Computer Animation to Nokia screensaver??? | bootroop | Mobile Java Media (Graphics & Sounds) | 5 | 2003-12-17 02:49 |
| Some basic issues with Nokia 3650 | sanjg2k1 | Mobile Java Media (Graphics & Sounds) | 1 | 2003-07-02 08:35 |
| screensaver problem with back ground | pistha1 | General Symbian C++ | 11 | 2006-05-11 11:17 |
| How to develop Screensaver for 60 series? | jjump | Graphics & Video & Streaming | 18 | 2006-07-08 12:18 |
| Nokia 3650 AND screensavers | cuono | General Discussion | 3 | 2005-08-28 00:24 |
