Please Log In or Register - it's FREE!

3 Pages V   1 2 3 >  
Reply to this topicStart new topic
 Snooze (alarm), File Updated: 20 Jan 2007
rogueqd
post Dec 14 2006, 00:18
Post #1


Regular
Group Icon

Group: Posters
Posts: 62
Joined: 21st March 2006
Member No.: 178,510

Device(s): i-mate SP5




File Name: Snooze (alarm)
File Submitter: rogueqd
File Submitted: 11 Dec 2006
File Updated: 11 Oct 2007
File Category: Tools - Productivity

Snooze has multiple recurring alarms that can play either .wav or .mp3 files. It can also change the phone profile or run an application of your choosing.

Snooze is designed for QVGA WM5 smartphones, it should work on any QVGA WM5 device although there is no touch screen support. It may work on WM2003, but I have not tested this.

I've tried to make the interface intuitive, so I won't write a whole bunch of instructions. Mp3 or wav files must be in the application directory, or \My Documents\ or \My Documents\My Music\. If you have Snooze installed to a storage card, they can also be in either of those two folders on the storage card.

Snooze requires .NET CF 2.0 to be installed on the phone. I've only tested this on my i-mate SP5, so comments about performance on other phones would be appreciated.

Unfortunately you must unlock your phone to dismiss or snooze an alarm. Code to override the lock state would be appreciated.

Snooze uses FMOD 3.75 to play mp3 files, fmodce.dll for WM5 & WM6 is included in the cab, for older WM versions you'll need to get the correct fmodce.dll from http://www.fmod.org

This is intended to be the final version of Snooze. In the past I have been very disappointed to find that Snooze crashed occasionally, sometimes requiring my phone to be restarted. I have finally fixed this in v1.3.1. If anyone has stopped using Snooze due to this problem, please download this latest version.

I am also considering porting Snooze to PPC to enable touch screen support. If I get a good response to this I will do it in the near future. Please comment in the forum topic.


Current version: 1.3.1


Changed in 1.3.1 include:
Major bug fix to prevent program lockups (everyone should use only this version)
Added option to display the time in 24h format
Minor memory optimizations

Changes in v1.3 include:
Vibrate option for Play Sound alarms
Treeview file browser
Fixed a bug that caused a non-Play Sound alarm to automatically dismiss any current Play Sound alarms
Better storage card code, the program will now find the storage card independantly of where it's installed
Bug fix where a sound would keep playing when you closed the Options window
Tweak to provide a better interface when changing the alarm action
Removed check for old alarms stored in registry

Changes in v1.2.1 include:
Added command line arguments to Execute Program alarms
Fixed display of Execute Program alarms in Set Alarm form

Changes in v1.2 include:
Program will close when an alarm is dismissed unless started manually by user.
Duplicate alarm names and times are allowed.
Sound alarms will queue up if activated while another alarm is already active. Profile changes and program exectution will execute at the set time regardless of other alarms.
In the Alarm screen the RH menu now has a range of snooze times. Default time is still activated by any keypad key.
Fixed display of disabled alarms.
Alarm info is now stored in a file in the program directory instead of the registry. (Alarms from previous version will be imported automatically on first run.)

Click here to download this file
Go to the top of the page
 
+Quote Post
oldSAP
post Dec 16 2006, 07:31
Post #2


Newbie
Group Icon

Group: Posters
Posts: 38
Joined: 18th June 2005
Member No.: 135,355



Hi. Thanks for sharing this app. Would it be possible for you to add an option to show a message box and play a sound file? I have always used this kind of alarm (using mortscript) but your application is way better smile.gif
Go to the top of the page
 
+Quote Post
rogueqd
post Dec 16 2006, 18:41
Post #3


Regular
Group Icon

Group: Posters
Posts: 62
Joined: 21st March 2006
Member No.: 178,510

Device(s): i-mate SP5



I'm not sure what you mean, when an alarm is activated it plays the sound you selected and shows the name of the alarm on the screen (which you can use as a message). At what point did you want a message box displayed?
Go to the top of the page
 
+Quote Post
mooman
post Dec 17 2006, 00:25
Post #4


Newbie
Group Icon

Group: Posters
Posts: 39
Joined: 26th May 2005
Member No.: 131,499



if fmodce.dll is installed in the program directory and the directory is in the storage card then it will not work.
I have to moove the dll file to the windows directory but then the MP3 in My Documents folder in the storage card doesnt appear...
Go to the top of the page
 
+Quote Post
rogueqd
post Dec 17 2006, 01:57
Post #5


Regular
Group Icon

Group: Posters
Posts: 62
Joined: 21st March 2006
Member No.: 178,510

Device(s): i-mate SP5



QUOTE(mooman @ Dec 17 2006, 11:25) *
if fmodce.dll is installed in the program directory and the directory is in the storage card then it will not work.
I have to moove the dll file to the windows directory but then the MP3 in My Documents folder in the storage card doesnt appear...
Hi mooman,

Thanks for your feedback, the cab file was not configured correctly and would have installed the executable to the phone but the dll to the storage card, hence your problem. I have uploaded a fixed cab file, but all you need to do is move snooze.exe to \Storage Card\Program Files\Snooze\ and create a new start menu shortcut.

Let me know if this fixes your problem.


This post has been edited by rogueqd: Dec 17 2006, 23:23
Go to the top of the page
 
+Quote Post
oldSAP
post Dec 18 2006, 02:18
Post #6


Newbie
Group Icon

Group: Posters
Posts: 38
Joined: 18th June 2005
Member No.: 135,355



QUOTE(rogueqd @ Dec 16 2006, 18:41) *
I'm not sure what you mean, when an alarm is activated it plays the sound you selected and shows the name of the alarm on the screen (which you can use as a message). At what point did you want a message box displayed?

oh sorry i didnt pay attention to the title part. This application works perfectly. Thanks
Go to the top of the page
 
+Quote Post
oldSAP
post Dec 18 2006, 02:52
Post #7


Newbie
Group Icon

Group: Posters
Posts: 38
Joined: 18th June 2005
Member No.: 135,355



how do you execute a program? when i choose "execute program", i cant enter a file path and there is nothing to choose from.
Go to the top of the page
 
+Quote Post
rogueqd
post Dec 18 2006, 09:31
Post #8


Regular
Group Icon

Group: Posters
Posts: 62
Joined: 21st March 2006
Member No.: 178,510

Device(s): i-mate SP5



QUOTE(oldSAP @ Dec 18 2006, 13:52) *
how do you execute a program? when i choose "execute program", i cant enter a file path and there is nothing to choose from.
Hi oldSAP,

Thanks for noticing. smile.gif I realised after I'd uploaded the cab that I never did the browse function, but since I'd been using it for a couple of months without noticing this I left it as is to see if anyone else noticed it. smile.gif

I'm adding that functionality now, I'll upload a new version sometime this week.
Go to the top of the page
 
+Quote Post
oldSAP
post Dec 18 2006, 23:30
Post #9


Newbie
Group Icon

Group: Posters
Posts: 38
Joined: 18th June 2005
Member No.: 135,355



QUOTE(rogueqd @ Dec 18 2006, 09:31) *
Hi oldSAP,

Thanks for noticing. smile.gif I realised after I'd uploaded the cab that I never did the browse function, but since I'd been using it for a couple of months without noticing this I left it as is to see if anyone else noticed it. smile.gif

I'm adding that functionality now, I'll upload a new version sometime this week.

Will be eagerly awaiting for the release smile.gif
Go to the top of the page
 
+Quote Post
rogueqd
post Dec 19 2006, 02:10
Post #10


Regular
Group Icon

Group: Posters
Posts: 62
Joined: 21st March 2006
Member No.: 178,510

Device(s): i-mate SP5



I couldn't help myself and stayed up last night adding some browse functionality. It's not quite what I'd like, more quick and dirty, but it does everything it needs to do. I'd like to write a proper OpenFileDialog, but that will take some time and will have to be added at a later stage.

I'm pretty happy with the whole program now. There may be another update required after the Execute Program functions have been tested more thoroughly, but hopefully this will stay as a stable version for a while.
Go to the top of the page
 
+Quote Post
oldSAP
post Dec 19 2006, 08:22
Post #11


Newbie
Group Icon

Group: Posters
Posts: 38
Joined: 18th June 2005
Member No.: 135,355



thanks. the "browse" button is very helpful.

few suggestions:

1. it would be nice to have the 'browse" button also for searching mp3 or wav files
2. the execute program option should also be able to search and use scripts, and other file types.
Go to the top of the page
 
+Quote Post
volkl23
post Dec 19 2006, 10:14
Post #12


Newbie
Group Icon

Group: Posters
Posts: 8
Joined: 14th February 2006
Member No.: 172,627



QUOTE(oldSAP @ Dec 19 2006, 08:22) *
thanks. the "browse" button is very helpful.

few suggestions:

1. it would be nice to have the 'browse" button also for searching mp3 or wav files
2. the execute program option should also be able to search and use scripts, and other file types.



Keep up the great work! This software will be in the realm of autolock once it matures biggrin.gif
Go to the top of the page
 
+Quote Post
rogueqd
post Dec 19 2006, 23:11
Post #13


Regular
Group Icon

Group: Posters
Posts: 62
Joined: 21st March 2006
Member No.: 178,510

Device(s): i-mate SP5



QUOTE(oldSAP @ Dec 19 2006, 19:22) *
1. it would be nice to have the 'browse" button also for searching mp3 or wav files
2. the execute program option should also be able to search and use scripts, and other file types.
Yeah, restricting the browse to .exe files was a bit narrow minded of me. I have changed it to all files, as you can "run" a .jpg file (for example) and the file association will pick the right program.

I also enabled a "play sound" alarm to use any wav or mp3, even if it's not in the Sounds combo box, so if you browse for an mp3 then change the action to Play Sound it will play the sound you chose even though the combo box appears blank. (you can verify this by adjusting the volume) Again, not a really pretty solution, but it's too close to christmas for pretty solutions. smile.gif

Part of becoming a more mature application is not posting an update every day with the latest minor adjustment, so this will definately be the last update for 2006. There are a few more major changes I want to make, like adding threading, so in 2007 I'll start on a more major update.

Thanks for the encouragement. Please keep the comments coming. smile.gif
Go to the top of the page
 
+Quote Post
oldSAP
post Dec 19 2006, 23:55
Post #14


Newbie
Group Icon

Group: Posters
Posts: 38
Joined: 18th June 2005
Member No.: 135,355



Thank you very much for updating the application.
This is very very useful for me. i use it for reminders (lots of 'em) and to auto poweroff my device, and all of these in 1 app! smile.gif
Go to the top of the page
 
+Quote Post
volkl23
post Dec 26 2006, 08:04
Post #15


Newbie
Group Icon

Group: Posters
Posts: 8
Joined: 14th February 2006
Member No.: 172,627



Thanks for the program! I just have a slight problem...

I installed the latest version of snooze on my storage card, but when I try to open it, I just get the turning circle (processing) and after 2 seconds, nothing happens.

I have A Dash (HTC S620) and CF 2.0 installed on my storage card.

Any help would be greatly appreciated!
Go to the top of the page
 
+Quote Post
rogueqd
post Dec 26 2006, 20:14
Post #16


Regular
Group Icon

Group: Posters
Posts: 62
Joined: 21st March 2006
Member No.: 178,510

Device(s): i-mate SP5



QUOTE(volkl23 @ Dec 26 2006, 19:04) *
I installed the latest version of snooze on my storage card, but when I try to open it, I just get the turning circle (processing) and after 2 seconds, nothing happens.
That's a bit odd. Did earlier versions work?
If not you may be using CF 2.0 instead of 2.0 SP1. I didn't think it should matter, but it might. You can get SP1 from here. Try installing that and let me know if that fixes the problem.


This post has been edited by rogueqd: Dec 26 2006, 20:16
Go to the top of the page
 
+Quote Post
volkl23
post Dec 27 2006, 08:29
Post #17


Newbie
Group Icon

Group: Posters
Posts: 8
Joined: 14th February 2006
Member No.: 172,627



QUOTE(rogueqd @ Dec 26 2006, 20:14) *
That's a bit odd. Did earlier versions work?
If not you may be using CF 2.0 instead of 2.0 SP1. I didn't think it should matter, but it might. You can get SP1 from here. Try installing that and let me know if that fixes the problem.


Thanks for the prompt reply. I do have the SP1. It's odd. I was clicking the icon from the program/snooze directory and that did nothing. I think I just forgot to restart my phone, because right after installing, the program did not appear in the start menu. After the restart, the snooze icon appeared in the start menu and now everything works!

Great program! You are doing a great service to the Smartphone community. Keep it up! smile.gif
Go to the top of the page
 
+Quote Post
rogueqd
post Jan 16 2007, 11:24
Post #18


Regular
Group Icon

Group: Posters
Posts: 62
Joined: 21st March 2006
Member No.: 178,510

Device(s): i-mate SP5



I've almost finished v1.2 and there are some major internal changes. Now you can have two alarms with the same name that are set to the same time without any problems. Alarms will queue if they are activated while another alarm is displaying, then show when the first alarm is actioned. There are other less noticable changes that generally make it more robust and user friendly.

I should be able to put 1.2 beta up here tomorrow, hopefully no bugs, so after a few days I can update the file in the downloads section. I've already got plans for v1.3, so 1.2 won't have quite all the features I originally intended as I want to get the more stable background code out there before I start working on the features.
Go to the top of the page
 
+Quote Post
oldSAP
post Jan 16 2007, 23:41
Post #19


Newbie
Group Icon

Group: Posters
Posts: 38
Joined: 18th June 2005
Member No.: 135,355



the latest version works perfectly. no more set alarms that doesnt go off. The application launcher (where i used poweroff.exe) went off as scheduled.

Thanks also for the TIPS sir!
Go to the top of the page
 
+Quote Post
rogueqd
post Jan 17 2007, 11:37
Post #20


Regular
Group Icon

Group: Posters
Posts: 62
Joined: 21st March 2006
Member No.: 178,510

Device(s): i-mate SP5



Here's 1.2 beta. Just replace Snooze.exe with the one in the zip file. I'll upload it to the download section over the weekend unless anyone finds a bug to report.

Thanks for all your feedback oldSAP. Get this version, as it has some improvements from the one I sent you the other day.

Edit: File removed. Version 1.2 is in downloads page.


This post has been edited by rogueqd: Jan 19 2007, 07:32
Go to the top of the page
 
+Quote Post

3 Pages V   1 2 3 >
Reply to this topicStart new topic

Collapse

Similar Topics

  Topic Replies Topic Starter Views Last Action
No New Posts Standard alarm on the Touch Dual
3 Griff_FFOC 1,089 29th April 2008 - 16:21
Last post by: Griff_FFOC
No New Posts Length of Alarm sound time
making sound play longer than just a few seconds
0 JeepinCalifornia 677 11th June 2008 - 20:20
Last post by: JeepinCalifornia
No New Posts Connective Tools Announces Alarm Master Pro for WM Smartphones
0 Connective Tools 100 19th June 2008 - 07:40
Last post by: Connective Tools
No New Posts Low battery alarm chime while on call.
Can it be removed?
1 clockwork58 342 28th June 2008 - 17:53
Last post by: nyhunter77
No New Posts CT Birthday and Alarm Master for WM smartphones were updated
0 Connective Tools 167 5th July 2008 - 04:37
Last post by: Connective Tools

1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: