I would like to add a "timer" that would tell me how many hours and minutes until my next appointment. Something like "Next Appt: 12 hours, 14 minutes" or "Next Appt: 3 days, 12 hours, 14 minutes" or something approximate like "Today", "Tomorrow", "4 Days" if the more exact timing isn't possible. Any of you geniuses know if it can be done and how?
Thanks in advance.
Related
Apologies if this is handled elswhere I've search and not found it.
What can I do to change the standard alarm "snooze" defaults?
They are rather poorly set at 5 mins before, 5, 10, 15 mins, 1hr, 1 day, dismiss all.
So it would be entirely sensible to have 3 hrs, 12 hrs, 3 days and some other options etc...
This means "snoozing" business things until later the same day, the next day morning, past the weekend etc...
Am I looking for a Microsoft miracle or is this possible somehow?
p.s. Running HTC Touch HD....extremely pleased with it.
Anyone know of a program that will chime every hour?
I have got this on my timex datalink watch that chimes every hour and I have the option to set the period when it chimes ... for eg. from 8am to 6pm ... after that no more chimes till 8am again!
Thanks for any pointers
Use the search button on this forum, and you will go to my topic...
Download PocketAlarm for WM version 2.18.5 from 30.03.2008. This is not only has an alarm but also has an chiming feature for 30 or 60 minutes intervals.
Hello everyone,
I know the alarm free date #SAD...# is a beta feature at the moment, but I've run into a bug with it that I thought you should know about.
I have a section on a widget where I show the next alarm date and time, but I want to also show bedtime, which would be the alarm minus 8 hours. I know for standard dates, I can do something like #D-480...# if I want to subtract 8 hours. I can even do math within the variable, such as #D-$(8*60)$...# to subtract 8 hours. When I try this same sort of thing with the alarm free date variable, I find that it compounds amount added or subtracted each minute until something causes it to reset.
To make a simple example, if my alarm is set for 3:30 on Monday, and if I want to display the alarm time with 1 minute subtracted from it, I use #SAD-1 P:mm p#, and I should get 3:29am on Monday. It works correctly for the first minute, but as soon as another minute passes, I see that the the adjusted alarm time now shows 3:28am. So every time a minute passes, the adjusted alarm time gets multiplied by the number of minutes passed since I saved the widget. If I subtract 2 minutes at a time, then I see the time drop by 2 minutes as each minute passes. If I do 8 hours, then, well, it gets very strange very quickly.
I have noticed that the adjusted alarm time will reset from time to time, going back to the correct calculation for a minute, but I'm not sure of what causes the reset. Sometimes it will go back to the correct calculation after editing the widget, and sometimes it won't. Other times it will go back to the correct calculation after my screen has been off for a little bit and then I turn the screen back on, but not every time. Also, it looks like it may not add or subtract additional increments while the screen is off. Again, with my example of subtracting 1 minute, if my screen timeout is 2 minutes, then by the time the screen turns off, I'll see 3 minutes subtracted in total. If I turn the screen back on 10 minutes later, it will still show the 3 minutes subtracted. The next minute that the screen is on, it will either reset to 1 minute being subtracted, or it will continue to 4 minutes subtracted.
FYI, I'm on a Samsung Galaxy Note 3, Android version 4.4.2, Sprint, rooted, but I am running on stock ROM and kernel.
I hope that this helps pinpoint where the bug may be. Please let me know if any other information is required.
Thanks,
Jeremy
Same problem here.
Hi,
In my calender widget, I use
Code:
$#C0SRd#>0?#C0SRdd#$$#C0SRd#=0&&#C0SRh#>0?#C0SRhh#$$#C0SRd#=0&&#C0SRh#=0&&#C0SRm#>0?#C0SRmm#$
Basically, I want to see time left from my next meeting.
The problem is, in my calander, I have both start time and end time. ( For example, Meeting with John, start-14:00, end-15:00).
The problem is with this code, as soon as start time begins(i.e. at 14:00), zooper possibly takes the end time (i.e. 15:00) as my C0SRmm and starts showing time left with that respect. So, w.r.t. the example above, if it is 13:05 on the meeting day, it will show 55 min. Which is expected.
But then, if the time is 14:00<current time< 15:00 , e,g. 14:25, it will show 35 min, i.e. time left from the end time...which I don't want.
Any help please?
Are you sure that's the behavior? For me, during an event, #C0SRm# counts the number of minutes from the event's starting time. In your example, for an event starting at 14:00, at 14:25 it will show 25 (really 26 as I see in practice).
ewcrider said:
Are you sure that's the behavior? For me, during an event, #C0SRm# counts the number of minutes from the event's starting time. In your example, for an event starting at 14:00, at 14:25 it will show 25 (really 26 as I see in practice).
Click to expand...
Click to collapse
Sorry...you are right...thats exactly what I get......and I don't want it. I just want to know when my meeting is....not how long the meeting is going.
Barud said:
Sorry...you are right...thats exactly what I get......and I don't want it. I just want to know when my meeting is....not how long the meeting is going.
Click to expand...
Click to collapse
Ok, what do you want it to say instead? Or do you want it to say nothing, or say something like "ongoing"?
I also have a countdown to my next event. I solved this problem using two copies of the countdown, one using event 0 and one using event 1. When event 0 is going on, I hide the countdown for 0 (by setting font size to zero using conditionals in the advanced parameters) and show the countdown for event 1. Otherwise, I hide countdown 1 and show countdown 0.
My test if event is occurring: #DyyyyMMddHHmm#>#C0SyyyyMMddHHmm#
If you just want to hide the countdown, you could add this to your existing conditionals.
Is anyone else having issues with Auto HR not taking every 10 minutes. It seems like the issue started around November 22nd. It's very sporadic between 50 mins to 1.5 hours instead of every 10 mins.
HR interval issue
Eckoman518 said:
Is anyone else having issues with Auto HR not taking every 10 minutes. It seems like the issue started around November 22nd. It's very sporadic between 50 mins to 1.5 hours instead of every 10 mins.
Click to expand...
Click to collapse
I too have this problem and its only after the latest update. Tried everything from reboot clear cache manual check all but the most good feature of 10 min interval HR has stopped working.
I have already written to samsung for this issue lets hope they give any solution. As far as my guess they have stopped measuring HR in interval when a person is moving and only counts when 10 mins time reaches and person is very still. very weird update.