6.1-roDeviceCustomization
ON THIS PAGE
This object provides miscellaneous device configuration and customization methods. Â
ifFailureReason
GetFailureReason() As String
Returns helpful information if one of the ifDeviceCustomization methods fail.
ifDeviceCustomization
WriteSplashScreen(filename As String) As Boolean
Removes the default splash screen (or a previously set splash screen) and replaces it with the specified image file. The image file must use a supported format. This method returns True upon success and False upon failure.
FactoryReset(confirm As String) As Boolean
Applies a factory reset to the player. This method must be passed the string "confirm" to work; otherwise, it will return False and do nothing. If successful, this method will reboot without a return value. The following steps will be carried out during a factory reset:
1. All files are wiped from the BOOT:
 drive (including custom splash screens and autorun scripts).
2. All values are wiped from the registry.
3. The RTC is reset (if the player has an RTC).
4. The FLASH:
 drive is wiped.
Â