Note: This page is only for Release 11.1 and later.
Consult the below links for details on configuration with releases before 11.1:
The Home Screen is the primary user interface view and dashboard for the HMT, and is where you start when you power on a RealWear device. Both the background image and the applications presented on the Home Screen can be configured by IT admins.
My Programs enables users to access applications installed on their RealWear device. Applications available to end users on a RealWear device can be configured by IT admins.
In order to create and modify the configuration, it is recommended to use
This tool will help with JSON validation and formatting.
<storage> refers to the internal storage on the HMT, sometimes referred to as ‘internal_storage’, ‘sdcard’ & ’emulated/0/’.
JSON is a standard text-based format for representing structured data based on JavaScript object syntax.
The home screen and application draw require a single file in order to be configured. Using Visual Studio Code, or your preferred text editing tools create a new file with the filename listed below.
Application | Item | Description |
Home Screen | apps | A list of up to five package names for applications that will appear on the home screen |
Home Screen | backgroundImage | The background images that will appear on the Home Screen, depending on the current device theme |
Home Screen | config_start_time | The time in milliseconds the configuration app shows a splash screen before starting |
My Programs | packages | The list of available package names that are shown in the My Programs appThese can be specified in two modes:
|
{ "apps": [ { "packagename": "com.realwear.launcher.ApplicationActivity" }, { "packagename": "com.realwear.camera" }, { "packagename": "com.realwear.filebrowser" }, { "packagename": "" }, { "packagename": "" } ], "config_start_time":15000, "backgroundImage": { "default_background": "light", "light": "base64 encoded image", "dark": "base64 encoded image" }, "inclusive": true, "packages": [ "com.android.settings", "com.about.realwear.aboutdevice", "com.realwear.barcodereader", "com.realwear.camera", "com.realwear.configuration", "com.realwear.controlpanel", "com.realwear.filebrowser", "com.realwear.sitesurvey" ] }
The Home Screen and My Programs configuration service reads the files from the folder /<storage>/realwear/com.realwear.launcher/config/ on the device.
By placing your config.json file which contains all the configurations for the home screen and app drawer, your file will now live at the file location: /<storage>/realwear/com.realwear.launcher/config/config.json
The deployment section below will cover how to create this folder and correctly transfer the file into the correct folder location.
In order to create and modify the configuration, it is recommended to use
This tool will help with JSON validation and formatting.
<storage> refers to the internal storage on the HMT, sometimes referred to as ‘internal_storage’, ‘sdcard’ & ’emulated/0/’.
JSON is a standard text-based format for representing structured data based on JavaScript object syntax.
The home screen and application draw require a single file in order to be configured. Using Visual Studio Code, or your preferred text editing tools create a new file with the filename listed below.
Application | Item | Description |
Home Screen | apps | A list of up to five package names for applications that will appear on the home screen |
Home Screen | backgroundImage | The background images that will appear on the Home Screen, depending on the current device theme |
Home Screen | config_start_time | The time in milliseconds the configuration app shows a splash screen before starting |
My Programs | packages | The list of available package names that are shown in the My Programs appThese can be specified in two modes:
|
{ "apps": [ { "packagename": "com.realwear.launcher.ApplicationActivity" }, { "packagename": "com.realwear.camera" }, { "packagename": "com.realwear.filebrowser" }, { "packagename": "" }, { "packagename": "" } ], "config_start_time":15000, "backgroundImage": { "default_background": "light", "light": "base64 encoded image", "dark": "base64 encoded image" }, "inclusive": true, "packages": [ "com.android.settings", "com.about.realwear.aboutdevice", "com.realwear.barcodereader", "com.realwear.camera", "com.realwear.configuration", "com.realwear.controlpanel", "com.realwear.filebrowser", "com.realwear.sitesurvey" ] }
The Home Screen and My Programs configuration service reads the files from the folder /<storage>/realwear/com.realwear.launcher/config/ on the device.
By placing your config.json file which contains all the configurations for the home screen and app drawer, your file will now live at the file location: /<storage>/realwear/com.realwear.launcher/config/config.json
The deployment section below will cover how to create this folder and correctly transfer the file into the correct folder location.
After you’ve created your configuration file, there are three ways to deploy the file to your RealWear device(s):
RealWear Foresight
Via your Enterprise Mobility Management Solution (EMM)
Android File Transfer