• twitter
  • facebook
  • rules
  • news
 
Page 1 of 12 12311

[APP][SVC][Apr 4 2010]ReRemind V7 / Periodic audible reminders for waiting events

  • Retweet Thread
  • Vote for Thread to be Featured on the XDA Portal
Default [APP][SVC][Apr 4 2010]ReRemind V7 / Periodic audible reminders for waiting events

Although I do read every post here in this thread, it would make my life easier if people submitted bugs and requested features on CodePlex and saved this thread more for general discussion and peer-to-peer help. Thank you!

Submit bugs on CodePlex: http://www.codeplex.com/ReRemind/WorkItem/List.aspx
Request features on CodePlex: http://www.codeplex.com/ReRemind/Thread/List.aspx

Overview
ReRemind is a simple Windows Mobile service that will play a sound at a specified interval when an event is waiting your attention. This is particularly useful for devices that lack standard amber/green notification LEDs (like the Diamond / Touch Pro), but can be used with any WM device if you want audible notifications.

CodePlex
ReRemind development is hosted at Microsoft CodePlex! http://www.codeplex.com/ReRemind

Tip Jar
Like this app? Want more like it or quicker updates? Tip a buck (or Euro or Pound or whatever) or two to help the author out! Click here to make a safe donation via PayPal.

Current features
- ReRemind will notify you when reminders (calendar) are active, there are missed calls, new voicemails, unread SMS, unread MMS, and/or unread email.
- You can be reminded at any interval you specify, in minutes.
- Rereminders can be turned off during a time span (such as overnight).
- Play any WAV file! But sound must be less than about 10 seconds long, or it may be cut off as the device moves from UNATTENDED power state back to SUSPENDED power state.
- Optionally vibrate device in addition to playing a sound.
- Specify that ReRemind stops reminding after a certain number of rereminders.
- AppToDate support
- Very power efficient. All checks are done using the State and Notification Broker and Named Events in the notification queue. Playback is done (by default) in unattended mode. The service does not periodically "ping" because it waits for events, so it's completely idle as long as the state of the monitored events are not changing.
- Cleans up after itself! Don't you hate it when apps use the notificaton queue but leave stale notification events lying around requiring you to run something like MemMaid to clean it up? ReRemind always checks to see if a notification is waiting when it is signalled to exit. If a notification is waiting, it clears it out.
- TRUE SERVICE! Does NOT use one of the precious few 32 process slots on Windows Mobile. The app you see in the StartUp folder is simply to turn on the service. This is due to unsigned services being unable to autostart.
- Can optionally work around the bug in Windows Phone 6.5 noted here: http://forum.xda-developers.com/showthread.php?t=469186

** If you edit ReRemind's settings in the registry directly, you must restart the service. This is most easily accomplished using the StopReRemindSvc and StartReRemindSvc EXEs in \Program Files\ReRemind

Planned features
- A different WAV for each event
- Maybe custom events by monitoring arbitrary registry locations for changes

Known Issues
- None right now...

History - More details at CodePlex
V7 - Added notification: unread MMS. Config app supports wav and vibration preview. Works around bug in WM6.5 where all-day reminders will not make a sound or vibrate. There are limitations, however: sound file specified in Sounds and Notifications for Reminders MUST be a WAV; AutoSnooze is not supported.
V6.1 - Fixed a bug where VGA devices no longer could see the "select a folder" button.
V6 - Added support for standard devices to use the config app (untested); Fixed a bug where some pre-6.1 devices detected as 6.5 devices, leading to alarm notification problems.
V5 - Startup bug fix, WM 6.5 bug fixes, vibrate support, stop reminding after time (optional), AppToDate support.
V4 - BETA - Fixed SMS/Email notification bugs. Deletes stale notification queue entries on startup/exit for if device crashes. Added 10 second delay to start service on boot.
V3 - BETA - Fixed (very) minor resource leak. Silent service start options.
V2 - ALPHA - Added Unread SMS and Email notifications. Added config app. Added messageboxes for starting/stopping service.
V1 - ALPHA - Initial release

Detailed changelog is available on CodePlex in the notes of each version

Download
CAB Installer: http://www.codeplex.com/ReRemind/Rel...tReleases.aspx
Source Code: http://www.codeplex.com/ReRemind/Sou...leCommits.aspx

Installation
1. Install the CAB
2. That's it! Seriously!

Requirements
- Windows Mobile 6.0 and newer.
- Standard devices (no touch screen) can use the service but the config app will not work. You will need to edit the registry and restart your device to change settings.

__________________
Avian Waves aka thx1200

http://www.avianwaves.com
Current phone: Sprint HTC Touch Pro 2
Current ROM: MightyROM RhodiumW
My WM Apps: ReRemind / TouchFlo Detacher / Mobile Shell 3 Toggler / iContact AE / BattLineSvc / ZoomBarPlus / PlaySound / Mute4

Last edited by thx1200; 4th April 2010 at 09:58 PM.

Default Registry Settings

Settings are stored in HKCU\Software\Avian Waves\ReRemind

NotifyInterval (DWORD) - Minutes between rereminders
UseInactiveTime (DWORD) - Enable the 'do not notify between these hours' setting.
HourInactiveStart (DWORD) - Hour (in 24hr format) for the inactive (do not notify) start time (inclusive).
HourInactiveEnd (DWORD) - Hour (in 24hr format) for the inactive (do not notify) end time (exclusive).
NotifyReminder (DWORD) - Notify with undismissed reminders
NotifyMissedCall (DWORD) - Notify with unread missed calls
NotifyVoiceMail (DWORD) - Notify with unread voicemails
NotifySMS (DWORD) - Notify with unread SMS messages
NotifyMMS (DWORD) - Notify with unread MMS messages
NotifyEmail (DWORD) - Notify with unread emails
NotifyWhileOn (DWORD) - Play notification while device is powered on (screen is on)
PowerOnBeforePlay (DWORD) - Wake device fully before playing sound
StopNotifyAfter (DWORD) - Stop rereminding after this many rereminds (0 = infinite)
Vibrate (DWORD) - Vibrate while playing notification
VibrateLEDIndex (DWORD) - LED index of the vibrator (usually 1)
SoundFile (STRING) - full path to the sound file to play (must be WAV)
AllDayWorkaroundHack (DWORD) - Enable the All Day reminder workaround (see top post)


Last edited by thx1200; 4th April 2010 at 10:09 PM.

ReRemind V1 Config Tool
Requirements : .NetCF 2.0!
Overview : a little proggy i coded just now to config ReRemind V1


When the app loads, it lists the defaults value in the boxes, so just change it according to your needs

Download Link :
see attached


Ps. excuse the image, its my irfan's view setting, i forgot to change it, and im not in the mood to run the Emulator again, as my device is currently busted ;/


Attached Files
File Type: cab Ather ReRemind V1 Config.cab (12.6 KB, 299 views)
__________________


hTC Touch Pro 2 (Sprint Version)
HardSPL'd
ROM : MightyMike's WAR - HTC Sense 2.5 [FULL LANDSCAPE SUPPORT] Build 21887
SD Card: 8GB Class 6

My OEM Packages (updated 29/06/2008)
My WM6.1 Dark Edition For Hima ( 05/10/08 )
My WM6.1 Diamond Edition For Hima ( 10/07/08 )

Did i help you?

thanks ather for the config tool

__________________
http://oldsap.blogspot.com

SpeakerPhone Auto ON - Automatically turn on your speakerphone
OS Profiler - Volume Profile Scheduler.
DontSleep Wifi - will automatically turn on your wifi while preventing your device from going into sleep mode.
OS Logger - Log your SMS on your Calendar
i780 Flashing Guide
CNitrogen - Titanium Plugin for Nitrogen Music Player
SMSer - send multiple sms to multiple contacts

@thx, does this work for sms too?

__________________
http://oldsap.blogspot.com

SpeakerPhone Auto ON - Automatically turn on your speakerphone
OS Profiler - Volume Profile Scheduler.
DontSleep Wifi - will automatically turn on your wifi while preventing your device from going into sleep mode.
OS Logger - Log your SMS on your Calendar
i780 Flashing Guide
CNitrogen - Titanium Plugin for Nitrogen Music Player
SMSer - send multiple sms to multiple contacts

@ather90
i think your conf prog will mess up few keys from dword to string..
or i'm doing something wrong...

__________________
HTC Touch Pro T7272
WM 6.5 - ...pending decision

hmm, my app just reads the default values, and lets u replace them, dont know about them messing them up

as i said, i only tested in an emulator, not a real device ;/

__________________


hTC Touch Pro 2 (Sprint Version)
HardSPL'd
ROM : MightyMike's WAR - HTC Sense 2.5 [FULL LANDSCAPE SUPPORT] Build 21887
SD Card: 8GB Class 6

My OEM Packages (updated 29/06/2008)
My WM6.1 Dark Edition For Hima ( 05/10/08 )
My WM6.1 Diamond Edition For Hima ( 10/07/08 )

Did i help you?

Well, initially all the keys are dwords except the SoundFile witch is string. After using your conf and press set all keys except HourInactivityStart and NotifyInterval are changed to strings.

__________________
HTC Touch Pro T7272
WM 6.5 - ...pending decision

If it could also remind me at unread SMS/MMS messages this little tool would be perfect.
Keep on the good work. :-)

fRED

__________________
[ ROM ] Full Customized 21040 Build ROM (132/63MB) || Fast / Stable / Nice looking
[ Radio ] 1.13.25.24 + rilphone
[ Today ] iPhoneToday + Custom Weather Script + TodayTime
[ Navi ] iGO 8.3.4.102680 + 2009Q1 Navteq Maps

Originally Posted by BlockbusterF  View Post

If it could also remind me at unread SMS/MMS messages this little tool would be perfect.
Keep on the good work. :-)

fRED

+1
And of course e-mail...
Neet little app...
Prefer it over missedcallreminders

__________________
************

Live long and prosper... or something like that... maybe..
If you'd like to of course...ahh who cares anyway.....do what you like!!!


Using HTC HD2 (LEO) on T-Mobile UK Network
ROM: MIRI v17.6 23569
Radio: 2.12.50.02_2

Still have my trustworthy touchpro though just in case

Tags

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Rules
Forum Jump
 
All times are GMT +1. The time now is 11:33 AM.