Betavine API Reference Manual

Firmware

The Firmware model represents information related to a particular mobile device's firmware.

XML Example

The following is an extract from the Device Properties method.

                    <firmware url="http://nds1.nds.nokia.com/uaprof/NN95-1r100-VF3G.xml">
                        <model name="N95-1">
                            <make name="NOKIA"/>
                        </model>
                        <property value="true" name="supports_symbian_third"/>
                        <property value="true" name="supports_symbian"/>
                        <property value="240" name="screen_width"/>
                        <property value="true" name="supports_java"/>
                        <property value="320" name="screen_height"/>
                        <property value="true" name="supports_flash"/>
                        <property value="false" name="supports_windows"/>
                        <property value="false" name="supports_blackberry"/>
                    </firmware>
                

Properties

url

The WAP-Profile URL of the Device Firmware

model

The Device Model to which the Device Firmware is associated

property

A property of the device firmware.

Device Properties

screen_height

The height, in pixels, of the device screen.

screen_width

The width, in pixels, of the device screen.

supports_blackberry

The device supports applications designed for Blackberry devices

supports_windows

The device supports applications designed for Windows Mobile

supports_java

The device supports applications written in Java ME.

supports_symbian

The device supports applications designed for Symbian.

supports_symbian_third

The device supports applications designed for Symbian Series 60 3rd Edition