Guest dande Posted March 28, 2010 Report Posted March 28, 2010 (edited) Fix the 3 second ring delay by changing the registry. Just change timeout value to 0 (from 7530 or 30000 mine): [HKEY_CURRENT_USER\ControlPanel\PhoneNetSelMode] "Timeout"=dword:0 This solution is from twu2 and from his thread of his rom Here All credit to him then. I just thought to make it easier for you to find it too. Edited March 28, 2010 by dande
Guest Laruku Jr. Posted March 28, 2010 Report Posted March 28, 2010 (edited) Fix the 3 second ring delay by changing the registry. Just change timeout value to 0 (from 7530 or 30000 mine): [HKEY_CURRENT_USER\ControlPanel\PhoneNetSelMode] "Timeout"=dword:0 This solution is from twu2 and from his thread of his rom Here All credit to him then. I just thought to make it easier for you to find it too. Didn't solve on mine. :P Maybe, I will try his ROM to see if it is only his ROM. Thank you very much. Edited March 28, 2010 by Laruku Jr.
Guest dande Posted March 28, 2010 Report Posted March 28, 2010 Didn't solve on mine. :P Maybe, I will try his ROM to see if it is only his ROM. Thank you very much. Hmm... I don't have his rom too but the fix works fine. I have Gary Crutcher's JC2/23549 ROM. So let's have feedback on that from other ppl.
Guest sorg Posted March 28, 2010 Report Posted March 28, 2010 it doesn't work. The name of key is not relative to ring at all. It's for automatic network selection in case of lost signal and similar.
Guest dande Posted March 28, 2010 Report Posted March 28, 2010 it doesn't work. The name of key is not relative to ring at all. It's for automatic network selection in case of lost signal and similar. Yea, you probably right.
Guest Ender Psp Posted March 28, 2010 Report Posted March 28, 2010 it doesn't work. The name of key is not relative to ring at all. It's for automatic network selection in case of lost signal and similar. Not working in II9 (UK). I agree with sorg, the key is not relative to the sound system or services.
Guest Ender Psp Posted March 28, 2010 Report Posted March 28, 2010 (edited) Not working in II9 (UK). I agree with sorg, the key is not relative to the sound system or services. Btw, [HKEY_CURRENT_USER\ControlPanel\Sounds\RingTone0] "Script"="av0pw3r" which translates into activate, vibrate 0, play ringtone, wait 3 seconds, repeat all Legend: a = activate device cN = set volume to N in percentage max volume (0-100) 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. I've tried "ac100pr" and "apc100r" but it didn't work, there is still 3 sec attenuation. Other related keys may be: [HKEY_CURRENT_USER\ControlPanel\SoundCategories\Attenuation] "5"=dword:00000001 "1"=dword:00000004 "2"=dword:00000004 "3"=dword:00000000 "0"=dword:00000000 (note the missing 4) [HKEY_CURRENT_USER\ControlPanel\SoundCategories\Ring] "InitVol"=dword:00000005 "AttenuationCategory"=dword:00000002 "Speaker"=dword:00000001 [HKEY_CURRENT_USER\ControlPanel\SoundCategories\RingPreview] "InitVol"=dword:00000005 "AttenuationCategory"=dword:00000001 [HKEY_CURRENT_USER\ControlPanel\SoundCategories\System] "Speaker"=dword:00000001 "InitVol"=dword:00000005 "AttenuationCategory"=dword:00000000 Now, I've done a sort of a quick search on what those Attenuation are but couldn't find anything useful. Maybe someone else can make heads/tails of these, but I bet the answer is here somewhere. LE: found this which explains some of it, still reading. Edited March 28, 2010 by Ender Psp
Guest Ender Psp Posted March 28, 2010 Report Posted March 28, 2010 Fix the 3 second ring delay by changing the registry. Just change timeout value to 0 (from 7530 or 30000 mine): [HKEY_CURRENT_USER\ControlPanel\PhoneNetSelMode] "Timeout"=dword:0 This solution is from twu2 and from his thread of his rom Here All credit to him then. I just thought to make it easier for you to find it too. Can you please post what you have in these keys (or anyone for whom this fix worked)? [HKEY_CURRENT_USER\ControlPanel\Sounds\RingTone0] [HKEY_CURRENT_USER\ControlPanel\SoundCategories\Attenuation] [HKEY_CURRENT_USER\ControlPanel\SoundCategories\Ring]
Guest dande Posted March 29, 2010 Report Posted March 29, 2010 Here are my settings. It does seem though that this fix changed something because when I have changed (to prove the concept) the settings back I have had the same results. Nevertheless my ring sound comes in less that 3". That is why I thought the fix helped. [HKEY_CURRENT_USER\ControlPanel\Sounds\RingTone0] apw3r [HKEY_CURRENT_USER\ControlPanel\SoundCategories\Attenuation] "0"=dword:00000000 "1"=dword:00000004 "2"=dword:00000004 "3"=dword:00000000 [HKEY_CURRENT_USER\ControlPanel\SoundCategories\Ring] "InitVol"=dword:00000005 "AttenuationCategory"=dword:00000002 "Speaker"=dword:00000001
Guest alexovy Posted March 29, 2010 Report Posted March 29, 2010 Btw, [HKEY_CURRENT_USER\ControlPanel\Sounds\RingTone0] "Script"="av0pw3r" which translates into activate, vibrate 0, play ringtone, wait 3 seconds, repeat all Legend: a = activate device cN = set volume to N in percentage max volume (0-100) 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. I've tried "ac100pr" and "apc100r" but it didn't work, there is still 3 sec attenuation. Other related keys may be: I also think it has something to do with this script. maybe we should try "av0pv0r" If someone test it...please let us know...I dont have time right now.
Guest Ender Psp Posted March 29, 2010 Report Posted March 29, 2010 I also think it has something to do with this script. maybe we should try "av0pv0r" If someone test it...please let us know...I dont have time right now. I already tried "av0pw0r" and that's actually for the sequence (no joy). I posted it so you can see there is a way to increase the volume in the script. The wait is how much time to wait before re-playing the ringtone sequence (if r used) or just a simple delay. Quick example: increasing ring, is it gradually increasing each time whole ringtone "re-plays". The sequence for it it is "c50apw3c150r" which suggests the whole ringtone is played with volume increased so if you have a 4:00 melody like me this is pretty useless. However, the trick is pretty smart, and keep in mind the repeated sequence is is only the part after a - activate, in this case: "c50apw3c150r" Eg: volume is 5. c50 (50% of 5 = 2.5) => volume is 2.5. then c150 => volume is 3.75 (2.5 * 150%). next volume is 5.652 which will be rounded to 5. So, 1st "play" is 50%, second cca 75% and 3rd 100%
Guest alexovy Posted March 29, 2010 Report Posted March 29, 2010 I got your point. so...somewhere else :P
Guest deathst Posted March 29, 2010 Report Posted March 29, 2010 [HKLM/Software/Mircosoft/SimContacts/RadioEnableDelay] DWORD: 0 Fixed For mine.
Guest Odysseas07 Posted March 29, 2010 Report Posted March 29, 2010 [HKLM/Software/Mircosoft/SimContacts/RadioEnableDelay] DWORD: 0 Fixed For mine. What fix this ????
Guest phillim Posted March 29, 2010 Report Posted March 29, 2010 [HKLM/Software/Mircosoft/SimContacts/RadioEnableDelay] DWORD: 0 Thanks! Works for me too. II9 Stock 6.5 ROM.
Guest deathst Posted March 29, 2010 Report Posted March 29, 2010 What fix this ???? Fixed i found out myself.. Messing around with reg in the middle of the night.
Guest Ender Psp Posted March 29, 2010 Report Posted March 29, 2010 (edited) [HKLM/Software/Mircosoft/SimContacts/RadioEnableDelay] DWORD: 0 Fixed For mine. Fixed what? Didn't fix it for me (before or after restart) and I doubt it would fix anything since this doesn't look related, and I'm also on stock II9. What rom do you have? What I fear is that this 3 sec delay has been somehow "implemented" directly in the radio. I'm still hoping there are some regkeys that can bypass it. Edited March 29, 2010 by Ender Psp
Guest deathst Posted March 29, 2010 Report Posted March 29, 2010 PDA: I8000NXXIJ9 CSC: I8000XSOIJ2 Phone: I8000DXIJ1 Standard Samsung SG ROM. WM 6.5 Fixed for mine Without this it takes 3 seconds before my phone started ringing.. [HKLM/Software/Microsoft/SimContacts/RadioEnableDelay] DWORD: 0
Guest Ender Psp Posted March 29, 2010 Report Posted March 29, 2010 PDA: I8000NXXIJ9 CSC: I8000XSOIJ2 Phone: I8000DXIJ1 Standard Samsung SG ROM. WM 6.5 Fixed for mine Without this it takes 3 seconds before my phone started ringing.. [HKLM/Software/Microsoft/SimContacts/RadioEnableDelay] DWORD: 0 Thanks for your details. Quick question: does it start attenuated now and then rings fully? does it start full volume? How was it ringing before, exactly? Can you please describe your settings? (and/or post your reg entries I requested above).
Guest deathst Posted March 29, 2010 Report Posted March 29, 2010 Thanks for your details. Quick question: does it start attenuated now and then rings fully? does it start full volume? How was it ringing before, exactly? Can you please describe your settings? (and/or post your reg entries I requested above). Yup It starts ringing instantly with my chosen Volume. Previously it took ~2 secs before it started vibrating and ringing. The ringing was soft but it started to get louder. Well that the only related Reg edit i did.. the rest of the edits were for S2U2 and Messaging.
Guest Ender Psp Posted March 29, 2010 Report Posted March 29, 2010 Yup It starts ringing instantly with my chosen Volume. Previously it took ~2 secs before it started vibrating and ringing. The ringing was soft but it started to get louder. Well that the only related Reg edit i did.. the rest of the edits were for S2U2 and Messaging. Well, that doesn't do it for me... So I'm guessing it's some kind of combination of regkeys, not just one. So I'm getting you use Vibrate and Ring. Can you please post the reg values you have under [HKEY_CURRENT_USER\ControlPanel\Sounds\RingTone0] [HKEY_CURRENT_USER\ControlPanel\SoundCategories\Attenuation] [HKEY_CURRENT_USER\ControlPanel\SoundCategories\Ring] What other edits did you do for Messaging?
Guest alexovy Posted March 29, 2010 Report Posted March 29, 2010 PDA: I8000NXXIJ9 CSC: I8000XSOIJ2 Phone: I8000DXIJ1 Standard Samsung SG ROM. WM 6.5 Fixed for mine Without this it takes 3 seconds before my phone started ringing.. [HKLM/Software/Microsoft/SimContacts/RadioEnableDelay] DWORD: 0 I have the same ROM but it doesnt work. I think you have changed something else :P Think, think, think! :(
Guest deathst Posted March 29, 2010 Report Posted March 29, 2010 Well, that doesn't do it for me... So I'm guessing it's some kind of combination of regkeys, not just one. So I'm getting you use Vibrate and Ring. Can you please post the reg values you have under [HKEY_CURRENT_USER\ControlPanel\Sounds\RingTone0] [HKEY_CURRENT_USER\ControlPanel\SoundCategories\Attenuation] [HKEY_CURRENT_USER\ControlPanel\SoundCategories\Ring] What other edits did you do for Messaging? [HKEY_CURRENT_USER\ControlPanel\Sounds\RingTone0] Script = v3w3apw3r Script OemRingtoneGap = w3 [HKEY_CURRENT_USER\ControlPanel\SoundCategories\Attenuation] 0 = 0 1 = 4 2 = 4 3 =0 [HKEY_CURRENT_USER\ControlPanel\SoundCategories\Ring] AttenuationCategory = 2 InitVol = 5 Speaker = 1
Guest Ender Psp Posted March 29, 2010 Report Posted March 29, 2010 [HKEY_CURRENT_USER\ControlPanel\Sounds\RingTone0] Script = v3w3apw3r Script OemRingtoneGap = w3 [HKEY_CURRENT_USER\ControlPanel\SoundCategories\Attenuation] 0 = 0 1 = 4 2 = 4 3 =0 [HKEY_CURRENT_USER\ControlPanel\SoundCategories\Ring] AttenuationCategory = 2 InitVol = 5 Speaker = 1 Thanks. I've replicated your settings and I get this: When incoming call, vibrate first 3 seconds and after that the ringtone starts full volume. Is this the same for you? Note: this is to be expected since first thing you have on the script is w3 (wait 3 seconds).
Guest deathst Posted March 29, 2010 Report Posted March 29, 2010 (edited) Thanks. I've replicated your settings and I get this: When incoming call, vibrate first 3 seconds and after that the ringtone starts full volume. Is this the same for you? Note: this is to be expected since first thing you have on the script is w3 (wait 3 seconds). No It just instantly Rings and vibrate. Edit: AFter testing it does get the 3 sec vibrate then the ringtone on full volume on lockscreen only Edited March 29, 2010 by deathst
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now