check with you guys,
when set profile to "vibrate and ring",
the phone vibration will not continue to vibrate until
the song is completed playing.
which mean that, if you have a 1 min ring tone,
the phone will only vibrate for 3 -5 secs while the ring tone
music is playing. Once the music end, it will play back from the
beginning and the phone will vibration for 3 - 5 secs again.
Is this normal?
if not, how i can fix it?
Thks,
Ake
Related
Hi guys,
I have been using Uni for almost a year. The most annoying thing about Uni is I always miss a call whenever someone calls me. The reason is, the uni only starts ringing after 4-5 seconds (sometimes more) after the caller dialed my number. By the time I want to accept the call, the caller has already hung up.
I have tried to search through the forums but couldnt find any posts regarding this issue. (Maybe I never look hard enough). So I post it here since there are so many senior Uni user here and someone might give some ideas how to resolve it.
Thanks in advance.
Hello all, I am new the the forum !
I have the same problem on my qtek 9000. On top of that is the volume of an incomming phonecall not load enough. I am using a program called ringo ringtones in order to use MP3 as ringtones.
As a PDA is the 9000 great but as a phone...well it could be a lot better.
Anybody any idea what could be the reason of the delay of an incomming phonecall and the low volume...
Rgds
Yves
Did not have low volume problem since last orange Rom (June 06)
for Ring delay you can use : Tweaks2k2
http://www.tweaks2k2.com/portal/staticpages/index.php?page=20050224182009983
The volume is loud enough if a listen to the ringtone in ringo ringtones or even in windows, but when I receive an incoming call there is a big difference in the volume...
the problem usually comes when you use vibrate with tones. try to remove the vibrate and you would notice that the phone responds much faster with just the tones.
poussin69 said:
Did not have low volume problem since last orange Rom (June 06)
for Ring delay you can use : Tweaks2k2
http://www.tweaks2k2.com/portal/staticpages/index.php?page=20050224182009983
Click to expand...
Click to collapse
Is there a way other than using tweaks2k2? For example registry modification..
Yes, I have switched to tones only and the phone starts calling after the 1st ring...even the volume seems solved now...
THX guys...!
Yves
Ring Delay Solved
Someone told me to look here
http://forum.xda-developers.com/showthread.php?t=258109
Interesting...but it seems that it only works with wav. files.
I have a mix of MP3 and Wav files. I wil use Audacity to boost the volume of the mp3 files...Will keep you updated...
Rgds
Yves
satanisme said:
Someone told me to look here
http://forum.xda-developers.com/showthread.php?t=258109
Click to expand...
Click to collapse
I actually downloaded the cab files and tried it on my Uni. And it worked like a charm. You can hear the ring almost immediately after the caller calls, and the ring volume is loud enough. The catch is, you have to use 'ring' only and .wav files for your ring tone.
But, when I'm in standby mode, the delay is still there. It takes time for it to power up and ring. So I disable power off and close the clamshell to conserve battery power. The device works good in power up mode, not in standby mode.
When I have the Q in StBy mode in ring only, it takes 1 ring before my phone starts calling...Thats an acceptable delay for me. I am not gonna instal the cab files as I would like to keep using MP3 and wav files...As my wife complained about here P800 being not loud enough I will try to boost the volume of here ringtones using the program audacity. I will be happy if I could solve it in this way!
Rgds
Yves
satanisme said:
Is there a way other than using tweaks2k2? For example registry modification..
Click to expand...
Click to collapse
Change ringtone/vibrate/LED flash characteristics
If you would like more control over how your device rings/vibrates/flashes its LEDs on events, you can can change the Script values of these events. For example, for an incoming call performing 'activate device, play ringtone, wait 3 seconds, repeat':
HKCU\ControlPanel\Sounds\RingTone0\Script = "apw3r" (REG_SZ string, no quotes)
For performing 'active device, set volume to 33%, play ringtone, set volume to 67%, play ringtone, set volume to 100%, play ringtone (no repeat)':
HKCU\ControlPanel\Sounds\RingTone0\Script = "ac33pc67pc100p" (REG_SZ string, no quotes)
The following are the full codes available to you. Please note that all the codes are executed simultaneously except after a ringtone play / wait code. E.g. 'v1p' will vibrate and play at the same time, while vibrating for 1 second. But 'pv1' will play the ringtone through all the way first, then start vibrating for 1 second.
a = activate device
cN = set volume to N in percentage max volume
fN = flash notification LED for N seconds
p = play ringtone. Note that this will play the ringtone all the way through before continuing with the next code.
r = repeat. Note that this should be the last code in your Script string, if used at all.
vN = vibrate for N seconds
wN = wait for N seconds. Note that the device will wait this long before continuing with the next code.
niketkumar said:
Change ringtone/vibrate/LED flash characteristics
If you would like more control over how your device rings/vibrates/flashes its LEDs on events, you can can change the Script values of these events. For example, for an incoming call performing 'activate device, play ringtone, wait 3 seconds, repeat':
HKCU\ControlPanel\Sounds\RingTone0\Script = "apw3r" (REG_SZ string, no quotes)
For performing 'active device, set volume to 33%, play ringtone, set volume to 67%, play ringtone, set volume to 100%, play ringtone (no repeat)':
HKCU\ControlPanel\Sounds\RingTone0\Script = "ac33pc67pc100p" (REG_SZ string, no quotes)
The following are the full codes available to you. Please note that all the codes are executed simultaneously except after a ringtone play / wait code. E.g. 'v1p' will vibrate and play at the same time, while vibrating for 1 second. But 'pv1' will play the ringtone through all the way first, then start vibrating for 1 second.
a = activate device
cN = set volume to N in percentage max volume
fN = flash notification LED for N seconds
p = play ringtone. Note that this will play the ringtone all the way through before continuing with the next code.
r = repeat. Note that this should be the last code in your Script string, if used at all.
vN = vibrate for N seconds
wN = wait for N seconds. Note that the device will wait this long before continuing with the next code.
Click to expand...
Click to collapse
Thanks for the info. I just donno why my device takes so much time to power up from standby. The delay still there when I'm in standby mode.
satanisme said:
Thanks for the info. I just donno why my device takes so much time to power up from standby. The delay still there when I'm in standby mode.
Click to expand...
Click to collapse
Check out my thread here - maybe this is what you're experiencing
http://forum.xda-developers.com/showthread.php?t=281735
satanisme said:
Thanks for the info. I just donno why my device takes so much time to power up from standby. The delay still there when I'm in standby mode.
Click to expand...
Click to collapse
Try this
"HKEY_LOCAL_MACHINE\System\StorageManager\FATFS\"
Change "CacheSize" value from "0" naar "4096".
"HKEY_LOCAL_MACHINE\System\StorageManager\FATFS\CacheSize=0x1000(4096)"
Change "EnableCache" value to "1"
"HKEY_LOCAL_MACHINE\System\StorageManager\Filters\fsreplxfilt\"
Change "ReplStoreCacheSize" value to "4096"
niketkumar said:
Try this
"HKEY_LOCAL_MACHINE\System\StorageManager\FATFS\"
Change "CacheSize" value from "0" naar "4096".
"HKEY_LOCAL_MACHINE\System\StorageManager\FATFS\CacheSize=0x1000(4096)"
Change "EnableCache" value to "1"
"HKEY_LOCAL_MACHINE\System\StorageManager\Filters\fsreplxfilt\"
Change "ReplStoreCacheSize" value to "4096"
Click to expand...
Click to collapse
Doesnt work either.
But I solved the problem already thanks to craigiecraigie4 hints, I just need to transfer my ringtones and contact pictures to internal memory instead of storage card and the delay is gone. Maybe I'm using a low speed storage card so it takes time to access all the data from there.
Hi
Does anyone have ring delay on your TP2? When I do a test call to my TP2, It only ring after two ring tone from the other phone I call. or it is just me?
It is a bug or something that can be tune?
Okay I found the tweak, which work for me... phew!!!
Update: Found an old post with some great info and it seems to have worked for me doen to 1.5 rings till the ringtone comes on vs 2-3 check it out: The regedit seems to stick for me through soft reset
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...
++
Edit :
Here are the ringing codes
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 v0 for continous
w - stands for wait or pause then specify how many seconds like w3(wait for 3 seconds)
here are some examples
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
info found here
http://www.ppcsg.com/lofiversion/index.php/t75344.html
Reply With Quote
radiowc said:
Okay I found the tweak, which work for me... phew!!!
Update: Found an old post with some great info and it seems to have worked for me doen to 1.5 rings till the ringtone comes on vs 2-3 check it out: The regedit seems to stick for me through soft reset
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...
++
Edit :
Here are the ringing codes
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 v0 for continous
w - stands for wait or pause then specify how many seconds like w3(wait for 3 seconds)
here are some examples
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
info found here
http://www.ppcsg.com/lofiversion/index.php/t75344.html
Reply With Quote
Click to expand...
Click to collapse
Good knowledge!! Will come in handy later on..
I wonder, could someone code a program for managing these? It's a real pain to edit registry for changing ring settings. At least I didn't find any software for changing these, save the Total Commander
I guess it could be quite easy and light with checkboxes and value inserts, what do you think? I wish I could code myself Hardly manage to make "Hello, world!" with instructions.
It would be rather nice to see these incorporated into an existing ringtone manager like Ringo Mobile...
Hi Guys,
I want to do the following:
Select a SONG so that when I get a call from anyone my RING TONE continues to play....so for example after 8 rings or 9 rings it then goes to voicemail....
ANY ideas ??
Thanks in advance.
anyone ?
Have you altered the network/operator settings to the max which is usually 30 sec?
Simple
go to phone
enter:
**61*(voicemail #)**(# of seconds)#
where (voicemail #) = the number of your voicemail centre, and (# of seconds) = the lengh of ring before divert, usually max 30 seconds.
Thanks for the response guys....set mine to 25 seconds...perfect for my ringtone.
My Lumia 900 black vibrartion works like this..
During Incoming Call:
When in Vibra+Ring Mode:
Vibrates only for first ring and then stops. Only Ringing occurs afterwards.
When in Vibrate Mode:
Vibrates normally like any other phone.
Is my device working properly in Vibra+Ring mode. I hope it should Ring and Vibra till the incoming call stops. Correct me if I am wrong.. Is my device defective?
Thanks.
Can someone please answer this question by taking some time by testing your device and compare it with mine?
Thanks..
Are you saying your phone vibrates when in Ring mode?
I'm pretty sure my Vibra+Ring mode is the same as yours; it will vibrate on the first ring but then only ring from then on.
sakante89 said:
My Lumia 900 black vibrartion works like this..
During Incoming Call:
When in Vibra+Ring Mode:
Vibrates only for first ring and then stops. Only Ringing occurs afterwards.
When in Ring Mode:
Vibrates normally like any other phone.
Is my device working properly in Vibra+Ring mode. I hope it should Ring and Vibra till the incoming call stops. Correct me if I am wrong.. Is my device defective?
Thanks.
Click to expand...
Click to collapse
Mine works the same way... which now explains why i miss a bunch of calls when Im walking in the street in NYC and dont feel my phone vibrate in my pocket.
Doh!
This is kind of weird implementation. Hope this gets updated to vibe/ring at the same time throughout the entire incoming call.
ElNino77 said:
Are you saying your phone vibrates when in Ring mode?
I'm pretty sure my Vibra+Ring mode is the same as yours; it will vibrate on the first ring but then only ring from then on.
Click to expand...
Click to collapse
Are you saying your phone vibrates when in Ring mode?
Edited my question.that was a mistake.
sakante89 said:
Are you saying your phone vibrates when in Ring mode?
Edited my question.that was a mistake.
Click to expand...
Click to collapse
Ok, yeah that makes sense. And yes, my phone works the same way.
I just tested my phone as well and it only does the initial vib then stops as the phone continues to ring. I don't like that. I like for my phone to vibrate and ring at the same for the duration of the call. Interesting find. I'll probably end up missing calls as well because of this.
Sent from my Lumia 900 using Board Express
Same here, vibrates on the first ring only. I didn't even notice that until I saw this post. This could possibly be an issue for me in the future but right now it's not really a big deal as I didn't even realize it. The only time I really do need vibrate is when my phone is on silent.
Yeah..this is an important issue as we might miss calls during traveling. Single vibe would not suffice.
Traditionally all NOKIA devices vibrates and rings at the same time. This device is working weird which can be fixed by a software update.
We should inform Nokia about this issue in their conversations by pointing to this thread.
I just tested mine. It will vibrate first and then ring, but once the ringtone has cycled, it will vibrate again and then ring, and so on.
Choose a short ringtone and set vibration to on. Then try making a call to the device. Allow the ringtone to cycle at least twice. I know this isn't the equivalent to vibe with ring, but at least I do get more than one vibration with my ringer.
Here's a observation...
I'm noticing that this phone actually NEVER vibrates and plays a sound at the same time. Such as new SMS or new email... the phone will vibrate first and then ding, same as an incoming call (vibe then ring).
So I'm wondering if there is possibly some sort of limitation (hardware or software) that doesn't allow the Lumia 900 to vibe & play sound simultaneously.
Thoughts?
I believe that WP7 is configured to vibrate at the beginning of every cycle of the ringtone.
Because of this, if you have a long ringtone such as a song, it will only have the chance to vibrate once before your voicemail kicks in.
To test this theory i changed my ringtone to "Topic" which was included with the phone.
As expected, it vibrates, runs the two rings that make up the ringtone file, then vibrates again as it repeats. This means that shorter ringtones will result in more frequent vibrations.
Can someone else test this to confirm?
dfkd said:
I believe that WP7 is configured to vibrate at the beginning of every cycle of the ringtone.
Because of this, if you have a long ringtone such as a song, it will only have the chance to vibrate once before your voicemail kicks in.
To test this theory i changed my ringtone to "Topic" which was included with the phone.
As expected, it vibrates, runs the two rings that make up the ringtone file, then vibrates again as it repeats. This means that shorter ringtones will result in more frequent vibrations.
Can someone else test this to confirm?
Click to expand...
Click to collapse
You are right...works the same way..
Vibration in any lumia
I been having issues with the vibration as well. I have a Lumia 710 and have tried on a 800. The short ringing tone works fine to keep it vibrating.
But I´ve heard you can actually have the phone ringiing and vibrating at the same time.
there is a post in here
http://forum.xda-developers.com/showthread.php?p=11948890#post11948890
but it only workls with HTC. i have been looking for a program or a registry editor that can change the vibration function on a LUMIA.
Everytime I receive or make a phone call my ringer goes from vibrate to ring automatically. This only started happening after updating to Pie. Any suggestions?