ubuntu-phone team mailing list archive
-
ubuntu-phone team
-
Mailing list archive
-
Message #18671
Re: Dekko: loading addressbook
El día Saturday, March 05, 2016 a las 05:49:16PM +0100, Filip Dorosz escribió:
> Hello.
>
> You have all instructions here:
> http://askubuntu.com/questions/365675/backup-export-contacts-from-ubuntu-touch-official-launch-r100-ubuntu-13-10-a
> basically you have to use syncevolution to archive your task.
>
> Regards,
> Filip.
Hello,
Thanks for the hint (as well to Michael), but the hint does not fit with
my question: I was asking about the addressbook of Dekko and not about
the contacts; about the latter see as well my booklet:
https://gurucubano.gitbooks.io/bq-aquaris-e-4-5-ubuntu-phone/content/en/chapter9.html
Regarding the addressbook of Dekko, I found a solution meanwhile, I just
copied over the file ~phablet/.local/share/dekko.dekkoproject/addressbook.sqlite
from my BQ E4.5 to the new Ubuntu device. The structure of the database
is simple:
$ sqlite3 .local/share/dekko.dekkoproject/addressbook.sqlite
sqlite> .tables
contact email version
sqlite> .schema contact
CREATE TABLE contact (id TEXT PRIMARY KEY, firstName TEXT, lastName
TEXT, organization TEXT, starred INTEGER, lastContactTime TEXT);
sqlite> .schema email
CREATE TABLE email (id TEXT, email TEXT);
sqlite> .schema version
CREATE TABLE version ( version INTEGER );
I will add this later to my booklet.
matthias
--
Matthias Apitz, ✉ guru@xxxxxxxxxxx, ⌂ http://www.unixarea.de/ ☎ +49-176-38902045
Bundeswehr: Wir.Dienen.Deutschland. - Wir.Machen.Krieg. (We.Serve.Germany. - We.Make.War.)
References