System Provider

The System Info Provider gives different information about the device, system and enabled radios.

Configuration

No configuration necessary.

Query

  • Status
    Status always returns Excellent (1).

  • TID
    The 8 digit tyckr ID of the device.

  • Face Name
    The name of the actual selected watch face.

  • Is Widget
    Returns 0 if the device is a widget, 1 for a watch.

  • Is Ambient Mode
    Returns 1 if Ambient Mode is active, 0 if Interactive Mode is active.

  • Is 24h Mode
    Returns 1 if times should be formatted as 24 hour times, 0 if times should be formatted as 12 hour (AM/PM) times.
    This is based on the user’s chosen locale and other user preferences.

  • Is Airplane Mode Active
    Returns 1 if airplane mode is on, 0 if off (normal radio operation).

  • Is NFC Active
    Return 1 if NFC is enabled, 0 if disabled or not available.

  • Is Bluetooth Active
    Return 1 if Bluetooth is enabled, 0 if disabled or not available.

  • Is WiFi Active
    Return 1 if WiFi is enabled, 0 if disabled or not available.

  • Is Cell Radio Active
    Return 1 if cellular radio is enabled, 0 if disabled or not available.

  • Device Name
    The name of the device.

  • FPS
    Return the rendered Frames Per Second (FPS) rate. This is an index mainly for testing and informational usage.
    If a watchface should be rendered with 50 Hz, this value can be used as quick check to get the actual rate.