Thread
:
[Maemo 5] Block SMS on N900?
View Single Post
dchky
2010-09-13 , 12:56
Posts: 549 | Thanked: 299 times | Joined on Jun 2010 @ Australian in the Philippines
#
4
As yet nobody has done an application to do this - however having said that, the process is relatively easy.
There is enough documentation floating around to implement the idea, maybe starting with the
anti-theft
and
I am here
threads.
Essentially (I hope I've got this right):
* Build a d-bus listener to intercept incoming text messages.
* Decode incoming text messages and filter through your hit list.
* Stop the UI from alerting you about the incoming message if a hit is made.
* Either delete the message entirely from the sqlite database or move it elsewhere for viewing in an external application.
Last edited by dchky; 2010-09-13 at
13:03
.
Quote & Reply
|
The Following 4 Users Say Thank You to dchky For This Useful Post:
gttnnn
,
Maj3stic
,
PUNK
,
vkv.raju
dchky
View Public Profile
Send a private message to dchky
Find all posts by dchky