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)

juz 2012-07-09 10:40

Re: [Announce] Call Notify
 
Pali,

I have normal profile selected, with vibration activited. I did reboot post install.

I read back a few pages (post #455) a sugestion that i needed to install hildon-desktop-python-loader.

So I tried removing/purging callnotify, installing hildon-desktop-python-loader, then reinstalling your latest call notify.
I can confirm that everything is working as expected now. SMS notification works, call notification is working and sms/call notification is working. Both sound reminder and flashing status area icon is working.

Your package wouldn't install without python-hildondesktop, perhaps you need to add the same condition for hildon-desktop-python-loader?

Thanks for your quick replies! And for resurecting this program.

pali 2012-07-09 11:49

Re: [Announce] Call Notify
 
@juz: Thanks for info. I added dependency on package hildon-desktop-python-loader. I updated deb package on atrey.

OMOIKANE 2012-07-09 16:46

Re: [Announce] Call Notify
 
I have installed callnotify today. App reacts only for unread sms messages, no reaction for missed calls - no icon, no sound, no vibro. Whats wrong?
How to check it?

pali 2012-07-09 16:50

Re: [Announce] Call Notify
 
@OMOIKANE: check if you have enabled notifications in Settings --> Call Notify. I think that after changing configruation reboot is required.

I will test it in next days...

OMOIKANE 2012-07-09 21:24

Re: [Announce] Call Notify
 
Quote:

Originally Posted by pali (Post 1234610)
@OMOIKANE: check if you have enabled notifications in Settings --> Call Notify. I think that after changing configruation reboot is required.

I will test it in next days...

Yes, enabled and rebooted already. Only unread sms message notification is working.

pali 2012-07-20 08:22

Re: [Announce] Call Notify
 
@OMOIKANE: Problem is now fixed. Download new deb package, install it and reboot phone.

If there are no other problems I will push this version to extras-devel

pali 2012-07-27 06:31

Re: [Announce] Call Notify
 
package pushed to extras-devel.

pali 2012-07-28 08:19

Re: [Announce] Call Notify
 
package is now in extras-devel & extras-testing. vote for moving to extras: http://maemo.org/packages/package_in...otify/0.3.0-1/

OMOIKANE 2012-07-28 11:46

Re: [Announce] Call Notify
 
Call notify is working now. But forever ) After reviewing missing call or sms, visual notification is disappear but sound and vibro still notifying me every 5 minutes.

pali 2012-07-28 11:51

Re: [Announce] Call Notify
 
I tested it and sound & vibra events stopped after I read missed call. Try to reboot device. There is problem that if you change settings in control pannel it take effect after reboot...

OMOIKANE 2012-07-28 18:52

Re: [Announce] Call Notify
 
Yep. All correct after reboot. Thank you.

yrannadx 2012-07-31 07:49

Re: [Announce] Call Notify
 
@pali, thank for the update, however I was wondering why my CallNotify.py changes were used in your update without mentioning this anyhwere in latest version 0.3.0-1. I think my changes in the file (for which I used a lot of time and energy to make it work) are huge compared with original file from 0.2.0-2.

The way you were doing this update makes people believe (those that didn't read my post: http://talk.maemo.org/showpost.php?p...&postcount=465) that you are the single author fixing this application, and I think this is not nice.

pali 2012-07-31 08:09

Re: [Announce] Call Notify
 
I integrated your changes into extras package because it brings good options. Sorry if I forgot to write your changes here, but I wrote that in git commit: https://garage.maemo.org/plugins/ggi...c5736823409686

mr_jrt 2012-08-09 08:46

Re: [Announce] Call Notify
 
Quote:

Originally Posted by pali (Post 1244117)
I tested it and sound & vibra events stopped after I read missed call. Try to reboot device. There is problem that if you change settings in control pannel it take effect after reboot...

I've not changed those settings for a looong time, and I have the notifier stuck in my status area telling me I have a sms because I read the sms before the phone notified me it had arrived (may have had the conversation window open - don't recall).

peterleinchen 2012-08-09 17:51

Re: [Announce] Call Notify
 
Had the same issue few days ago, but then set all notifications off rebooted and set them back on and rebooted (not intentionally ;)). And now it seems better.

bobsikus 2012-08-17 06:25

Re: [Announce] Call Notify
 
hi,
0.3.0-1
* Respect profile settings (silent profile, disabled vibrations)

this works only for "official" silent bulit-in profile ?! Many of Us have profilesx package and using more profiles, I Have profile called "night" and want if it can work on this profile. Is it somewhere changeable at least ?!

Thank you

pali 2012-08-17 07:24

Re: [Announce] Call Notify
 
call notify ask profiled daemon about current profile settings. if current profile has flag silent then sound events are disabled. if current profile has flag disabled vibrations, then vibra is disabled. if current profile has flag sms sound muted, then call notify do not play sound for new sms (same for calls and im).

so if your profile app create new profile in profiled daemon (yes this is really possible) and set all those flags, then it will work. just try it and write! call notify does not check profile name, so you can rename it as you want...

bobsikus 2012-08-21 21:19

Re: [Announce] Call Notify
 
I'm sorry for a response so late ...

i have added "ringing.alert.type=Silent" to profile, doesn't react to that (phone was restarted) ...

(path to file /home/user/.profiled/custom.ini)

I have package profilesx, don't know, if there is any else of this type of package ( http://talk.maemo.org/showthread.php?t=50266 )

nicolai 2012-08-21 22:15

Re: [Announce] Call Notify
 
the correct setting would be :
ringing.alert.type=silent

profilesx does not let you set this setting for custom
profiles. I had this option in a previous developer
version, but it does not do what you would expect.
Most parts of the system (hildon-home/desktop) just
ignores this setting and handles the one silent profile
as a "silent" profile just because of its name/id.

Or in other words, the way the system (maemo) handles
the profiles you can not create another profile that acts
like the one "silent" profile.

pali 2012-08-22 06:17

Re: [Announce] Call Notify
 
CallNotify check if for silent via profiled key "ringing.alert.type" != "silent"

Also check "ringing.alert.volume" != 0 for calls and "sms.alert.volume" != 0 for sms.

So you can use ringing.alert.type=silent - CallNotify will handle it.

bobsikus 2012-08-23 05:51

Re: [Announce] Call Notify
 
Quote:

Originally Posted by pali (Post 1254417)
CallNotify check if for silent via profiled key "ringing.alert.type" != "silent"

Also check "ringing.alert.volume" != 0 for calls and "sms.alert.volume" != 0 for sms.

So you can use ringing.alert.type=silent - CallNotify will handle it.

/home/user/.profiled/custom.ini
Code:

# custom profile values
[Noc]

email.alert.volume=0
im.alert.volume=0
ringing.alert.type=silent
ringing.alert.volume=0
sms.alert.volume=0
system.sound.level=0
touchscreen.sound.level=0
vibrating.alert.enabled=Off

this is whole settings, so it should be correct, but it doesn't work ...

bobsikus 2012-09-11 06:56

Re: [Announce] Call Notify
 
so, anybody else tested it and had same problems as me ?! please tell, it is annoying when some email comes, mobile doesn't ring and after 5 minutes it starts ringing :/

peterleinchen 2012-09-21 20:54

Re: [Announce] Call Notify
 
Quote:

Originally Posted by mr_jrt (Post 1249427)
I've not changed those settings for a looong time, and I have the notifier stuck in my status area telling me I have a sms because I read the sms before the phone notified me it had arrived (may have had the conversation window open - don't recall).

Happened again to me.
This time I am sure I had at least one specific contacts conversation window open. And I think also the general conversation window.
I read the SMS after the hildon popup had gone, for sure.

Only way to shut down the annoying looping alarm was to reboot or to send yourself a message.

pali? If you could take a look it would be nice.But not demanding, just if there is some time slot free...

ade 2012-09-21 21:08

Re: [Announce] Call Notify
 
It happens to me maybe every 1 out of 15 times I receive an SMS (and do not read it at once).

I have not found a specific scenario to reproduce it, that's what kept me from reporting it.

peterleinchen 2012-09-21 21:17

Re: [Announce] Call Notify
 
Yeah, possibly there is no scenario at all ...
Thanks for reporting, each hint could be useful.

SMAr2wo 2012-10-04 18:33

Re: [Announce] Call Notify
 
Bug?!

Is working fine since i check the missed call/sms and the app don't stop to announce a miss call/sms...what can i do to stop the annoying sound after checking?

yrannadx 2012-10-05 10:56

Re: [Announce] Call Notify
 
1 Attachment(s)
The problems reported above seems to happen due to the way CallNotify.py was modified from my original working one (i.e. by introducing a bug in it while trying to fix something else). These modifications are on line 214 (decreasing the waiting time for filling notifications.db) and the new handler for handleMissed on line 96.

Please replace the file /usr/lib/hildon-desktop/CallNotify.py with the attached one and hopefully the above problems will not be reproduced anymore.

pali 2012-10-08 11:55

Re: [Announce] Call Notify
 
I tried to reproduce above bug, but it appeared only once on my n900. So it is hard to me to catch the problem.

@yrannadx, thanks for patch! if more people confirm that this patch really fixing that bug, I can push it to extras-devel in new version.

Cas07 2012-11-01 15:28

Re: [Announce] Call Notify
 
Quote:

Originally Posted by pali (Post 1277945)
@yrannadx, thanks for patch! if more people confirm that this patch really fixing that bug, I can push it to extras-devel in new version.

I continually had issues with this sms bug and after installing yrannadx's patched version last week it certainly seems to have fixed it.

pali 2012-11-01 16:56

Re: [Announce] Call Notify
 
Ok, I pushed new version with yrannadx patch to Extras-devel

peterleinchen 2012-11-01 21:23

Re: [Announce] Call Notify
 
Also using that patch and there was no occurence again, yet.

@yrannadx
Even I did not really understand your back-modification :confused: especially as it was not that much ;)

WeASeL... 2012-11-02 06:30

Re: [Announce] Call Notify
 
I noticed that after missing a call my media player begins to play the last song in the now playing category.


Is that a bug?

yrannadx 2012-11-02 12:58

Re: [Announce] Call Notify
 
Quote:

Originally Posted by peterleinchen (Post 1288719)
Also using that patch and there was no occurence again, yet.

@yrannadx
Even I did not really understand your back-modification :confused: especially as it was not that much ;)

Although only 2 lines are modified, I think the main idea is that the handleMissed() function (that is used for checking the number of missed SMSs and calls and do the proper action) was called in two different threads, one regularly at each 100 ms and one when NewEvent occur. The script was not prepared for a continuous regular call of this function but rather for one call during NewEvent and then the blink icon and sound was cleared with other events. Hope I also understood correctly what I am trying to say... :)

peterleinchen 2012-11-02 13:33

Re: [Announce] Call Notify
 
Thanx for explanation (yes, I might have understood ;) after checking the sources again).

SMAr2wo 2013-05-30 11:50

Re: [Announce] Call Notify
 
i installed CallNotify, i replaced the "callnotify.py" with the version included in attachment by yrannadx, but still have that bug. I forwarding the call, i deleted the "miss call", but still no results :(

pali 2013-08-08 08:17

Re: [Announce] Call Notify
 
New version is now in extras-testing. Please vote for promotion to extras:
http://maemo.org/packages/package_in...otify/0.3.0-2/

zBeeble 2013-08-09 21:20

Re: [Announce] Call Notify
 
I got the development environment installed today because I'm trying to debug this package --- callnotify.

I have 3 n900's that I take care of. All of them are running the CSSU devel. When I install callnofity (just installed the new one) the most obvious thing is that the phone stops ringing --- ie is silent. I have a custom ring tone ... and it works when callnotify is not installed (although interestingly, I have to change the ringtone, save, change it back, save after callnotify has been installed to test).

... when call notify is installed, I "see" the yellow boxes of new items (calls SMS, whatever) coming in, but I get no notification (not even vibrate) and no later notification (save the blue light is flashing).

Help?

zBeeble 2013-08-09 21:39

Re: [Announce] Call Notify
 
How is the "sound" that callnotify makes set?

zBeeble 2013-08-22 05:29

Re: [Announce] Call Notify
 
Here's a big question. Is it intended that call notify "notify" me for unread SMS messages, or no?

pali 2013-08-22 05:36

Re: [Announce] Call Notify
 
callnotify does not change runging tone.

It also notify about unread SMS too.


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

vBulletin® Version 3.8.8