Replace the water drop 'doink' sound with a click

rovex

Senior Member
Nov 13, 2008
1,129
217
0

saldawop

Senior Member
Dec 2, 2009
345
21
0
Thank you, that sound was so annoying.
I dont suppose you know where the sound for the dialler keypad is?That is still the annoying water drop.
 
  • Like
Reactions: Quarmzz

Olywa123

Senior Member
Jun 23, 2012
125
40
0
I dont suppose you know where the sound for the dialler keypad is?That is still the annoying water drop.
Hi there, Did you ever find a solution to this?

Can anyone else help in replacing the water drop sounds on the dialer - I know it can be turned off but would rather have a simple click/beep instead. I have seen some custom Roms have the sounds changed so it must be doable (I have the Stock Samsung Rom, rooted.)?

Thanks,
Olywa
 

kiruuu

Senior Member
Jan 2, 2012
83
17
0
near Bremerhaven
I think i will replace it in a few Day's.
At the moment i am not able to do this.
(Vacation)
______________

So when anyone want the TurkbeyRom Theme.. PN me.. i Ported this for Other Roms.. I Tested this only on CheckRom EvoHD v2.
maybe it will run on other Rom's.
In The German Forum's, i got for this over 200 Downloads..

For yor Mind: I have Only ported this, it's not my Theme.

Greet Kiruuu

Gesendet von meinem GT-I9300 mit Tapatalk 2
 

ciscostud

Senior Member
Dec 17, 2011
623
248
73
I replaced these files as instructed but I'm still getting the doink sound.



I believe I replaced them correctly because I can manually play the click sound if I select these files in that directory.

Edit **nevermind I assumed this post was about the lock screen ***
Sent from my GT-I9300 using Tapatalk 2
 
Last edited:

maluminse

Senior Member
Mar 14, 2011
158
16
0
Chicago
www.KriminalDefense.com
Anyone else find the standard water drop noise really annoying? I certainly do.

To change the sounds you need to replace the files TW_Touch.ogg and S_HW_Touch.ogg with something more to your taste.
Here are modified files that replace the 'doink' with simple click, as it was with the S2.

https://www.dropbox.com/s/qzsiry4eo02fq3d/TW_Touch.ogg
https://www.dropbox.com/s/hxi8hgxv6w3ms6l/S_HW_Touch.ogg

Put them in system/media/audio/ui you need root and a root browser.
Did you change the instructions? Or did someone delete a response with instructions. Im doing this again but I swore there was more to it.


Delete the old ones and paste the new.

Make sure you follow the path. The first time one option seemed similar.


I just pasted these in the right folder after deleting the old ones first. Worked fine. Clicking away to my ears delight.Thanks again.
 
Last edited:

chaxman

Member
Aug 14, 2007
19
6
0
I just used these commands through ADB, it will also backup the current sound files to external SD Card:

Code:
su
cd /system/media/audio/ui/
mv Lock.ogg /storage/extSdCard/UISoundBackup/
mv S_HW_Touch.ogg /storage/extSdCard/UISoundBackup/
mv TW_Touch.ogg /storage/extSdCard/UISoundBackup/
mv Unlock.ogg /storage/extSdCard/UISoundBackup/
cp KeypressStandard.ogg TW_Touch.ogg
cp KeyPressStandard.ogg S_HW_Touch.ogg
cp Cam_Stop.ogg Lock.ogg
cp Cam_Stop.ogg Unlock.ogg
cp KeypressStandard.ogg /storage/extSdCard/UISoundNew/TW_Touch.ogg
cp KeyPressStandard.ogg /storage/extSdCard/UISoundNew/S_HW_Touch.ogg
cp Cam_Stop.ogg /storage/extSdCard/UISoundNew/Lock.ogg
cp Cam_Stop.ogg /storage/extSdCard/UISoundNew/Unlock.ogg
reboot
You might have to run mkdir /storage/extSdCard/UISoundBackup/ and mkdir /storage/extSdCard/UISoundNew/ first, I dunno.
 
  • Like
Reactions: Rushing