Fix TC-2372 Dialer crashes when BT phone is offline
[profile/ivi/lemolo.git] / README
1 LEMOLO
2 **********************
3
4 Copyright (C) 2012  Intel Corporation. All rights reserved.
5
6
7 ABOUT
8 =====
9
10 A Dialer for oFono using EFL (Enlightenment Foundation
11 Libraries) to be used with Tizen platform, and supports bluetooth HFP.
12
13
14 DEBUGGING
15 =========
16
17 To help debug, the following environment variables could be set:
18
19         EINA_LOG_LEVEL=4
20                 toggles debug (level=4) of whole EFL
21
22         EINA_LOG_LEVELS=dialer:4,messages:4
23                 toggles debug of dialer and messages logging domains.
24
25         EINA_LOG_ABORT=1
26                 make it abort on critical errors.
27
28         EINA_LOG_ABORT_LEVEL=2
29                 make it also abort on errors.
30
31         EINA_LOG_BACKTRACE=2
32                 make it produce backtraces whenever a log level is reached.
33
34
35 CONTACT DATABASE FOR DESKTOP TESTING
36 ====================================
37
38 For desktop we're providing a placeholder infrastructure for
39 contacts. It does not provide GUI to edit, but can show the basic
40 information and use it.
41
42 However a manual database must be created. To aid this task, a script
43 is provided in data/scripts/ofono-efl-contacts-db-create.py that can
44 be executed with a comma-separated-value (CSV) file as parameter. A
45 sample CSV is provided at data/examples/contacts.csv. Please excute
46 the following command from git checkout:
47
48         ./data/scripts/ofono-efl-contacts-db-create.py \
49                 ./data/examples/contacts.csv