I really like the phone as well. Of course there are things that I would improve (for example, get rid of the ridiculous Droid sound that plays at boot;
If you're rooted, you can.
The "Droid" sound file is in (I think) /system/media. The boot graphic and that sound file are in there, along with one other file. Moving the sound file out of that location shouldn't hurt anything.
I keep meaning to try it out just to make sure, but I'd be surprised if moving it caused any problems. I try not to be definitive until I have first-hand knowledge.
Sent from my DROID3 using Tapatalk
Well, FWIW I dropped down into /system/media and renamed droid.ogg to droid.ogg.bak, and no "DRRROOIDDD!" on the reboot.
Ooops, sorry, check that. Just as it finished booting it happened.
But then I noticed I have another copy in /system/media/audio/notifications. Not really willing to rename that one, as I'm sure it's the one I use for gmail and other legitimate notifications.
Sorry guys...not sure if deleting it would matter, but I suspect that's not the "droid" we want.
EDIT: FOUND IT!!! In /system/media/bootanimation.zip, open up desc.txt (basically this is the "script" that arranges the startup animation) and the person who wrote the script COMMENTED IT VERY WELL. Basically, head down to:
Code:
# droid
p 1 7 01_droid
s Droid.ogg
and the comments explain that the "s defines a sound for a part; sounds will be loaded from /system/media; oggs with loop points will loop automatically; only one sound will play at a time; timing is driven by the part, not the sounds; IF YOU WANT NO SOUND, LEAVE BLANK"
Oh, what a pain -- looks like in order to edit desc.txt you need to extract it first, then reinsert it in the zip. Ah, not worth the trouble for me, but commenting out the "s Droid.ogg" line in file should do the trick!
-Matt