answered
2017-10-23 20:12:57 +0200
Kim 2071 ●41 ●61 ●67
You can copy ~/.local/share/commhistory/* to the same location on the Xperia to restore sms and mms inclusive images.
Warning: Anything you have received on the Xperia device will be overwritten!
Edit: Please remember to restart the messaging system by executing a
pkill jolla-messages
from a commandline.
To export the call log you must have Developer tool enabled, then you can do the following on the old phone in a command line:
commhistory-tool export -calls calls.dat
transfer the file calls.dat to the new phone (I did so via my pc) and execute the following in a command line:
commhistory-tool import calls.dat
pkill voicecall-ui
For SMS and MMS you can do the same:
commhistory-tool export -groups groups.dat
On the old phone, and
commhistory-tool import groups.dat
pkill jolla-messages
On the new one.
With this method you will loose all MMS media!
Edit: typo corrected.