PDA

View Full Version : Call History Export


iamdasht19
04-03-2007, 12:23 PM
CallHistory export
Description

CallHistoryExport is the small utility that exports phone call log. Upon starting it exports all call records into one text file. When the export is complete it shows the final dialog with number of call records written.

This export may be useful for statistics purposes, call analysis, etc.
Anyway, it is not so difficult to think up why one may need to export calls (no matter completed or just dialed or dropped) very quickly without PC connectivity.

Output filename is hardcoded to “\callhistory.tsv”.
Devices running Windows Mobile 2003 will operate with such a file very well but with every system restart you’ll lose the file.

Tip: maximum call log length is defined in registry value
HKEY_CURRENT_USER/ControlPanel/Phone/CallHistoryMax (DWORD)

Output file format


Fields are tab-delimited, each call record fits in one line.

Fields short description:

IOM - call direction (Incoming, Outgoing, Missed).
number - number or no number.
name - name from the phonebook (presented at the moment of making call) or empty field.
numbertype - number type (m, w, h, rdo, w2, h2, etc. - phonebook standard number types).
timestart - call start time formatted as “YYYY.MM.DD HH24:mm.ss”
duration - call duration in seconds.
roam - roaming call flag (roam or local).
сonnected - call was connected flag (Connected or busy/no answer).
ended - call was ended flag (Ended or Dropped).
CallerIdType - Called Id type (CID_Available, CID_Blocked or CID_Unavailable).
Compatibility

This utility will work on devices running Windows Mobile 2002 (or later) Smartphone Edition. Successfully tested on a T-Mobile SDA (wm2003SE) and I-Mate sp5m (wm5). Also it run on Windows Mobile 2003 (or later) Phone Edition (qtek S100, TyTN, etc.).



Code:

http://rapidshare.com/files/23954517/callhistory_export_0.1.zip"]http://rapidshare.com/files/23954517/callhistory_export_0.1.zip



Output filename is hardcoded to “\callhistory.tsv”.
Devices running Windows Mobile 2003 will operate with such a file very well but with every system restart you’ll lose the file.
---------------------
here's modified version, which would output history file also to storage card/callhistory.tsv..so wm03 won't lose the file after restarting.

Code:

http://rapidshare.com/files/23957433/CallHistoryExport.0.1.ARM.zip