![]() |
2012-10-12
, 10:42
|
Posts: 24 |
Thanked: 0 times |
Joined on Jul 2010
|
#2
|
![]() |
2012-11-06
, 04:47
|
Posts: 24 |
Thanked: 0 times |
Joined on Jul 2010
|
#3
|
![]() |
2013-02-05
, 05:59
|
Posts: 24 |
Thanked: 0 times |
Joined on Jul 2010
|
#4
|
![]() |
2013-02-05
, 10:17
|
Posts: 2,102 |
Thanked: 1,937 times |
Joined on Sep 2008
@ Berlin, Germany
|
#5
|
ls -al /home/user/.rtcom-eventlogger
![]() |
2013-02-07
, 04:57
|
Posts: 24 |
Thanked: 0 times |
Joined on Jul 2010
|
#6
|
![]() |
2013-02-07
, 21:57
|
|
Posts: 1,455 |
Thanked: 3,309 times |
Joined on Dec 2009
@ Rochester, NY
|
#7
|
cd /home/user/.rtcom-eventlogger sqlite3 el-v1.db .dump | sqlite3 el-v1.new.db mv el-v1.db el-v1.db.backup mv el-v1.new.db el-v1.db reboot
The Following User Says Thank You to woody14619 For This Useful Post: | ||
![]() |
2013-02-08
, 06:43
|
Posts: 24 |
Thanked: 0 times |
Joined on Jul 2010
|
#8
|
![]() |
2013-02-08
, 15:40
|
|
Posts: 1,455 |
Thanked: 3,309 times |
Joined on Dec 2009
@ Rochester, NY
|
#9
|
I am having a strange problem.
If I am making a call (blue arrow) or if I missed a call (red arrow), it keeps showing in phone calls / history after rebooting n900.
If I receive a call (green arrow), it keeps showing till I reboot.
As soon as I reboot, it shows all missed and dialed calls, but most of the received calls are not showing.
I checked manually in database el-v1.db, there I see events, groupcache, remotes etc table. but I could not find what is causing this problem.
There I see latest received record entry in events table with service_id 1, event_type_id 1 and outgoing 0. Also I see few entry in remotes table under for that particular received call number in remote_uid column.
Can anybody help me in finding the cause of this issue? which columns / tables are included or used to show call log / history? or what is the query that phone call / log is using?
Thanks