Quote:
Originally Posted by sanjsrik
A few ways:
The file is called bootanimation.zip and needs to be copied to the root of your SD card. IF you have Android SDK then you can use the following commands from a DOS prompt after connecting your device via USB and making sure that USB Debugging is activated:
adb push path of file/<name of file> /sdcard
Of course, this implies that you know how ADB works, that you have Android SDK installed and that either you're running the ADB command from the /SDK/Tools directory or that you're running it from some directory because you've added Android/SDK to your DOS path.
Conversely, if you download Android Bootanimationspro from the marketplace all this would be unnecessary.
|
do you unzip it or put the whole zip folder on the root of your sd card ?