Skip to content

UbuntuTouchExport

Adam Boardman edited this page Mar 21, 2018 · 7 revisions

Contacts & Calendar

Within terminal you can export from the evolution-data-server backend:

syncevolution --export /home/phablet/Documents/contacts.vcf backend=evolution-contacts
syncevolution --export /home/phablet/Documents/calendar.vcs backend=evolution-calendar

Text Messages

Copy the sqlite3 database file from the phone:

/home/phablet/.local/share/history-service/history.sqlite

Note: We will probably need a script to import this into whatever we choose as a message store on the Gemini.
Note2: Given that we've gone with UT messaging app there is no importing required, you just have to copy this file across before installing the messaging/dialer apps. Or if copying after then a 'killall history-daemon' will cause it to re-load the database.

Notes (Reminders?)

Stored as pairs of .info and .enml files in this directory:

/home/phablet/.local/share/com.ubuntu.reminders/@local/

Clone this wiki locally