Feature #651
closedAdd a kiosk metabuild
100%
Description
- Only installs two apps
- PiPics
- VideoFE
- Modify the config file after VideoFE is installed, external to building VideoFE
- Modify the VideoFE build to support a kiosk build
- Modify VideoFE to look for stamp file to go into kiosk mode and add a config app to install it as part of the kiosk metabuild.
The second option seems the simplest, I think. Just have it modify the config files at build time if an environment variable is set.
Note: This is needed to prep for the next Maker Faire.
Updated by Hammel over 6 years ago
This metabuild should also disable networking in the kiosk. It's just for displaying images and videos.
Disabling networking can be done with a kiosk config app that just deletes the S40network script.
Updated by Hammel over 6 years ago
- Priority changed from Urgent to Immediate
- Severity changed from 01 - Critical to 03 - Medium
Updated by Hammel over 6 years ago
- Severity changed from 03 - Medium to 01 - Critical
Updated by Hammel over 6 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 50
Kiosk mode added to meta build (which creates all packages for a given platform).
Still need to update VideoFE build to support a kiosk mode build, then update pkglist.kiosk in meta to use that option.
Updated by Hammel over 6 years ago
- Status changed from In Progress to Closed
- % Done changed from 50 to 100
Added -k option to cross.sh for videofe to build in kiosk mode. This just adds the -k option to the start command in the launcher configuration.
Added -k option to cross.sh reference in meta's pkglist.kiosk configuration.
Verified all builds.
Committed and pushed both repos (videofe and meta).
Closing issue.