|
2009-03-28
, 04:33
|
Posts: 631 |
Thanked: 837 times |
Joined on May 2007
@ Milton, Ontario, Canada
|
#382
|
|
2009-03-29
, 18:25
|
|
Posts: 315 |
Thanked: 71 times |
Joined on Oct 2008
@ €@$T Montreal Quebec Canada
|
#383
|
LABAUDIO, Wow, that is strange... It sounds a lot like there's something consuming CPU or the clock application is getting caught up when it first relaunches and not actually processing the trigger until it finishes doing whatever it is that it's doing... I assume you don't have any other apps or anything running during testing that might be holding it up?
It seems very strange that everything works if you restart the tablet, but not if you leave it running... that could also be something related to alarmD, but on the other hand it really doesn't make sense since the application does indeed get launched. Can you try going into ci_dbus.py, line #50 there's this:
And try adding:Code:#Alarm was triggered! print "Received alarm trigger"
That should make a popup show when an alarm is actually triggered. Do your same test (the way that didn't work properly), and see if the popup message shows up or not.Code:osso_c = osso.Context("osso_test_note", "0.0.1", False) note = osso.SystemNote(osso_c) result = note.system_note_dialog("Running alarm", type='notice')
Can anyone else reproduce this problem? Thus far I've been unable to on any of the 3 N800's I've got here...
Thanks!
|
2009-03-29
, 18:29
|
Posts: 631 |
Thanked: 837 times |
Joined on May 2007
@ Milton, Ontario, Canada
|
#384
|
#Alarm was triggered! print "Received alarm trigger" osso_c = osso.Context("osso_test_note", "0.0.1", False) note = osso.SystemNote(osso_c) result = note.system_note_dialog("Running alarm", type='notice')
|
2009-03-29
, 19:03
|
|
Posts: 315 |
Thanked: 71 times |
Joined on Oct 2008
@ €@$T Montreal Quebec Canada
|
#385
|
|
2009-03-30
, 02:13
|
Posts: 631 |
Thanked: 837 times |
Joined on May 2007
@ Milton, Ontario, Canada
|
#386
|
The Following User Says Thank You to jolouis For This Useful Post: | ||
|
2009-03-30
, 02:59
|
|
Posts: 315 |
Thanked: 71 times |
Joined on Oct 2008
@ €@$T Montreal Quebec Canada
|
#387
|
|
2009-03-30
, 03:35
|
Posts: 631 |
Thanked: 837 times |
Joined on May 2007
@ Milton, Ontario, Canada
|
#388
|
|
2009-03-30
, 15:28
|
Posts: 23 |
Thanked: 6 times |
Joined on Oct 2008
@ Germany, Erlangen
|
#389
|
|
2009-03-30
, 18:39
|
Posts: 631 |
Thanked: 837 times |
Joined on May 2007
@ Milton, Ontario, Canada
|
#390
|
Tags |
clock, flip clock |
Thread Tools | |
|
~ $ flipclock
/usr/lib/python2.5/site-packages/flipclock/flipclock.py:4: RuntimeWarning: import cdrom: No module named cdrom
import pygame
/usr/lib/python2.5/site-packages/flipclock/flipclock.py:4: RuntimeWarning: import joystick: No module named joystick
import pygame
/usr/lib/python2.5/site-packages/flipclock/ci_init.py:178: RuntimeWarning: use font: libSDL_ttf-2.0.so.0: cannot open shared object file: No such file or directory
flipFonts["big"] = pygame.font.Font (path+"nosnb.ttf",43) #BIG Font, for Alarm Screen labels
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/flipclock/flipclock.py", line 17, in <module>
import ci_init as ci
File "/usr/lib/python2.5/site-packages/flipclock/ci_init.py", line 178, in <module>
flipFonts["big"] = pygame.font.Font (path+"nosnb.ttf",43) #BIG Font, for Alarm Screen labels
File "/usr/lib/python2.5/site-packages/flipclock/__init__.py", line 52, in __getattr__
NotImplementedError: font module not available
~ $