Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
jayshah
Old
(Last edited by jayshah; 4th May 2010 at 12:37 PM.)
#1  
Senior Member - OP
Thanks Meter 26
Posts: 191
Join Date: Jul 2009
Default [HowTo] Remove boot sound from HTC Desire (rooted)

If, like me, you strongly dislike the HTC "Quietly brilliant" boot sound, here's how to disable it entirely:

Pre-requisites:
  • Put your phone into recovery
  • Get a working adb shell

Mount /system
Code:
mount /system
Move the sounds out of the way

Code:
mv /system/customize/resource/android_audio.mp3 /system/customize/resource/android_audio.mp3.nothanks
Code:
mv /system/media/android_audio.mp3 /system/media/android_audio.mp3.nothanks
I didn't really want to install an application to do "silent" the boot up, and was actually worried about the case (by Murphys law) that I drop my phone, the battery comes out, I insert it (forgetting it wasn't on silent) and the boot sound causes my death.

I Google'd for quite a while with no luck, but sorry if this has been posted somewhere. I especially didn't want to change ROMs just to remove the sound. I also noticed that in both locations, bootanimation.zip existed which contains the frame-by-frame sequence for the boot up screen.
Galaxy Note (N7000XXLSA Leak 1/Dec)
The Following User Says Thank You to jayshah For This Useful Post: [ Click to Expand ]
 
nilezon
Old
#2  
Senior Member
Thanks Meter 0
Posts: 103
Join Date: Jan 2008
Thanks! It worked perfectly.
 
blackadder1000
Old
#3  
Member
Thanks Meter 0
Posts: 34
Join Date: Apr 2009
Location: London
Nice guide.
For anyone wanting to change the boot animation, see this thread:
http://forum.xda-developers.com/showthread.php?t=672339

I've changed mine to the Nexus One boot animation. Sweet
 
blackfox888
Old
#4  
blackfox888's Avatar
Senior Member
Thanks Meter 4
Posts: 245
Join Date: Mar 2010
Great! it worked, cheers.
SAMSUNG GALAXY S3 i9300 - Marble White
Firmware: Omega v43.2
Kernel: Stock Kernel
Recovery: TWRP 2.5.0.0


ASUS GOOGLE NEXUS 7
Firmware: ParanoidAndroid 3.15
Kernel: M-kernel a38
Recovery: TWRP 2.5.0.0
 
watercool
Old
#5  
Senior Member
Thanks Meter 1
Posts: 404
Join Date: Apr 2010
Quote:
Originally Posted by jayshah View Post
and the boot sound causes my death.
I have a 6 weeks old daughter, after rooting my desire i had a quietly brilliant loop lol, never ran so fast out of the room before

Thanks for the tweak.
 
Dj!pOner
Old
#6  
Dj!pOner's Avatar
Senior Member
Thanks Meter 15
Posts: 120
Join Date: Jul 2008
Location: BZH
No root Needed! Juste install "Silent Boot" on the Market!

http://www.androlib.com/android.appl...boot-BnqC.aspx
 
jayshah
Old
#7  
Senior Member - OP
Thanks Meter 26
Posts: 191
Join Date: Jul 2009
Quote:
Originally Posted by Dj!pOner View Post
No root Needed! Juste install "Silent Boot" on the Market!

http://www.androlib.com/android.appl...boot-BnqC.aspx
If you read the OP properly, you'd have realised why I didn't want to install an application for this purpose.

"Silent Boot mutes your Phone on shutdown to keep it silent on boot.
Restores previous volume settings after startup."

You drop the phone. The battery comes out. You need to boot the phone silently or you forget until its too late. Epic fail.
Galaxy Note (N7000XXLSA Leak 1/Dec)
 
ShugM
Old
#8  
Member
Thanks Meter 0
Posts: 36
Join Date: Apr 2010
Hi,
this is something that I would like to do, but even the command "working adb shell" throws me.

I have rooted my phone ok, so is it a simple process that I can do, or should I avoid it?

Is there an idiots guide to starting out?

TIA
 
watercool
Old
#9  
Senior Member
Thanks Meter 1
Posts: 404
Join Date: Apr 2010
Default Re: [HowTo] Remove boot sound from HTC Desire (rooted)

put it in recovery via the pushfiles, then in windows open a command (cmd.exe). Navigate to the android-sdk folder (if not installed download it), then cd tools, then adb.exe I think. I am a noob to... Plz correct if this is wrong
-- Donate? -- Dropbox --
 
jayshah
Old
#10  
Senior Member - OP
Thanks Meter 26
Posts: 191
Join Date: Jul 2009
Quote:
Originally Posted by ShugM View Post
Hi,
this is something that I would like to do, but even the command "working adb shell" throws me.

I have rooted my phone ok, so is it a simple process that I can do, or should I avoid it?

Is there an idiots guide to starting out?

TIA
All you have to do is:

- Put your phone into recovery
- Push the files as normal so you can get the menu screen where you can make nandroid backups etc etc (Google for now to get here and/or see MoDaCo).

Now type "adb shell" at a terminal (modify if you are using Windows), just get a # prompt basically.

Then copy/paste the commands.
Galaxy Note (N7000XXLSA Leak 1/Dec)

 
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...

XDA PORTAL POSTS

Gear Up Because it’s Time to Save Earth

*Cue Dramatic Music*Put on your red and blue latex overalls and cape because it’s time to … more

Recognized Contributor Code of Conduct

During the first half of 2012, XDA initiated the Recognized Contributor (RC) program to recognize … more

Careers in Android: What Hiring Managers Won’t Tell You – XDA Developer TV

XDA Developer TV Producer Jayce released a video a … more

Coloring Your Logcat World

Getting feedback for your app during development is as simple as adding logging info where necessary and looking … more