• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root Boot Animations

I found one that have that spinning green flame around the robot. That is a good one.

I installed the adbd-Insecure-v2.00.apk and then open the Dev USB mode.

Use this command on the ADB from my computer. Replace the old ones.

cd C:\Users\KingH\AppData\Local\Android\sdk\platform-tools
adb devices
adb pull /system/media/bootanimation.zip c:\
adb pull /system/media/shutdownanimation.zip c:\
adb remount
adb push bootanimation.zip /system/media/
adb push shutdownanimation.zip /system/media/
pause

I have two more found that isn't listed on the app.

Spinning ghost skull which is too big and off of the screen. Look cool but the size need to be at 540x960 or smaller. I think it have the red/blue effect for the 3d glasses.

Other one is a Robot with a green dots going across the screen. Sky blue color background like a wallpaper. Black boarder around it. This one is a good one too.

Oh one more. Spinning robot with a scanner above it head.
 
Last edited:
Back
Top Bottom