PhoneAlarm Help? - General Topics

I need some help. I installed PhoneAlarm about a week ago and ever since, I've noticed that whenever I go into the PhoneAlarm settings (to do anything), after I get out, my settings in my WM6 Notifications and Alarms gets messed up. For example, the sound that I have set in my WM6 notifications for my morning alarms gets messed up.
Any ideas? I'm probably overlooking something very simple but any help would be greatly appreciated.

eyecrispy said:
I need some help. I installed PhoneAlarm about a week ago and ever since, I've noticed that whenever I go into the PhoneAlarm settings (to do anything), after I get out, my settings in my WM6 Notifications and Alarms gets messed up. For example, the sound that I have set in my WM6 notifications for my morning alarms gets messed up.
Any ideas? I'm probably overlooking something very simple but any help would be greatly appreciated.
Click to expand...
Click to collapse
Phonealarm take over all "Notifications and Alarms Settings" you need to set them within phonealarm itself.

ratcom said:
Phonealarm take over all "Notifications and Alarms Settings" you need to set them within phonealarm itself.
Click to expand...
Click to collapse
Yes, I see that, but I can't seem to select the sound I want for my clock alarms, only generic "Notifications" in PhoneAlarm. That's my dilemma. I want to use different sounds for notifications and clock alarms.
Can I do that in PhoneAlarm?

Hi,
No - phoneAlarm groups all reminders together - uncheck "Reminders" on the first tab - and then you can control Appointments, Tasks and Clock via the system settings (but then without repeating alarms)!

penguin said:
Hi,
No - phoneAlarm groups all reminders together - uncheck "Reminders" on the first tab - and then you can control Appointments, Tasks and Clock via the system settings (but then without repeating alarms)!
Click to expand...
Click to collapse
Thanks! Bummer about no repeating alarms, but I can live with that.

There's G-Alarm which is quite good.

Related

Reminders not showing?

This is probably me just not being used to the PPC version of Windows Mobile (I've been using non-touch screen smartphones too long).
For some reason, my calendar reminders are not showing on the screen. I hear the notification sound, but unless I bring them up manually using the icon bar at the top of the screen I never see the text so I can't dismiss them.
What have I done wrong here?
I have the same problem/frustration. I don't think it is anything you are doing wrong. I think it is (crappy) functionality of the TouchFlo interface. IMHO the TouchFlo interface renders meeting notifications useless. The home page does not show enough information and the issue you described. Interested to hear form others how they deal with it. I turned off meeting notifications because of this. Luckily for me I have a Blackberry sitting right next to it to remind me.
Yeah, same here.
Please check your settings:
Start -> Settings -> Sounds & Notifications -> Tab: Notifications.
I would bet that for the Event "Reminders" the option "Display message on screen" is not checked. Right?
HTH
Go to settings, personal , Sounds and Notifications, select the notifications tab, pick Reminders in the event drop down and make sure "Display Message on Screen" is checked.
DeepThought and JoeWilcox nailed it. That was the issue. Very strange to not have that as a default. Thanks guys.
Nope, still no reminders popping up.

alarm notification?

when my alarm goes off in the morning the "notification" has stopped popping up so i can disable it, I have to let the alarm go on for the entire time. How do i fix that irritating problem?
not to steal your thunder but i can't find a way to silence text message sounds as they occur.. any ideas?
OK, this is really pissing me off here, i cant stop my alarm now. it goes off and keeps repeating, i have to reset the phone to stop it. the "notification" window used to pop up and allow me to dismiss it or snooze for a selected periond of time.
First deactivate any alarms and go to settings/sounds & notifications and make sure that "notifications" is not selected, for now...
Then I sugest using "Check Notifications" program (google for it) to clean your memory from duplicated reminders and alarms
And then soft reset...
Let me know if that helped...
perhaps your problem is that under settings / sounds and notifications "notification" for alarm is NOT selected.. doesnt it have to be for popping up??
I have the same problem with the noticiations. I have to click them on every day. They turn off all the time. Any idea's
got it working, took what you guys said and put it together.
settings/all settings/personal tab/sounds and notifications/sound tab - then CHECK "events, programs AND notifications (alarms, reminders)"
then go to the "notifications" tab and go to the event drop down list and choose "reminders" its near the bottom, and make sure "display message on screen" is checked.
solved it for me, thanks for your help
I've done all that. My problem is that every day all my notifications get unchecked. Why?
perhaps you need to make those changes and then soft reset the phone?
other than that I have no idea unless your running a diff program for your notifications and it is conflicting with the stock notification settings
I noticed the same issues. Then, I switched to gAlarm and everything was better. It's a better alarm program anyway. Way better.

Calendar Notification Sound

Is it just me or is the volume sound too low for it and no way to change the tone?
Cant find anything specific for it.
Agreed. I can't find any of the standard options - ringtone/vibrate/ringone+vibrate.
Did you find how to fix this?
I keep missing every reminder. It is VERY low, and NOT a tone that I have set for anything.
Start from home screen
Settings
Sound and display
Look in this section and there are places to choose notification tones and also volumes.
scott2ride said:
Start from home screen
Settings
Sound and display
Look in this section and there are places to choose notification tones and also volumes.
Click to expand...
Click to collapse
That was the first thing I tried, but thanks anyway. I installed Calendar Snooze, which seems to have solved the problem.
As the first couple posts imply, no settings exist for calendar tone or volume in settings.
scott2ride said:
Start from home screen
Settings
Sound and display
Look in this section and there are places to choose notification tones and also volumes.
Click to expand...
Click to collapse
Sent from my SAMSUNG-SGH-I897 using XDA App
Any updates on this?
I totally rely on the notification sound in the calendar but it is hopeless.
Any way to replace with a better sound?
(I have changed txt notifications but not calendar)
Cheers
I also wish there was an option so select the settings just for calendar reminders as my old WinMo phone had. Specifically the option to play tone / vibrate even when phone is silent. New to an android device but this thing still knocks winmo out of the water.
Just put it in Vibrate mode.
Is it the setting in?
/data/data/com.android.calendar/shared_prefs/com.android.calendar_preferences.xml
Sent from my SAMSUNG-SGH-I897 using XDA App
Ok found it. Sorta.
/dbdata/databases/com.android.providers.calendar/calendar.db
In the reminders table is an event tied by event_id to the event in the events table. If you edit the ringtone field corresponding to an event in the reminders table using the full path to the sound file you can change the ringtone for each event.
Two items.had to copy the db, edit the copy and overwrite the old one. I also used an ogg file.
Sent from my SAMSUNG-SGH-I897 using XDA App
rahlquist said:
Ok found it. Sorta.
/dbdata/databases/com.android.providers.calendar/calendar.db
In the reminders table is an event tied by event_id to the event in the events table. If you edit the ringtone field corresponding to an event in the reminders table using the full path to the sound file you can change the ringtone for each event.
Two items.had to copy the db, edit the copy and overwrite the old one. I also used an ogg file.
Sent from my SAMSUNG-SGH-I897 using XDA App
Click to expand...
Click to collapse
Oh... is that all! Sounds easy as!!!
In English please
scott2ride said:
Oh... is that all! Sounds easy as!!!
In English please
Click to expand...
Click to collapse
Here is how I manually did it. This is probably best left to people very comfortable with linux/unix. ( I needed to be rooted, have root explorer installed, and SqlLiteEditor )
copy /dbdata/databases/com.android.providers.calendar/calendar.db to /dbdata/databases/com.android.providers.calendar/calendar_original_backup.db
copy /dbdata/databases/com.android.providers.calendar/calendar.db to /sdcard/calendar.db
open /sdcard/calendar.db
Open Events, scroll around and find the reminder you want., then look all the way to the left column for that line, you will find the event_id field, note the data in that field. Hit back
Open Reminders, find the event_ID from the previous step, tap the line and choose edit. Edit the data in the Ringtone field with the full path to the sound you want to use, i.e. "/sdcard/mysounds/calendar.ogg" (dont type the quotes)
Hit back until you are out of the SQLLiteEditor
copy /sdcard/calendar.db to /dbdata/databases/com.android.providers.calendar/calendar.db
I am sure someone will build an app for this eventually.
I downloaded Calendar Snooze from the market. It works great for notifications. You can set your ringtone and you can snooze for a set amount of time
Sent from my SAMSUNG-SGH-I897 using XDA App
accrews2001 said:
I downloaded Calendar Snooze from the market. It works great for notifications. You can set your ringtone and you can snooze for a set amount of time
Click to expand...
Click to collapse
Sweet... even easier!
Oh, and rahlquist, thanks for the full explanation
A couple questions on Calendar Snooze:
1. Do you have to enable Alarm for each event in order for Calendar Snooze to give a notification?
2. Does Calendar Snooze give notification XX minutes before the event starts?
emmfan said:
A couple questions on Calendar Snooze:
1. Do you have to enable Alarm for each event in order for Calendar Snooze to give a notification?
2. Does Calendar Snooze give notification XX minutes before the event starts?
Click to expand...
Click to collapse
Yes you need to enable the alarm when you input the calender event the first time. Though there may be something in settings to pre do it. I'll check.
You can set the notification time to anything you like. 1 min, 5min, 30, 2 hours, 2 days... whatever. And when you snooze it you can set how long the snooze is for, and change it on the fly.
Can also change the reminder sound to anything you want.
@scott2ride Thanks for answering my questions. I usually add events through Google Calendar on computer, so haven't figured out how to enable reminders on phone without manually changing each one individually, which is kind of annoying. I was hoping that Calendar Snooze had a default reminder for all events.
If you go to caledar, settings, reminder settings, select ringtone, you can at least change the tone. There are apparently issues with which calendar you have selected at the time and so forth, this doesn't seem to work smoothly yet. But it is a start. See this for more
http://forum.xda-developers.com/showthread.php?t=543268

[Q] Where is Calendar setting to stop it creating an email alarm by default?

I never want to receive an email notification for a calendar event. I hate getting 2 notifications for the same thing (I always set a popup). I am assuming that this is a default Android action as it happens on both my Tab and my Blade.
Anyone know how to turn off this default setting? Or change it to popup? I've looked everywhere I can think of.
TIA
brackenhill_mob said:
I never want to receive an email notification for a calendar event. I hate getting 2 notifications for the same thing (I always set a popup). I am assuming that this is a default Android action as it happens on both my Tab and my Blade.
Anyone know how to turn off this default setting? Or change it to popup? I've looked everywhere I can think of.
TIA
Click to expand...
Click to collapse
I think you need to go to web Google Calendar and set the default 'Notifications' options in the settings of the calendar in question. There are options to set it to pop-up and/or e-mail and/or sms. You can also control how updates in events are handled.
eldis said:
I think you need to go to web Google Calendar and set the default 'Notifications' options in the settings of the calendar in question. There are options to set it to pop-up and/or e-mail and/or sms. You can also control how updates in events are handled.
Click to expand...
Click to collapse
Trust me to be looking in the wrong place!
What was weird was I needed to turn all the invitation notifications off even if though I've never set an invitation up when creating an event.
But I'm sorted and happy - thank you

missing "system sounds"

[Rooted UCLB3 with Zen's Infusion A kernel, voodoo sound installed]
1 - When I go to Settings / Sound / Volume I see 4 sliders (Incoming Call Volume, Media Volume, System Volume, Notification Volume).
For 3 of the 4, when I move the slider I hear a sample of the volume as expected.
But for the system volume slider, when I move it I hear nothing at all. Doesn't matter where I move it, all I hear is silence.
2 - I think I haven't been getting any audible notifications for calendar appointments lately.
Is "system volume" used for calendar appointments? For anything else? How do you set the sound associated with system volume (it's different than notification apparently).
How to get it back?
electricpete1 said:
[Rooted UCLB3 with Zen's Infusion A kernel, voodoo sound installed]
1 - When I go to Settings / Sound / Volume I see 4 sliders (Incoming Call Volume, Media Volume, System Volume, Notification Volume).
For 3 of the 4, when I move the slider I hear a sample of the volume as expected.
But for the system volume slider, when I move it I hear nothing at all. Doesn't matter where I move it, all I hear is silence.
2 - I think I haven't been getting any audible notifications for calendar appointments lately.
Is "system volume" used for calendar appointments? For anything else? How do you set the sound associated with system volume (it's different than notification apparently).
How to get it back?
Click to expand...
Click to collapse
Is there not an "Alarm" volume on your rom?
Calendar appointments may just fall under Notifications for you.
System Volume would be those innate clicks and UI sounds when you click or open things on your phone.
If your Calendar isn't making any sounds, check the settings in your calendar app to see what notification tone you have set for your reminders, and that the notifications and reminders are enabled.
Hopefully that helps!
Ryo Misaki said:
Is there not an "Alarm" volume on your rom?
Calendar appointments may just fall under Notifications for you.
System Volume would be those innate clicks and UI sounds when you click or open things on your phone.
If your Calendar isn't making any sounds, check the settings in your calendar app to see what notification tone you have set for your reminders, and that the notifications and reminders are enabled.
Hopefully that helps!
Click to expand...
Click to collapse
Thanks, that was very helpful.
System Volume would be those innate clicks and UI sounds when you click or open things on your phone.
Click to expand...
Click to collapse
Aha, so that’s what that system volume for.
With "audible selection" disabled in settings (my original configuration), the slider does nothing.
When I enabled “audible selection” in settings, then that slider produces a click when I move it. That explains why the slider wasn’t doing anything before (audible selections was off).
I had associated this system volume slider "symptom" with lack of calendar alarms since I noticed the slider movement didn't do anything at the time I was investigating my lack of calendar alarms... but that was an incorrect conclusion on my part.
If your Calendar isn't making any sounds, check the settings in your calendar app to see what notification tone you have set for your reminders, and that the notifications and reminders are enabled.
Click to expand...
Click to collapse
After your post, I just tried a special calendar appointment with alarm set manually and it did work. (stock calendar app). That’s good.
It used to be that all my appointments had alarms occuring 15 minutes ahead, alarms set automatically with no action on my part to set an alarm for individual appointments.
Now it seems like I only get alarm if I manualy set them.
My challenge has now evolved to: how do I get alarms automatically scheduled on my calendar apponitments?
The appointments I’m interested in are ones sent to my work outlook email account. I have an outlook rule which auto-forwards everything to my gmail. When my gmail receives an invite it puts it on my gmail calendar which is sync’d to my android calendar.
It used to be the case that all these appointments sounded an alarm tied to the appointment, 15 minutes ahead. Now nothing happens (unless I set an alarm manually, which I didn't have to before). I almost missed a meeting yesterday as a result.
I checked Android calendar settings, don’t see it in there.
I checked gmail settings. Don’t see it in there. Actually there is an un-used option for gmail to notify me by text message of appointments on my gmail calendar ... but the old calendar notifications didn't come on text message. So I guess I have a solution available (notify of gmail appointments by text), but I'm wondering why it doesn't work the way it used to.
Maybe it is in my outlook calendar settings... I’ll check that next and report back results...
resolved (sort of)
I checked MS outlook settings. There you can set an alarm for individual item but I don’t think there is a default alarm (and even if there were, it’s not logical that it would be relevant to my gmail/android which only knows about the invite, not whether it was accepted in outlook).
I don’t know what changed. To be honest, I don’t remember ever setting up my gmail/phone to provide meeting alarms, it just started happening automatically by itself immediately after I set up the outlook rule to forward all my work emails (including meeting invitations) to my personal gmail account. But after I started getting those meeting notifications on my phone, I did grow to expect that behavior and rely on them.
To restore my meeting notifications on my phone, I have now setup gmail to provide me with SMS 15 minutes before meeting. Should get the job done, and perhaps even a little more reliable than before because I will still get the SMS even for meetings scheduled at the last minute where my phone may not have had chance to sync to my gmail yet.
So, my problem is solved by setting up a different type of notification (sms from gmail calendar). I’m not sure what changed (open to comment if anyone knows), but doesn’t matter other than for general understanding.
Thanks again Ryo for helping me figure out it had nothing to do with system volume.
electricpete1 said:
Thanks, that was very helpful.
Aha, so that’s what that system volume for.
With "audible selection" disabled in settings (my original configuration), the slider does nothing.
When I enabled “audible selection” in settings, then that slider produces a click when I move it. That explains why the slider wasn’t doing anything before (audible selections was off).
I had associated this system volume slider "symptom" with lack of calendar alarms since I noticed the slider movement didn't do anything at the time I was investigating my lack of calendar alarms... but that was an incorrect conclusion on my part.
After your post, I just tried a special calendar appointment with alarm set manually and it did work. (stock calendar app). That’s good.
Click to expand...
Click to collapse
I'm glad that fixed things!
Yeah, I used to keep the audible selections off all the time, so system volume was pretty useless.
Also, I think "system" controls the dial pad sounds on the Dialer app, as long as you have those enabled.
It used to be that all my appointments had alarms occuring 15 minutes ahead, alarms set automatically with no action on my part to set an alarm for individual appointments.
Now it seems like I only get alarm if I manualy set them.
My challenge has now evolved to: how do I get alarms automatically scheduled on my calendar apponitments?
The appointments I’m interested in are ones sent to my work outlook email account. I have an outlook rule which auto-forwards everything to my gmail. When my gmail receives an invite it puts it on my gmail calendar which is sync’d to my android calendar.
It used to be the case that all these appointments sounded an alarm tied to the appointment, 15 minutes ahead. Now nothing happens (unless I set an alarm manually, which I didn't have to before). I almost missed a meeting yesterday as a result.
I checked Android calendar settings, don’t see it in there.
I checked gmail settings. Don’t see it in there. Actually there is an un-used option for gmail to notify me by text message of appointments on my gmail calendar ... but the old calendar notifications didn't come on text message. So I guess I have a solution available (notify of gmail appointments by text), but I'm wondering why it doesn't work the way it used to.
Maybe it is in my outlook calendar settings... I’ll check that next and report back results...
Click to expand...
Click to collapse
You said you're running a rooted UCLB3? Is that Gingerbread Stock?
JB and ICS have a setting in the Calendar App that lets you decide the default 'reminder' time. (Which can then be tweaked when you create the actual event.)
Gingerbread or Froyo, though... I honestly can't remember too well (it's been too long ago!), but I don't think that option existed there.
I also checked the Google Calendar website settings, and there isn't a default reminder setting there either. =X
To restore my meeting notifications on my phone, I have now setup gmail to provide me with SMS 15 minutes before meeting. Should get the job done, and perhaps even a little more reliable than before because I will still get the SMS even for meetings scheduled at the last minute where my phone may not have had chance to sync to my gmail yet.
So, my problem is solved by setting up a different type of notification (sms from gmail calendar). I’m not sure what changed (open to comment if anyone knows), but doesn’t matter other than for general understanding.
Thanks again Ryo for helping me figure out it had nothing to do with system volume.
Click to expand...
Click to collapse
Sorry that you had to resort to such a round about method... If you can't find the setting for default reminder time, you could either change your Rom, keep with method you are using, or use a different calendar app. (When I was on Gingerbread, I found that I liked an app called Business Calendar. I'm not sure if it'll work for your needs, so you'll have to give it a try.)

Categories

Resources