You are viewing outdated content for BUG. If you have a BUG Y.T. edition or 2.0 series device, please visit our updated wiki: http://wiki.buglabs.net



Concierge properties

From BUG Wiki

Jump to: navigation, search

Contents

Overview

This page lists all the properties that can be set in Concierge to change it's startup and runtime behavior. By default, these properties are set in /usr/share/java/system.properties file. Adding and modifing variables should be done in that file.

Concierge Properties

Concierge is a project page defines all properties that it supports. Refer to this page for more information.

ch.ethz.iks.concierge.deepServiceListenerCheck

Property: ch.ethz.iks.concierge.deepServiceListenerCheck

Description: Do a deep comparison on objects in the ServiceTracker.  In some cases this is required for proper behavior of ServiceTracker in Concierge.
 
Values: true/false
Default: true

ch.ethz.iks.concierge.log.enabled

Property: ch.ethz.iks.concierge.log.enabled

Description: Enable or disable the Concierge system logging facility.

Values: true/false

Default: true

ch.ethz.iks.concierge.log.level

Property: 

Description: 

Values: 0 = NONE, 1 = LOG_ERROR, 2 = LOG_WARNING, 3 = LOG_INFO or 4 = LOG_DEBUG

Default: 3

ch.ethz.iks.concierge.log.buffersize

Property: ch.ethz.iks.concierge.log.buffersize

Description: Number of log events to store.  Oldest events are removed when the log cache fills up.

Values: 0 - n

Default: 50

BUG Properties

org.osgi.console.port

Property: org.osgi.console.port

Description: Port that the OSGi shell listens on.  If not defined, shell will listen on stdin/out.

Value: 1 - 65535

Default: 8090

freetype.font

Property: freetype.font

Description: The font used to render text on the BUGbase LCD.

Value: A filename that points to a font.

Default: /usr/share/fonts/ttf/LiberationSans-Regular.ttf

org.osgi.console.local

Property: org.osgi.console.local

Description: If set to true, only listen on the local address.  
             This prevents remote clients from directly connecting.

Value: true/false

Default: false

org.osgi.service.http.port

Property: org.osgi.service.http.port

Description: The port that the BUG HTTP server listens on.

Value: 1 - 65535

Default: 80

PhoneME Advanced (JVM) Properties

microedition.commports

Property: microedition.commports

Description: The device nodes of the serial ports pMEA has access to.

Value: Comma delimited list of dev nodes for serial ports.

Default: /dev/ttymxc/0,/dev/ttymxc/1,/dev/ttymxc/2,/dev/ttymxc/3