Project

General

Profile

Actions

Feature #651

closed

Add a kiosk metabuild

Added by Hammel over 5 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Immediate
Assignee:
Category:
00 - Basic Build Issues
Target version:
Start date:
28 Jul 2018
Due date:
% Done:

100%

Estimated time:
Severity:
01 - Critical

Description

This is a little different because it only does two things:
  1. Only installs two apps
    1. PiPics
    2. VideoFE
But the latter is run in kiosk mode which the default build doesn't generate. I need a way to do one of the following.
  1. Modify the config file after VideoFE is installed, external to building VideoFE
  2. Modify the VideoFE build to support a kiosk build
  3. 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.

Actions #1

Updated by Hammel over 5 years ago

  • Description updated (diff)
Actions #2

Updated by Hammel over 5 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.

Actions #3

Updated by Hammel over 5 years ago

  • Priority changed from Urgent to Immediate
  • Severity changed from 01 - Critical to 03 - Medium
Actions #4

Updated by Hammel over 5 years ago

  • Severity changed from 03 - Medium to 01 - Critical
Actions #5

Updated by Hammel over 5 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.

Actions #6

Updated by Hammel over 5 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.

Actions

Also available in: Atom PDF