Guest clarkez Posted October 2, 2004 Report Posted October 2, 2004 I'm want to be able to get at the system call timer's from code (i.e. total call time, total data call time etc visible from the call histroy app). Does anyone know where they live (in the registry?) thanks James
Guest Peter Foot Posted October 2, 2004 Report Posted October 2, 2004 There are a specific set of APIs for working with the call log database. These are wrapped for .NETCF in the OpenNETCF.Phone.dll assembly in the Smart Device Framework:- www.opennetcf.org/sdf/ You can enumerate all the incoming and outgoing calls to generate overall stats, but I'm not sure there is anyway to differentiate CSD data calls from other calls. Peter
Guest zero_divide_1 Posted April 9, 2005 Report Posted April 9, 2005 There are a specific set of APIs for working with the call log database. These are wrapped for .NETCF in the OpenNETCF.Phone.dll assembly in the Smart Device Framework:- www.opennetcf.org/sdf/ You can enumerate all the incoming and outgoing calls to generate overall stats, but I'm not sure there is anyway to differentiate CSD data calls from other calls. Peter <{POST_SNAPBACK}> You might also want to take a look at this registry key: HKLM\SOFTWARE\Microsoft\Shell\CumulativeCallTimers\Line_0 It has the entire lifetime of the phone, the number of calls it dialed and received, outgoing data and voice call counts and timers, incoming voice call counts and timers. Pretty good resource. The timer values are in seconds.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now