View Single Post
  #6 (permalink)  
Old 07-19-2010, 11:20 AM
sanjsrik's Avatar
sanjsrik
Halfway to VIP Status
Offline
 
Join Date: Apr 2007
Posts: 716
Reputation: 320
sanjsrik is becoming a PPCGeeks regularsanjsrik is becoming a PPCGeeks regularsanjsrik is becoming a PPCGeeks regularsanjsrik is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Android peeing on apple

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.
Reply With Quote
This post has been thanked 1 times.