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
MUST BE .BAT EXTENSION
Also, change the size as needed the old way.
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.