Active Topics

 



Notices


Reply
Thread Tools
Posts: 47 | Thanked: 2 times | Joined on Jun 2010
#71
thank you nicolai,
this is a great application, makes life easier with some annoying prepaid providers that sends you an sms after sending an sms to an friend in the same network (network flatrate) ....
 
Posts: 61 | Thanked: 63 times | Joined on Apr 2010
#72
Okay, finally I have decided to put my fingers down and code an SMS and Call blocker. Let me know if you guys are interested and what features you would like for version 1.

Here's what I am planning to do:

1. One app for SMS and Call block.
2. Block calls and SMS based on whether they are from your contacts
3. Black lists and white lists with wild card (*) for example do something like (+1*) to block all calls from US

Meanwhile, how about a good name for it? Any ideas
 
Posts: 61 | Thanked: 63 times | Joined on Apr 2010
#73
Just made a thread here http://talk.maemo.org/showthread.php?t=74228 to discuss it.
 
Posts: 2 | Thanked: 0 times | Joined on Dec 2011
#74
Is this compatible with harmattan? nokia N9
 
nicolai's Avatar
Posts: 1,637 | Thanked: 4,424 times | Joined on Apr 2009 @ Germany
#75
No, but I know about one
person who tried to port this
for harmattan. But I don't know how
far he has come.

nicolai
 
Posts: 2 | Thanked: 0 times | Joined on Dec 2011
#76
Do you have an idea on how to contact him?

Thanks
 
nicolai's Avatar
Posts: 1,637 | Thanked: 4,424 times | Joined on Apr 2009 @ Germany
#77
No, I don't remember who he was.
You may ask at forum.meego.com

nicolai
 
Raimu's Avatar
Posts: 139 | Thanked: 181 times | Joined on Nov 2011 @ Oulu, Finland
#78
I tend to get annoying spammy SMS messages for which there always isn't a clear sender number. Sometimes there appears to be a sender number, but then this blocker won't block them after all.

Is there any way I can dig the database on the phone for the number, for example?
 
nicolai's Avatar
Posts: 1,637 | Thanked: 4,424 times | Joined on Apr 2009 @ Germany
#79
Yes, if you have sqlite3, you can query the eventlogger database.
From xterm:

sqlite3 /home/user/.rtcom-eventlogger/el-v1.db "select remote_uid ,free_text From events where outgoing = 0;"

Shows all numbers and text for incoming messages.

And if you know one word which is in your spam messages, you
can filter the results by this word. If your spam messages include the word "SPAM" for example:

sqlite3 /home/user/.rtcom-eventlogger/el-v1.db "select remote_uid ,free_text From events where outgoing = 0 and free_text like '%SPAM%';"
 

The Following User Says Thank You to nicolai For This Useful Post:
Posts: 9 | Thanked: 3 times | Joined on Oct 2011
#80
Could you, please, make an option so, messages not appear in Conversations?
 
Reply


 
Forum Jump


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