Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
drmbdrummer
Old
(Last edited by drmbdrummer; 25th June 2010 at 10:28 PM.)
#1  
Member - OP
Thanks Meter 1
Posts: 79
Join Date: Feb 2008
Default 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!
Attached Files
File Type: zip android_audio.zip - [Click for QR Code] (34.9 KB, 10346 views)
File Type: zip bootanimation.zip - [Click for QR Code] (5.97 MB, 17152 views)
irc: drjdemelo
VZW DInc Rooted w/ S-OFF
SkyRaider 3.0 Vanilla + kingkernel CFS#4
The Following User Says Thank You to drmbdrummer For This Useful Post: [ Click to Expand ]
 
worm-
Old
#2  
worm-'s Avatar
Senior Member
Thanks Meter 8
Posts: 241
Join Date: Apr 2010
works like a charm!!
 
socalracer
Old
#3  
Member
Thanks Meter 1
Posts: 89
Join Date: Aug 2009
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
 
srh.pres.usx
Old
#4  
srh.pres.usx's Avatar
Member
Thanks Meter 0
Posts: 72
Join Date: May 2010
Worked like a charm for me... thanks...
 
parkson
Old
#5  
parkson's Avatar
Senior Member
Thanks Meter 77
Posts: 331
Join Date: May 2010
Location: Georgia
both files successfully push. the animation works but no audio plays. any suggestions?
 
junjlo
Old
#6  
Senior Member
Thanks Meter 10
Posts: 209
Join Date: Jul 2008
Location: Phoenix
very nice love it
xv6600>xv6700>xv6800>ADR6300>SGT7>ADR6400L>SCH-I535
 
R1lover
Old
#7  
R1lover's Avatar
Senior Member
Thanks Meter 3
Posts: 159
Join Date: Mar 2010
Location: Yuba City, CA
nice work, thank you
 
skaterA223
Old
#8  
Senior Member
Thanks Meter 0
Posts: 191
Join Date: Apr 2009
Location: SANTA CRUZ, CA
Thanks looks really good.

Sent from my Droid Incredible
 
worm-
Old
#9  
worm-'s Avatar
Senior Member
Thanks Meter 8
Posts: 241
Join Date: Apr 2010
parkson, rinse, wash repeat, your doing something wrong, do it from inside adb on computer
 
Mudavo
Old
(Last edited by Mudavo; 25th June 2010 at 02:37 PM.)
#10  
Mudavo's Avatar
Senior Member
Thanks Meter 51
Posts: 117
Join Date: Jun 2010
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.

 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

Guide Your Sheep to Safety with Finger Shepherd

Just a coupe of days ago, we brought you news about a game calledAgent Sheep. In that … more

Nandroid Manager Receives Major Update

Do you find yourself obsessively jumping from ROM to ROM? And do you hate having to restore a full … more

Careers in Android: Recruiter Reveals How Resumes are Chosen – XDA Developer TV

XDA Developer TV Producer Jayce released a video a … more

HttpClient Tutorial to Upload and Download with Your App

Developers wanting to interact with the Internet need to choose a package to do the … more