System Info 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 1 if the device is a widget, 0 otherwise.

  • 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.

  • Device Type
    The type of the device head.

    Text Numeric Description

    NONE

    0

    Unknown

    WATCH

    1

    Watch face

    WIDGET

    2

    Widget

    APP

    3

    Application

    SLOT

    4

    Slot

  • 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.

  • Awake Time
    Time in milliseconds since the device last transitioned from ambient to interactive mode.
    Returns 0 if no transition has occurred.

  • Awake Count
    Number of times the device has been awakened from ambient mode.

  • Volume Info
    Storage volume information.

    • Param 1
      Volume index (default 0 for the primary storage volume).

    • Param 2

      Param 2 Text Output Numeric Output

      used

      Used storage in percent

      Used storage in percent

      total

      Total storage (formatted)

      Total storage in bytes

      free

      Free storage (formatted)

      Free storage in bytes

      name

      Volume name

      N/A

  • Memory Info
    Device memory information.