| Reply | « Previous Thread | Next Thread » |
|
Hi all.
If Inbox is : Code:
import inbox in = inbox.Inbox() I'm new into this, that why the newbi question.. hehe.. And one more thing, how can i read the phone incoming/outgoing phone calls log ? Thank you very much !. |
| Sick Spider |
| View Public Profile |
| Find all posts by Sick Spider |
|
Hello Sick Spider
You cannot access the log through python.And modules like sent items and drafts donot exist in public.. ![]() -Pankaj Nathani ![]() |
|
Quote:
![]() It only works with SMS messages not with others (bluetooth , files) Look at the PyS60 manual 6.4 page 50 Code:
>>> import inbox >>> i=inbox.Inbox(inbox.ESent) # Give inbox.EDraft as parameter for draft SMSes and inbox.EOutbox as parameter for outbox SMSes. Default is inbox.EInbox >>> m=i.sms_messages() >>> i.content(m[0]) u’foobar’ >>> i.time(m[0]) 1130267365.03125 >>> i.address(m[0]) u’John Doe’ >>> i.delete(m[0]) Unfortunately no existing modules for log files !BR Cyke64 pys60 1.4.5,1.9.7,pygame,PyS60 CE on E90 , N810 with Python 2.5.2 and ... last PyS60 1.9.7 with touch ui on 5800 ! pys60 extension modules on http://cyke64.googlepages.com/ |
|
@ Cyke64
![]() I said that such modules dont exist in public...I didnt tell that we cant access the sent and drafts. Please read my post carefully. And Yes thank u very much for the code...That ws really cool. -Pankaj Nathani ![]() |
|
Thank You guys.
|
| Sick Spider |
| View Public Profile |
| Find all posts by Sick Spider |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Rate This Thread | |
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| Two-line setting & Multi-selection list setting items | azavor | Symbian User Interface | 2 | 2009-06-04 20:39 |
| donot mark items in a markable list | thomasraku | Symbian User Interface | 4 | 2007-06-28 08:44 |
| Sending multiple vcal items | Niceday1 | Smart Messaging | 1 | 2006-04-27 05:38 |
| SDK 3.0 GSM SMS Sent Items time stamp property | mobilesilvre | PC Suite API and PC Connectivity SDK | 2 | 2006-01-05 09:26 |
| Nokia 6310i sync calendar items with PC over Bluetooth | jefryGSM | Bluetooth Technology | 4 | 2002-09-15 10:37 |