Advanced installation on Android
Using configuration file
Starting with Wallboard Android application version 3.0.112, users can configure fresh applications with a JSON file.
Non Rooted device
After basic installation steps, if you wish to skip manually setting the configurations you can use the Read configuration from external device
Please note
The config.json file must be located in the root folder of the pendrive
- Copy the application installer
.apk
to a pendrive - Create a
config.json
file into theroot
folder of the pendrive - Copy the following into the json file, and set the required configuration
{
"serverUrl": "https://your.server.url",
"installRuleKey": "",
"advanced": {
"debugLog": false,
"deviceType": "MEDIA_BOX",
"lockDevice": false
}
}
- Install the application on the device and start it
- Click
Read configuration from external storage
which will open the file manager - Find the
config.json
on the pendrive and select it - The application will now apply the configuration
On Rooted device
- Copy the application installer
.apk
to a pendrive - Create a
config.json
file into theroot
folder of the pendrive - Copy the following into the json file, and set the required configuration
{
"serverUrl": "https://your.server.url",
"installRuleKey": "",
"advanced": {
"debugLog": false,
"deviceType": "MEDIA_BOX",
"lockDevice": false
}
}
- Install the application on the device and start it
- When the application first starts it will automatically recognize the
config.json
on the pendrive and sets up the settings
Using install rules
In the Install rules menu, you can create predefined rules for a mass device assignment process. Each rule has a unique install key that identifies the rule and has to be defined in the device installation script. See more about Install rules