- Knowledge Base
- Developer
- HMT Custom Software Configuration
-
Developer
-
RealWear Navigator™ 500 Series
- Overview
- Features and Specifications
- Wearing Your Device
- Device Setup
- Interacting with Your Device
- Device Power
- Battery Use
- Home Screen
- My Programs
- My Camera
- My Files
- My Training
- Safety
- Device Care
- Ownership Information
- User Guide
- FAQ
- Thermal Camera Module
- Display Technology Comparison
- Cleaning Your Device
-
RealWear Cloud
-
RealWear Releases
-
RealWear HMT-1®
-
RealWear HMT-1Z1®
-
RealWear Apps
-
Configure
-
RealWear Modules & Accessories
-
RealWear Navigator™ Series
Configure – Home Screen Apps
Config File:
/<storage>/realwear/com.realwear.launcher/config/config.json
Format and Options
Up to 5 applications may be displayed on the Home Screen as specified in the indicated configuration file.
Applications shown by default include My Programs, My Camera, and My Files but these can be changed as well.
If a specified app is not installed on the device it will not appear on the Home Screen; once the app is installed by any means it will appear on the Home Screen without further modification (assuming that the packagename in the config file is correct). All packagenames must match the target exactly and are case sensitive.
apps: a list of package names
packagename: the package name of the application to be added
Example json file:
{
"apps": [
{
"packagename": "com.realwear.launcher.ApplicationActivity"
},
{
"packagename": "com.realwear.camera"
},
{
"packagename": "com.realwear.filebrowser"
},
{
"packagename": ""
},
{
"packagename": ""
}
]
}