Notices


Reply
Thread Tools
Posts: 1 | Thanked: 0 times | Joined on May 2010
#311
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's Avatar
Posts: 385 | Thanked: 344 times | Joined on Jan 2010 @ Israel
#312
Originally Posted by sulaimanfbi View Post
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.
 
Posts: 20 | Thanked: 16 times | Joined on Jan 2010 @ Norway
#313
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
 

The Following User Says Thank You to rcastberg For This Useful Post:
Posts: 15 | Thanked: 0 times | Joined on May 2010
#314
Originally Posted by rcastberg View Post
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?
 
Posts: 20 | Thanked: 16 times | Joined on Jan 2010 @ Norway
#315
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's Avatar
Posts: 623 | Thanked: 289 times | Joined on Jan 2010 @ UK
#316
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's Avatar
Posts: 37 | Thanked: 5 times | Joined on Apr 2010
#317
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.
__________________
Simplicity = Efficiency, Complexity = Impotency
 
Posts: 16 | Thanked: 8 times | Joined on May 2010
#318
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's Avatar
Posts: 327 | Thanked: 249 times | Joined on Sep 2009 @ Λεμεσιανός, ρε!
#319
Originally Posted by khodorhijazi View Post
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's Avatar
Posts: 861 | Thanked: 936 times | Joined on Feb 2010 @ Bulgaria
#320
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.
 
Reply


 
Forum Jump


All times are GMT. The time now is 12:59.