|
2010-09-29
, 17:31
|
Posts: 2 |
Thanked: 0 times |
Joined on Sep 2010
|
#442
|
|
2010-09-29
, 23:33
|
|
Posts: 62 |
Thanked: 7 times |
Joined on Aug 2010
@ Spain ( Granada )
|
#443
|
|
2010-10-01
, 12:13
|
Posts: 466 |
Thanked: 418 times |
Joined on Jan 2010
|
#444
|
|
2010-10-01
, 21:14
|
Posts: 110 |
Thanked: 38 times |
Joined on Apr 2010
|
#445
|
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 = 7 and outgoing = 0") else: #Nokia changed the event from 3 to 2 cur.execute("select count(id) from Events where event_type_id = 3 and outgoing = 0")
|
2010-10-02
, 22:50
|
Posts: 3,464 |
Thanked: 5,107 times |
Joined on Feb 2010
@ Gothenburg in Sweden
|
#446
|
I had a problem with Call Notify 0.2.0-2 After reading the commented out lines, I changed the first event_type_id = 7 to event_type_id = 11.
I changed the second event_type_id = 3 to event_type_id =2.
Everything works for me correctly now on PR 1.2
Attached is the modified CallNotify.py. Extract from .zip and replace in \usr\lib\hildon-desktop
Not sure if it'll work for you.
|
2010-10-07
, 05:03
|
Posts: 43 |
Thanked: 6 times |
Joined on Jan 2010
|
#447
|
The only problem I've had with it is that I haven't been able to 'acknowledge' that I've had a missed call. It basically keeps beeping / vibrating until I reboot my phone if I've missed a call. Even if I called the person back.
Anyone else having this issue? It's happened to me twice. Otherwise it's awesome and works well.
slaapliedje
|
2010-10-20
, 18:16
|
Posts: 115 |
Thanked: 12 times |
Joined on Oct 2009
|
#448
|
I had a problem with Call Notify 0.2.0-2 not working well with PR 1.2.
If I missed one SMS, it would say that I missed 5+. It would not show a missed call icon if I missed a call.
I opened usr\lib\hildon-desktop\CallNotify.py. Saw this line.
After reading the commented out lines, I changed the first event_type_id = 7 to event_type_id = 11.Code: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 = 7 and outgoing = 0") else: #Nokia changed the event from 3 to 2 cur.execute("select count(id) from Events where event_type_id = 3 and outgoing = 0")
I changed the second event_type_id = 3 to event_type_id = 2.
Everything works for me correctly now on PR 1.2
Attached is the modified CallNotify.py. Extract from .zip and replace in \usr\lib\hildon-desktop
Not sure if it'll work for you.
|
2010-10-21
, 15:13
|
Posts: 30 |
Thanked: 89 times |
Joined on Jan 2009
|
#449
|
|
2010-10-25
, 23:00
|
Posts: 23 |
Thanked: 7 times |
Joined on Jun 2010
|
#450
|
dude,
how did u make it work???
pls do tell me!