"
Quote:
Originally Posted by aeshaw95
So I'm having a slight issue getting this to work... :/
Files extracted and all that but when I click "Bootanimation Manager" to open it, nothing happens. My adb was causing me issues earlier in the week so I removed it. Is that possibly the issue?
|
please try on cmd console, "java -version", if you dont get something like
Code:
java version "1.6.0_31"
Java(TM) SE Runtime Environment (build 1.6.0_31-b05)
Java HotSpot(TM) Client VM (build 20.6-b01, mixed mode, sharing)
Then, java is your problem, not adb. Java download here
Ill add to first post
Quote:
Originally Posted by dave2metz
Is there a tutorial or anything? Has anybody had success ? Where do you get the animations? Help? Thanks 
|
Get your animations on your device forum. They should be .zip files. Just drag and drop, and when you see preview, connect device, and press push button.
PLEASE PEOPLE WITH PROBLEMS PUSHING / PULLING, TRY MANUALLY (adb pull /system/media/bootanimation.zip C:\\bootanimation.zip), ON MY SGS2 (I9100), CM7 DON'T LET YOU PULL, WHILE CM9 LETS, THIS IS NOT APP ISSUE, BUT ROM ISSUE  .
Added troubleshooting / Updated first post
|