Since Installing UD 9.8 My Ringtones Only Ring Once When Recieving Calls
This is a discussion on Since Installing UD 9.8 My Ringtones Only Ring Once When Recieving Calls within the Blackdroid forums, part of the Custom Roms category; Since installing UD 9.8 all my ringtones only ring once when receiving calls. Any idea on how to fix this? Somebody, anybody? Really don't want ...
-
-
-

Originally Posted by
rdburke

Since installing UD 9.8 all my ringtones only ring once when receiving calls. Any idea on how to fix this? Somebody, anybody? Really don't want to do a re-install of the whole thing if I can help it.
Sorry for the dup thread I think I posted about the time I saw the dup. Are we gonna see an update to fix this cause it is kind of a big issue?
There is already an open thread about this with the solution. I too posted everywhere before I saw it though!! Here was the solution given by the other member and I can say that it worked great on my phone:
1. Download Root Explorer off the market if you don't already have it.
2. Open open up Root Explorer and navigate to the /system folder.
3. Mount folder as R/W.
4. Scroll down to the build.prop file.
5. Long press the build.prop file which will bring you to a menu window.
6. Scroll down to: Open in text editor.
7. Press on screen once. That will open up the keyboard.
8. Modify line: ro.telephony.call_ring.delay=1
9. Change the 1 to a 3000. (or lower if you don't like a 3 second delay)
10. After you modified the line, press the menu button on the bottom of the phone and press save changes.
Root Explorer will automatically make a backup for you, so don't be worried about modifying the file.
11. Reboot phone.
12. Good to go!!
Hope this helps!
-

Originally Posted by
rdburke

Since installing UD 9.8 all my ringtones only ring once when receiving calls. Any idea on how to fix this? Somebody, anybody? Really don't want to do a re-install of the whole thing if I can help it.
Sorry for the dup thread I think I posted about the time I saw the dup. Are we gonna see an update to fix this cause it is kind of a big issue?
There is a 2 page thread on here already...and discussed in the 9.8 thread......do we really need another post? Search......the solution is there.
-

Originally Posted by
bodean

Originally Posted by
rdburke

Since installing UD 9.8 all my ringtones only ring once when receiving calls. Any idea on how to fix this? Somebody, anybody? Really don't want to do a re-install of the whole thing if I can help it.
Sorry for the dup thread I think I posted about the time I saw the dup. Are we gonna see an update to fix this cause it is kind of a big issue?
There is a 2 page thread on here already...and discussed in the 9.8 thread......do we really need another post? Search......the solution is there.
I already apologized for the duplicate, with all due respect your reply did not contribute anything to the resolution of this issue. On the original subject of the ringtone issue does anyone think it is fair that one should have to DL a paid app to fix the issue or have I overlooked the free version? If this issue can be reproduced on a large scale and I believe it will turn out to be so, a patch should be written. Once again I must apologize for the unecessary thread.
This was originally posted under screename rdburke, I posted on my son's pc this time under wrong login.
Last edited by kbur316; 04-08-2010 at 06:33 PM.
Reason: FUBAR!!!!!!!!!!!!
-

Originally Posted by
kbur316

Originally Posted by
bodean

Originally Posted by
rdburke

Since installing UD 9.8 all my ringtones only ring once when receiving calls. Any idea on how to fix this? Somebody, anybody? Really don't want to do a re-install of the whole thing if I can help it.
Sorry for the dup thread I think I posted about the time I saw the dup. Are we gonna see an update to fix this cause it is kind of a big issue?
There is a 2 page thread on here already...and discussed in the 9.8 thread......do we really need another post? Search......the solution is there.
I already apologized for the duplicate, with all due respect your reply did not contribute anything to the resolution of this issue. On the original subject of the ringtone issue does anyone think it is fair that one should have to DL a paid app to fix the issue or have I overlooked the free version? If this issue can be reproduced on a large scale and I believe it will turn out to be so, a patch should be written. Once again I must apologize for the unecessary thread.
This was originally posted under screename rdburke, I posted on my son's pc this time under wrong login.
you can try changing your ringtone. Some people have had success doing that as they seem to think that only a few tones are effected. Not sure if it will work but worth a try!
edit: on a side note though root explorer is an invaluable app if you are rooted. I always remove apps using this and it is very simple rather than having to use terminal emulator.
Last edited by techdroid; 04-08-2010 at 08:41 PM.
-

Originally Posted by
kbur316
I already apologized for the duplicate, with all due respect your reply did not contribute anything to the resolution of this issue. On the original subject of the ringtone issue does anyone think it is fair that one should have to DL a paid app to fix the issue or have I overlooked the free version? If this issue can be reproduced on a large scale and I believe it will turn out to be so, a patch should be written. Once again I must apologize for the unecessary thread.
This was originally posted under screename rdburke, I posted on my son's pc this time under wrong login.
It can be done without a paid app, but its a bit more involved since you need to have the Android SDK installed. But if you do have it installed then:
1. Boot your phone into SPRecovery and mount your /system directory
2. On your computer open a command prompt in your SDK Tools directory
3. Run this: adb pull /system/build.prop C:\build.prop
4. Find the build.prop file in your C: drive and make a backup somewhere
5. Edit the build.prop file on your C:\ drive with a text editor (NOT Notepad! Notepad++ is a free app you can get). Save once the line is edited.
6. Back to command prompt and run: adb push C:\build.prop /system/build.prop
7. Unmount the /system directory on your phone and reboot.
-
Re: Since Installing UD 9.8 My Ringtones Only Ring Once When Recieving Calls
I already apologized for the duplicate, with all due respect your reply did not contribute anything to the resolution of this issue. On the original s
It can be done without a paid app, but its a bit more involved since you need to have the Android SDK installed. But if you do have it installed then:
1. Boot your phone into SPRecovery and mount your /system directory
2. On your computer open a command prompt in your SDK Tools directory
3. Run this: adb pull /system/build.prop C:\build.prop
4. Find the build.prop file in your C: drive and make a backup somewhere
5. Edit the build.prop file on your C:\ drive with a text editor (NOT Notepad! Notepad++ is a free app you can get). Save once the line is edited.
6. Back to command prompt and run: adb push C:\build.prop /system/build.prop
7. Unmount the /system directory on your phone and reboot.
Or you can use terminal emulator to edit the file via vi but that is kind of tough.
Sent from my Droid using Tapatalk
-

Originally Posted by
droidisawesome
Or you can use terminal emulator to edit the file via vi but that is kind of tough.
Sent from my Droid using Tapatalk
Yeah, I thought of that, but it's safe practice to not edit system files while the system is running, plus the extra step of making a backup is nice in case something really bad happens, lol.
-
Re: Since Installing UD 9.8 My Ringtones Only Ring Once When Recieving Calls
I have to search the other thread as this fix does not make sense. I would think that would only cause the phone to delay 3 seconds before the phone started to ring. I tried changing the line above from multiple rings false to true, but that did not seem to work either. Maybe I should have rebooted after. My solution was to make a full mp3 my tone for now.
Sent from my Droid using Tapatalk
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
Similar Threads
-
By jcboyett in forum Droid Hacks
Replies: 23
Last Post: 04-05-2010, 03:11 PM
-
By pyro6128 in forum Droid General Discussions
Replies: 1
Last Post: 04-01-2010, 12:49 AM
-
By Relex in forum Droid Applications
Replies: 3
Last Post: 03-30-2010, 11:26 AM
-
By jaytek13 in forum Tech Issues, Bug Reports & Suggestions
Replies: 1
Last Post: 02-26-2010, 11:58 AM
-
By DHood in forum Droid General Discussions
Replies: 3
Last Post: 01-19-2010, 06:57 AM
Search tags for this page
android call people only ring once
,
android ringtone only once
,
android ringtone only rings once
,
android ringtone rings once
,
custom ring tones only ring once in gingerbread
,
droid 2 calls ring once
,
droid rzar only ring once
,
galaxy sii only ringing once
,
my galaxy x 2 only rings once calls
,
razr only rings once
,
ring once for android
,
rington only rings for 2 seconds andriod
,
ringtone only once galaxy s ii
,
vanilla gingerbread only rings once
,
why does my droid razr only ring once?
Click on a term to search our site for related topics.
Tags for this Thread