Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
Dr.Romca
Old
(Last edited by Dr.Romca; 28th May 2011 at 07:49 PM.)
#1  
Dr.Romca's Avatar
Senior Member - OP
Thanks Meter 203
Posts: 746
Join Date: Dec 2008
Location: Prague
Red face [HOWTO] Disabe those annoying volume sounds [root only]...

It has been pointed out here that some of you don't like the annoying volume-up and volume-down sounds...

As you might know, those files are just 7 mp3 files in /system/media/audio/ui (in STOCK based ROMs)

You can replace them by silence...

Download THESE and put them in your ui folder...

Go to recovery and execute these commands:

Code:
adb shell mount /system
adb push volume-1.mp3 system/media/audio/ui/volume-1.mp3
adb push volume-2.mp3 system/media/audio/ui/volume-2.mp3
...etc...
adb reboot (to reboot your phone)

EDIT: Removing those sounds works just as fine, so instead remove them via RootExplorer

(I've found out that some ROMs play strange sound instead of silence )

But it si possible that other ROMs has these sounds elsewhere, so try searching for .wav/.mp3/.ogg file in the ROM...

It is also possible these are packed in some .apk file as a resource...in that case you need to find what .apk file it is, decompile it, replace those sounds, recompile it and push back....

I hope this helps someone

And of course hit that THANKS button if you like it
HTC One X, maXXimus, Nokia X3-02.5 for work
Before: HTC Desire S (my wife's now...), HTC Legend, Asus P750, SE W800i, SE K700i, SE T610i, Panasonic GD67, Ericsson T10...
_________________________________
Click "THANKS" if your read anything helpfull, that's the least you can do
My BatteryMOD, BootAnim and Splash
The Following 3 Users Say Thank You to Dr.Romca For This Useful Post: [ Click to Expand ]
 
szallah
Old
#2  
Junior Member
Thanks Meter 1
Posts: 27
Join Date: May 2010
Location: Frankfurt am Main
i assume you forgot to mention, that modifiying the system requires root? to me the thread-title kinda looks like it could work for everybody, since usually root-modifications have a [root] within the title...
 
Dr.Romca
Old
#3  
Dr.Romca's Avatar
Senior Member - OP
Thanks Meter 203
Posts: 746
Join Date: Dec 2008
Location: Prague
Sorry about confusion, but modifying anything in the system does require root...
Nevertheless I'v updated the thread headline
HTC One X, maXXimus, Nokia X3-02.5 for work
Before: HTC Desire S (my wife's now...), HTC Legend, Asus P750, SE W800i, SE K700i, SE T610i, Panasonic GD67, Ericsson T10...
_________________________________
Click "THANKS" if your read anything helpfull, that's the least you can do
My BatteryMOD, BootAnim and Splash
 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

report this ad
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...