You Are Here:

Community: Developer Discussion Boards

#1 Old how to edite call log? - 2008-09-29, 11:16

Join Date: Dec 2007
Posts: 24
ali3635
Offline
Registered User
how to edit or delete some log from call log in python?
Reply With Quote

#2 Old Re: how to edite call log? - 2008-09-29, 13:24

Join Date: Feb 2008
Posts: 2,546
Location: Bhavnagar, Gujarat, India
Send a message via Yahoo to gaba88 Send a message via Skype™ to gaba88
gaba88's Avatar
gaba88
Offline
Forum Nokia Champion
hi ali3635

welcome to the python community at forum nokia.
Python for S60 has a Log module for manipulations in the logs. But as far as i know you can't delete anything from the logs using python. As logs are permanent unless you delete them from the logs application in python.
Anyways have a look at this article on the wiki about logs module.

Enjoy Pythoning
Gaba88


Gargi Das- http://gargidas.blogsot.com

Forum Nokia Python Wiki


Learn Python at http://mobapps.org/PyS60
Reply With Quote

#3 Old Re: how to edite call log? - 2008-09-29, 13:58

Join Date: Dec 2007
Posts: 24
ali3635
Offline
Registered User
hi
thanks
i am writing a application like n-privat on s60 2rd edition so i need to filter sms in inbox and sent and report and call log i cant find any function for filter call log and sms report

you think it is impossible to write a application like this by python?
Reply With Quote

#4 Old Re: how to edite call log? - 2008-09-29, 14:29

Join Date: Jul 2008
Posts: 103
ck.umraliya's Avatar
ck.umraliya
Offline
Forum Nokia Champion
Quote:
Originally Posted by ali3635 View Post
hi
thanks
i am writing a application like n-privat on s60 2rd edition so i need to filter sms in inbox and sent and report and call log i cant find any function for filter call log and sms report

you think it is impossible to write a application like this by python?
hi ali
As far as i know there is no support for sms reports in python, however i may be wrong.
While you can access outgoing call logs by
Quote:
l=logs.calls(mode='out')
hope it helps

Regards
Chintan Umraliya
Last edited by ck.umraliya : 2008-09-29 at 14:38. Reason: typo
Reply With Quote

#5 Old Re: how to edite call log? - 2008-09-29, 19:56

Join Date: Feb 2008
Posts: 2,546
Location: Bhavnagar, Gujarat, India
Send a message via Yahoo to gaba88 Send a message via Skype™ to gaba88
gaba88's Avatar
gaba88
Offline
Forum Nokia Champion
Quote:
Originally Posted by ali3635 View Post
hi
thanks
i am writing a application like n-privat on s60 2rd edition so i need to filter sms in inbox and sent and report and call log i cant find any function for filter call log and sms report

you think it is impossible to write a application like this by python?
hi ali3635

i feel you have not gone through the article which i have given you in my previous post. Please have a look at that and there are some more at the wiki please follow them you will get everything about logs module.

Enjoy Pythoning
Gaba88


Gargi Das- http://gargidas.blogsot.com

Forum Nokia Python Wiki


Learn Python at http://mobapps.org/PyS60
Reply With Quote

#6 Old Re: how to edite call log? - 2008-09-30, 00:24

Join Date: Dec 2007
Posts: 24
ali3635
Offline
Registered User
Quote:
Originally Posted by gaba88 View Post
hi ali3635

i feel you have not gone through the article which i have given you in my previous post. Please have a look at that and there are some more at the wiki please follow them you will get everything about logs module.

Enjoy Pythoning
Gaba88
hi
thanks for your Attention
i saw that but that link is only for uesing of log but i want to edit or delete call log
for examlple we have x person by y number i and he call 10 times in call log i want to delete only his call log but in python log function only found function for show the call log not for edit or delete it !
Reply With Quote

#7 Old Re: how to edite call log? - 2008-09-30, 03:34

Join Date: Jul 2008
Posts: 103
ck.umraliya's Avatar
ck.umraliya
Offline
Forum Nokia Champion
Quote:
Originally Posted by ali3635 View Post
hi
thanks for your Attention
i saw that but that link is only for uesing of log but i want to edit or delete call log
for examlple we have x person by y number i and he call 10 times in call log i want to delete only his call log but in python log function only found function for show the call log not for edit or delete it !
hi ali,
you cannot at all modify the system call logs.
however when you write the statement...
Code:
m = logs.calls(mode='out')
you create a variable which has all data of outgoing calls.
you can delete/edit the content of variable m which is nothing else but a list of dictionary.

Regards,
Chintan Umraliya
Reply With Quote
Reply « Previous Thread | Next Thread »
Display Modes
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

Posting Rules

You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump
Similar Threads
Thread Thread Starter Forum Replies Last Post
call log in j2me kis_spn Mobile Java Tools & SDKs 3 2009-08-10 17:35
Deleting Event from Call Log - Help Yotamix General Symbian C++ 7 2008-09-15 09:55
CTelephony::AnswerIncomingCall() gives missed call in S60 FP2 martinpeterzon General Symbian C++ 4 2008-09-10 11:13
How to show Call Log information.......Help me rbs General Symbian C++ 0 2007-01-04 08:20
access the call log tomereg General Symbian C++ 1 2004-02-29 15:19

Rate This

 
Bookmark this page: DeliciousDiggFacebookGoogleYahooStumbleUponRedditDiigoTechnocratiTwitter  Share this page Share this page Print this Page Print this page Invite a friend Invite a friend
京ICP备05048969号    Email Newsletters Press Terms & Conditions Privacy Policy Sitemap Contact Us © 2009 Nokia