New: XDA launches forum for app developers. Discuss coding, tools, marketing, and more.
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
IncredibleDoes
Old
(Last edited by IncredibleDoes; 5th June 2010 at 09:49 PM.)
#1  
IncredibleDoes's Avatar
Senior Member - OP
Thanks Meter 60
Posts: 608
Join Date: Apr 2010
Location: Lone Tree
Default [How 2] Custom Bootanimation

You will need to download the android-sdk located www.android.com

Quote:
I do not take credit for any of this at all, I discovered this on the www.androidforums.com This may help a few of you.
This tutorial should help you get your own custom bootanimation on your Droid incredible. Here is a "PREVIEW" http://www.youtube.com/watch?v=l9erb...layer_embedded
1st)Go to http://www.flexjunk.com/2010/05/01/i...id-sd-drivers/ This will help you setup your Droid Incredible to be recognized on your computer. After do this step it will tell you to reboot your computer.
(If your droid is is already setup to be recognized skip step 1)

2nd)Run terminal or (command prompt), point it to your (<sdk>directory)

3rd)With you Droid Incredible-
: go to settings, applications, development, *(Check) USB Debugging*
: plug in your Incredible to the usb, select "disk drive" option
: inside terminal (or command prompt) run
Code:
adb devices
if it doesn't not recognize your device then you did something wrong.
(tips- reboot computer, make sure adb debugging is checked, reboot phone)

4th)Download any custom bootanimation.zip you want and place it inside your 'tools folder' located in your SDK
(you can find many custom bootanimations inside many custom roms <located inside /system/media>)

5th)Now type
Code:
adb push bootanimation.zip /data/local
: If you also want audio to play with your boot animation find the mp3 audio file you want and type this
Code:
adb push android_audio.mp3 /data/local
: If the command worked, you should see a prompt with "bootanimation.zip filesize 4,470 kB" or some file size (yours will be different)

6th)Now type
Code:
adb shell reboot
Please Note: not any audio or bootanimation.zip will work-no one is responsible for your actions. Hope this helps enjoy!!!


*ID*
 
IncredibleDoes
Old
#2  
IncredibleDoes's Avatar
Senior Member - OP
Thanks Meter 60
Posts: 608
Join Date: Apr 2010
Location: Lone Tree
If I missed any steps please post your problems and we will try our best to help you.
 
grimez
Old
#3  
Member
Thanks Meter 2
Posts: 54
Join Date: Apr 2010
Thanks for this. Will update on how well it works when i finish making my animation.
 
moosc
Old
#4  
Senior Member
Thanks Meter 22
Posts: 334
Join Date: Feb 2010
Location: Charlotte NC
not sure what im doing wrong i have androidsdk saved as c:androidsdk. but when i run cmd i get this

Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.

C:\Users\Chris>androidsdk
'androidsdk' is not recognized as an internal or external command,
operable program or batch file.
 
DeeBG
Old
(Last edited by DeeBG; 2nd June 2010 at 10:47 PM.) Reason: Left out a sentence... yeah those are kind of important x.x
#5  
DeeBG's Avatar
Senior Member
Thanks Meter 0
Posts: 190
Join Date: May 2010
Location: Washington D.C./Tokyo
Quote:
Originally Posted by IncredibleDoes View Post
If I missed any steps please post your problems and we will try our best to help you.
This is very cool ID, I was j/w if you had any tutorial/example boot animations... I will check out the ones that come with the SDK, that may be enough to learn from (I'm very interested in creating my own, not just using other people's work without understanding it) for the Incredible. If there is a tutorial in the SDK, feel free to say "RTFM", lol, my phone is 15 miles away but I won't be able to get it until next week =/, but I want to be prepped to go at it before then.
Available for translating XDA-related application and roms text into Japanese (please try and limit text that needs to be translated to 250 words or less).
---
利用可能な英語にはXDA関連するアプリケーションまたは。
---
10+ Years of PHP (As well as most web-related languages) Experience. Available for coding official XDA or XDA-related projects (including but not limited to vBulletin hacks/mods/etc).
 
Joe92T
Old
#6  
Senior Member
Thanks Meter 5
Posts: 370
Join Date: Aug 2009
Location: New Hampshire
thanks for this, been wanting to put the nexus boot animation on my phone for awile now
Verizon Wireless
Samsung Galaxy Nexus
 
dincodee
Old
#7  
Senior Member
Thanks Meter 2
Posts: 150
Join Date: May 2010
I cannot get any mp3 to sound during boot up. Anyone have any ideas. I figured it was because of the size of the mp3 but I even tried a small one and still no luck.
 
money226
Old
#8  
money226's Avatar
Senior Member
Thanks Meter 24
Posts: 147
Join Date: Aug 2008
Default Re: [How 2] Custom Bootanimation

More than likely you'll need an ogg file for sound. I'm about to change mine so I'll let you know.

-------------------------------------
Sent via the XDA Tapatalk App
 
NCX Designs
Old
(Last edited by NCX Designs; 6th June 2010 at 08:53 AM.)
#9  
NCX Designs's Avatar
Senior Member
Thanks Meter 107
Posts: 528
Join Date: May 2010
Location: Pennsylvania

 
DONATE TO ME
android_audio.mp3 works as the file name

edit: sorry for the double post

TP2>Incredible>DroidX>Incredible>ThunderBolt> GalaxyNexus LTE> Galaxy SIII> HTC One
Tabs: Asus Transformer TF101>Galaxy Tab 10.1>iPad4
Don't forget to click the "THANKS" button if i helped you, or you enjoy my work!
Buy me a Mello Yello, click here to donate!
Want to see my themes? Click here for WM6.5 and here for Droid Incredible Themes.
 
NCX Designs
Old
(Last edited by NCX Designs; 9th June 2010 at 05:28 AM.)
#10  
NCX Designs's Avatar
Senior Member
Thanks Meter 107
Posts: 528
Join Date: May 2010
Location: Pennsylvania

 
DONATE TO ME
Quote:
Originally Posted by moosc View Post
not sure what im doing wrong i have androidsdk saved as c:androidsdk. but when i run cmd i get this

Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.

C:\Users\Chris>androidsdk
'androidsdk' is not recognized as an internal or external command,
operable program or batch file.
your missing a very important command

cd foldername/tools then hit enter (make sure that your files "bootanimation.zip" and "android_audio.mp3" are in the tools folder or this won't work it will you give you an error)

then type
adb devices

it will list whats connected

then type

adb push bootanimation.zip data/local

hit enter

adb push android_audio.mp3 data/local

hit enter

your done!

restart your phone and enjoy your new boot screen

here's a how to video of how i figured mine out
http://www.youtube.com/watch?v=WIBk1...layer_embedded

and here's my result! http://www.youtube.com/watch?v=9SnsXKFvGQs i had some help with the audio syncing, Santod from PPC helped with that part since it was off by a few seconds
Note: this is NOT my boot animation, it was made by a member on Phandroid forums, i'm sharing the files i used to get my result nothing more.

DO NOT unzip the bootanimation.zip to put onto your phone
UNZIP the android_audio.zip to the tools folder where you need to have both files stored to do the file push to your phone

Edit: Just to clear up some confusion, make sure the following files are in your Tools folder for the SDK

bootanimation.zip
android_audio.mp3 (be sure to unzip the zip file to the same directory as the bootanimation.zip file or this will not transfer)
Attached Files
File Type: zip bootanimation.zip - [Click for QR Code] (4.46 MB, 139 views)
File Type: zip android_audio.zip - [Click for QR Code] (129.1 KB, 98 views)

TP2>Incredible>DroidX>Incredible>ThunderBolt> GalaxyNexus LTE> Galaxy SIII> HTC One
Tabs: Asus Transformer TF101>Galaxy Tab 10.1>iPad4
Don't forget to click the "THANKS" button if i helped you, or you enjoy my work!
Buy me a Mello Yello, click here to donate!
Want to see my themes? Click here for WM6.5 and here for Droid Incredible Themes.


XDA PORTAL POSTS

MicrowaveTimePicker Brings 4.2 TimePicker to 2.1+ Devices

It’s frustrating to see slick new features that you can’t use when … more

What’s Possible with CASUAL & How to Make Your Own CASUAL – XDA Developer TV

XDA Elite Recognized Developer AdamOutler is known … more

Pearl Chen to Talk NFC Development at XDA:DevCon 2013

From HTML to LEDs or Android to Arduino, Hardware Hacking is a pastime of many people … more

Avoid Framework Bootloops on Xperias Running Jelly Bean

If you’re a Sony device owner running a stock Android Jelly Bean firmware and … more