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)

F2thaK 2010-04-03 02:51

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 !!!

jer006 2010-04-03 02:59

Re: [Announce] Call Notify
 
Quote:

Originally Posted by omeriko9 (Post 593312)
Do you mean this would be optional and not mandatory?
I havn't thought differentely :)

Yes optional as I would rather turn that option off. The current notification icons are sufficient for me.

zlatko 2010-04-03 07:05

Re: [Announce] Call Notify
 
@omeriko9
Changed permissions(there were no execute rights) of CallNotify.py to 755. KIlled status-menu. Still no notifications.

omeriko9 2010-04-03 07:58

Re: [Announce] Call Notify
 
Quote:

Originally Posted by zlatko (Post 593452)
@omeriko9
Changed permissions(there were no execute rights) of CallNotify.py to 755. KIlled status-menu. Still no notifications.

Wow. I thought that giving it execute permissions before packaging is sufficient, apparently not always.
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

?

zlatko 2010-04-03 08:11

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

omeriko9 2010-04-03 08:17

Re: [Announce] Call Notify
 
Quote:

Originally Posted by zlatko (Post 593487)
@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

Permissions are ok.

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.

cjp 2010-04-03 08:48

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

zlatko 2010-04-03 08:57

Re: [Announce] Call Notify
 
@omeriko9
I have only killed hildon-status-menu. Now rebooted - still no notification.

omeriko9 2010-04-03 09:32

Re: [Announce] Call Notify
 
Quote:

Originally Posted by zlatko (Post 593521)
@omeriko9
I have only killed hildon-status-menu. Now rebooted - still no notification.

There's one more thing we can do in order to check for errors the script might hide, by using a trick qwerty12 posted here a few threads earlier.

Add the following code to the bottom of CallNotify.py:
(including the indentation)

Code:

if __name__ == "__main__":
    gobject.type_register(hd_plugin_type)
    obj = gobject.new(hd_plugin_type, plugin_id="plugin_id")
    obj.show_all()
    gtk.main()

and then run:
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.

omeriko9 2010-04-03 09:35

Re: [Announce] Call Notify
 
Quote:

Originally Posted by cjp (Post 593515)
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

Hello! Regarding feature suggestions, it's called brainstorms here, and you can search for one or publish one here:
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 :)


All times are GMT. The time now is 07:22.

vBulletin® Version 3.8.8