
Originally Posted by
blake2050
when you open up sdk with the sdksetup.exe it will look for current drivers but that is not needed. As stated above you dont need adb but it would be a good thing to get running. So what you wanna do is download the neccessary driver attached above and install it on your computer. Next, open command prompt and cd to the directory where your tools are located. (eg. mine is C:\android\tools> but I think the stock folder is /android-sdk-windows/tools) once you are cd'd to your tools directory type adb and hit enter to see if it all worked (should give a big list of commands). If that happened then your all set. What I do is place the bootanimation.zip (needs to be named this) file into your tools folder then in command prompt just type this:
adb push bootanimation.zip /data/local
That should do it.