Download Files / Delete Downloaded Files; Download Files To The Ca50 Device Upon User Login; Enabling The Backlight For Html Pages - Motorola CA50 Developer & User Manual

Table of Contents

Advertisement

Enabling the BackLight for HTML Pages

To enable a backlight on the CA50 device, the following meta tag must be added to the HTML page. By default, the
backlight is disabled on all HTML pages.
<meta http-equiv="bklight" content="ON"/>
When the meta tag value is set ON the backlight lights when the page launches.

Download Files / Delete Downloaded Files

Download Files to the CA50 Device Upon User Login

The UCAClient has the capability to download files from an HTTP server to the CA50 device. This feature is useful
for downloading custom .wav files to use with notification or business applications.
Information about the types of files to download can be provided in the profile xml as follows:
<DownloadFiles DownloadAtStartUp="Y">ank
<File HTTPURL="" PathOnDevice="" Overwrite="N"/>
<File HTTPURL="" PathOnDevice="" Overwrite="N"/>
<File HTTPURL="" PathOnDevice="" Overwrite="N" />
</DownloadFiles>
Attributes
DownloadAtStartUp="Y"
HTTPURL
PathOnDevice
OverWrite="N"
Example 1
<File HTTPURL="http://server.somecompany.com/Response.wav" PathOnDevice="" Overwrite="N" />
Source
= "http://server.somecompany.com/Response.wav"
Destination = "\Application\Download"
Example 2
<File HTTPURL="http://server.somecompany.com/Wav/Response.wav" PathOnDevice="\Wav\" Overwrite="N"
/>
Source
= "http://server.somecompany.com/Wav/Response.wav"
Destination = "\Application\Download\Wav\"
Enter "Y" to download the files soon after user login.
Source file location and name.
Destination (path on the device); the default path on the CA50 device to which
files are downloaded is "\Application\Download\".
Enter "Y" to overwrite the existing file on the device, if applicable.
Sample Business Applications
I - 5

Advertisement

Table of Contents
loading

Table of Contents