![]() |
Re: FlipClock Beta
Ok I ran flipclock from a console last night. Alarm went off fine this morning. I hit snooze. I think it went off again (can't remember) and then I hit snooze again and it never went back off. It was sitting at the turn alarm off/snooze screen when I finally woke up. I piped stdout to a file but I noticed that I did get one error on stderr:
http://www.copypastecode.com/17489/ Do the sound files only loop a max of 5 times? If that is true, I guess it is possible that I could have shamefully slept through all 5 loops.. Tomorrow I will try again and instead of going back to sleep after pressing snooze, I will get up and wait and see if it does actually go off. |
Re: FlipClock Beta
Quote:
Sorry about that! Thanks for pointing it out though, I might have forgotten about it! |
Re: FlipClock Beta
Quote:
No pun intended, and no offense, but it doesn't work at all on the N900, as said above, it'll crash everytime a redraw is done, like when the minute changes. So currently is unuseable on the N900. Quote:
I don't know if it does it in night mode, as it can't be switched to nightmode currently, as it also segfaults when switching to nightmode as said above. If there's anything you need me to test on the N900 etc in order to fix these issues, go ahead, say so, and I'll get it done. |
Re: FlipClock Beta
Okay everyone it's been a bit busier that I'd thought but finally I've gotten to another release point:
For Maemo 4.x https://garage.maemo.org/frs/downloa....9.7_armel.deb and Maemo 5 https://garage.maemo.org/frs/downloa...ntle_armel.deb I still have no idea if the Maemo5 version will even run without crashing almost immediately (thanks for pointing that out and offering to help 白い熊) but I've posted in the hope that maybe something I've changed lately will help. The thing still runs perfectly on my Maemo5 SDK, on Maemo4, and on every other Linux machine I've thrown it at so far, so until I can come up with some reason that it's different it's a trial and error thing... A word of warning! Updating will clear your previous alarms! So make sure you know what they are/were first! Anyways on to the goodies: Here's what's new/changed/exciting in this release:
|
Re: FlipClock Beta
On the N900 segfaults with the same error.
I watch the second triangle approach sixty, when it's at 58 seconds, I guess that's when the minute flip starts, it fails with the above mentioned segfault. No change in behavior:( |
Re: FlipClock Beta
Jolouis, the Main Flip Theme is PERFECT, thanks!!!!!
|
Re: FlipClock Beta
Jolouis, I have an alarm set problem. When it is 12:30pm, and I set an alarm for 12:45pm ( for 15 minutes from now ) in the main clock display it shows that the alarm is set to go off the next day at 12:45am. If I set the alarm for 1:00pm it will go off in 30 minutes like it should.
|
Re: FlipClock Beta
Quote:
|
Re: FlipClock Beta
Jolouis, maybe a refinement on the default folder that contains our sound files. In the "Set Alarms" screen, "Mode" is set for "Sound", "Loop" is enabled, and I have already selected "Song.mp3" from the "Sounds" folder on my external memory card. Once I do this, it should remember that default folder so everytime I click on "Alarm Sound" the contents of that folder is displayed. Many times it reverts back to the internal flash which is where our applications are stored.
|
Re: FlipClock Beta
Quote:
I noticed you forgot to seed the random number generator, so although the tracks are chosen at random, you get the same tracks every time flip clock starts. Perhaps adding this somewhere: #include <time.h> srand( (unsigned)time(NULL) ); :D |
| All times are GMT. The time now is 18:23. |
vBulletin® Version 3.8.8