Droid X Boot Animation (w/ DROID sound)

Search This thread

drmbdrummer

Senior Member
Feb 7, 2008
84
1
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:

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:

cd data
cd local
rm android_audio.mp3
rm bootanimation.zip

then repush the two files!
 

Attachments

  • android_audio.zip
    34.9 KB · Views: 14,120
  • bootanimation.zip
    6 MB · Views: 22,739
Last edited:
  • Like
Reactions: kikoys

socalracer

Senior Member
Aug 13, 2009
128
17
is this supposed to replace the vzw animation? i followed and i dont see anything different. under my data folder in astro nothign is there just data dir and thats it no local
 

worm-

Senior Member
Apr 30, 2010
249
2
parkson, rinse, wash repeat, your doing something wrong, do it from inside adb on computer
 

Mudavo

Senior Member
Jun 10, 2010
356
410
When I do:

adb push bootanimation.zip /data/local
adb push android_audio.mp3 /data/local


I get:

/sbin/sh: adb: not found


Now what?

*EDIT*
I figured it out. Was trying to do this in Clockwork Mod recovery. Had to change to disk drive mode while the phone is running.
 
Last edited:

skunis1

Member
Jun 25, 2010
37
2
Droid Incredible

Will this sound work on the DINC? I have the boot animation but have not installed the sound yet.
 

kentoe

Senior Member
Mar 17, 2010
360
75
I keep getting adb: not found

EDIT:

Fixed it from irc, thanks guys.

Just did

adb push bootanimation.zip /data/local

without the adb shell
 
Last edited:

pbnj4640

Senior Member
Feb 1, 2010
163
5
i kept getting permission denied doing it through adb, but doing it in root explorer worked perfect, audio and boot animation are great
 

Top Liked Posts

  • There are no posts matching your filters.
  • 1
    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:

    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:

    cd data
    cd local
    rm android_audio.mp3
    rm bootanimation.zip

    then repush the two files!