ScreenSaver is a simple application that runs in the background. When the device is plugged in (ActiveSync or mains) it pops to the foreground and displays the time (more to come). To hide it, swipe down the screen, to close it, swipe up the screen (note, if OS < 6.5, tap minimizes, there's not close as yet). It uses your device settings for time (IE, 24 hour/AMPM/whatever) so there's nothing to change.
Requirements:
To do:
Video on YouTube
Customisation:
Releases:
0.04
Now displays notifications about email, calls, SMS
Better handling of being in background
Now supports wallpapers
0.03
Non public release
0.02
Now displays a calendar as well as the clock
Adds a slider, and slidng animations
Stops doing stuff when not foreground window
0.01
First release, very basic ATM, just does a clock.
Download:
Linked in this post!
Requirements:
- WM6.5+ device (touchscreen only)
- 20kb storage, (up to) 200kb free RAM (on a WVGA device, so less on smaller resolutions) (up to) 2MB free RAM with wallpaper.
To do:
- Add a nice start menu icon (anyone fancy making one?)
- Add icons for notifications
- Possibly make it a lockscreeny like thing (
- Possibly add an image that gets slid down (rather than just hoping that will minimize it)
- Any suggestions?

Video on YouTube
Customisation:
Code:
Wallaper (REG_SZ, full path to image):
HKCU\Software\l3v5y\ScreenSaver\Wallpaper
Colours (REG_DWORD in COLORREF format (0x00bbggrr))
Notification text
HKCU\Software\l3v5y\ScreenSaver\Notifications
Date text
HKCU\Software\l3v5y\ScreenSaver\Date
Time text
HKCU\Software\l3v5y\ScreenSaver\Time
Slider colour
HKCU\Software\l3v5y\ScreenSaver\Slider
Fullscreen (REG_DWORD, 0 = disable, 1 = enable)
HKCU\Software\l3v5y\ApplicationFramework\l3v5yScreenSaver
Releases:
0.04
Now displays notifications about email, calls, SMS
Better handling of being in background
Now supports wallpapers
0.03
Non public release
0.02
Now displays a calendar as well as the clock
Adds a slider, and slidng animations
Stops doing stuff when not foreground window
0.01
First release, very basic ATM, just does a clock.
Download:
Linked in this post!
Last edited: