From: Gaurav Palvia on 1 Sep 2006 07:56 Hi, Is there any way to add or edit the call log information on the device. I have seen some call log related APIs like PhoneCloseCall PhoneGetCallLogEntry PhoneMakeCall PhoneOpenCallLog PhoneSeekCallLog But i didnt find any API to add/edit information in the call log. Basically i want to edit the existing call log information? Is it possible ? I dont mind even if there is a hack to do it. Kind Regards Gaurav Palvia
From: Peter Foot [MVP] on 1 Sep 2006 08:20 There isn't a documented API to do that. The only way would be to use the database APIs and edit the table directly. Since the schema is not documented it's liable to change between OS versions. You'll find it in the CEDB object store in a table named "clog.db". Peter -- Peter Foot Device Application Development MVP www.peterfoot.net | www.inthehand.com "Gaurav Palvia" <gauravpalvia(a)gmail.com> wrote in message news:1157111802.665220.12010(a)m73g2000cwd.googlegroups.com... > Hi, > Is there any way to add or edit the call log information on the > device. I have seen some call log related APIs like > PhoneCloseCall > PhoneGetCallLogEntry > PhoneMakeCall > PhoneOpenCallLog > PhoneSeekCallLog > > But i didnt find any API to add/edit information in the call log. > > Basically i want to edit the existing call log information? Is it > possible ? I dont mind even if there is a hack to do it. > > > Kind Regards > Gaurav Palvia >
From: Gaurav Palvia on 1 Sep 2006 08:37 Thanks Peter for the information. I will now get into how to modify the call logs using databases. Peter Foot [MVP] wrote: > There isn't a documented API to do that. The only way would be to use the > database APIs and edit the table directly. Since the schema is not > documented it's liable to change between OS versions. You'll find it in the > CEDB object store in a table named "clog.db". > > Peter > > -- > Peter Foot > Device Application Development MVP > www.peterfoot.net | www.inthehand.com > > "Gaurav Palvia" <gauravpalvia(a)gmail.com> wrote in message > news:1157111802.665220.12010(a)m73g2000cwd.googlegroups.com... > > Hi, > > Is there any way to add or edit the call log information on the > > device. I have seen some call log related APIs like > > PhoneCloseCall > > PhoneGetCallLogEntry > > PhoneMakeCall > > PhoneOpenCallLog > > PhoneSeekCallLog > > > > But i didnt find any API to add/edit information in the call log. > > > > Basically i want to edit the existing call log information? Is it > > possible ? I dont mind even if there is a hack to do it. > > > > > > Kind Regards > > Gaurav Palvia > >
From: Gaurav Palvia on 8 Sep 2006 04:05 Hi, I was able to edit/add call log info in Pocket PC 2003. I want to do the same in Pocket PC Window Mobile 5. It seems the "clog.db" is not present in Pocket PC 2005. What is the database name in Pocket PC Window Mobile 5. Kind Regards Gaurav Palvia Gaurav Palvia wrote: > Thanks Peter for the information. > I will now get into how to modify the call logs using databases. > > Peter Foot [MVP] wrote: > > > There isn't a documented API to do that. The only way would be to use the > > database APIs and edit the table directly. Since the schema is not > > documented it's liable to change between OS versions. You'll find it in the > > CEDB object store in a table named "clog.db". > > > > Peter > > > > -- > > Peter Foot > > Device Application Development MVP > > www.peterfoot.net | www.inthehand.com > > > > "Gaurav Palvia" <gauravpalvia(a)gmail.com> wrote in message > > news:1157111802.665220.12010(a)m73g2000cwd.googlegroups.com... > > > Hi, > > > Is there any way to add or edit the call log information on the > > > device. I have seen some call log related APIs like > > > PhoneCloseCall > > > PhoneGetCallLogEntry > > > PhoneMakeCall > > > PhoneOpenCallLog > > > PhoneSeekCallLog > > > > > > But i didnt find any API to add/edit information in the call log. > > > > > > Basically i want to edit the existing call log information? Is it > > > possible ? I dont mind even if there is a hack to do it. > > > > > > > > > Kind Regards > > > Gaurav Palvia > > >
|
Pages: 1 Prev: WM_ Code 49153, and Hotkey Control IDs Next: VS Studio 2005 and ANSI |