List of all Iphone and Blackberry Development codes in a one click Iphone,objective C,xcode,blackberry Development,iOS Development

Wednesday, March 6, 2013

Blackberry Device characteristics

Device characteristicMethod
Identity
simulatorDeviceInfo.isSimulator()
manufacturerDeviceInfo.getManufacturerName()
device nameDeviceInfo.getDeviceName()
PINDeviceInfo.getDeviceId()
IMSISIMCardInfo.getIMSI()
ESNCDMAInfo.getESN()
MEIDCDMAInfo.getHexMEID()
IMEIGPRSInfo.getIMEI()
owner informationOwnerInfo.getOwnerInformation()
owner nameOwnerInfo.getOwnerName()
vendor IDBranding.getVendorId()
branding data versionBranding.getVersion()
is branding data signedBranding.isDataSigned()
Battery
battery level (%)DeviceInfo.getBatteryLevel()
detailed battery informationDeviceInfo.getBatteryStatus()
battery temperature (°C)DeviceInfo.getBatteryTemperature()
battery voltage (mV)DeviceInfo.getBatteryVoltage()
battery removableDeviceInfo.isBatteryRemovable()
Speaker/Headset
audioAudio.isSupported()
codecs supportedAudio.isCodecSupported()
volume level (%)Audio.getVolume()
built-in headsetAudio.hasBuiltInHeadset()
headset connectedAudio.isHeadsetConnected()
Accelerometer
accelerometerAccelerometerSensor.isSupported()
Flip Sensor
flip open or closedSensor.getState()
flipSensor.isSupported()
Holster Sensor
in holsterSensor.getState()
holster sensorSensor.isSupported()
Slide Sensor
sliding keyboardSensor.isSupported()
slide openSensor.isSlideOpened()
slide closedSensor.isSlideClosed()
slide movingSensor.isSlideInTransition()
Display
horizontal resolution (pixels per meter)Display.getHorizontalResolution()
vertical resolution (pixels per meter)Display.getVerticalResolution()
drawable area height (pixels)Display.getHeight()
drawable area width (pixels)Display.getWidth()
number of display colorsDisplay.getNumColors()
subpixels? backlight requiredDisplay.getProperties()
Backlight
backlight onBacklight.isEnabled()
backlight brightness (%)Backlight.getBrightness()
backlight brightness configurableBacklight.isBrightnessConfigurable()
backlight brightness default (%)Backlight.getBrightnessDefault()
default backlight timeout (s)Backlight.getTimeoutDefault()
L.E.D.
LEDLED.isSupported()
multi-color LEDLED.isPolychromatic()
Radios
supported wireless access familiesRadioInfo.getSupportedWAFs()
GPS
GPSGPSInfo.isGPSModeAvailable()
default GPS modeGPSInfo.getDefaultGPSMode()
Bluetooth
BluetoothBluetoothSerialPort.isSupported()
Bluetooth informationBluetoothSerialPort.getSerialPortInfo()
Phone
phone numberPhone.getDevicePhoneNumber()
voice mailPhone.isVoiceMailIndicatorOn()
Memory
flash memory size (bytes)DeviceInfo.getTotalFlashSizeEx()
free flash memory (bytes)Memory.getFlashFree()
get RAM statistics objectMemory.getRAMStats()
OS and software
platform versionDeviceInfo.getPlatformVersion()
software versionDeviceInfo.getSoftwareVersion()
Camera
cameraDeviceInfo.hasCamera()
USB port
USB portUSBPort.isSupported()
USB connection stateUSBPort.getConnectionState()

No comments:

Post a Comment