![]() |
2011-01-30
, 17:50
|
Posts: 3 |
Thanked: 1 time |
Joined on Jan 2011
|
#41
|
![]() |
2011-02-09
, 06:53
|
Posts: 44 |
Thanked: 9 times |
Joined on Feb 2009
|
#42
|
![]() |
2011-02-09
, 12:31
|
Posts: 9 |
Thanked: 30 times |
Joined on Dec 2010
|
#43
|
![]() |
2011-02-26
, 02:30
|
Posts: 92 |
Thanked: 6 times |
Joined on Jul 2010
|
#44
|
![]() |
2011-02-26
, 02:46
|
Posts: 92 |
Thanked: 6 times |
Joined on Jul 2010
|
#45
|
![]() |
2011-03-01
, 02:48
|
Posts: 1,522 |
Thanked: 392 times |
Joined on Jul 2010
@ São Paulo, Brazil
|
#46
|
The Following User Says Thank You to TiagoTiago For This Useful Post: | ||
![]() |
2011-03-01
, 02:54
|
Posts: 1,522 |
Thanked: 392 times |
Joined on Jul 2010
@ São Paulo, Brazil
|
#47
|
![]() |
2011-03-01
, 04:05
|
Posts: 1,067 |
Thanked: 313 times |
Joined on Sep 2009
@ USA
|
#48
|
cd .rtcom-eventlogger mkdir keep mv el*db keep
![]() |
2011-03-01
, 17:09
|
Posts: 9 |
Thanked: 30 times |
Joined on Dec 2010
|
#49
|
The Following User Says Thank You to PSX For This Useful Post: | ||
![]() |
2011-03-03
, 12:22
|
Posts: 95 |
Thanked: 21 times |
Joined on Jan 2011
|
#50
|
Found a workaround for this today - the problem occurs because the Headers table in the /home/user/.rtcom-eventlogger/el-v1.db becomes corrupt. Happily this is repairable, on the device:
First gain root access:
..then switch to the target directory:Code:sudo gainroot
Now dump the contents of the existing database to a raw SQL file:Code:cd .rtcom-eventlogger
Restore the SQL to a new database:Code:sqlite3 el-v1.db .dump > el-v1.db.sql
You may ignore SQL errors at this stage; they occur due to corruption in the source.Code:sqlite3 el-v1.db.new < el-v1.db.sql
Now overwrite the broken DB (you may wish to back up the original file):
Finally, ensure that the file is owned by 'user' and is in the 'users' group so it may be read by ConversationsCode:cp el-v1.db.new el-v1.db
Now close and re-open your Conversations app - the changes should be immediate!Code:chown user el-v1.db chgrp users el-v1.db
Hope this helps,
Alex
![]() |
Tags |
misused tags, troll tags, troll thread |
Thread Tools | |
|