![]() |
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. |
Re: [Announce] Call Notify
@juz: Thanks for info. I added dependency on package hildon-desktop-python-loader. I updated deb package on atrey.
|
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? |
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... |
Re: [Announce] Call Notify
Quote:
|
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 |
Re: [Announce] Call Notify
package pushed to extras-devel.
|
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/
|
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.
|
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...
|
Re: [Announce] Call Notify
Yep. All correct after reboot. Thank you.
|
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. |
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
|
Re: [Announce] Call Notify
Quote:
|
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.
|
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 |
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... |
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 ) |
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. |
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. |
Re: [Announce] Call Notify
Quote:
Code:
# custom profile values |
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 :/
|
Re: [Announce] Call Notify
Quote:
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... |
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. |
Re: [Announce] Call Notify
Yeah, possibly there is no scenario at all ...
Thanks for reporting, each hint could be useful. |
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? |
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. |
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. |
Re: [Announce] Call Notify
Quote:
|
Re: [Announce] Call Notify
Ok, I pushed new version with yrannadx patch to Extras-devel
|
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 ;) |
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? |
Re: [Announce] Call Notify
Quote:
|
Re: [Announce] Call Notify
Thanx for explanation (yes, I might have understood ;) after checking the sources again).
|
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 :(
|
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/ |
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? |
Re: [Announce] Call Notify
How is the "sound" that callnotify makes set?
|
Re: [Announce] Call Notify
Here's a big question. Is it intended that call notify "notify" me for unread SMS messages, or no?
|
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