maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Nokia N900 (https://talk.maemo.org/forumdisplay.php?f=44)
-   -   Issue in Conversation (Messaging) (https://talk.maemo.org/showthread.php?t=80391)

adilbaiya 2011-11-26 15:39

Issue in Conversation (Messaging)
 
I've to face little issues with my maemo's conversation (messaging) Whenever I receive any message, open the notification, the message displays but when visit the conversation main box later, the message disappears. It doesn't display in the conversation. Similarly few of the msgs doesn't delete nor opens. I don't know what's the problem.

any solution plz??? this is my first thread here, hope will get best response

PradaFRQ 2011-11-26 15:47

Re: Issue in Conversation (Messaging)
 
restart your mobile this will solve this issue

hhmah 2011-11-26 16:46

Re: Issue in Conversation (Messaging)
 
i always get this problems
i think u text him\her alot, thts why
here is wht u should try...
go to contacts
look for the person u dont recieve text
click on his name then conversation
delete all the msgs (thts the only way)
turn your phone off than on..
this should work

adilbaiya 2011-11-26 19:22

Re: Issue in Conversation (Messaging)
 
thnx for both of ur replies. Yup I restarted the phone more than once but it doesn't solve the problem. secondly frnd, Yup there is one of my frnd to whom i text a lot but m facing same problem from the new contacts as well. I removed a lot of old msgs but still it doesn't resolve the problem.

adilbaiya 2011-11-27 07:29

Re: Issue in Conversation (Messaging)
 
It's the first problem that I've to face with my N900. I removed the entire conversations including the most important msgs as I was hopeful that it will resolve my problem but still the same issue..... :mad: what's the hell is this??? now no msg is saving in my inbox.... Any solution plzz!!

tim_de_wolf 2011-11-27 09:44

Re: Issue in Conversation (Messaging)
 
Quote:

Originally Posted by adilbaiya (Post 1129434)
It's the first problem that I've to face with my N900. I removed the entire conversations including the most important msgs as I was hopeful that it will resolve my problem but still the same issue..... :mad: what's the hell is this??? now no msg is saving in my inbox.... Any solution plzz!!

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.

adilbaiya 2011-11-27 11:43

Re: Issue in Conversation (Messaging)
 
Quote:

Originally Posted by tim_de_wolf (Post 1129465)
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...
......................................
........................................

You won't lose data. I hope this helps.

Oh dear.... m just a beginner. don't know so details... :( any easy way? or step by step guidance? plzzzz

tim_de_wolf 2011-11-27 12:35

Re: Issue in Conversation (Messaging)
 
Quote:

Originally Posted by adilbaiya (Post 1129499)
Oh dear.... m just a beginner. don't know so details... :( any easy way? or step by step guidance? plzzzz

Go to the X terminal and enter the commands 1 by 1. That should do it..

(this works given you can gain root acces, the first cmd, if not install: "rootsh" via the application manager, when installed go by the commands again 1 by 1.)

hhmah 2011-11-27 22:30

Re: Issue in Conversation (Messaging)
 
check this places
talk.maemo.org/showpost.php?p=715062&postcount=3

adilbaiya 2011-11-28 11:08

Re: Issue in Conversation (Messaging)
 
Quote:

Originally Posted by hhmah (Post 1129766)
check this places
talk.maemo.org/showpost.php?p=715062&postcount=3

Thnx a lot "HHMAH". It resolved my issue. Thnx God that I'd backup.

tim_de_wolf 2011-11-29 00:53

Re: Issue in Conversation (Messaging)
 
Quote:

Originally Posted by adilbaiya (Post 1129967)
Thnx a lot "HHMAH". It resolved my issue. Thnx God that I'd backup.

Was my post of any help?

adilbaiya 2011-11-29 14:37

Re: Issue in Conversation (Messaging)
 
Quote:

Originally Posted by tim_de_wolf (Post 1130350)
Was my post of any help?

Thnx for u too as you responded very nicely by guiding me towards the real solution of my problem but as I'd told u earlier that m just a beginner so according to another suggestion, I run a saved backup then restore the settings and at last this resolved my issue.

tim_de_wolf 2011-11-29 18:01

Re: Issue in Conversation (Messaging)
 
Quote:

Originally Posted by adilbaiya (Post 1130572)
Thnx for u too as you responded very nicely by guiding me towards the real solution of my problem but as I'd told u earlier that m just a beginner so according to another suggestion, I run a saved backup then restore the settings and at last this resolved my issue.

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.

adilbaiya 2011-11-30 13:09

Re: Issue in Conversation (Messaging)
 
Quote:

Originally Posted by tim_de_wolf (Post 1130639)
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.

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?

tim_de_wolf 2011-11-30 15:01

Re: Issue in Conversation (Messaging)
 
Quote:

Originally Posted by adilbaiya (Post 1131047)
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?

Yes thats about it. Just open X terminal, make sure you're first command to enter is "sudo gainroot", as this allows you to be "super user" of the phone. To become this, you have to download rootsh via application manager, without it you cant become "root".

Just enter the codes and press enter 1 by 1.

Feel free to post any further questions

Socim 2011-12-03 14:03

Re: Issue in Conversation (Messaging)
 
Quote:

Originally Posted by tim_de_wolf (Post 1129465)
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.

Thanks! It solved my problem!

tim_de_wolf 2011-12-03 22:49

Re: Issue in Conversation (Messaging)
 
Quote:

Originally Posted by Socim (Post 1132669)
Thanks! It solved my problem!

It solved my problem too back then, but it was only temporary, every now and then I re-do this process because somehow the problem persists over time..

I have no idea why, but since it only costs a few minutes, i really don't care.

No problem btw, always glad to help

adilbaiya 2011-12-24 05:50

Re: Issue in Conversation (Messaging)
 
Quote:

Originally Posted by tim_de_wolf (Post 1131121)
Yes thats about it. Just open X terminal, make sure you're first command to enter is "sudo gainroot", .......................
Feel free to post any further questions

Dear! m facing that problem once again :( now this time, restoring z not resolving that issue.... There z an issue with the conversation with just one contact. all other conversations are correctly occurring. I tried your suggested code in x terminal as it is, as you advised, but i don't know y, it's not resolving:(

marqui01 2012-01-07 22:27

Re: Issue in Conversation (Messaging)
 
i as well having the same problem as you now.. i even tried to use the method posted by tim de wolf but it not work on my phone..
is there anyone here know the solution? please guys i need your help..


All times are GMT. The time now is 11:48.

vBulletin® Version 3.8.8