![]() |
2009-12-06
, 15:19
|
Posts: 53 |
Thanked: 49 times |
Joined on Jun 2007
|
#31
|
The Following User Says Thank You to VRe For This Useful Post: | ||
![]() |
2009-12-06
, 17:07
|
Posts: 1,179 |
Thanked: 770 times |
Joined on Nov 2009
|
#32
|
I don't think that this is a step back. For consumer this might look like that because you don't have that call logger program now, but this is probably not going to be so for long. The database file is there and it has schema which can be read, so now any coder with editor and free time can create some kick-*** call log presenter. I think this is a good thing.
![]() |
2010-01-02
, 20:51
|
Posts: 111 |
Thanked: 31 times |
Joined on May 2007
|
#33
|
![]() |
2010-01-06
, 22:45
|
Posts: 8 |
Thanked: 7 times |
Joined on Jul 2008
|
#34
|
sqlite3 -line .rtcom-eventlogger/el.db 'select service_id, ET.name, datetime(storage_time,"unixepoch") storage_time, datetime(start_time,"unixepoch") start_time, datetime(end_time,"unixepoch") end_time, is_read, flags, E.remote_uid, remote_name, abook_uid, group_uid, channel, free_text from Events as E, EventTypes ET, Remotes as R where E.event_type_id=ET.id and R.remote_uid=E.remote_uid and E.local_uid=R.local_uid order by storage_time;'
The Following User Says Thank You to nygren For This Useful Post: | ||
![]() |
2010-01-11
, 16:07
|
Posts: 29 |
Thanked: 23 times |
Joined on Jan 2009
@ Macedonia
|
#35
|
![]() |
2010-01-11
, 16:10
|
|
Posts: 355 |
Thanked: 245 times |
Joined on Jul 2009
@ Northern VA
|
#36
|
![]() |
2010-01-15
, 13:54
|
|
Posts: 932 |
Thanked: 278 times |
Joined on Sep 2009
@ Kentucky
|
#37
|
My actual concern is that it a call from a person in your phone book overwrites a call you made to him/her so you essentially have not history of when you made the call to him/her. This is a definite bug that needs to be looked at and be improved upon in the next release of firmware.
![]() |
2010-02-22
, 16:47
|
Posts: 16 |
Thanked: 0 times |
Joined on Feb 2010
|
#38
|
I've just made a simple application that will show you a list of all the received, dialed and missed calls, without filtering or grouping any of them.
apt-get install gnome-python
![]() |
2010-02-22
, 16:52
|
Posts: 16 |
Thanked: 0 times |
Joined on Feb 2010
|
#39
|
![]() |
2010-02-22
, 17:11
|
Posts: 10 |
Thanked: 4 times |
Joined on Jan 2010
|
#40
|