Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 747 Bytes

README.markdown

File metadata and controls

35 lines (20 loc) · 747 Bytes

Call Backup and Restore for Meego

Installation

Deb file can be downloaded from https://github.com/wwwjfy/MeegoCallBackupRestore/downloads.

run on device

dpkg -i callbackuprestore_0.1_armel.deb

Format

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

Functionalities

Import

Usage:

callbackuprestore import [filename]

Export

Usage:

callbackuprestore export [filename]