maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Maemo 5 / Fremantle (https://talk.maemo.org/forumdisplay.php?f=40)
-   -   Stubborn SMS (https://talk.maemo.org/showthread.php?t=43030)

ROne21 2010-02-02 01:52

Stubborn SMS
 
I need help on getting rid of the SMS pictured below. Whenever my phone goes to sleep, that message pops up. I've tried unsuccessfully deleting it but it would not just go away. I've reset my phone to the default settings thinking that it might disappear but it didn't. Weird thing is, it does not show on my Conversations list. Can I get some help from people in the know? Clearly, this is irritating me a lot. TIA.


http://i160.photobucket.com/albums/t...201-081924.png

waleed786 2010-02-02 02:04

Re: Stubborn SMS
 
go to x-terminal and type exactly as follows:
rm /home/user/.rtcom-eventlogger/el.db

This will manually delete all sms messages from the system, and will clear your call log. Let me know if it works

ROne21 2010-02-02 04:22

Re: Stubborn SMS
 
Is there any way to delete just that message? I don't want to delete all my messages.

waleed786 2010-02-02 10:30

Re: Stubborn SMS
 
yes, if u can understand this post:
Quote:

Originally Posted by nex (Post 505909)
As far as I know that also deletes your call log. I suppose you could just delete the sms records using an sqlite command

sqlite3 /home/user/.rtcom-eventlogger/el.db "delete from Events where event_type_id in (7,8)"

Use just 7 to delete incoming only. I suppose you could also delete a certain sender's only (say that pesky nagios) with

...where remote_uid = "nagios number" and event_type_id = 7

put the number where it says nagios number
it is a db file so u could always just extract it and try to edit it on ur computer
or you could make a backup then delete ur msgs, then restore and see if that message is still there

ROne21 2010-02-02 19:43

Re: Stubborn SMS
 
Quote:

Originally Posted by waleed786 (Post 506513)
yes, if u can understand this post:


put the number where it says nagios number
it is a db file so u could always just extract it and try to edit it on ur computer
or you could make a backup then delete ur msgs, then restore and see if that message is still there

I'll keep this in mind. I decided to do a hard reset instead, problem solved. Thanks for your time.


All times are GMT. The time now is 03:27.

vBulletin® Version 3.8.8