maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [ANNOUNCE] Callerx -- Call Blocker in QT (https://talk.maemo.org/showthread.php?t=75013)

Estel 2011-07-18 01:26

Re: [ANNOUNCE] Callerx -- Call Blocker in QT
 
That's exactly what i thought - thanks for clarification! :) BTw, it's such a great idea, that I'm really surprised no one made app like that before. I don't know if it's same on other countries, but here in Poland we got recently new plague - automatic messages calling our mobile phones (not SMS, calling!) telling, that we won lottery and need to (...blablabla..) - faking TV show presenters calling to winners. Of course it's plain b.u.l.l.s.h.i.t, but its f****ng irritating, if you get 2-3 calls like that a day. They all call from hidden id ;)

So, bye bye, lotteries!

nemasus 2011-07-18 14:28

Re: [ANNOUNCE] Callerx -- Call Blocker in QT
 
Hello khuong, brilliant script, can we block a number pattern, for example; all numbers starting with 0845* which here in the UK are used for marketting and dodgy money making schemes?

khuong 2011-07-18 14:34

Re: [ANNOUNCE] Callerx -- Call Blocker in QT
 
Quote:

Originally Posted by nemasus (Post 1053356)
Hello khuong, brilliant script, can we block a number pattern, for example; all numbers starting with 0845* which here in the UK are used for marketting and dodgy money making schemes?

Yes, just enter 0845 without * in the list, any phone number starting with 0845 will be blocked.

admiral0 2011-07-18 14:39

Re: [ANNOUNCE] Callerx -- Call Blocker in QT
 
Where is the source? Put it on github and i'll help. It's been in my todo for 1 year lol.

khuong 2011-07-18 14:44

Re: [ANNOUNCE] Callerx -- Call Blocker in QT
 
Quote:

Originally Posted by admiral0 (Post 1053363)
Where is the source? Put it on github and i'll help. It's been in my todo for 1 year lol.

You can download the source from http://maemo.org/packages/source/vie...callerx/0.0.8/

admiral0 2011-07-18 14:45

Re: [ANNOUNCE] Callerx -- Call Blocker in QT
 
@khuong come in #maemo in irc.freenode.net

webchat.freenode.net, channel #maemo

admiral0 2011-07-18 16:21

Re: [ANNOUNCE] Callerx -- Call Blocker in QT
 
I took a look at your code... It needs some refactoring.

I'll upload to git as soon as i refactor. Where did you get csd API?

kureyon 2011-07-18 16:29

Re: [ANNOUNCE] Callerx -- Call Blocker in QT
 
Thanks for this program! One small problem - it doesn't autostart on reboot :(

khuong 2011-07-18 16:33

Re: [ANNOUNCE] Callerx -- Call Blocker in QT
 
Quote:

Originally Posted by kureyon (Post 1053448)
Thanks for this program! One small problem - it doesn't autostart on reboot :(

The startup script /etc/event.d/callerxd at boot worked fine when I tested but after packaged and installed from repository, it stopped working, I have to update the file with the code below to get it auto-start at boot again. I've been scratching my head on this issue.

Just edit the /etc/event.d/callerxd to make it look like below code then restart. That should auto-start at boot again.

Code:

description        "Callerx Daemon"

start on started hildon-desktop

script
  exec su - user -c "exec /opt/callerx/bin/callerx"
end script


khuong 2011-07-18 16:38

Re: [ANNOUNCE] Callerx -- Call Blocker in QT
 
Quote:

Originally Posted by admiral0 (Post 1053441)
I took a look at your code... It needs some refactoring.

I'll upload to git as soon as i refactor. Where did you get csd API?

is it available?...:) I just used dbus-monitor


All times are GMT. The time now is 04:57.

vBulletin® Version 3.8.8