![]() |
Re: [Announce] SMS and IM-Chat Messageblocker
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) .... |
Re: [Announce] SMS and IM-Chat Messageblocker
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 :) |
Re: [Announce] SMS and IM-Chat Messageblocker
Just made a thread here http://talk.maemo.org/showthread.php?t=74228 to discuss it.
|
Re: [Announce] SMS and IM-Chat Messageblocker
Is this compatible with harmattan? nokia N9
|
Re: [Announce] SMS and IM-Chat Messageblocker
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 |
Re: [Announce] SMS and IM-Chat Messageblocker
Do you have an idea on how to contact him?
Thanks |
Re: [Announce] SMS and IM-Chat Messageblocker
No, I don't remember who he was.
You may ask at forum.meego.com nicolai |
Re: [Announce] SMS and IM-Chat Messageblocker
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? |
Re: [Announce] SMS and IM-Chat Messageblocker
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%';" |
Re: [Announce] SMS Chat Messageblocker
Could you, please, make an option so, messages not appear in Conversations?
|
| All times are GMT. The time now is 20:33. |
vBulletin® Version 3.8.8