!--a11y-->
Use
To make device properties for additional mobile devices available, create a new XML document with the extension .cap and save it in the appropriate directory.
The XML file for each device type is stored on the Java-enabled Web server in the sub-directory .../mobile of the root directory.

When you add new devices, we recommend that you temporarily copy the files describing the device properties (that is, all the files in the /mobile sub-directory) to another directory for test purposes. To do this, you must change the Deployment Descriptor parameters appropriately. (See
Procedure

If you do not define properties the default values are sent to the Java application at runtime.

<device>
<id>Y_SiemensS35</id>
<userAgent>SIE-S35/1.0 UP/</userAgent>
<priority>1</priority>
<accept>text/vnd.wap.wml</accept>
<deviceName>SiemensS35</deviceName>
</device>

The device name <deviceName/> in the devices.xml file must match the name of the associated XML file, .cap. Choose a meaningful name for the name of the device in the configuration table. The ID number must begin with an upper case Y or Z, followed by an underscore, and then by a meaningful string representing the name of the device. The ID numbers should begin with a Y or Z; otherwise they will be overwritten during updating.

When maintaining contents or names of files, fields and so on, bear in mind that Java is case-sensitive.
In any case, you must restart the Java Servlet Engine after changing the device properties.
Result
You have added a specific device to the device recognition mechanism.
