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.
My P3300 takes a long tome to wake up when a phone call is coming in. Until it starts ringing, I have only about 1 second to answer, before it enters to the voice mail. I can see it "preparing" for incoming call (the small sign on the top bar), but until it start ringing - i sometime miss the call.
First I thought its the ringtone I chose, so I switched back to the default Windows ringtone - and still the problem continues.
I had a similar problem, I rang myself up from my landline to see exactly how long the phone took to ring and, it was just a few seconds. So I rang my operator O2 and they have me a code which I dialed up on the phonepad allowing me to choose in 5 second intervals how long the phone rings before going to answerphone.
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
Anyone know how to extand the ringtone ring from 20 sec to 1 minute or unlimited.
ericcyc8 said:
Anyone know how to extand the ringtone ring from 20 sec to 1 minute or unlimited.
Click to expand...
Click to collapse
The ring stops as soon as you or your voicemail picks up. You could record one that would last a minute when played as a wav, but it would be useless as a ringtone.
Go to settings>personel>phone>call forwarding. You can change the call forwarding from 20 secs to 30, as much as it allows...
Cheers...
ericcyc8 said:
Anyone know how to extand the ringtone ring from 20 sec to 1 minute or unlimited.
Click to expand...
Click to collapse
You don't say what stops your phone from ringing. It may be network specific for you but my phone rings for around 45 secs before there is a network "busy" tone.
Its world standard to ring the bell for specific seconds. It will not ring for complete minute.
just check with some friends again, found few of them the ringtone can stand for 2 minute before the busy..tone and they claim that they didn't do any setting on phone, so guess it was the network service provider preset.
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...