![]() |
Re: Flip clock pre pre pre pre release
Is there a way to get the screen to dim but not blank the screen? I like the thought of the screen dimming to save power, but it'd be nice if I could see what time it is without having to tap the screen, if I wake up in the middle of the night.
Also, when this is running, my blue led blinks about once every few seconds even if I set the color mood to red. |
Re: Flip clock pre pre pre pre release
Quote:
I'm betting that all of these problems of no alarm have something to do with my rather crude gstreamer module that I built to play the mp3s failing for some reason, so anyone else with no audio output, let me know if you get anything odd from the console. Sorry I'm not going to mess around any more with the LED thing until we can get the more important stuff (like alarm playback) solved... As for background, wax4213, can you open up the /home/user/.osso/hildon-desktop/home-background.conf file and tell me what the BackgroundImage field is set to? Thanks for all the feedback so far guys, hopefully we can get the rest of these bugs worked out quickly! |
Re: Flip clock pre pre pre pre release
For me music mp3 wake up me gently and work perfectly but only when the application still open.
When application be closed after set up alarm, the application open up again at the rigth times but no ring or mp3 play |
Re: Flip clock pre pre pre pre release
Ok, here's the output from my console:
Code:
~ $ flipclock |
Re: Flip clock pre pre pre pre release
Thanks wax4213, that helps tremendously!! Two things:
1) lol no background image, of course! That would do it... as Ciro said before, sometimes we miss the most obvious things that are right infront of us. Okay, try updating the ci_init.py file, line's 264 - 280ish should now read: Code:
userbg = "" 2) Aha! So it's a dbus crashing thing, that makes sense and lines up with the problems others have been having... Can you try a few little things for me? A) Open ci_deviceMonitor.py, goto line 31, and change: Code:
name = dbus.service.BusName(BME_REQ_IFC, bus=self.bus) Code:
self.name = dbus.service.BusName(BME_REQ_IFC, bus=self.bus) B) If problem still exists, please try opening up ci_dbus.py, line 73 reads: Code:
self.HelloSignal("Ok"); Code:
#self.HelloSignal("Ok"); LABAUDIO, one quick thought I just had... when you set an alarm, exit the app, and open it up again manually (i.e. before the alarm is triggered), if you go to the alarms page, does the alarm actually still show up there?? Did you remember to erase the old config file manually before installing the latest build (I mentioned before that the config file from Ciro's clock didn't work with the latest builds so you had to manually remove it).... the more I think about it, the more this sounds like exactly the cause of your problem... Thanks! |
Re: Flip clock pre pre pre pre release
Quote:
YES all is show up (for 7 day after 3 reboot) all be saved! Quote:
where it is? but anyway is not problem whit ''save'' but ''trigger'' the alarm when the application is close it. Like i said...all work exept when the application is closed. Let me know if you find a solution and the the more I think about it, the more this sounds like exactly the cause of your problem... Thanks! |
Re: Flip clock pre pre pre pre release
LABAUDIO: try setting an alarm for a few minutes in the future, then quit the application. Open up an x-term, and type "flipclock" so that the app opens up again. Wait a few minutes until the alarm time has passed (I assume nothing will happen based on what you've described before), and then post up the console output so I can see if the alarm is actually being triggered at all, or if you're having a problem similiar to wax4213.
Thanks! |
Re: Flip clock pre pre pre pre release
here this is output when the application still open...all work on this way
Code:
/usr/lib/python2.5/site-packages/flipclock/flipclock.py:4: RuntimeWarning: import cdrom: No module named cdrom |
Re: Flip clock pre pre pre pre release
here i test some others way and here i found something weird...
-i set an alarm for the next 10 minutes at 17:00 -the gray box wait appear and disappear... -i close the application... -i reboot my n8x0... =at 16:59 the application open 1 minute before the alarm setting time... =at 17:00 the alarm ring perfectly at the rigth times woot but if i dont reboot after alarm is set at 17:00 : -i close after setting... -i waiting... -at 17:00 the application open at the rigth times of the alarm's be set -at 17:02 the alarm finaly ring (2 minutes lately) so in fact...when we rebooting after set alarm = All work perfectly all the way but when i dont rebooting the device...the alarm is 2 minutes late (when the application be close after setting alarm) But when you dont close the application after setting alarm...all work perfectly i follow developements here tonite |
Re: Flip clock pre pre pre pre release
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: Code:
#Alarm was triggered! Code:
osso_c = osso.Context("osso_test_note", "0.0.1", False) 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! |
All times are GMT. The time now is 23:53. |
vBulletin® Version 3.8.8