Replacing the loading animation on Android. How to replace boot animation in Android using ADB. What's inside Bootanimation

Boot animation is the boot animation that plays when the device starts up. Choose from hundreds of custom animation loads to install on your rooted device. Root access is not required and the device must be compatible to install custom boot animations.

Peculiarities:
Hundreds of beautiful boot animations for super users 🌈.
Install animation downloads from your SD card.
Convert animated GIF to load animation.
High quality animation preview downloads.
Automatic installation new boot animation every time the device starts up.
Change animation loading (custom sizes, background colors, frame rate).
Compatible with CyanogenMod Theme Engine.
**PLEASE NOTE: SAMSUNG is not compatible with this app

What should our next application be? Let us know what you think here: https://www.surveymonkey.com/r/HP9NCPQ

FAQ:

Q: Is my device supported?
: The device must be rooted to install the boot animation. Some manufacturers, like Samsung, use a different animation download format (QMG) that is not compatible with this application. You don't need root access if you are using a disk with CyanogenMod theme engine.

Q: The loading animation does not play. How can I fix this?
Some Android devices use different location settings. You must find your current animation download location and change it in the app settings.

Q: How can I restore my original boot animation?
: The app will backup loading animations by default. If you want to restore the original boot animation, click on the “Backups” menu item, select the animation, and click the “Restore” button. Before installing boot animation you need backup copy disk in recovery.

Please visit our support site before leaving negative feedback.

Denial of responsibility:
Installing loading animations has the potential to soft brick your device. Please partition your system Reserve copy using custom recovery before using the application.

Changelog / What's New

3.0.0.0:
- Update for Android Nougat
- Fix download count
- Many changes under-the-hood

Material design re-write!
- Hundreds of added boot animations.
- High-quality boot animation previews.
- Many improvements

You have long ago changed the standard theme on your device, installed a new system shell like SPB Shell or Regina Launcher and are thinking about what else to decorate your phone or tablet with. Would you like to install a new bootanimation, or boot animation, as it is also called?

Today I will present you several ways to change the boot animation in Android.

First, I want to remind you that in order for you to be able to install a new boot animation, you must have access rights root on his own Android device.

What are access rights root V Android, what they are needed for and how to get them, you can read In this article .

Replacing boot animation in Android using root file manager Root Explorer, SU File Manager or ES conductor

1. Download from the market and install any of the file managers listed above.

2. Download the zip file with the boot animation for your device, which is usually named bootanimation.zip

3. Copy the file to the SD memory card.

4. If the file has a different name, rename it to bootanimation.zip

5. Copy the bootanimation.zip file

6. Go to the /system/media/ folder on your device.

7. Rename the bootanmation.zip file that is there to bootanimation.bak.

8. Paste the bootanmation.zip file into the current folder

9. Reboot your phone or tablet and enjoy the new boot animation.

Nothing worked out for you? Try the following solutions to solve the problem:

Copy the bootanimation.zip file to the /data/local/ folder or the /system/customize/resource/ folder

On some devices, the boot animation file may have a name other than bootanimation.zip. For example, on HTC Desire HD this file is called VFAU_bootanimation.zip, or spc_bootanimation.zip in HTC EVO.

In this case, as you probably already guessed, we need to replace these files with a new file with bootanimation. Just remember to rename the old file to .bak and give the new file the same name as the old file.

Replacing boot animation in Android using a terminal emulator

1. Download and install the following two applications from the market:

Superuser

https://market.android.com/details?id=com.noshufou.android.su

Android Terminal Emulator

https://market.android.com/details?id=jackpal.androidterm

2. Download the bootanimation.zip file for your device and copy it to your memory card

3. Open the Terminal Emulator application and go to the /system/media folder by entering the following commands:

cd /system/customize/resource

After which, in order to make sure that we are in /system/media, we can enter the command ls

Rename the old file:

mv bootanimation.zip bootanimation.bak

Now you can copy a new file with boot animation:

cp /sdcard/bootanimation.zip /system/media bootanimation.zip

Reboot your phone or tablet:

Your phone or tablet should restart. If this does not happen, reboot it manually.

If this method does not work, read the problem solving methods from the previous method and try replacing the folder in the above commands

/system/media to the /data/local or /system/customize/resource folder

How to replace bootanimation in Android via boot menu restoring your device

1. Copy the bootanimation file for your device bootanimation.zip to the memory card

2. Reboot to the recovery menu

3. Select " Flash ZIP from sdcard"

4. Select and flash the .zip file with boot animation

5. Reboot your device.

How to replace boot animation in Android using ADB

1.Install A.D.B. as described in this article .

2.Connect your device to your computer using USB cable or via WiFi

3.Download the bootanimation file for your device and rename it bootanimation.zip

4.Copy the file to the folder where the adb program is located

5.Run command line and enter the following commands:

adb remount

adb push bootanimation.zip /data/local/bootanimation.zip

adb reboot

As you already guessed, you may have to enter /system/media or /system/customize/resource instead of /data/local

Today's material will be useful to those who like to experiment and modify their Android-based gadget. If you are tired of the standard loading animation and have a great desire to replace it, then read our post carefully, and you will become a real guru in this matter.

What is loading animation

Bootanimation is otherwise called boot animation - an animated picture or group of images that are shown when Android boots. As soon as you turn on your gadget, the first thing you see is bootanimation.

Where is it located and how to replace Bootanimation

Before you start replacing the standard Android boot animation, you must make sure that you have . If there are no problems, then move on to the next point.
Bootanimation – in most cases it is an unpacked zip archive. It may be called bootanimation, bootanimation_spc or something similar.

In addition to devices from Samsung, the file there has the extension gmg and the name bootsamsung. Also inside this archive there is a configuration file desc, which specifies in what order the display should occur.

It can be found in the following sections:

System -> media;
Data -> local -> media.

When replacing, just need to overwrite required file from the specified directory.

How to create your own boot animation in Android

This manual will be suitable for everyone except:

If you have samsung device(read below);

If you have non-factory firmware or modified one;

If installed alternative firmware: CyanogenMod, Omni Rom, etc.

Also, when creating animation, you must take into account simple requirements:

The size of images must correspond to the standard resolution of the device;

The file should not be more than 11 Mb and contain more than 300 files;

Image format is jpg or png only;

All pictures must be numbered 1-2-3-etc. ;

When generating a zip, you need to use the “No compression” method;

The archive name cannot be changed, and it is better to save the old file before starting the procedure.


The Bootanimation archive will also contain a test file desc - a settings file that can be edited with a regular notepad, for example, Notepad++. Let's look at all its parameters:

480 800 – image extension size (length and height in pixels);

24 – frames per second display speed;

P 1 0 – from the directory part0 show all pictures 1 time;

Part0 – directory name;

P 0 0 – shows pictures from directory part1 until loading is completed;

Part1 – directory name.

At the end of the file, be sure to make a paragraph.

Creation using Boot Animation Creator

For users who do not want to understand the settings in detail and want to do the entire procedure using programs, there is a special solution, Boot Animation Creator.

To do this, go to the official page of the project and find the Download link and download it.

Select the number of impressions (loop) and delay (delay), set the resolution ( width height) and animation display speed (FPS). Click SAVE. That's all.

How to create boot animation for Samsung gadgets

We will create the animation itself using the official Samsung Theme Designer utility.

1. Download the program from the official website (zip archive);

2. Find any animation on the Internet, for example, from this gallery;

3. Launches Samsung Theme Designer;

4. Create a project (Non Touch);


5. Select an arbitrary model, set the Showcase to Default. In name we enter any name in Latin;

6. In the lower left corner, click View Tree Window -> Idle Background;

7. In the right column, change the value from fixed to animated;


8. In the downloaded archive, open the desc.txt file and look at its settings;
9. In the Frame field – enter the number of pictures Duration frame rate per second, Repeat – set false;

10. Then simply drag the folder from the downloaded file to the middle work area Samsung Theme Designer;


11. We carry out exporting;

12. When the program asks you to open the folder, we agree. Find the file with the extension .smt, click on it right click mouse and select open with WinRar;

13. Extract the file IdleBgAnimObj.qmg from it and rename it to bootsamung.gmg;

14. Now we repeat the procedure with the second folder only in the Repeat field we indicate True;

15. Only now extract IdleBgAnimObj.qmg and change its name to bootsamsungloop.qmg, now we have two ready-made files;

16. Rewrite them along this path System -> media.

How can you change bootanimation (boot animation) in two ways using the example of smartphones with KitKat OS - Explay Fresh and ZTE Blade AF3

Not always loading animation The owner of the purchased device likes it. There are several options for such a replacement, but I will describe (as it seemed to me) the two simplest and most similar in action (though if you have Root access to the device system) using smartphones as an example - Explay Fresh And ZTE Blade AF3. Both options are interchangeable and there have been cases where in one option loading animation didn’t start, but the second method worked great...

For this I needed:

1. Download or create the required file - bootanimation.zip. Not every animation can work on the device and sometimes you need to select or edit an existing zip file.

2. File manager with access to system files.

Further actions:

ZTE Blade AF3 on bootanimation Android 6.0Marshmallow.

To do this, I had to thoroughly edit the downloaded file on my computer. Networks animation (change size, folder structure and playback). Then I copied the required file to the SD card and renamed it by adding a number 2 . Opened it on the phone file managerES Explorer. This file manager has very broad capabilities and is quite clear interface. Just remember to include in it Settings Root access and note - Show hidden files.

Went to the SD card directory and copied the file bootanimation2.zip. Went to the next path /system/media and pasted the file into this directory. Then highlighted with a long press stock bootanimation and renamed it by adding the letter n(just in case, so that if something happens, you can quickly restore it). Next I highlighted bootanimation2 opened context menu(three small squares at the top right of the screen) and selected - Properties Then I changed the permissions for of this file for such.

Clicked OK and returned to the directory to rename to bootanimation. After renaming, the process of replacing the loading animation is complete. You can reboot the system to check it in action.

Replacing the stock boot record of a smartphone Explay Fresh on bootanimation Android 5.0Lollipop

Initial steps on a smartphone Explay Fresh(download, copy to SD card, no need to rename) do not differ from the first option. Only now with copied ES Explorer file bootanimation.zip came along the way - /data/local and pasted the file into this directory. I didn’t perform any further actions, but moved to the next directory - /system/media and renamed the stock file - bootanimation.zip by adding a letter n. Although I later checked without renaming this file - and it also starts new animation. But to be safe, it’s better to rename it. This completes the process of replacing the loading animation. I rebooted the system to check the animation in action.

For those who like to modify Android in every possible way or are tired of the standard Android boot animation and want to replace it, this material will help make your dream come true!

First of all!

In order to be able to replace the Android boot animation (bootanimation), you first need to have installed root rights on Android!

Android boot animation what is it?

Bootanimation (Android boot animation) is a boot animated picture (more precisely, a picture) that is shown while Android is loading.

Where is Bootanimation located and what does it look like?

The boot animation can be located in three different sections of the Android OS, namely:

  • /system/media
  • /data/local/media
  • /system/customize/resource

Bootanimation is most often not compressed ZIP archive, which can have different names:

  • bootanimation.zip
  • spc_bootanimation.zip
  • VFAU_bootanimation.zip

Typically in smartphones and tablets Samsung The boot animation file is called bootsamsung.qmg and is located in the /system/media section.

What's inside Bootanimation?

As mentioned above, bootanimation is uncompressed ZIP archive, which contains folders with sequentially numbered pictures, as well as the initialization file desc.txt, which serves to explain to the system the order in which the animation is played.


archive bootanimation.zip with folders and initialization file desc.txt
a folder in which pictures are numbered sequentially

Creation of Bootanimation

This material is intended for all brands of smartphones and Android tablets, except Samsung (if installed custom firmware CyanogenMod, Aopk, Aosp, Omni Rom, then this rule does not apply). For Samsung information presented below.

Rules for creating Bootanimation

  • The size of the pictures should match your screen size
  • bootanimation volume should not exceed 12 MB or have more than 500 frames
  • image files must be numbered sequentially
  • JPG (JPEG) or PNG image format
  • When creating an archive, it should have 0% compression, no compression
  • The name of the archive must match the name of your bootanimation (that is, if the file was named spc_bootanimation.zip, then the created animation should have the corresponding name, if bootanimation.zip then rename it to bootanimation.zip)

In order to create the correct Android boot animation, first of all you need to have some skill in working with graphic editors.

How to create a file correctly desc.txt

First of all the file desc.txt needs to be created, for this create a simple text file and rename it to desc. Open and edit it:

Decoding and explanation

  • 480 480 — picture size
  • 24 — playback speed
  • p 1 0 - show files from the part0 folder once without delay
  • part0 - folder with pictures part0
  • p 0 0 - show files from the part1 folder without delay until the download finishes
  • part1 - folder with pictures part1

At the end, you need to move to the next line, that is, press the Enter button:

Automate and simplify the creation of the DESC.TXT file

For beginners, we can offer the Boot Animation Creator program, which will simplify the creation of the correct desc.txt and bootanimation.zip in general.

Create a project (folder) in which there will be folders with animation, which will already contain numbered graphic files.


ATTENTION!

IN Internet networks You can find a program similar in name, Boot Animation Creator - bootanimationstudio.com. Do not download this program under any circumstances!

This program contains viruses! I repeat Boot Animation Creator – bootanimationstudio.com contains viruses!

How to install Android boot animation?

Once you have created bootanimation.zip (or created an animation for Samsung) or downloaded it, move it to your memory card or internal memory(if there is no memory card). Install from the app store Google Play Root application Browser

Then move and replace the Android boot animation along one of the paths (depending on your model):

  • /system/media
  • /data/local/media
  • /system/customize/resource

Top