menu search
brightness_auto
Ask or Answer anything Anonymously! No sign-up is needed!
more_vert
downloaded custom rom, didnt like it, flashed back to normal official rom, wiped phone to get rid of the custom rom, but the custom boot animation is still left. im not going to root, how to delete?
more_vert
If you do not want to root your phone, the simplest way to remove the custom boot animation is to simply perform a full factory reset. This will restore your phone to its original state, including removing the custom boot animation.

4 Answers

more_vert
Deleting cache files will help you in removing custom ROM boot animation. Delete  a cache and all custom installation files from the installation folder and format it. Wipe dalvik cache. Then install the official ROM.
thumb_up_off_alt 2 like thumb_down_off_alt 0 dislike
more_vert
If you are not rooted, then you will need to use a computer and ADB (Android Debug Bridge) to delete the custom boot animation. You can follow the steps below:

1. Install ADB on your computer.

2. Connect your device to your computer using a USB cable.

3. Open a command prompt window on your computer.

4. Enter the command “adb devices” and make sure your device is recognized.

5. Enter the command “adb shell” to access the device’s shell.

6. Enter the command “rm -rf /system/media/bootanimation.zip” to delete the custom boot animation.

7. Enter the command “reboot” to reboot your device.

Your device should now start up with the default boot animation.
thumb_up_off_alt 0 like thumb_down_off_alt 0 dislike
more_vert
To delete a custom boot animation on Android, navigate to the system/media folder using a file manager app and delete the bootanimation.zip file. Then, restart the device.
thumb_up_off_alt 0 like thumb_down_off_alt 0 dislike
more_vert
If you do not want to root your phone, the simplest way to remove the custom boot animation is to simply perform a full factory reset. This will restore your phone to its original state, including removing the custom boot animation.
thumb_up_off_alt 0 like thumb_down_off_alt 0 dislike
Whenever you have a question in your mind, just drop it on Answeree. Help our community grow.
...