• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Simple .Bat to quicken Boot animation adding.

xScorch Muffinx

Well-Known Member
Enter the following code into notepad and save as BootAnimation.BAT(I would save this to the desktop.)

CHANGE THE 3RD LINE AS NEEDED FOR WHERE YOUR ANDROID SDK IS LOCATED


@echo off

Start

cd C:\AndroidSDK\tools

adb push bootanimation.zip /data/local/

MUST BE .BAT EXTENSION


Also, change the size as needed the old way.
 
Back
Top Bottom