Deb file can be downloaded from https://github.com/wwwjfy/MeegoCallBackupRestore/downloads.
run on device
dpkg -i callbackuprestore_0.1_armel.deb
It uses psudo-csv format without header.
local_phone_number,remote_phone_number,direction,start_date,end_date
- local_phone_number: the phone number of this device
- remote_phone_number: the phone number the call is from/to
- direction: 0 for outbound, 1 for inbound, 2 for missing
- start_date: the format is yyyy-MM-dd hh:mm:ss
- end_date: the format is yyyy-MM-dd hh:mm:ss
Usage:
callbackuprestore import [filename]
Usage:
callbackuprestore export [filename]