tim_de_wolf
|
2011-11-29
, 00:53
|
Posts: 82 |
Thanked: 25 times |
Joined on Apr 2011
|
#11
|
|
2011-11-29
, 14:37
|
Posts: 8 |
Thanked: 0 times |
Joined on Nov 2011
@ Islamabad
|
#12
|
|
2011-11-29
, 18:01
|
Posts: 82 |
Thanked: 25 times |
Joined on Apr 2011
|
#13
|
The Following User Says Thank You to tim_de_wolf For This Useful Post: | ||
|
2011-11-30
, 13:09
|
Posts: 8 |
Thanked: 0 times |
Joined on Nov 2011
@ Islamabad
|
#14
|
Alright, thats fine then. I can advice you to try out my suggestion as well. You won't lose any data, and the learning process (using xterm) is seriously worth the effort. Xterm gives you so much more usefull things to do with the n900.
|
2011-11-30
, 15:01
|
Posts: 82 |
Thanked: 25 times |
Joined on Apr 2011
|
#15
|
Thnx once again frnd Yup agree with u... Ohk I'll try (Inshallah) and wil disturb you if required for further assistance.
Should I enter these commands as it as and have to press enter after every command?
|
2011-12-03
, 14:03
|
Posts: 7 |
Thanked: 3 times |
Joined on Jul 2011
|
#16
|
I've had similar issues too. I now for example have the problem that it takes a hell long time to "load" the conversation. For example, you open conversation, see ur Friends name with the latest txt message: blablabla, I click on it and it takes forever to load the messages, the screen where they should be stays black...
I have a (possible) solution though:
First gain root access:
sudo gainroot
..then switch to the target directory:
cd .rtcom-eventlogger
Now dump the contents of the existing database to a raw SQL file:
sqlite3 el-v1.db .dump > el-v1.db.sql
Restore the SQL to a new database:
sqlite3 el-v1.db.new < el-v1.db.sql
You may ignore SQL errors at this stage; they occur due to corruption in the source.
Now overwrite the broken DB (you may wish to back up the original file):
cp el-v1.db.new el-v1.db
Finally, ensure that the file is owned by 'user' and is in the 'users' group so it may be read by Conversations
chown user el-v1.db
chgrp users el-v1.db
Now close and re-open your Conversations app - the changes should be immediate!
You won't lose data. I hope this helps.
|
2011-12-03
, 22:49
|
Posts: 82 |
Thanked: 25 times |
Joined on Apr 2011
|
#17
|
|
2011-12-24
, 05:50
|
Posts: 8 |
Thanked: 0 times |
Joined on Nov 2011
@ Islamabad
|
#18
|
|
2012-01-07
, 22:27
|
Posts: 9 |
Thanked: 0 times |
Joined on Jan 2012
|
#19
|