Reply
Thread Tools
Posts: 60 | Thanked: 9 times | Joined on Dec 2009 @ Chicago
#1
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.


 
Posts: 180 | Thanked: 82 times | Joined on Dec 2009 @ Miami
#2
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
 

The Following 2 Users Say Thank You to waleed786 For This Useful Post:
Posts: 60 | Thanked: 9 times | Joined on Dec 2009 @ Chicago
#3
Is there any way to delete just that message? I don't want to delete all my messages.
 
Posts: 180 | Thanked: 82 times | Joined on Dec 2009 @ Miami
#4
yes, if u can understand this post:
Originally Posted by nex View Post
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

Last edited by waleed786; 2010-02-02 at 10:33.
 
Posts: 60 | Thanked: 9 times | Joined on Dec 2009 @ Chicago
#5
Originally Posted by waleed786 View Post
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.
 
Reply


 
Forum Jump


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