Jump to content

Where do the call timers live?


Guest clarkez

Recommended Posts

Guest clarkez

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

Link to comment
Share on other sites

Guest Peter Foot

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

Link to comment
Share on other sites

  • 6 months later...
Guest zero_divide_1
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.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.