maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [Announce] Call Notify (https://talk.maemo.org/showthread.php?t=48501)

sulaimanfbi 2010-05-28 20:10

Re: [Announce] Call Notify
 
hi,
wen i install call notify it says some app. packages req. for installation...
can u help me plzz ..tell me how to install it on pr1.2

omeriko9 2010-05-28 21:07

Re: [Announce] Call Notify
 
Quote:

Originally Posted by sulaimanfbi (Post 686618)
hi,
wen i install call notify it says some app. packages req. for installation...
can u help me plzz ..tell me how to install it on pr1.2

Hi,

Please note that CallNotify is still in dev & testing stages, and is not recommended for novice users.

Currently, CallNotify is not working with PR1.2 (see red message in the first post here), I suggest to wait until I'll publish a working version which should be soon.

Anyway, you shouldn't have any strange errors during installation. If you do, please post the exact message here and I'll try to help you out.

rcastberg 2010-05-29 09:28

Re: [Announce] Call Notify
 
Hi,

Seems that nokia updated the librtcom-eventlogger.so library, as evident from:
Code:

# ldd /usr/lib/hildon-control-panel/libcallnotify.so|grep found
librtcom-eventlogger.so.0 => not found

I managed to get settings to work by creating a link to the new version, this a tempory hack, but a recompile of the library should sort that out.
Code:

ln -s /usr/lib/librtcom-eventlogger.so.1 s/usr/lib/librtcom-eventlogger.so.0
They also changed the database format and i had to change the getMissedCalls function:
Code:

    def getMissedCallsCount(self, isSms):
                self.dbg('getMissedCallsCount started. agrs: ' + str(isSms))
                conn = sqlite3.connect(self.path)
                cur = conn.cursor()
                if isSms:
                        #Nokia changed the event number from 7 to 11 and also combined the incomming and outgoing sms's
                        cur.execute("select count(id) from Events where event_type_id = 11 and outgoing = 0")
                else:
                        #Nokia changed the event from 3 to 2
                        cur.execute("select count(id) from Events where event_type_id = 2")

Seems to work well now.

Rene

robertran88 2010-05-29 19:06

Re: [Announce] Call Notify
 
Quote:

Originally Posted by rcastberg (Post 687609)
Hi,

Seems that nokia updated the librtcom-eventlogger.so library, as evident from:
Code:

# ldd /usr/lib/hildon-control-panel/libcallnotify.so|grep found
librtcom-eventlogger.so.0 => not found

I managed to get settings to work by creating a link to the new version, this a tempory hack, but a recompile of the library should sort that out.
Code:

ln -s /usr/lib/librtcom-eventlogger.so.1 s/usr/lib/librtcom-eventlogger.so.0
They also changed the database format and i had to change the getMissedCalls function:
Code:

    def getMissedCallsCount(self, isSms):
                self.dbg('getMissedCallsCount started. agrs: ' + str(isSms))
                conn = sqlite3.connect(self.path)
                cur = conn.cursor()
                if isSms:
                        #Nokia changed the event number from 7 to 11 and also combined the incomming and outgoing sms's
                        cur.execute("select count(id) from Events where event_type_id = 11 and outgoing = 0")
                else:
                        #Nokia changed the event from 3 to 2
                        cur.execute("select count(id) from Events where event_type_id = 2")

Seems to work well now.

Rene



where do i go to change these areas?

rcastberg 2010-05-30 17:59

Re: [Announce] Call Notify
 
Quote:

where do i go to change these areas?
the main changes are in /usr/lib/hildon-desktop/CallNotify.py

While the linking is done in a terminal (xterm) as root, i suggest that you wait for an updated application, as providing a link to applications expecting an older library can have unexpected consequences.

I am sure that omeriko9 is working on the issues at hand and will provide an update as soon as he is ready.

JonWW 2010-05-30 18:07

Re: [Announce] Call Notify
 
Will this be reqiured any more? :( As PR 1.2 seems to now do automatically what your have been trying to do all along.

vigilius 2010-05-31 01:31

Re: [Announce] Call Notify
 
While some of Call Notifys functions are now defunct due to PR1.2 having them natively, there are other functions that PR1.2 doesn't have.

And those functions still work fine here.

khodorhijazi 2010-05-31 13:23

Re: [Announce] Call Notify
 
hello omeriko9,

The newest version of call notify is installing properly with pr1.2.
however i am not able to access it through the settings and it is sometimes not notifying me about missed calls or messages.

Kindly requesting ur help.

skalogre 2010-05-31 14:12

Re: [Announce] Call Notify
 
Quote:

Originally Posted by khodorhijazi (Post 691725)
hello omeriko9,

The newest version of call notify is installing properly with pr1.2.
however i am not able to access it through the settings and it is sometimes not notifying me about missed calls or messages.

Kindly requesting ur help.

Read first post.

zlatko 2010-05-31 14:48

Re: [Announce] Call Notify
 
After I updated to today's version of callnotify(with el-v1.db) it stopped working. I changed el-v1.db to el.db, but it doesn't improve the situation.


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

vBulletin® Version 3.8.8