|
|
10-12-2012
, 06:42 AM
|
|
Posts: 24 |
Thanked: 0 times |
Joined on Jul 2010
|
#2
|
|
|
11-06-2012
, 12:47 AM
|
|
Posts: 24 |
Thanked: 0 times |
Joined on Jul 2010
|
#3
|
|
|
02-05-2013
, 01:59 AM
|
|
Posts: 24 |
Thanked: 0 times |
Joined on Jul 2010
|
#4
|
|
|
02-05-2013
, 06:17 AM
|
|
Posts: 1,763 |
Thanked: 1,389 times |
Joined on Sep 2008
@ Berlin, Germany
|
#5
|
ls -al /home/user/.rtcom-eventlogger
|
|
02-07-2013
, 12:57 AM
|
|
Posts: 24 |
Thanked: 0 times |
Joined on Jul 2010
|
#6
|
|
|
02-07-2013
, 05:57 PM
|
|
|
Posts: 1,332 |
Thanked: 2,674 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: | ||
|
|
02-08-2013
, 02:43 AM
|
|
Posts: 24 |
Thanked: 0 times |
Joined on Jul 2010
|
#8
|
|
|
02-08-2013
, 11:40 AM
|
|
|
Posts: 1,332 |
Thanked: 2,674 times |
Joined on Dec 2009
@ Rochester, NY
|
#9
|
![]() |
| Thread Tools | Search this Thread |
|
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