View Single Post
Saturn's Avatar
Posts: 1,648 | Thanked: 2,122 times | Joined on Mar 2007 @ UNKLE's Never Never Land
#6
Originally Posted by phpman View Post
When I send or receive a call, I do not have any recording of the phone number of the other phone.

This happened for 2 days. Rebooting is useless.

I erased the log of old calls, but still no result.

Does somebody have an idea ? Thanks
It might be that the database has been corrupted.

If you can manage the xterm, close all applications and do the following:
Code:
mv /home/user/.rtcom-eventlogger/el-v1.db /home/user/.rtcom-eventlogger/el-v1.db.old
then reboot and make a call. The db will be recreated.

If it doesn't help to restore do the reverse, i.e.
Code:
mv /home/user/.rtcom-eventlogger/el-v1.db.old /home/user/.rtcom-eventlogger/el-v1.db
hope it helps

Edit: both commands are one line