Can the notification bubble be disabled?
Its absurd that in the sounds and notifications, I uncheck all notifications from all events and still get the "Dismiss" button for a notification of a missed call or voicemail or email or mms.
I really dont need to see new email counter increment, plus notification/dismiss bubble at the bottom of the screen and finally the envelope icon at the top. Im not that dense.
Petersonz said:
Can the notification bubble be disabled?
Its absurd that in the sounds and notifications, I uncheck all notifications from all events and still get the "Dismiss" button for a notification of a missed call or voicemail or email or mms.
I really dont need to see new email counter increment, plus notification/dismiss bubble at the bottom of the screen and finally the envelope icon at the top. Im not that dense.
Click to expand...
Click to collapse
You need to uncheck "show message on screen" from the connection established event under sounds and notifications.
no that just dosnt allow the message to pop up on the notification. i dont believe there is anyway to disable the icon that pops up in the top.
but what you can do is disable the message that pops up
ChInEsE ChIcKeN said:
no that just dosnt allow the message to pop up on the notification. i dont believe there is anyway to disable the icon that pops up in the top.
but what you can do is disable the message that pops up
Click to expand...
Click to collapse
The instructions I posted prevent the notification bubble from popping up, which is exactly what the OP was trying to accomplish.
no i think he means the icon that pops up on the top not the message that comes up when ever something happend...
at least thats what i think he means...
Which one
I dont mind the envelope on top, what I do mind is when I have the keypad locked and it take 4-10 button presses to get the normal soft key navigation back.
Example:
Missed call, new email, new mms, new voicemail. Each has a seperate "notification" that has to be viewed and dismissed in 2 keystrokes.
So for example, on a missed call only:
1) Turn display back on
2) Unlock (left softkey)
3) Unlock touch right mid screen (or *)
4) click softkey notification (left softkey)
5) click dismiss softkey (right softkey)
As you can see, it takes 5 buttons to get my left softkey back to normal and get rid of the notification bubble. The handset icon with the ! on it is sufficient to indicate the missed call.
Now, how about a missed call, which of course causes a new voicemail:
1) Turn display back on
2) Unlock (left softkey)
3) Unlock touch right mid screen (or *)
4) click softkey notification (left softkey)
5) click dismiss softkey (right softkey)
6) click softkey new message
7) click softkey dismiss
Now add new voicemail, missed call, new email, new text message and you can see it takes a ton of annoying keypresses to get rid of the bubble notifications and return the softkeys to normal where I expect them to be whenever I need to use my phone.
I have everything unchecked in the sound/notify section so that doesnt help.
If I dont use Today but instead, a Today replacement, does that go away?
Thanks
take a look at this thread
http://forum.xda-developers.com/showthread.php?p=1843894
goto HKCU\control panel\notifications\
and change whatever you want to not show up to 0 or 1 in the options. What i do is set everything to 0 and i used to have a 1 ring lag due to that stupid bubble but as a disclaimer i use S2U2 to Handel the phone calls and phone alarm to Handel notifications so i am able to turn all this stuff off and still have the notifications i ask for.
No Luck on that thread
No luck on that thread. I still get the missed call changing the softkey to Notification and then a bubble, then dismiss.
I tried setting all the "Options" in each key under notifications to zero. So far, I think they all went away except missed call.
I have also been looking for a solution to disable the left soft-key notification / notification bubble. It seems that anyone who receives a lot of calls, voicemail and e-mail on there phone would find this "feature" annoying. I've tried various phone alarm type applications and not had any luck.
You're idea of replacing the today screen sounds like a good idea.
...but so far I just have to disable all on-screen notifications in notification settings and then press the left-soft key over and over again to dismiss all those stupid notifications.
pdxadmin said:
It seems that anyone who receives a lot of calls, voicemail and e-mail on there phone would find this "feature" annoying.
Click to expand...
Click to collapse
Absolutely! I also can not understand why it seems impossible to get rid of this "feature". Specialy since HTC Home Plugin (and lot of other today plugins) make this notifications absolutely unnecessary.
I'm disappointed with HTC diamond because of this delayed ringtone, about 80% of my incomming call going to mailbox, its costing me too much , I have to calling back them. What is an idiot mobile phone, there is no any solution I think?!
there is a registry tweak to prevent a 3 second delay on incoming calls - also go to start phone/ options services and select call fowarding and tap get settings change whatever settings for no answer fromk what ever it is to 30 seconds
Thanks Ekksman! where can I find this registry tweak, and the other option u described is not a good solution, i ve changed from the service itself to 30 seconds, but I need it to ring from the first signal, not at the 3 ringingsignal.
I presume ekksman was talking about this: http://forum.xda-developers.com/showthread.php?t=258109
It seems to work. Downside: you have to convert your ringtones to wav's.
Quoted...
hope it helps...
Change duration of ringtone/vibrate/LED flash characteristics"
HKCU\ControlPanel\Sounds\RingTone0\Script = "v1w1v1w1v1"
E.g. vibrate 1 second (v1), wait 1 second (w1) sequence
Looping Ringtones Delay
Ring tone has a standard 3 seconds delay before repeating. You can set the delay from 0 second to how many second that you want.
HKEY_CURRENT_USER\ControlPanel\Sounds\RingTone0
Change 'Script' from 'av0pw3r' to 'av0pr' and you'll get 0 sec delay.
OR change it to
av0pw1r = wait for 1 sec
av0pw2r = wait for 2 sec
and so on...
Plus heres the code
a - stands for display
r - repeat/replay the script again
c - sets the volume C50, c150, c100
f - means flash .. f1 flash for 1 second and f0 stands for flash continuously
p -means play ringtone
v- vibrate then incorporate with number to state how many seconds it will vibrate example. v3 vibrate for 3seconds or v - for continous
w - stands for wait or pause then specify how many seconds like w3(wait for 3 seconds)
Heres the example
Flash - af1w60f0
Ring - apw3r
Ring Once - ap
Increasing Ring - c50apw3c150r
Vibrate Then Ring - v3w3apw3r
Vibrate - av3w3r
Short Vibrate - av1w3r
Vibrate Long Then Ring - v3w3v3w3apw3r
Vibrate And Ring - av0pw3r
Increasing Ring And Vibrate - c50apv3w3c150r
Fast Vibrate And Flash - af1v1w1f0r
Vibrate and Ring Continously without pausing - av0pr
Htc86 said:
Quoted...
hope it helps...
Change duration of ringtone/vibrate/LED flash characteristics"
HKCU\ControlPanel\Sounds\RingTone0\Script = "v1w1v1w1v1"
E.g. vibrate 1 second (v1), wait 1 second (w1) sequence
Looping Ringtones Delay
Ring tone has a standard 3 seconds delay before repeating. You can set the delay from 0 second to how many second that you want.
HKEY_CURRENT_USER\ControlPanel\Sounds\RingTone0
Change 'Script' from 'av0pw3r' to 'av0pr' and you'll get 0 sec delay.
OR change it to
av0pw1r = wait for 1 sec
av0pw2r = wait for 2 sec
and so on...
Plus heres the code
a - stands for display
r - repeat/replay the script again
c - sets the volume C50, c150, c100
f - means flash .. f1 flash for 1 second and f0 stands for flash continuously
p -means play ringtone
v- vibrate then incorporate with number to state how many seconds it will vibrate example. v3 vibrate for 3seconds or v - for continous
w - stands for wait or pause then specify how many seconds like w3(wait for 3 seconds)
Heres the example
Flash - af1w60f0
Ring - apw3r
Ring Once - ap
Increasing Ring - c50apw3c150r
Vibrate Then Ring - v3w3apw3r
Vibrate - av3w3r
Short Vibrate - av1w3r
Vibrate Long Then Ring - v3w3v3w3apw3r
Vibrate And Ring - av0pw3r
Increasing Ring And Vibrate - c50apv3w3c150r
Fast Vibrate And Flash - af1v1w1f0r
Vibrate and Ring Continously without pausing - av0pr
Click to expand...
Click to collapse
When I set av0pr then in Ringtone Settings should still be Vibrate and Ringtone but in my device it is automatically set to Ringtone and when I change it to Vibrate and Ringtone av0pw3r value is set.
I can set it up to av0pr and still have Vibrate and Ringtone in settings
Any idea?
Changing the HKCU\ControlPanel\Sounds\RingTone0\Script does not work. The Diamond will switch back to the default script after soft reset, that is, 3 seconds delay after the call comes.
The delay as stated in the post about regtweak RingTone0 is not for the delay of incoming calls. It is about the duration and loopdelay of vibration and sound.
What the xom is talking about is the moment a call gets connected, only light will flash, but no vibration and sound for the first few seconds..
Yes djin, its correct, the delay is just light flushing with out vibr. or ringsignal, man hear the ringtone after 2 incoming calls tone? I'm searching the solution of this, by the way what is HkEY? and how can I get it or changeit, how can I go in to controlpanel? can any body explain plz.?
for outcall delay and end call delay here below the reg strings (expressed values are in seconds):
HKCU\ControlPanel\Phone\CallProgressIdleTimeout
HKLM\Software\HTC\Phone\PhoneExtendSetting\EndCallTime
for prevent 3 rings there is only a way: you must use a wav ring or a very short/compressed mp3 (max 30/40 seconds) anyway 1 ring you'll never hear
bye,
davide
I have the same problem and, at the same time, something happens with some ringtones assigned to contacts. First, it starts ringing with the default ringtone and suddenly (maybe 1 sec later), changes to the ringtone assigned to the contact that is calling me. The ringtones assigned to the contacts are not mp3 nor large files, i selected the "oldphone" ringtone for some special contacts that is included with the phone.
Any ideas to avoid this?
Thanks
bookmarked
angler said:
Changing the HKCU\ControlPanel\Sounds\RingTone0\Script does not work. The Diamond will switch back to the default script after soft reset, that is, 3 seconds delay after the call comes.
Click to expand...
Click to collapse
I think not. I did soft reset and setting remains the same...
yaneck said:
I think not. I did soft reset and setting remains the same...
Click to expand...
Click to collapse
yup,same here
Settings will be restored after a while, anyway to fix this?
Remius said:
Settings will be restored after a while, anyway to fix this?
Click to expand...
Click to collapse
Setting won't be restored until you get back again into Settings>souns & notifications. But managing ringtones in TF3D Settings>Sounds doesn't have influence on that so you can use that.
I have set Registry key to pattern I wanted and I've exported that registry key and put shortcut to it in startup so it is back again after every reset and if I need I can run mentioned registry key to get back my setting
change car forwarding delay
thanks ekksman for the suggestion. it worked.... i changed the car forwarding to 30 seconds and now i am not missing any calls.
changing the mp3 ringtone files to wav making a big difference in the ring volume.
bookmarked for further info !!
tried altering the HKEY settings with no joy it helped went from 3 rings to 2 but still no immediate, cheers for trying
My International Note have the Keypad 1 for voicemail (it even has an icon on it). However, with the ST SIM card inside, when I press and hold 1, the call connects, said "Good Bye" and hangup. I am assuming it dials the wrong number, given my Note is International version.
How do I change this setup so I can press and hold Keypad 1 for voicemail?
Home => Settings (system settings not phone settings) => Call => Voicemail (bottom option) => Voicemail number
Deleted...
[Q] Position of "receive/reject call bar" on screen is change when incomming call.
I'm just use Z1, I'm buy mobile case with 2 blank windows (top and bottom)
for view "Incoming number" and "Receive/Reject call bar".
First time it's work.
But now I'm adjust something (not sure) and now receive/reject bar show lower than bottom window of case
Someone please let me know how to change position of "receive/reject call bar"
to fit with blank windows on case.
Thank you very much
Did someone know?
Hi
When i receiving incoming call and screen is off/ on lock screen, the call ui dosent open, What I see is the small green oval with Time count numers, like the call is minimize, when I press the green oval, UI open. tried to change every notification or Security option, no sucss,.
Any suggest?
Check to see if you have enabled auto-answer with delay. Caller, menu button lower left side, Auto answer.