The following is an example of the commands you can used to set the screensaver image operation on J100 Series phones.
SET SCREENSAVERON 10 SET SCREENSAVER_CLOCK_ENABLE 1 SET SCREENSAVER_SLIDESHOW_INTERVAL 60 ## MAIN SCREEN SET SCREENSAVER_IMAGE "J159scrsaver01.jpg,J159scrsaver02.jpg,J159scrsaver03.jpg" SET SCREENSAVER_IMAGE_DISPLAY J159scrsaver01.jpg SET SCREENSAVER_IMAGE_SELECTABLE 0 SET ## SECONDARY SCREEN SET SCREENSAVER_IMAGE "J159secondsaver.jpg" SET SCREENSAVER_IMAGE_DISPLAY J159secondsaver.jpg SET SCREENSAVER_IMAGE_SELECTABLE 0
Main screen
The individual commands are:
SET SCREENSAVERON <minutes>
Set the number of minutes of idle time after which the phone displays screensaver images.
You can set a value between 0 to 480 minutes.
If no value is set, the default is 240 minutes.
If set to 0, the phone displays the screensaver only when the phone user uses the ApplicationsActivate Screensaver option.
SET SCREENSAVER_CLOCK_ENABLE <N>
Specify whether the phone displays the current time on top of the screensaver image. The user can change this on the phone's SettingsDisplayScreensaver menu. Where <N> is:
0 = Do not display the clock.
1 = Display the clock.
SET SCREENSAVER_IMAGE "<filename1>,<filename2>,..."
This commands specifies a list of screensaver images the phone requests from the file server. This is a comma-separated list of file names enclosed in " " quotation marks.
SET SCREENSAVER_IMAGE_DISPLAY <filename|N>
Set which image the phone uses, as a screensaver, where either:
<filename> is the name of one of the images requested using SET SCREENSAVER_IMAGE.
<N> selects one of the phones 7 default images using values 0 to 6.
You can specific a comma-separated of images to use with SET SCREENSAVER_SLIDESHOW_INTERVAL.
SET SCREENSAVER_IMAGE_SELECTABLE <N>
Set whether the phone user can change the screensaver image using the SettingsDisplayScreensaver menu. Where <N> is:
0 = The user cannot select the screensaver image. They do not see the selection menu.
1 = The user can select the saver image from the phone menu.
SET SCREENSAVER_SLIDESHOW_INTERVAL <T>
If set and enabled, phones with multiple screensaver images will switch between images in slideshow mode. <T> is the time in seconds between 0 (no slideshow) and 999.
This settings applies to all screens (main, secondary and JEM24) with multiple screensaver files specified.
User selection of a screensaver image overrides slideshow mode.
This feature requires the J100 phones to use J100 R4.1.5.0 or higher firmware.
Secondary screen
A similar set of commands suffixed with _SECONDARY, as shown in the example above, exist for phones which have a secondary screen.