Messaging New Text Message: Sound - JAMin, XDA Neo, S200 ROM Development

It is quite strange that after the New Text Message received and i click on the dismiss, the sound ( mesagge notification sound/ tone) still on.
Anyone encounter the same thing?
Any setting that i could do?
Thank you.
Rom: Prophet VIII
radio: 2.69.21

well the only thing that happens when you get a text message, is that windows mobile runs a script (it's editable) so it plays your selected tune, vibrate (if enabled) and it chages the led state... (to missed text msg > orange blink)
so if you press a button it doesn't matter what you do, the script will still be run...
but if you have a txt received sound that's 2/3 seconds 5 at most... it's no problem right..?
or are you trying a complete song or something?

Homertje said:
well the only thing that happens when you get a text message, is that windows mobile runs a script (it's editable) so it plays your selected tune, vibrate (if enabled) and it chages the led state... (to missed text msg > orange blink)
so if you press a button it doesn't matter what you do, the script will still be run...
but if you have a txt received sound that's 2/3 seconds 5 at most... it's no problem right..?
or are you trying a complete song or something?
Click to expand...
Click to collapse
the sound i'm chosing is about 15 second. yes u r right, the script will still run if i press any button, but i click on the menu > dismiss. < this shld stop the sound ? am i right? or can i edit the script?
tq

Related

Messages' tone

Hello guys,
There's this problem that I've been having since I dunno when. But before, I remember when I have a long ring tone as a text messages notification, the moment I get a new message the tone will stop when I press any key/button on the phone.
Now I'm using Miri's & Dinik's last 17.6 rom, and the messages tone keeps playing even after I open the message itself! it keeps going on and on untill it finishes!
I know it's not repeating the tone or anything, and this happens because the tone is long. but shouldn't the tone stop playing the moment I press any botton on the phone? or at least when I open the message!?
I'm sure there's a fix for that in the registry. any help, please?
Thread pump~

[Q] HD2 ring without sound

Hello,
Sometimes when I receive call in my HD2 it's don't made any sound, the call is ther but no sound is made. I miss some call because of this. Any sugestions?
Thanks in advance.
I imagine you have changed a setting on the phone, just save your info and do a hard reboot to return it to stock
johnerz said:
I imagine you have changed a setting on the phone, just save your info and do a hard reboot to return it to stock
Click to expand...
Click to collapse
I all ready try that, but do not work.
Go to Settings->Sound & Display
-Check your profile settings
-Make sure your ringer volume is turned up.
-Make sure you have a ring tone set.
-Check that your ring type is not set to 'Ring once' or 'Vibrate only'
-Turn off the 'quiet ring on pickup option'
-Turn on 'pocket mode'
See if problem persists.
Also, how often does this happen ("sometimes" is a bit vauge) and does it happen only when certain people call you?
Faelok said:
Go to Settings->Sound & Display
-Check your profile settings
-Make sure your ringer volume is turned up.
-Make sure you have a ring tone set.
-Check that your ring type is not set to 'Ring once' or 'Vibrate only'
-Turn off the 'quiet ring on pickup option'
-Turn on 'pocket mode'
See if problem persists.
Also, how often does this happen ("sometimes" is a bit vauge) and does it happen only when certain people call you?
Click to expand...
Click to collapse
Thanks for the tips, but the problem persists.
It happens 2 times in 3 calls.
I think that i have to send the phone to HTC assistence.
Is it the same numbers you are having the problem with?
If so its a setting without doubt.
Try deleting the full phonebook entry for those numbers (write them down if you wish) soft reboot (press the red or yellow rest button under the battery cover) then have them call you again
I had the same issue. The issue was the ROM I was using. Sometimes it did, and sometimes it didn't play my custom ringtone.
xmoo said:
I had the same issue. The issue was the ROM I was using. Sometimes it did, and sometimes it didn't play my custom ringtone.
Click to expand...
Click to collapse
When you change the ROM the problem disapear?
ricardojm said:
Hello,
Sometimes when I receive call in my HD2 it's don't made any sound, the call is ther but no sound is made. I miss some call because of this. Any sugestions?
Thanks in advance.
Click to expand...
Click to collapse
The same thing happened to me too a few times. Still dono where the problem is...
Mine did the same, and afte a hard reset, it did not recover. Send to HTC and found out that the speaker is broken. They replaced it under warranty. All is fine again after that

SMS vibration notification

When you receive an SMS message it seems to vibrate a long time when the phone is in "Normal" mode. Just wondering, is there any way to setup the vibration pattern like the one in "Vibrate" mode (it vibrates 3 short times)?
Is there another registry setting that will allow me to modify the duration of the vibration for an SMS notification?
Thanks in advance!
Vibro
.
Get an app called Vibro. It let you change the vibration pattern for incoming calls, SMS and EMail. Vibro is available in Omarket.
p107r0 said:
Vibro
.
Click to expand...
Click to collapse
justinmcnairy said:
Get an app called Vibro. It let you change the vibration pattern for incoming calls, SMS and EMail. Vibro is available in Omarket.
Click to expand...
Click to collapse
Thanx guys!
But is there no other way, a registry setting or something like that. I've had installed the Vibro app a few months ago, but it messed up my profiles, so I deleted it.
Well, you then will need to search for the proper SMS vibration registry, and edit it with respect to the below scripts.
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.
Code:
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
Fishawy said:
Well, you then will need to search for the proper SMS vibration registry, and edit it with respect to the below scripts.
Click to expand...
Click to collapse
Thanks Fishawy for replay.
But isn't this registry entry only for the calling ringtone, not the sms notification, or am I wrong?
dragmark said:
Thanks Fishawy for replay.
But isn't this registry entry only for the calling ringtone, not the sms notification, or am I wrong?
Click to expand...
Click to collapse
Yes, that's only an example to let you know how does the script look like. As I said, you need to find the required SMS registry (Dunno it, sorry).
i dont think the scripting option will be available for the notifications, , they are handled differently to 'sounds', with different reg key entries.
compare the contents of
HKEY_CURRENT_USER\ControlPanel\Sounds
(where the ringtone keys are, and all the sounds have a script key)
and
HKEY_CURRENT_USER\ControlPanel\Notifications
where the sms tones (and other notification soudns) are defined, , , no script key.
Default is the name as it appears in the dropdown in sound & notification list
Duration key is disabled (its the 'flash light for x minutes' key
Wave is the sound
Options, , here is where you can set the sound on off, vibrate on off, and show on screen on off.
no sound no screen no vibrate = 0
just sound = 1
just vib = 2
sound and vib = 3
just flash light = 4
sound and flash = 5
flash and vib = 6
sound flash and vib = 7
just on screen = 8
sound and screen = 9
screen and vib = 10
sound screen and vib = 11
Tried that with the scripting for notifications (found something on other thread BUT no work)
Ok, I'm not an expert, that's for sure but i see it like this:
- When the device is in vibrate mode the sms notification vibrates 3 (short) times
- When the device is in normal mode the SMS notification vibrates 1 long time and and sonuds the dflt ringtone "Alert-FaderHigh"
So I think there must be a reg setting where the device changes these two vibrate options...

[Q] How to disable vibration for USSD code result pop-up?

Hi,
I have disabled all vibration in the settings menu. But still my phone vibrates when running USSD code. (All other vibrations are disabled)
When I call the USSD code *123#, it show the result pop-up with vibration.
It drains my battery much, as after each call and message, my mobile operator automatically sends the Last call cost and balance details.
Please help me.
ya this is annoying me much.airtel gives the service reply msg for every msg and calls ..i do 50 sms daily so for each sms it vibrates every time and vibrates drains much battery
to stop those vibrations of ussd pop up...
go to sounds tick haptic feedback,u ll get the vibration intensity option will be enabled now just drag the slider to leftside ie make it zero now turn off the haptic feedback,thts all done no more vibrations for ussd pop ups to stop annoying beeps ,keep media volume to zero or, root device and replace the beep sound with silent one...
@superfast
This works, Thanks
Here we go !!! An App can disbale USSD Messages
As this is my first post.. so i cant post external links here.
so type "Balance Update / USSD blocker" in googleplay u will find a app which will disable USSD Messages.
Couldnt locate "Vibration Intensity"
Hi,
I have two mobiles(HTC Explorer and HTC One X) and I am irritated by USSD tone and vibration in both. I have installed "quiet balance/USSD Blocker" But it only blocks messages and not tone and sound. I also tried to look for that sound in system\media\sounds\ui but none of those sound matching with the beep coming at USSD.
Please anyone help, I am badly in need for solution.
superfast said:
to stop those vibrations of ussd pop up...
go to sounds tick haptic feedback,u ll get the vibration intensity option will be enabled now just drag the slider to leftside ie make it zero now turn off the haptic feedback,thts all done no more vibrations for ussd pop ups to stop annoying beeps ,keep media volume to zero or, root device and replace the beep sound with silent one...
Click to expand...
Click to collapse
ckarthik17 said:
Hi,
I have disabled all vibration in the settings menu. But still my phone vibrates when running USSD code. (All other vibrations are disabled)
When I call the USSD code *123#, it show the result pop-up with vibration.
It drains my battery much, as after each call and message, my mobile operator automatically sends the Last call cost and balance details.
Please help me.
Click to expand...
Click to collapse
Try this:
- Open dialer/phone app
- press menu button, select settings and disable the vibration settings.
Ps: it's been like 5 months since I last used stock ROM. So please pardon me, if I got anything wrong.
Swyped from my Samsung Galaxy SII
Thanks buddy for reply.
I tried that too. But there isn't vibrate settings in dialer.
My os jaggy jag(I guess he made it with 2.3.5
Or this model doesn't have this function.
Sent from my HTC Explorer A310e using xda app-developers app

[Q] script request

Is it possible to have a script that totally removes the vibration feature?
You don't need script. Disable from Settings -> Sound setting -> vibrate feedback
heyodee said:
You don't need script. Disable from Settings -> Sound setting -> vibrate feedback
Click to expand...
Click to collapse
I know that but doesn't always work. If you receive a txt while talking on the phone it vibrates, if you restart your phone it vibrates and couple of other actions I don't remember
Uncheck everything that has vibrate under setting -> sound, and vibrate should be completely disabled
heyodee said:
Uncheck everything that has vibrate under setting -> sound, and vibrate should be completely disabled
Click to expand...
Click to collapse
dude im telling you that doesn't always do the trick
If you uncheck both vibrate and vibrate feedback, under what circumstances will the device vibrate?
heyodee said:
If you uncheck both vibrate and vibrate feedback, under what circumstances will the device vibrate?
Click to expand...
Click to collapse
that's why I need a script, it still vibrates when I receive a call, it still vibrates when I receive a txt while on the phone, it still vibrates when restart it. unchecking all the vibration and haptic feedback doesn;t work
Felinos11 said:
that's why I need a script, it still vibrates when I receive a call, it still vibrates when I receive a txt while on the phone, it still vibrates when restart it. unchecking all the vibration and haptic feedback doesn;t work
Click to expand...
Click to collapse
while i dont have a script for you, the vibrate on call when you receive a text can be unchecked under your messaging app. I dont know of a way to get rid of the vibrate when it powers on. just thought id try and help a little.
Felinos11 said:
it still vibrates when restart it.
Click to expand...
Click to collapse
Every HTC device i had in the last 4 years have done this, different ROMs, different O.S's (windows, android) so i guess this is a hardware thing (maybe a quick self test?).
Other than stripping the device apart and un-plugging the vibration unit you won't get a totally vibration free device..

Categories

Resources