![]() |
Re: Call Log with Maemo 5 / N900 (especially vs Symbian S60)
I guess you're using NAM versions of N95 & E71? Then this inconvenience could easily be explained...
|
Re: Call Log with Maemo 5 / N900 (especially vs Symbian S60)
Yes - I am. So - this is a limitation with the NAM (USA ATT 3G Bands - 850 / 1900 MHz) phones?
|
Re: Call Log with Maemo 5 / N900 (especially vs Symbian S60)
Quote:
Maybe contacts database is corrupted / gets corrupted somehow and this is the reason, I don't know exactly, just brainstorming.. |
Re: Call Log with Maemo 5 / N900 (especially vs Symbian S60)
OK - this was user (i.e., my) error.
I must have set the "Filter" to "Data calls" - because, after making sure that I had set to "All communications", deleting all call log entries, power cycling my phone, and testing with a few incoming + outgoing + missed calls, I can now see all of these calls in my detailed list (exactly as your N82 shows). So, I must have set that at some point (although, honestly, I don't recall doing that). In any case, your assistance on this is much much appreciated! I've been really hankering after this feature for a while - although not integrated into the "Recent Calls" lists, the fact that it is actually available is still great. Again, thank you very much! |
Re: Call Log with Maemo 5 / N900 (especially vs Symbian S60)
Glad to hear that you sorted out your problem.
I still need to learn how Maemo5/N900 approach to detailed logging and if they exist whether logs can be exported to CSV or not; anyone can answer? |
Re: Call Log with Maemo 5 / N900 (especially vs Symbian S60)
Agreed, I would like to know about the Maemo 5 / N900 implementation as well (also the other parts of the call logs I had mentioned).
I'll be starting with configuration of my SDK environment this week - if there is sufficient emulation ability there (perhaps doubtful, although if there is source availability in this area, code inspection may help), I'll report back. |
Re: Call Log with Maemo 5 / N900 (especially vs Symbian S60)
One could write a service listening to dbus. On each call, there is a LOT of information being sent over it. The application could then do that advanced logging and whatever features are desired.
See also the Telepathy D-Bus Interface Specification |
Re: Call Log with Maemo 5 / N900 (especially vs Symbian S60)
where is call log/records placed, or could it be read from terminal ?
I have multiple contacts with two numbers, and If this contact calls and I can't answer phone. So I can't see anywhere his number where call came from ?!? |
Re: Call Log with Maemo 5 / N900 (especially vs Symbian S60)
Quote:
/home/user/.rtcom-eventlogger/el.db Being SQLite, it should be a simple to access the information as it an SQL database. Since it's the event db for rtcomm, it should have everything in it: calls, IMs, SMS, etc. |
Re: Call Log with Maemo 5 / N900 (especially vs Symbian S60)
thanks !
And you could read it by normal sql command. tables inside db file: Code:
cd /home/user/.rtcom-eventlogger/ Code:
sqlite3 el.db "select * from events order by id desc limit 5"; |
All times are GMT. The time now is 10:13. |
vBulletin® Version 3.8.8