Active Topics

 


Reply
Thread Tools
Posts: 16 | Thanked: 2 times | Joined on Feb 2010 @ Bulgaria
#1
After restarting the phone it loads logs for missing smses and phone calls - please see the attached picture. This loading took a lot of time.
Is there a possibility to clear these logs?

picture: http://img708.imageshack.us/i/nokialog.jpg/

I deleted all messages in my phone, but the log is loaded each time after reboot

Thanks in advance !

Last edited by sharkybg; 2010-07-12 at 16:35.
 
Posts: 317 | Thanked: 787 times | Joined on Oct 2009 @ Krakow, Poland
#2
I think phone data is store in this folder:
/home/user/.osso-abook/db

Maybe you have some permission issues here. Compare it with mine:
Code:
user@n900|~$cd .osso-abook/db
user@n900|~/.osso-abook/db$ls -al
drwxrwxrwx    3 user     users        4096 May 28 22:12 .
drwxrwxrwx    4 user     users        4096 May 28 22:10 ..
-rw-r--r--    1 user     users       12288 Apr 16 23:43 PC Suite Data Sync.changes.db
-rw-r--r--    1 user     users       24576 Jul 10 10:44 addressbook.db
-rw-r--r--    1 user     users       12288 Jul 10 22:42 fre1.changes.db
-rw-r--r--    1 user     users        8192 Jul 10 10:44 index_email.db
-rw-r--r--    1 user     users        8192 Jul 10 10:44 index_first_last.db
-rw-r--r--    1 user     users        8192 Jul 10 10:44 index_full_name.db
-rw-r--r--    1 user     users        8192 Jul 10 10:44 index_im_jabber.db
-rw-r--r--    1 user     users        8192 Jul 10 10:44 index_last_first.db
-rw-r--r--    1 user     users        8192 Jul 10 10:44 index_nick.db
-rw-r--r--    1 user     users        8192 Jul 10 10:44 index_phone.db
-rw-r-----    1 user     users      397093 Jul 10 22:40 log.0000000001
-rw-r--r--    1 user     users       12288 Jul 10 10:44 running_id.db
drwxrwxrwx    2 user     users        4096 Jun 17 18:54 tp-cache
 
Posts: 229 | Thanked: 36 times | Joined on Jan 2010 @ Bulgaria
#3
Originally Posted by dwaradzyn View Post
I think phone data is store in this folder:
/home/user/.osso-abook/db

Maybe you have some permission issues here. Compare it with mine:
Code:
user@n900|~$cd .osso-abook/db
user@n900|~/.osso-abook/db$ls -al
drwxrwxrwx    3 user     users        4096 May 28 22:12 .
drwxrwxrwx    4 user     users        4096 May 28 22:10 ..
-rw-r--r--    1 user     users       12288 Apr 16 23:43 PC Suite Data Sync.changes.db
-rw-r--r--    1 user     users       24576 Jul 10 10:44 addressbook.db
-rw-r--r--    1 user     users       12288 Jul 10 22:42 fre1.changes.db
-rw-r--r--    1 user     users        8192 Jul 10 10:44 index_email.db
-rw-r--r--    1 user     users        8192 Jul 10 10:44 index_first_last.db
-rw-r--r--    1 user     users        8192 Jul 10 10:44 index_full_name.db
-rw-r--r--    1 user     users        8192 Jul 10 10:44 index_im_jabber.db
-rw-r--r--    1 user     users        8192 Jul 10 10:44 index_last_first.db
-rw-r--r--    1 user     users        8192 Jul 10 10:44 index_nick.db
-rw-r--r--    1 user     users        8192 Jul 10 10:44 index_phone.db
-rw-r-----    1 user     users      397093 Jul 10 22:40 log.0000000001
-rw-r--r--    1 user     users       12288 Jul 10 10:44 running_id.db
drwxrwxrwx    2 user     users        4096 Jun 17 18:54 tp-cache
Sorry, I am not a linux user.
Is there a possibility to delete these log files? And How?
Thanks in advance.
Regards.
 
eco's Avatar
Posts: 5 | Thanked: 2 times | Joined on Jul 2010 @ Internet
#4
Originally Posted by jorjino View Post
Sorry, I am not a linux user.
Is there a possibility to delete these log files? And How?
Thanks in advance.
Regards.
Open X-terminal and type:
Code:
cd .osso-abook/db
And then:
Code:
ls -al
Then compare the output whit dwaradzyn:s output in earlier posts.

Hope this helps
 
Posts: 16 | Thanked: 2 times | Joined on Feb 2010 @ Bulgaria
#5
This is from my phone
Attached Images
   
 
eco's Avatar
Posts: 5 | Thanked: 2 times | Joined on Jul 2010 @ Internet
#6
Originally Posted by sharkybg View Post
This is from my phone
I found somting here: Link

First backup the folder whit databases;
Open X-terminal and type:
Code:
cp -r .rtcom-eventlogger .rtcom-eventlogger_backup
Now when we have made the backup we will remove that folder by typing:
Code:
rm -rf .rtcom-eventlogger
Now restart the phone and hopefully this will solve the problem.
I soulde also tell that this will remove the history completely.


If this work you can remove the backup by typing:
OBS: dont remove the backup before you have tried send and received sms and calls and se that the history is working!
Code:
rm -rf .rtcom-eventlogger_backup
Hope this will solve the problem

EDIT: Fixed copy command
EDIT2: Fixed copy command again

Last edited by eco; 2010-07-14 at 15:41.
 
Posts: 16 | Thanked: 2 times | Joined on Feb 2010 @ Bulgaria
#7
I try this, but not fix the problem. After reboot log loads again ............ 421 sms and 674 missed calls

This command just remove history for incoming,outgoing and missed calls!

Last edited by sharkybg; 2010-07-14 at 16:18.
 
eco's Avatar
Posts: 5 | Thanked: 2 times | Joined on Jul 2010 @ Internet
#8
Originally Posted by sharkybg View Post
I try this, but not fix the problem. After reboot log loads again ............ 421 sms and 674 missed calls

This command just remove history for incoming,outgoing and missed calls!
The command should also delete history for sms?

When you delete a message, does it come back after reboot?
 
Posts: 16 | Thanked: 2 times | Joined on Feb 2010 @ Bulgaria
#9
I dont have any sms in the phone , i always delete all off im or sms.

After reboot loading this log , but on the phone dont have any sms and log for incoming ,outgoing and missed call is clear
 
eco's Avatar
Posts: 5 | Thanked: 2 times | Joined on Jul 2010 @ Internet
#10
Originally Posted by sharkybg View Post
I dont have any sms in the phone , i always delete all off im or sms.

After reboot loading this log , but on the phone dont have any sms and log for incoming ,outgoing and missed call is clear
Hmm. I wonder what database it get that informations from
Maybe it have somting to do whit the osso-abook database, but a dont realy now how to check that in a safe way :/

Hopefully someone else have an answer?

Last edited by eco; 2010-07-15 at 09:11.
 
Reply


 
Forum Jump


All times are GMT. The time now is 19:01.