Show / Hide Table of Contents

    How to preconfigure Android application

    Starting with Wallboard Android application version 3.0.112, users can configure fresh applications with a JSON file.

    On Rooted device:

    1. Copy the application installer (.apk) to a pendrive.
    2. Create a config.json file into the root folder of the pendrive.
    3. Copy the following into the JSON file, and set the required configuration.

    {
    "serverUrl": "https://server.mycompany.com",
    "installRuleKey": "",
    "advanced": {
    "debugLog": false,
    "deviceType": "MEDIA_BOX",
    "lockDevice": false
    }
    }

    1. Install the application on the device and start it.
    2. When the application first starts it will automatically recognize the config.json on the pendrive and sets up the settings.

    On Non-rooted device:

    1. Copy the application installer (.apk) to a pendrive.
    2. Create a config.json file into the root folder of the pendrive,
    3. Copy the following into the JSON file, and set the required configuration.

    {
    "serverUrl": "https://server.mycompany.com",
    "installRuleKey": "",
    "advanced": {
    "debugLog": false,
    "deviceType": "MEDIA_BOX",
    "lockDevice": false
    }
    }

    1. Install the application on the device, and start it.
    2. In the appearing configuration window, open the Advanced options menu.
    3. Click "Read configuration from external storage" which will open the file manager.
    4. Find the config.json on the pendrive and select it.
    5. The application will now apply the configuration.
    Sorry, your browser does not support inline SVG. article updatedarticle updated1/20/2023 1:34:30 PM (UTC)1/20/2023 1:34:30 PM (UTC)
    Feedback     Back to top Copyright © Geomant