![]() |
Re: [Announce] Call Notify
@omeriko9
I updated from 0.0.5-3, which was not working for me as well. I do not had /user/home/.config/CallNotify.conf.txt file with 0.0.5-3, but I created it following your advice. It consists of "y;y;y;5.0". I have not killed status menu yet, but during installation I can tell the app is doing this by the sound it produces. |
Re: [Announce] Call Notify
Quote:
|
Re: [Announce] Call Notify
Quote:
yes, I remember now, we created the config file manually... Also, I ignored a very important part - you said the configuration window fails only when you press the "save" button - that raises my suspicion that you have a write permission issue with the config directory. Can you please post here the results for the following commands? ls -ld /home/user/.config ls -ld /home/user/.config/CallNotify thanks! |
Re: [Announce] Call Notify
Love the app..thanks for writing it! Who would have thought just a few years ago that I'd have a phone so open that a guy could add features to it with some Python scripting? Keep up the good work.
By the way: Imagine if Toyota had open sourced their electronic accelerator code to let folks look for bugs like with the Maemo apps... |
Re: [Announce] Call Notify
Quote:
Regarding clearing the call notification after viewing the call log - well I'm not sure the clearing of the notification should be drilled down to that (aka only by viewing the call in the log, not by closing the yellow notification window), for the reason people sometimes just view the yellow window and close it, as they can see the number of the caller and that's enough for them (me included...). By the way, the same scenario I've described in the last paragraph might apply to the SMS yellow window as well - sometime it's enough for some to view the window and close it, and it might be trouble for them to click on it and open the conversation app, especially if they don't want to answer the SMS (perhaps if it's a message from the bank about the balance for example, or if it's a commercial. Just don't ask me to distinguish between those kind of messages as well :D ). About the battery issue - I must admit that my knowledge of the "under the hood" of the N900 is very little, and is not enough to answer this kind of question. I'd leave it to someone smarter on this subject to answer. BTW- perhaps the "battery eye" application might come in handy here, to analyze the effect on battery life with these kind of notifications? |
Re: [Announce] Call Notify
@omeriko9
ls -ld /home/user/.config/ drwxr-xr-x 13 users user ls -ld /home/user/.config/CallNotify/ drwxr-xr-x 2 root root I changed permission for CallNotify to 777. Now settings are exited without error and I can see changes are saved in conf.txt file. I can remove directory and let app create it itself? Anyway I am not getting notifications neither in status menu, nor as sound or vbra. PS. Don't worry - avatar is from few minutes ago ;-) |
Re: [Announce] Call Notify
Quote:
I totally forgot about that when I created the control panel applet. (edit: Oh, I'm already doing that.... :o ) Ok, so regarding the fact you don't have notification - Maybe the python file itself needs permissions? try as root: chmod 755 /usr/lib/hildon-desktop/CallNotify.py (edit: and after restart or killall twice with +9 and without) |
Re: [Announce] Call Notify
Quote:
|
Re: [Announce] Call Notify
Is it possible to have a configuration option for the yellow notifications? I do like the way it is currently - The flashing icon in the taskbar with additional audible alert on my set schedule is perfect.
|
Re: [Announce] Call Notify
Quote:
I havn't thought differentely :) |
Re: [Announce] Call Notify
Next version is 0.0.6-3 and has no status menu button anymore.
Instead, all configuration settings have been moved to the control panel (=settings menu). Should be available shortly in extras-devel. +++++++++++++++++++++++++++++++ THANK YOU SOO MUCH !!! |
Re: [Announce] Call Notify
Quote:
|
Re: [Announce] Call Notify
@omeriko9
Changed permissions(there were no execute rights) of CallNotify.py to 755. KIlled status-menu. Still no notifications. |
Re: [Announce] Call Notify
Quote:
Anyway, I think we're on to something. How about read permissions to the images and .desktop file? can you please root and: ls -ld /usr/share/CallNotify ls -la /usr/share/CallNotify/* ls -la /usr/share/applications/hildon-status-menu/CallNotify.desktop ? |
Re: [Announce] Call Notify
@omeriko9
ls -ld /usr/share/CallNotify: drwxr-xr-x root root ls -la /usr/share/CallNotify/*: -rw-r--r-- root root (for all files) ls -la /usr/share/applications/hildon-status-menu/CallNotify.desktop: -rw-r--r-- root root |
Re: [Announce] Call Notify
Quote:
Have you tried to restart after you gave execute permissions to CallNotify.py? Please try that and then try to call yourself from another phone. |
Re: [Announce] Call Notify
Sorry for being totally off-topic, but I stumbled upon this thread while trying to find out where I could see feature suggestions for the e-mail client in Maemo. Can anyone help me out here?
On topic: I downloaded this app and this is great for showing me missed calls, but above all for showing missed e-mails! My one gripe with Modesty is that it doesn't really notify you of e-mails does it? I'd also like to see the number of e-mails that are in, but I don't think that this is CallNotify's job, but Modest should show this in the list of all your e-mail inboxes. Sorry for the confusing post, thanks in advance if anyone wants to help me out! :D |
Re: [Announce] Call Notify
@omeriko9
I have only killed hildon-status-menu. Now rebooted - still no notification. |
Re: [Announce] Call Notify
Quote:
Add the following code to the bottom of CallNotify.py: (including the indentation) Code:
if __name__ == "__main__": run-standalone.sh python /usr/lib/hildon-desktop/CallNotify.py then try to send SMS to yourself or call yourself. If the code works for you, you won't see the status menu notification, but if you'll define the sound or vibration to 0.1 (=6 seconds) in the control panel, you should hear or feel the vibration every 6 seconds. If it doesn't work, you should see any errors the script generates, then please post them here. |
Re: [Announce] Call Notify
Quote:
http://maemo.org/community/brainstorm/ About email notifications - no, CallNotify doesn't do that for now. Perhaps it's an enhancement idea, but to be honest, for now I rather focus on enhancing and improving SMS and Call notifications before expanding capabilities. Good luck with your suggestions :) |
Re: [Announce] Call Notify
@omeriko9
I added code to CallNotify.py. Run the script(as root). I got sound and vibra notifications, but no LED blinking. Rebooted and tried without explicitly running the script - no notification. |
Re: [Announce] Call Notify
Quote:
I just realized that I guess I didn't get your app to work, as I just got an SMS and saw no notification. I don't understand, I thought I saw it earlier. I did a reboot in between. :O Wonder what's going on? |
Re: [Announce] Call Notify
Quote:
Second, that's interesting. It means that you don't have any trouble running the code yourself, but the hildon-status-menu daemon won't start it for some reason. I've tried to look for a problem in the .desktop file, that's the file hildon-status-menu reads in order to load the plugin. Wanted to compare this file with another python status-menu plugin, but couldn't find one on my device. Then I thought that there might be a problem for the hildon-status-menu to load the plugin because it's a python script, and all other plugins are compiled c libraries. Just sharing here my thoughts so you'll understand how I got to the bottom line: Can you please add the following line to the beginning of CallNotify.py: #!/usr/bin/python I'd suggest to also modify the CallNotify.desktop file. in line 4, change X-Path=CallNotify to X-Path=CallNotify.py And please report here as usual if there's any progress... |
Re: [Announce] Call Notify
Quote:
1. Was the Conversation app open when you received the SMS? There won't be any notification if it's open. 2. Do you have "Call Notify" in the settings menu under "extras", and does the "visual notification" checkbox is checked? 3. Do you get any error for clicking the "Save" button? |
Re: [Announce] Call Notify
@omeriko9
Did the changes(after that killed hildon-status-menu) - still no notification. PS. No need for thanks. You are doing the job - not me ;-) |
Re: [Announce] Call Notify
Quote:
What we can check now is if your hildon-status-menu can start a simple python plugin in. For that, you'll need to create the file test.py in /usr/lib/hildon-desktop and give it execute permissions: Code:
import hildondesktop X-Path=test.py Now killall the hildon-status-menu, and check for the file /home/user/a.txt and it's content. |
Re: [Announce] Call Notify
@omeriko9
Did the test - file /home/user/a.txt was NOT created. |
Re: [Announce] Call Notify
Quote:
To be honest, I feel a bit revealed, because now I'm sure there's nothing wrong with my code or the installation process. But there's definitely something wrong or missing with your N900. This is a bit beyond my knowledge, perhaps someone who have deeper experience with the hildon UI might be able to help here. Sorry :( |
Re: [Announce] Call Notify
@omeriko9
Yeah, pity...but I also don't see any way out. May be mythical PR1.2 will save the day? ;-) |
Re: [Announce] Call Notify
Quote:
Don't want put any ideas in your head, but just FYI - I reflashed a few days ago, reinstalled all software from backup list, installed CallNotify, and it worked. |
Re: [Announce] Call Notify
Don't feel like reinstalling all apps again. Will wait for PR1.2 to come. Keep the good job you are doing, I will monitor the topic closely. ;-)
PS. I had to reflash phone several hours after getting - bricked it editing keyboard layout file to get "|" and "~" isntead "pound" and "euro". It is an easy operation but then all aps must be reinstalled... PS1. Is it possible to try to get only sound and vibra notification from your app? Deleting the code that presents icons on status menu? That will be fine with me for the moment. |
Re: [Announce] Call Notify
Quote:
Well, you don't need to delete any code, because it's not the notification code that won't make the app start. The problem with your phone is that it won't start up any python status menu plugin, regardless it's nature (I don't know about any c plugin - do you have any at all?). You could use the instructions from this post in order to get the sound & vibration notification (they are controllable from the control panel). Add the "#!/usr/bin/python" line to the top of the file as well. In order to start it each time the phone restarts, you should create a file (doesn't matter what its name) and place it in /etc/event.d, with the following content: Code:
start on stopped pymaemo-optify |
Re: [Announce] Call Notify
omeriko9
I am so stupid - of course I have only to run your script. That's what I did now. I usually do not reboot the phone often(except when testing smth ;-)). But it is one command in root bash history to run after restart. ;-) Thank for the help! ;-) |
Re: [Announce] Call Notify
Okay now CallNotify is working for me again.
I really don't know what I did. I do know that I changed batteries so maybe that did the trick to get everything running again. Now I'll just never switch my phone off and all should be well :D |
Re: [Announce] Call Notify
Quote:
|
Re: [Announce] Call Notify
I had just installed the callnotity 0.0.6-3 and doesn't works. It was never installed on my N900.
If I go to settings/extras/Call Notify I get the following message: Internal Error. Application 'Settings' closed. |
Re: [Announce] Call Notify
Quote:
chmod 755 /usr/lib/hildon-desktop/CallNotify.py then restart, and then try go again to settings/extras/Call Notify and tell me please if you get this "Internal Error" again. Thanks. |
Re: [Announce] Call Notify
Can someone please tell me where I can find the CALL NOTIFY apps from the repository or shoot me the link. And feedback about the app.
Sorry, if I am asking too many Qs at the same time. Im newbie user of N900. Thanks,:) |
Re: [Announce] Call Notify
Quote:
|
Re: [Announce] Call Notify
Quote:
After you enable the repository you can find Call Notify with a bunch of other softwares in testings. Please note that I do not recommend installing this app without any basic knowledge of working with the terminal. This is app is still in testings and it might not work for you after installations, and then i'd like to do some checks to see why, and this requires working with linux terminal (x-term), FYI... |
All times are GMT. The time now is 16:06. |
vBulletin® Version 3.8.8