[How to] Have increasing ringtone on any rom. - Nexus 4 Q&A, Help & Troubleshooting

Hey guys, I thought I would share a little finding that I made today.
I've always liked the idea of increasing ringtone and I loved it when I was using CM. Since a lot of roms out there don't have that option, you can set your own ringtone with this little app ( wich Im sure most of you know ), Ringtone Maker Completely free on the play store
To do that:
Open Ringtone Maker ---> Select your favorite ringtone ---> Edit ----> Go to menu ---> Volume and fade --- > Set fade in to 3 or 4 seconds ( that's to your liking really ) ---> Save, and you're good to go.
And that's it, now you have increasing ringtone for those awkard moments when you are in classes etcc and u forgot to silent your phone OR when you just don't want your phone to make you jump with a loud rigntone.

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.

Extended Ring and Vibration

Is there anyway of extending the ring & vibration duration?
Charlie
charlietaylor said:
Is there anyway of extending the ring & vibration duration?
Charlie
Click to expand...
Click to collapse
You can make it loop if you want
(Looping Ringtones)
This tweak works perfectly you should apply it to your ppc's:
While playing a wav or midi or a wma as the ringtone the phone has a delay of 3 seconds before repeating, now this is really annoying if you've just created that great wav,wma ringtone, spent time making it loop properly in sound editor or whatever, and then the ppc does the silly delay, well, here’s the fix...
Open the registry editor:
HKEY_CURRENT_USER\ControlPanel\Sounds\RingTone0
Select 'Values'
And modify 'Script' by removing the w3 (eg. change 'av0pw3r' to 'av0pr')
"w3" stands for "Wait 3 seconds" you can make it "w1" or "w4" or remove to make the ringtone loops
Extending Ring
This may sound silly, but how do you edit the registry on the xda, I know how to do it on a PC.
Regards
Charlie
With one of these...
Thanks Bob
Will give it a go.
will this regedit work on xda II ??
cheers
yes it will work on all Pocket PC variants, including XDA2, MDA2, QTek2020, etc... (as long as they're ARM or XScale).
Thanks for that, will give it a go.
now be able to play with all the REG now.
cheers
Just to add another perspective, the amount of time the phone rings is actually a network setting (the time before it goes to the answering service) and can be changed by sending status codes to the service provider.
I'm sure if you google around a bit you will find the answer, but I changed mine from 20 seconds to 40 seconds, which greatly reduced my missed calls.
Surur
Edit: Done the googling for you. Check out this website (Tekguru) with a guide of sorts.
surur - that's a very useful tip - thanks a bunch for that
Hmm, few days ago, I found this reg values in the registry. I try some variations but with no success. I will check it again.
Maybe
a = alarm
v = vibrating
??
So, can I setup my phone, to vibrate periodic, while ringing continous a long WMA? Easyer to notify periodic, short vibrating, and it reduce battery usage I think.
Another question. I like siemens phones, because it plays a signal continously, while the ring-echo tone is hearable. It is good, because sometimes the started call interrupted.
With other phones like XDA, there is no signal while I waiting for the ring-echo tone. Sometimes the initiated call is interrupted, and I waiting for the nothing. The phone not notify me that the call is not completed.... :?
Can I make a Siemens-like tone for dialing?
(Can you understand what am I writing? )
Thank you!
Rayan said:
yes it will work on all Pocket PC variants, including XDA2, MDA2, QTek2020, etc... (as long as they're ARM or XScale).
Click to expand...
Click to collapse
It works also with MS Smartphones (SPV, etc...)
Extended rimg on Orange
Does extended ring work on UK Orange? If so what are the numbers?
Thanks.
i used a wma file for my incoming SMS, but when a message arrives and i am reading it, the wma file just keeps playing. Can i set this in such a way that when i open the message, the music stops?
thanks
here is the documentation on how to set ringtones
i checked msdn , but couldn't find anything about the 'script' values this doesn't mean it isn't there, maybe I'm temporarily blind.
I would like to have my ringtone Vibrate then loop without pause with increasing volume, so i tried all the possibilities in phone settings and checked the registry :
Code:
script for ring : apw3r
Increasing ring : c50apw3c150r
ring once : p
vibrate : av3w3r
vibrate and ring : av0pw3r
Vibrate then ring : v3w3apw3r
so as far as i could figure out :
v3 stands for vibrate 3 seconds and v0 stands for Vibrate continuous
p stands for play
w3 stands for wait 3 seconds
c50 sets the volume to 50 ? and C150 adds 150 ?
a & r are used as begin loop & end loop
so my final script is v3w3c50apc150r which means
1) vibrate 3 secs
2) wait 3 sec
3) set vol to 50
4) play
5) add 150 to volume
6) repeat from step 4
I'm not exactly sure about the volume settings, but it works (as long i don't change the phone settings thru control panel)
hope this helps anyone
M4io said:
i checked msdn , but couldn't find anything about the 'script' values this doesn't mean it isn't there, maybe I'm temporarily blind.
I would like to have my ringtone Vibrate then loop without pause with increasing volume, so i tried all the possibilities in phone settings and checked the registry :
Code:
script for ring : apw3r
Increasing ring : c50apw3c150r
ring once : p
vibrate : av3w3r
vibrate and ring : av0pw3r
Vibrate then ring : v3w3apw3r
so as far as i could figure out :
v3 stands for vibrate 3 seconds and v0 stands for Vibrate continuous
p stands for play
w3 stands for wait 3 seconds
c50 sets the volume to 50 ? and C150 adds 150 ?
a & r are used as begin loop & end loop
so my final script is v3w3c50apc150r which means
1) vibrate 3 secs
2) wait 3 sec
3) set vol to 50
4) play
5) add 150 to volume
6) repeat from step 4
I'm not exactly sure about the volume settings, but it works (as long i don't change the phone settings thru control panel)
hope this helps anyone
Click to expand...
Click to collapse
Nice M4io, I'll try that. thanks bro.
Ronnie
You can change the script in the registry. However, whenever you open the Phone Setting and click OK (since there's no Cancel button), the new setting will overwrite your modified script.
I like staccato vibrating while ringing normaly.
Like this:
Code:
ring: -------------- -------------- ------------
vibr: - - - - - - - - - - - - - - - - - - -
I tryed some code variations, but didn't work.
In my Phone Profiles you have "staccato" vibration. I named it: pulsed vibrate. Both for rings and sms alerts.
I know that many users have problems with my Phone Profiles, but also I know how many users use it without problems (believe me: more). I still improve my softeware and make modifications and fixes. The problem depends from another software inside your hardware. Most of them are because IDCaller is inside the default OEM system in some hardware and users cannot remove this program. Alternatively you have not to use a advanced features from my software.
I give a free trial version to check how it works with your phone.

Noob Question - Where are the Ring Profiles?

I am new to this whole windows mobile stuff, on previous mobiles i have had i have always been able to easily switch between ring profiles (silent, loud, vibrate etc.) however i cant find a way of doing it on my O2 Mini S, am i missing something obvious?
Yeah, something fairly obvious..... the phone doesn't really have them.
You can choose silent, vibrate or ring though via clicking the speaker though. Click and choose off, vibrate etc...
Depends how many profiles you want!
Std (basic) usage:
Set ring tone in the sounds & notifications settings page
Adjust volume on LHS slider
Hold slider "down" to enter vibrate mode (and up to go back to normal)
Click the speaker (top of the windows display) to adjust the master & phone vol (not incall vol, that is adjusted by the slider whilest in a call)
Multi-profile way:
Get software, i use Pocket Zen Phone, but there are others.
Fight through the software config (PZP isn't the easiest to config! but seems good once setup)
I now have:
Sleep mode (quiet but changes to home mode in the morning at 9:30)
Sleep-work mode (as above but gets noisy at 4:45am so the alarm wakes me up for work @5)
Home mode: General mid settings
Work mode: Max vol so i hear it
I can also use windows to adjust in the short term, and simple re-sellect the profile i want to go back to my personal settings (ie a meeting at work i can make it go to vibrate then back to loud after)
yeah i did see that but its not really suitable, reason being i actually want the ring tones to change. The ring tones i use whilst not at work are very unsuitable to use whilst i am at work/meetings etc. Its a pain having to go and change this ring tone each time!
You can also quickly switch to vibrate by holding down the Communications key (left side at the top) and to switch back to ring you hold it down again. Another way is to move the volume slider on the left down and then back up.
Seem to recall using a program called Mortring for this sort of thing but that was a while back, don't know if it's WM5 compliant though.
try searching for Mortring over the site
thanks for the suggestions - i'll give them a try
Yes as somebody suggested PocketZenPhone is a good profile management software.
Also give PhoneAlarm a try. Though this profile management utility is still in Beta-2 phase but to me it looks more powerful than PocketZenPhone, in that it also offers Repeat Alarm function. For each of the 7 possible profiles you can set up a different ringtone. So maybe this addresses your requirement to be able to change ringtones with just a click.
Kind Regards
There is also a profiles management software that ships with the Eten M600
I wonder if anyone tryied to run that on the Wizard?
Arnon
s4vva said:
yeah i did see that but its not really suitable, reason being i actually want the ring tones to change. The ring tones i use whilst not at work are very unsuitable to use whilst i am at work/meetings etc. Its a pain having to go and change this ring tone each time!
Click to expand...
Click to collapse
Check out PZP - change every setting for each profile from wifi/radio/BT to ring tone (for different alerts, ie ring, message, email, etc) auto-switch with outlook meetings etc.
As i said before, it IS a pain in the ass to config (IMO atleast) but once its set its pretty good (also a tip for config is to set the profiles basically on the pda and then edit the files on windows PC then copy back to pda - made my life much easier and also provides a 100% working and very quick backup for PZP as its far too easy to edit 1 setting and break another!)
Beeble said:
s4vva said:
yeah i did see that but its not really suitable, reason being i actually want the ring tones to change. The ring tones i use whilst not at work are very unsuitable to use whilst i am at work/meetings etc. Its a pain having to go and change this ring tone each time!
Click to expand...
Click to collapse
Check out PZP - change every setting for each profile from wifi/radio/BT to ring tone (for different alerts, ie ring, message, email, etc) auto-switch with outlook meetings etc.
As i said before, it IS a pain in the ass to config (IMO atleast) but once its set its pretty good (also a tip for config is to set the profiles basically on the pda and then edit the files on windows PC then copy back to pda - made my life much easier and also provides a 100% working and very quick backup for PZP as its far too easy to edit 1 setting and break another!)
Click to expand...
Click to collapse
i am going to try pzp, i'll let you know how i find it. thanks for your help.

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

[Q] Samsung Galaxy s5 ringtone not changing to default

My Samsung Galaxy S5 ringtone will not change to the default, I have checked everywhere I can think of on the phone & it still doesn't change. It has so non English ringtone on it, I would like to change from it.
Can anyone tell me how to change the ringtone so I can use my default one.
Thanks
Sorry to understand clearly..
What you want actually?
Do you want to change ringtone to Default one?
Or you want to set custom ringtone(Which you choose)?
Or you don't know, from where to change ringtone?
No as I said it is not playing the default ringtone & no custom ringtone is set. I would like to remove the non English ringtone that plays when I receive a call on my mobile . To my default one that's pictured above.
Sent from my GT-N5110 using XDA Premium 4 mobile app
michaels0007 said:
confused::confused
Click to expand...
Click to collapse
The normal ringtone setting is Settings menu > Quick settings > Sound > Ringtones
If that doesn't work, then you need to provide a lot more information about your situation.. which you should have done at the outset anyway.
e.g.
Describe in detail how you have tried to change the ringtone. And the result.
What is your firmware version?
Are you using a custom ROM or custom theme?
Do you have any apps installed that may interfere? e.g. xposed, zedge, etc.
Anything else that seems relevant
.
not much more that I can say. I don't know why it not changing to the default ringtone, can't give anymore information as I don't know why. If you look at the picture above & look at the default ringtone that's not the ringtone that is playing. Also view video http://1drv.ms/1sx16TB & see the attached image of the default ringtone & no custom ringtone is set.

Categories

Resources