startupdomaincrkeys.h File Reference

const TUid KCRUidStartupConf

const TUidKCRUidStartupConf[static]

const TUint32 KStartupWelcomeNoteImage

const TUint32KStartupWelcomeNoteImage

Welcome note image (user selection in GS) Old Shared Data constant name: KGSWelcomeNoteImage

const TUint32 KStartupWelcomeNoteText

const TUint32KStartupWelcomeNoteText

Welcome note text (user selection in GS) Old Shared Data constant name: KGSWelcomeNoteText

const TUint32 KStartupWelcomeNoteType

const TUint32KStartupWelcomeNoteType

Welcome note type (user selection in GS). Old Shared Data constant name: KGSWelcomeNoteType

const TUint32 KStartupOperatorNoteImage

const TUint32KStartupOperatorNoteImage

Operator note image. Will overrule the user selection, if defined.

const TUint32 KStartupOperatorNoteText

const TUint32KStartupOperatorNoteText

Operator note text. Will overrule the user selection, if defined.

const TUint32 KStartupQueries

const TUint32KStartupQueries

Enable / disable startup queries (city, date, time). Can be used also with Predictive Time and Country Selection to disable queries that are shown when network time is unavailable.

const TUint32 KPredictiveTimeAndCountrySelection

const TUint32KPredictiveTimeAndCountrySelection

Predictive Time and Country Selection. When Predictive Time and Country Selection is enabled, time and country information is queried from the network instead of from user. If network does not support this feature, user is queried to insert time, date and country manually.

const TUint32 KStartupAnimationPath

const TUint32KStartupAnimationPath

A string that defines the path and file name of the startup animation file. This is the first animation shown during the system start-up. The value is mandatory, and it has to be a file name and a path of a valid animation file. The animation file should be stored in a location where system applications have read access. Supported formats are SVG-T (.svg, .svgb), MIF (.mif) and GIF (.gif). Text or embedded images in SVG-T files are not supported. The length of the startup animation should be 3 seconds. Example: "Z:\\resource\\apps\\startup.svg"

const TUint32 KStartupAnimationFrameDelay

const TUint32KStartupAnimationFrameDelay

A frame delay value in microseconds for fine-tuning the startup animation. The value is only used if: a) The animation file contains an animation format, which does not contain frame delay information in it (MIF), or b) The animation file contains a still image, and no startup tone has been specified, in which case this value defines how long the image is shown.

const TUint32 KStartupAnimationScaling

const TUint32KStartupAnimationScaling

Enable/disable scaling of the animation frames. The value is only used if the animation format supports enabling/disabling scaling. One of the values of TStartupAnimationScalingValue enumeration.

const TUint32 KStartupTonePath

const TUint32KStartupTonePath

A string that defines the path to the startup tone MIDI file. The tone is played at the same time as the startup animation is being shown. The value is optional - if no tone file is defined, the default beep tone is played. The tone file should be stored in a location where system applications have read access. The startup tone should be at most 3 seconds long. The tone will be played to the end before continuing with the next animation. Example: "Z:\\resource\\apps\\startup.wav" Old Shared Data constant name: KStartupAppTonePath

const TUint32 KStartupToneVolume

const TUint32KStartupToneVolume

The volume level used when playing the startup tone. Possible values range from 0 to 10. If the ringing tone is silent, the tone is not played. Old Shared Data constant name: KStartupAppToneVolume

const TUint32 KStartupOperatorAnimationPath

const TUint32KStartupOperatorAnimationPath

A string that defines the path and file name of the operator-specific startup animation file. The operator-specific startup animation is shown after the startup animation. The value is optional. If defined, it has to be a file name and a path of a valid animation file. The animation file should be stored in a location where system applications have read access. Supported formats are SVG-T (.svg, .svgb), MIF (.mif) and GIF (.gif). Text or embedded images in SVG-T files are not supported. The length of the operator-specific startup animation should be 3-5 seconds. Animations longer than that may cause performance problems. Example: "Z:\\resource\\apps\\operatorstartup.svg"

const TUint32 KStartupOperatorAnimationFrameDelay

const TUint32KStartupOperatorAnimationFrameDelay

A frame delay value in microseconds for fine-tuning the operator-specific startup animation. The value is only used if: a) The operator-specific startup animation file contains an animation format, which does not contain frame delay information in it (MIF), or b) The operator-specific startup animation file contains a still image, and no operator-specific startup tone has been specified, in which case this value defines how long the image is shown.

const TUint32 KStartupOperatorAnimationScaling

const TUint32KStartupOperatorAnimationScaling

Enable/disable scaling of the animation frames. The value is only used if the animation format supports enabling/disabling scaling. One of the values of TStartupAnimationScalingValue enumeration.

const TUint32 KStartupOperatorTonePath

const TUint32KStartupOperatorTonePath

A string that defines the path to the operator-specific startup tone MIDI file. The tone is played at the same time as the operator-specific startup animation is shown. The value is optional. The tone file should be stored in a location where system applications have read access. The operator-specific startup tone should be at most 5 seconds long. The tone will be played to the end before continuing the startup. Example: "Z:\\resource\\apps\\operatorstartup.wav"

const TUint32 KStartupOperatorToneVolume

const TUint32KStartupOperatorToneVolume

The volume level used when playing the operator-specific startup tone. Possible values range from 0 to 10. If the ringing tone is silent, the tone is not played.

const TUint32 KShutdownAnimationPath

const TUint32KShutdownAnimationPath

A string that defines the path and file name of the shutdown animation file. The shutdown animation is shown during the system shutdown. The value is optional. If defined, it has to be a file name and a path of a valid animation file. The animation file should be stored in a location where system applications have read access. Supported formats are SVG-T (.svg, .svgb), MIF (.mif) and GIF (.gif). Text or embedded images in SVG-T files are not supported. The length of the shutdown animation should be at most 3 seconds. Example: "Z:\\resource\\apps\\shutdown.svg"

const TUint32 KShutdownAnimationFrameDelay

const TUint32KShutdownAnimationFrameDelay

A frame delay value in microseconds for fine-tuning the shutdown animation. The value is only used if: a) The shutdown animation file contains an animation format, which does not contain frame delay information in it (MIF), or b) The shutdown animation file contains a still image, and no shutdown tone has been specified, in which case this value defines how long the image is shown.

const TUint32 KShutdownAnimationScaling

const TUint32KShutdownAnimationScaling

Enable/disable scaling of the animation frames. The value is only used if the animation format supports enabling/disabling scaling. One of the values of TStartupAnimationScalingValue enumeration.

const TUint32 KShutdownTonePath

const TUint32KShutdownTonePath

A string that defines the path to the shutdown tone MIDI file. The tone is played at the same time as the shutdown animation is shown. The value is optional. The tone file should be stored in a location where system applications have read access. The shutdown tone should be at most 3 seconds long. The tone will be played to the end before continuing the shutdown. Example: "Z:\\resource\\apps\\shutdown.wav"

const TUint32 KShutdownToneVolume

const TUint32KShutdownToneVolume

The volume level used when playing the shutdown tone. Possible values range from 0 to 10. If the ringing tone is silent, the tone is not played.

const TUint32 KStartupDefaultTime

const TUint32KStartupDefaultTime

Default date & time value to propose to user during first boot. Format is "YYYYMMDD:HHMMSS". The month and day values are offset from zero. Example: "20070000:090000" - 01.01.2007 09:00 AM.