Class DeviceInfo

An object containing device-specific information about the current device.

Parameters

Name Description
androidVersion string
The version of the Android OS.
bootloaderVersion string
The version of the Android system bootloader.
brand string
The brand name of the device.
deviceName string
The name assigned to the device.
deviceId string
The internal device ID of the device.
firmwareFingerprint string
The fingerprint for the firmware which uniquely identifies the build.
hardwareName string
The hardware name of the device from the kernel command line or /proc.
hostName string
The hostname of the device on the network.
buildId string
Either a changelist number, or a label like 'M4-rc20.'
manufacturer string
The manufacturer of the product/hardware.
model string
The end-user-visible name for the end product.
product string
The name of the overall product.
serial string
The hardware serial number, if available.
wifiMac string
The MAC address for the WiFi network adapter, if available.
ethMac string
The MAC address for the ethernet network adapter, if available.
btMac string
The MAC address for the BlueTooth network adapter, if available.

Requirements

KioWare for Android version 3.17 or greater.