From 4498113f95a38848abc6d55336299c8ccdb86ccf Mon Sep 17 00:00:00 2001 From: Gustavo Sverzut Barbieri Date: Fri, 10 Aug 2012 21:06:47 -0300 Subject: [PATCH] README: add contacts db info --- README | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README b/README index fd2f697..596f8e3 100644 --- a/README +++ b/README @@ -30,3 +30,20 @@ To help debug, the following environment variables could be set: EINA_LOG_BACKTRACE=2 make it produce backtraces whenever a log level is reached. + + +CONTACT DATABASE FOR DESKTOP TESTING +==================================== + +For desktop we're providing a placeholder infrastructure for +contacts. It does not provide GUI to edit, but can show the basic +information and use it. + +However a manual database must be created. To aid this task, a script +is provided in data/scripts/ofono-efl-contacts-db-create.py that can +be executed with a comma-separated-value (CSV) file as parameter. A +sample CSV is provided at data/examples/contacts.csv. Please excute +the following command from git checkout: + + ./data/scripts/ofono-efl-contacts-db-create.py \ + ./data/examples/contacts.csv -- 2.7.4