|
2010-04-03
, 11:44
|
|
Posts: 762 |
Thanked: 395 times |
Joined on Jan 2010
@ Helsinki
|
#182
|
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
|
2010-04-03
, 12:03
|
|
Posts: 385 |
Thanked: 344 times |
Joined on Jan 2010
@ Israel
|
#183
|
@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.
|
2010-04-03
, 12:07
|
|
Posts: 385 |
Thanked: 344 times |
Joined on Jan 2010
@ Israel
|
#184
|
Alright, man thanks!
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?
|
2010-04-03
, 13:08
|
|
Posts: 861 |
Thanked: 936 times |
Joined on Feb 2010
@ Bulgaria
|
#185
|
|
2010-04-03
, 13:39
|
|
Posts: 385 |
Thanked: 344 times |
Joined on Jan 2010
@ Israel
|
#186
|
@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 ;-)
import hildondesktop class Test(hildondesktop.StatusMenuItem): def __init__(self): hildondesktop.StatusMenuItem.__init__(self) f = open('/home/user/a.txt', 'w') f.write('test') f.close() hd_plugin_type = Test
|
2010-04-03
, 16:08
|
|
Posts: 861 |
Thanked: 936 times |
Joined on Feb 2010
@ Bulgaria
|
#187
|
|
2010-04-03
, 16:18
|
|
Posts: 385 |
Thanked: 344 times |
Joined on Jan 2010
@ Israel
|
#188
|
|
2010-04-03
, 16:20
|
|
Posts: 861 |
Thanked: 936 times |
Joined on Feb 2010
@ Bulgaria
|
#189
|
|
2010-04-03
, 16:27
|
|
Posts: 385 |
Thanked: 344 times |
Joined on Jan 2010
@ Israel
|
#190
|
@omeriko9
Yeah, pity...but I also don't see any way out. May be mythical PR1.2 will save the day? ;-)
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.