Ring tone frequence - Hero, G2 Touch General

Hi,
I just got my HTC Hero and I am using a standard ring tone from the phone. (standard 4 to be precise)
The only thing that bothers me is that when someone calls me, this ringtone has a small amount of time between the two rings. I would prefer the ring, then a pause, a ring etc etc.
Can I change the pause between the rings?

get an audio editor (audacity), open the ringtone, add some silent to the end, save it, use it. while you're at it convert it to ogg, minimizes the delay.

Related

Volume setting for pda sound / phone sound and phone ringer

I am looking for a way to set independently the
pda sound: like for notifications & alerts
phone sound: what you hear wen IN a call
ringer sound: what you hear when you are called, before you pick up
I noticed phone & ringer share the same setting: So whenever I set the phone sound louder (because i am in a loud environment), the earth begins to shake when I receive the next call.
Any help / suggestions :?:
pda sound: System events can be turned on/off with a tick at Settings>Sounds & Notifications>Volume , but the slider affects all system.
phone sound actually is the system sound.
ringer sound: it should be possible to set it separately in WM2003 - I know nothing about it (still PPC2002PE - xda-developers Special Edition ROM v1.2)
By the way, you can adjust the ringer volume in the entire .WAV file with SoundForge or something like that. And then - volume up!
I figured out to change the volume of the wav / mid.
But still: It should be possible to have the three different volumes set separately.
In WM2003 there are 2 volume sliders: system (notifications & more) and phone (phone & ringer)
Have you seen the Freeware called PocketZenPhone, just follow the thread on this forum. It does what you are looking for plus more. Hope this is what you mean otherwise sorry.
I tried PocketZenPhone.
To me it introduces easy acces to preset profiles very neatly.
But I did not notice that I could set different volumes for phone sound & ringer . . . .
Maybe I have to give it another try.
edsub said:
I tried PocketZenPhone.
To me it introduces easy acces to preset profiles very neatly.
But I did not notice that I could set different volumes for phone sound & ringer . . . .
Maybe I have to give it another try.
Click to expand...
Click to collapse
Yes it does, but it is only since the past few pages that this was implemented and works great.

change duration of vibration

how can i change the duration of the vibration?
when i get an incoming call my xda neo is vibrating for ~4 seconds.. can i change it into 1-2 seconds or 3x 1sec in a sequence?
can i change it separated for ringtone, sms tone and alarm clock?
I haven't done this before, but you can try. Refer to this wiki page, at the second "Change ringtone/vibrate/LED flash characteristics"
I'm not sure, probably you can do a
HKCU\ControlPanel\Sounds\RingTone0\Script = "v1w1v1w1v1"
E.g. vibrate 1 second (v1), wait 1 second (w1) sequence
do a backup of that particular registry before doing anything on it. Just incase.
Hi mille, here are some registry hackss that may help you solve your problem:
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
try it out, but besure to backup your registry
cheerss...
Hm, as I have started to use eome long MP3 as the ringtone, I see that the vibro warks all the time until the melody plays... Is there a way to make vibro on-pause-on-pause wwhile just one long MP3 file plays?
Do changing these settings alter the sms message tones/vibrations as well? I want to change the vibration settings on my message alerts but not my ringtone.
qdabean said:
Do changing these settings alter the sms message tones/vibrations as well? I want to change the vibration settings on my message alerts but not my ringtone.
Click to expand...
Click to collapse
i want too
I think there are no ways to change the duration of the incoming message when you switch it to vibrate mode. I got the same problem and felt very annoying on the long vibration even i had finis reading my message it still vibrates.. -.-
if there is someone who knows the way to change it please kindly let us know.. thankss
This would be in my interesst too!
Too bad that i cant customize this on my xda mini. I want a short triple-vibration like about 2sec
Thank u
vibrating
is it possible to have different style vibrations for txt/email/mms/msn etc
that way, if im in a meeting, i can feel the thing in my pocket and i know what is coming in?
it would be a very good app
plus with driving too, i'll know that if it vibrates a certain way, then its a txt, everything else would be email or something
Would this work
av1pv1w1v1w1
I am trying to get it to Vibe and ring at the same time, but pulse vibrating
tlazymoon said:
Hi mille, here are some registry hackss that may help you solve your problem:
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
try it out, but besure to backup your registry
cheerss...
Click to expand...
Click to collapse
ok this works fine when the phone is not set to vibrate or mute
it seems that this hack only work when the phone sound is on
how do I change the vibration rate when it's on vibrate mode.
thank you
How can i increase ringtone volume during first loop?
I mean i need to increase volume not after loops but during one loop?
Here then same probleme!
I tried some code's but whitout seccess..
sombody???
does anyone know why, after customizing the ring/vibrate setting, after awhile it will revert back to the original apw3r value?
thanks
SerZH said:
How can i increase ringtone volume during first loop?
I mean i need to increase volume not after loops but during one loop?
Click to expand...
Click to collapse
Yes you can ... edit your ringtone with something like audacity, or cooledit of whatever to lineary increase volume from 50% to 100% within lenght. and then use the increase volume string in the registry.
eg. first loop @50% -- sound volume is going from 25%to50% (because of ^^)
second loop @100% -- sound volume is going from 50%to100%
now it's time to pick up your phone
i know: it's not perfect, but it's a start
[edit] oh yeah: cannot be done with factory tones I think[/edit]
J.Walker said:
Hm, as I have started to use eome long MP3 as the ringtone, I see that the vibro warks all the time until the melody plays... Is there a way to make vibro on-pause-on-pause wwhile just one long MP3 file plays?
Click to expand...
Click to collapse
Any Update on this???

Make Ringer progress from Soft to Loud - increasing volume (mp3)

Is there a program or something that will allow progressively increasing volume on my xv6900? My wife has a centro and her ringtones go from soft to very loud. I'd like something like that on my phone. I have my ringtone set to an mp3 and I have it set to "increasing ring" but it doesn't seem to get louder. Any suggestions would be appreciated! Thanks.
Hey, not sure if this will be the same on your Vzn phone but I have a Sprint Vogue and here is what I do:
Goto Settings, Sounds & Notifications, Notification Tabs.
In the "Event:" drop-down box at the top, chose "Phone: Incoming call"
Beneath it is "Ring type" drop-down box, chose "Increasing Ring"
Here is the only part that may not be exactly like the centro: The Vogue plays the entire mp3 track at a low volume, then a second time at a medium volume, then a third time at the highest volume. If your mp3 file is long, it may not even get to the 2nd or 3rd time since your phone would go to voice mail. So, this standard method in the Vogue phone is most effective for mp3 files with a duration of 3-5 seconds.
Hope this helps some.
Program to do it?
That is what I figured... that it actually has to cycle. Is there a ringtone manager or something like that for windows mobile that will handle it better and actually increase the volume of a single file, without cycling?
i dont have a solution for the repeating the single file, but i have attached a program that HTC made for the diamond and somebody ported to QVGA
it allows you to cut down mp3's into shorter segments instead of playing the whole song
I'm still trying to find a way to have custom ringtones that neither adds a long delay before it begins playing (.mp3) nor completely brings the phone down to its knees and seems to spike the CPU usage to 100% while playing (.wav audio).
My ultimate goal: Machinae Supremacy's remake of the Giana Sisters theme song, from 3:01 to 3:30 -- http://www.youtube.com/watch?v=XKkmyMKbPKE
i cant say i had the problem when i was using the mp3 trimmer, i never looked into my cpu usage but i never had a slow down because of a call

Notifications Sound Files

Hi all,
Wondered if anybody knows the location of a sound file I'm looking for and haven't been able to find ?
I have Best Reminder installed and have set Alert-Soft as it's reminder tone, and have also set this sound in Settings-Sounds & Notifications-Notifications, as my alert tone for missed calls, new sms,mms,email etc.
So when a new sms arrives for example, windows should make the Alert-Soft sound once, which it does, then Best Reminder should make the sound every X seconds as specified, but everytime the reminder sounds, windows is playing an extra sound as well, I have attached rough recordings of the two so you can hear the difference.
I think windows is playing this because of the missed calls popup it's displaying everytime the sound is played, so I either want to turn off the popup, which would be preferable but I think impossible, or extract the sound file and replace it with a silent version.
The only way I can find to stop it is by unchecking Notifications (alarms, reminders), but this also turns off all other notification sounds, so there is no initial sound when a sms,mms,email arrives, which is obviously no good.
Any help you can give me will be much appreciated.
Thanks Dave.
Found a solution to this in case anyone else is interested :
The file making the sound is \Windows\Alarm2.wav and is also used by some of my other apps, so I didn't want to make it silent.
So I made a silent wave file e.g. I called mine Silent.wav, and place it in \Windows.
Then edit the following registry key HKCU\Control Panel\Notifications\Default\Wave
By default it's set to \Windows\Alarm2.wav so you just need to change the string value to point to the empty sound file \Windows\Silent.wav, and job done.
As far as I can tell this only changes the sound used for notification popups, I've tried all the other apps I use that use Alarm2.wav and they still use it ok.
Hello,
This is the closest thing I could find to an answer to my issue:
I want never to hear the sound "alarm2.wav" again. I hate it. Every time I want to soft reset, every time i want to add a calendar event from email to my calendar (sometimes i have to do like 20 in a row, and i hear that god-awful sound every time) every time any pop-up notifier message appears.
I changed the value for HKCU\Control Panel\Notifications\Default\Wave
to \windows\quietest.wav
In fact I went to all the settings and changed anything that was alarm2.wav to something else...
But to no avail. I cannot replace the file with another "alarm2.wav" as this is a ROM file and cannot be edited. I am so surprised that this has proved to be such a challenge! I have been able to customize so many things, I never would have anticipated so much difficulty in changing a simple sound

Notification Tone Keeps Changing Back To Default?

Using nougat 2BQL
Changing the default notification tone, it accepts and sets it. Then after a few hours or full day, it will revert back to a factory one (Beep Once)
All of my tones are stored internally (not on memory card)
All of my tones are set using the media storage built in tone selector
All of my other tones set and stick without issue (including Ringtone and Contact Ringtones and Textra Tones)
I have also tried to use Zedge to select a tone, that didnt stick either
As far as I can tell, nothing I am doing is "forcing" it to default back. I do not have any "profile" applications that would change sounds.
I am at a loss. Any help is appreciated. Thanks.
Redmi note 7 pro
we87 said:
Using nougat 2BQL
Changing the default notification tone, it accepts and sets it. Then after a few hours or full day, it will revert back to a factory one (Beep Once)
All of my tones are stored internally (not on memory card)
All of my tones are set using the media storage built in tone selector
All of my other tones set and stick without issue (including Ringtone and Contact Ringtones and Textra Tones)
I have also tried to use Zedge to select a tone, that didnt stick either
As far as I can tell, nothing I am doing is "forcing" it to default back. I do not have any "profile" applications that would change sounds.
I am at a loss. Any help is appreciated. Thanks.
Click to expand...
Click to collapse
My wife has the same issue it alternates between what sound like alien baby laughing, a clown nose honk and
one other

Categories

Resources