2 # indicates this configuration version, do not change
4 # the default log_level, if not specified per module
6 # the global log_destination. Uncomment to enable
10 # if logging to a file, specify the destination
11 log_destination = /tmp/frameworkd.log
12 # persistance format, one of "pickle", "yaml"
13 persist_format = pickle
14 rootdir = ../etc/freesmartphone:/etc/freesmartphone:/usr/etc/freesmartphone
15 # specify how subsystems scan for their plugins,
16 # either "auto" (via filesystem scan) or "config" (via config section check)
17 # the default is "auto" (slow).
21 # Subsystem configuration for oeventsd
24 # set log level for a subsystem or for an individual module
25 # available log levels are: DEBUG, INFO, WARNING, ERROR, CRITICAL
28 [odeviced.accelerometer]
32 # set directory where the alsa audio scenarios are stored
33 scenario_dir = /usr/share/openmoko/scenarios
34 # set default scenario loaded at startup
35 default_scenario = stereoout
37 [odeviced.idlenotifier]
38 # add inut nodes to ignore for idle activity
40 # configure timeouts (in seconds) here. A value of 0
41 # means 'never fall into this state' (except programatically)
49 # format is <keyname>,<type>,<input device keycode>,<report held seconds in addition to press/release>
50 report1 = AUX,key,169,1
51 report2 = POWER,key,116,1
52 report3 = CHARGER,key,356,0
53 report4 = HEADSET,switch,2,0
56 # set 1 to disable a module
58 # poll capacity once every 5 minutes
59 # (usually, you do not have to change this)
60 capacity_check_timeout = 300
61 # set 0 to disable FB_BLANK ioctl to blank framebuffer
62 # (if you have problems on Openmoko GTA02)
65 [odeviced.powercontrol_ibm]
68 [odeviced.powercontrol_neo]
72 # Subsystem configuration for oeventsd
81 # Subsystem configuration for ogspd
84 # possible options are NMEADevice, UBXDevice, GTA02Device, EtenDevice
86 # possible options are SerialChannel, GllinChannel, UDPChannel, FileChannel
87 channel = SerialChannel
88 # For UDPChannel the path defines the port to listen to
95 # Subsystem configuration for ogsmd
99 # choose your modem type, available types are: ti_calypso, freescale_neptune, singleline, muxed4line, option, ...
100 modemtype = ti_calypso
101 # if you have a ti_calypso, you can choose the deep sleep mode. Valid values are: never, adaptive (default), always
102 ti_calypso_deep_sleep = adaptive
103 # if you have a ti_calypso, you can choose the dsp mode for audio enhancement. Valid values are:
104 # "short-aec": Short Echo Cancellation (max)
105 # "long-aec": Long Echo Cancellation (max)
106 # "long-aec:6db": Long Echo Cancellation (-6db)
107 # "long-aec:12db": Long Echo Cancellation (-12db)
108 # "long-aec:18db": Long Echo Cancellation (-18db)
109 # "nr": Noise Reduction (max)
110 # "nr:6db": Noise Reduction (-6db)
111 # "nr:12db": Noise Reduction (-12db)
112 # "nr:18db": Noise Reduction (-18db)
113 # "aec+nr": Long Echo Cancellation (max) plus Noise Reduction (max) [default]
114 # "none": No audio processing.
115 ti_calypso_dsp_mode = aec+nr
119 # Subsystem configuration for onetworkd
126 # Subsystem configuration for ophoned
133 # Subsystem configuration for opimd
136 contacts_default_backend = CSV-Contacts
137 messages_default_folder = Unfiled
138 messages_trash_folder = Trash
139 sim_messages_default_folder = SMS
140 rootdir = ../etc/freesmartphone/opim:/etc/freesmartphone/opim:/usr/etc/freesmartphone/opim
145 # Subsystem configuration for opreferencesd
152 [opreferencesd.opreferences]
155 # Subsystem configuration for otimed
158 # a list of time/zone sources to use or NONE
159 timesources = GPS,NTP
165 # Subsystem configuration for ousaged
168 # choose whether resources should be disabled at startup, at shutdown, always (default), or never.
169 sync_resources_with_lifecycle = always