Droid X Boot Animation (w/ DROID sound)
Hey guys. I know this is about and around, but we got the sound working on boot (the "DROID" noise). So here's how you do it:
1. download both files below
2. UNZIP the "android_audio.zip" file, put the audio file in your sdk/tools folder
3. leave the "bootanimation.zip" file zipped, put in your sdk/tools folder
4. go into adb and push both files as follows:
Quote:
adb push bootanimation.zip /data/local
adb push android_audio.mp3 /data/local
adb reboot
|
This should work; if anyone has problems let me know.
ENJOY!
***UPDATE***
If you're still having issues with the sound not working, first make sure that you are unzipping the "android_audio" file...then pushing the .mp3 contained within the zip file.
Second, if it still doesn't work, try this in adb:
Quote:
cd data
cd local
rm android_audio.mp3
rm bootanimation.zip
|
then repush the two files!
irc: drjdemelo
VZW DInc Rooted w/ S-OFF
SkyRaider 3.0 Vanilla + kingkernel CFS#4
|