|
2011-07-26
, 13:42
|
Posts: 279 |
Thanked: 293 times |
Joined on Oct 2009
@ Italy
|
#2
|
|
2011-07-26
, 14:18
|
Posts: 291 |
Thanked: 398 times |
Joined on Jan 2011
@ USA
|
#3
|
|
2011-08-11
, 10:47
|
Posts: 1,397 |
Thanked: 2,126 times |
Joined on Nov 2009
@ Dublin, Ireland
|
#5
|
|
2011-08-17
, 13:51
|
Posts: 279 |
Thanked: 293 times |
Joined on Oct 2009
@ Italy
|
#6
|
|
2011-08-17
, 15:01
|
|
Posts: 118 |
Thanked: 7 times |
Joined on Jan 2011
@ indonesia
|
#7
|
|
2011-08-17
, 15:18
|
Posts: 279 |
Thanked: 293 times |
Joined on Oct 2009
@ Italy
|
#8
|
|
2011-08-17
, 15:26
|
|
Posts: 118 |
Thanked: 7 times |
Joined on Jan 2011
@ indonesia
|
#9
|
there was a bug in the early versions.
You need to upgrade to newer version (download from github) and the uninstall.
|
2011-08-17
, 15:33
|
Posts: 279 |
Thanked: 293 times |
Joined on Oct 2009
@ Italy
|
#10
|
http://talk.maemo.org/showpost.php?p...12&postcount=1
It's a call blocker written in Qt. Supports whitelist mode and time-based lists.
Source:
https://github.com/admiral0/callerx
How to build:
Easy (pkg) : fakeroot dpkg-buildpackage
Alternate (bin only): cmake . && make
Differences:
* Well, i've rewritten a lot of code. Now configuration resides in /home/user/.callerxrc . Lists can be defined in this file, also can be external.
* Created callerxc, a CLI configurator utility. It's documented.
* Created interaction library. Other apps can use that to add blocked numbers (i imagine a personalized call-ui and contacts list)
Expect a *lot* of bugs as it's alpha quality yet. Please report issues on github.
If you are not willing to risk, please install the old version from extras-devel.
Version 0.97.0 Alpha 1
https://github.com/downloads/admiral...97.0_armel.deb
Current TODO:
* fixing bugs in libcallerx (shared code between all clients)
* writing control panel plugin
admiral0