AppLauncher
The AppLauncher is a minimalist offline UI that attempts to load the configured target URL in the browser. In doing so, the AppLauncher checks the network and internet connectivity. If the check is successful, the target URL is loaded in the browser; in the event of an error, a fallback UI is displayed.
Furthermore, LAN/WLAN settings can be made in the AppLauncher, a factory reset can be performed and a reboot can be carried out.
The AppLauncher can be configured in this file.
Settings
LAN/WLAN settings
Reboot & factory reset
Configuration file
The AppLauncher can be configured in the following file:
huon.config.json
{
"app": {
"id": "main"
},
"language": {
"supported": ["eng"],
"default": "eng"
},
"i18n": {
"eng": {
"SAL.retry": "Retry",
"SAL.settings": "Settings",
"SAL.settings.title": "App Launcher",
"SAL.settings.subtitle": "Settings",
"SAL.failure.title": "App Launcher",
"SAL.failure.description": "Unable to launch app",
"SAL.error.timeout": "App Launcher has timed out",
"SAL.error.network": "Network unavailable",
"SAL.error.interrupt": "App Launcher interrupted",
"SAL.error.unknown": "HTTP Not found",
"settings.system.description": "View information about your system and run a system reset or reboot."
}
},
"networking": {
"enabled": true,
"wifi": {
"defaults": {
"ssid": "EKT",
"password": "EKT"
}
}
},
"SolidAppLauncher": {
"target": "http://ekt.huon.tv",
"interruptKeys": [256, 27],
"timeout": 20000,
"lite": false,
"retries": 0
},
"theme": {
"lightMode": false
}
}
Set custom target URL
To set a custom target URL in the Browser, replace the value with the key "target" with the new target URL. For example change the value to "http://www.ekt-digital.com" to display the site:
huon.config.json