| Reply | « Previous Thread | Next Thread » |
|
how to edit or delete some log from call log in python?
|
|
Join Date: Feb 2008
Posts: 2,546
Location: Bhavnagar, Gujarat, India
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 |
|
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? ![]() |
|
Quote:
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:
Regards Chintan Umraliya
Last edited by ck.umraliya : 2008-09-29 at 14:38.
Reason: typo
|
|
Join Date: Feb 2008
Posts: 2,546
Location: Bhavnagar, Gujarat, India
gaba88
Offline
Forum Nokia Champion
|
|
|
Quote:
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 |
|
Quote:
thanks for your Attention i saw that but that link is only for uesing of log but i want to edit or delete call logfor 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 ! ![]() |
|
Quote:
![]() you cannot at all modify the system call logs. ![]() however when you write the statement... Code:
m = logs.calls(mode='out') you can delete/edit the content of variable m which is nothing else but a list of dictionary. ![]() Regards, Chintan Umraliya |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Rate This Thread | |
| 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 |