maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [ANNOUNCE] Callerx 1.0 Series (https://talk.maemo.org/showthread.php?t=75254)

admiral0 2011-07-26 13:40

[ANNOUNCE] Callerx 1.0 Series
 
Description:
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

admiral0 2011-07-26 13:42

Re: [ANNOUNCE] Callerx 1.0 Series
 
Forgot, patches welcome.

khuong 2011-07-26 14:18

Re: [ANNOUNCE] Callerx 1.0 Series
 
I see you make a nice progress here, i was too busy hacking my new gtab :-), and still haven't got Ui control panel done. Good work keep it up.

admiral0 2011-07-26 15:23

Re: [ANNOUNCE] Callerx 1.0 Series
 
I will be now coding for chakra :), tommorrow will be back coding on callerx.

ivgalvez 2011-08-11 10:47

Re: [ANNOUNCE] Callerx 1.0 Series
 
Thanks for this work. Have you made any progress recently?

admiral0 2011-08-17 13:51

Re: [ANNOUNCE] Callerx 1.0 Series
 
I've been on holidays recently so haven't made any progress.

There are still some FIXMEs in the config library and the CLI.
Then i'll create the configuration module (GUI)

pedrocoba 2011-08-17 15:01

Re: [ANNOUNCE] Callerx 1.0 Series
 
I am sorry I am confused after install & use it, now I decided to Unistall, how to I uninstall? I've tried to uninstall it via AppManager does not work. Help me friends

:(

admiral0 2011-08-17 15:18

Re: [ANNOUNCE] Callerx 1.0 Series
 
there was a bug in the early versions.

You need to upgrade to newer version (download from github) and the uninstall.

pedrocoba 2011-08-17 15:26

Re: [ANNOUNCE] Callerx 1.0 Series
 
Quote:

Originally Posted by admiral0 (Post 1071861)
there was a bug in the early versions.

You need to upgrade to newer version (download from github) and the uninstall.

I am confused which one should I download from github, I am sorry noob
Can you give me an easy way for me?

:)

admiral0 2011-08-17 15:33

Re: [ANNOUNCE] Callerx 1.0 Series
 
Look for downloads button.

Here is the direct link:
https://github.com/downloads/admiral...97.0_armel.deb

pedrocoba 2011-08-17 15:51

Re: [ANNOUNCE] Callerx 1.0 Series
 
Quote:

Originally Posted by admiral0 (Post 1071871)
Look for dowenloads button.

Here is the direct link:
https://github.com/downloads/admiral...97.0_armel.deb

I tried to install it via Xterm and an error occurs, whether it is still something wrong?


~ $ sudo gainroot
Root shell enabled


BusyBox v1.18.5 (Debian 1.18.5power3) built-in shell (ash)
Enter 'help' for a list of built-in commands.

/home/user # cd MyDocs
/home/user/MyDocs # dpkg -i callerx_0.97.0_armel.deb
Selecting previously deselected package callerx.
(Reading database ... 30217 files and directories currently installed.)
Preparing to replace callerx 0.97.0 (using callerx_0.97.0_armel.deb) ...
Stopping: Callerx Daemon
process 3441: arguments to dbus_message_set_destination() were incorrect, assertion "destination == NULL || _dbus_check_is_valid_bus_name (destination)" failed in file dbus-message.c line 2895.
This is normally a bug in some application using the D-Bus library.
Not enough memory
dpkg: warning - old pre-removal script returned error exit status 1
dpkg - trying script from the new package instead ...
Stopping: Callerx Daemon
process 3444: arguments to dbus_message_set_destination() were incorrect, assertion "destination == NULL || _dbus_check_is_valid_bus_name (destination)" failed in file dbus-message.c line 2895.
This is normally a bug in some application using the D-Bus library.
Not enough memory
dpkg: error processing callerx_0.97.0_armel.deb (--install):
subprocess new pre-removal script returned error exit status 1
sh: invalid number 's99'
sh: invalid number 'k10'
System startup links for /etc/init.d/callerx already exist.
Starting: Callerx Daemon
/etc/init.d/callerx: line 41: callerxd: not found
Errors were encountered while processing:
callerx_0.97.0_armel.deb
/home/user/MyDocs #

admiral0 2011-08-17 15:56

Re: [ANNOUNCE] Callerx 1.0 Series
 
Check space on root partition.

I hate debs.....

pedrocoba 2011-08-17 16:06

Re: [ANNOUNCE] Callerx 1.0 Series
 
I just want to uninstall it and finish this issue, can? Help me :(:(

mtran66 2011-08-17 16:10

Re: [ANNOUNCE] Callerx 1.0 Series
 
seems to work great, thanks!

admiral0 2011-08-17 16:24

Re: [ANNOUNCE] Callerx 1.0 Series
 
@pedro

edit /var/lib/dpkg/info/callerx.prerm and /var/lib/dpkg/info/callerx.prerm to look like

Code:

#!/bin/sh
echo "Hi"

Then try to
Code:

dpkg -r callerx
Did i say that i hate debs? No option to disable scriptlets....

pedrocoba 2011-08-17 16:40

Re: [ANNOUNCE] Callerx 1.0 Series
 
Quote:

Originally Posted by admiral0 (Post 1071893)
@pedro

edit /var/lib/dpkg/info/callerx.prerm and /var/lib/dpkg/info/callerx.prerm to look like

Code:

#!/bin/sh
echo "Hi"

Then try to
Code:

dpkg -r callerx
Did i say that i hate debs? No option to disable scriptlets....

Still can not uninstall? I've followed your way, what might be there another way?

~ $ root


BusyBox v1.18.5 (Debian 1.18.5power3) built-in shell (ash)
Enter 'help' for a list of built-in commands.

Nokia-N900:~# dpkg -r callerx
dpkg: error processing callerx (--remove):
Package is in a very bad inconsistent state - you should
reinstall it before attempting a removal.
Errors were encountered while processing:
callerx
Nokia-N900:~#

admiral0 2011-08-17 17:03

Re: [ANNOUNCE] Callerx 1.0 Series
 
hmm then try to install the deb you downloaded. The issue should be automagically solved.

pedrocoba 2011-08-17 17:15

Re: [ANNOUNCE] Callerx 1.0 Series
 
Quote:

Originally Posted by admiral0 (Post 1071924)
hmm then try to install the deb you downloaded. The issue should be automagically solved.

Yeah the problem is completed. Thx friend :) :)

ivgalvez 2012-03-14 13:25

Re: [ANNOUNCE] Callerx 1.0 Series
 
I have a feature suggestion: add the possibility to include a comment or name besides a blocked number, that way it will be easier to identify the entries in a blocked list and re enable (if needed) any of them.

jargon900 2012-03-15 07:45

Re: [ANNOUNCE] Callerx 1.0 Series
 
How do I block prefixes? I tried just adding the prefix digits to the blacklist, but the calls are still coming through.


All times are GMT. The time now is 01:08.

vBulletin® Version 3.8.8