move <packages/phone> into own feed <feeds/phone> and add entry to <feeds.conf.default>
[openwrt/svn-archive/feeds.git] / phone / fso / files / frameworkd.conf.om_gta02
1 [frameworkd]
2 # indicates this configuration version, do not change
3 version = 1
4 # the default log_level, if not specified per module
5 log_level = INFO
6 # the global log_destination. Uncomment to enable
7 log_to = stderr
8 #log_to = file
9 #log_to = syslog
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
16 [odeviced]
17 # set log level for a subsystem or for an individual module
18 # available log levels are: DEBUG, INFO, WARNING, ERROR, CRITICAL
19 log_level = INFO
20
21 [odeviced.kernel26]
22 # set 1 to disable a module
23 disable = 0
24 # poll capacity once every 5 minutes
25 # (usually, you do not have to change this)
26 capacity_check_timeout = 300
27 # set 0 to disable FB_BLANK ioctl to blank framebuffer
28 # (if you have problems on Openmoko GTA02)
29 fb_blank = 1
30
31 [odeviced.audio]
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
36
37 [odeviced.idlenotifier]
38 # add inut nodes to ignore for idle activity
39 ignoreinput = 2,3,4
40 # configure timeouts (in seconds) here. A value of 0
41 # means 'never fall into this state' (except programatically)
42 idle = 10
43 idle_dim = 20
44 idle_prelock = 12
45 lock = 2
46 suspend = 0
47
48 [odeviced.input]
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
54
55 [odeviced.powercontrol-neo]
56 disable = 0
57
58 [ogsmd]
59 disable = 0
60 # chose your modem type, available types are: ti_calypso, freescale_neptune, singleline, muxed4line, option, ...
61 modemtype = ti_calypso
62 # if you have a ti_calypso, you can chose the deep sleep mode. Valid values are: never, adaptive (default), always
63 ti_calypso_deep_sleep = adaptive
64 # if you have a ti_calypso, you can choose the dsp mode for audio enhancement. Valid values are:
65 # "short-aec": Short Echo Cancellation (max)
66 # "long-aec": Long Echo Cancellation (max)
67 # "long-aec:6db": Long Echo Cancellation (-6db)
68 # "long-aec:12db": Long Echo Cancellation (-12db)
69 # "long-aec:18db": Long Echo Cancellation (-18db)
70 # "nr": Noise Reduction (max)
71 # "nr:6db": Noise Reduction (-6db)
72 # "nr:12db": Noise Reduction (-12db)
73 # "nr:18db": Noise Reduction (-18db)
74 # "aec+nr": Long Echo Cancellation (max) plus Noise Reduction (max) [default]
75 # "none": No audio processing.
76 ti_calypso_dsp_mode = aec+nr
77 log_level = INFO
78
79 [ogpsd]
80 # possible options are NMEADevice, UBXDevice, GTA02Device, EtenDevice
81 device = GTA02Device
82 # possible options are SerialChannel, GllinChannel, UDPChannel, FileChannel
83 channel = SerialChannel
84 # For UDPChannel the path defines the port to listen to
85 path = /dev/ttySAC1
86 log_level = INFO
87
88 [opreferencesd]
89 log_level = DEBUG
90 disable = 0
91 # log_level = DEBUG
92
93 [oeventsd]
94 log_level = DEBUG
95 disbale = 0
96
97 [opimd]
98 contacts_default_backend = CSV-Contacts
99 messages_default_folder = Unfiled
100 messages_trash_folder = Trash
101 sim_messages_default_folder = SMS
102 rootdir = ../etc/freesmartphone/opim:/etc/freesmartphone/opim:/usr/etc/freesmartphone/opim