Bootanimation | We place orders, learn to create, a collection of bootanimations



Rep: (189)


Attached Image
Installing and creating your own BootAnimation


Attention!


Attention!
Before carrying out experiments on the device - create a backup copy!
All manipulations with your device - you do at your own risk!
Only you are responsible for your actions, and if you are not sure about your actions, do not do it!


Frequently Asked Questions (F.A.Q

Questions and answers

Known Issues

  • A bootanimation file of more than 20 megabytes on some devices gives a cyclic reboot when loading
  • When using Notepad to create / editdesc.txt Butanimation may not start. I advise you to use other text editors, such as Notepad ++ or AkelPad
  • The reasons for which the animation does not work:
    - the degree of file compression is not 0%
    - extraneous files in folders with pictures (Thumbs.db interferes very often)
    - no extra line break at the end of the desc.txt file
    - completely wrong text encoding in desc.txt
    - permission of the file bootanimation.zip "letter G" (code 644) is not set
    - folders with pictures do not lieright awayin the archive: folder "bootanimation"need not

Ways to install bootanimation:

Method # 1:
Directly from the device by anyrootexplorer. Put the bootanimation.zip file in the / system / media / or / data / local / folder and set permissions on the file with the letter "G" (0644).

Method # 2:
ThroughDarkei`s Bootanimation Manager

Method # 3:
Creating Update.zip to install Bootanimation byvolk.eu
Downloadscript to create update.zip in English[Xda-dev discussion] Requires java

Method # 4:
Through one of the applications for the Android platform (see list below)

Android-software for changing butanimation
Independent creation of bootanimations
How to remake Samsung bootanimation from QMG to ZIP
Rework, please standard Samsung butanimatsiyu in zip

Standard file format in the animation SAMSUNG * qmg - not editable !!!
to look for the file with picturesjpg, png, gif ... or you can try collect animation from video But then the source should also be of good quality

useful links
Programs for working with animation

* Those who wish to use the Pro version of the program - "Torrent Edishen" to help




Windows

PhotoScape - for mass processing of images (framing, numbering, etc.)
Faststone - combine for batch conversion
Gimp - bitmap graphics editor
WinZip - archiver
FastStone Image Viewer - creates gif'ki
VirtualDub - lays out gif-animations into frames
Free Video to JPG Converter - breaks video into frames in jpg format
Boot Animation Preview - Program for viewing Bootanimation from the zip archive
Easy GIF Animator - a program designed to create and edit animated images (gif-files)
Gif movie gear - analogue of the previous one
Convert zip animations to mp4 (By vadolaz)
Online converter123apps - the converter, even in Africa Converter

Android

File Manager for recovery AROMA Filemanager - filemanager with access to the system files from a rekaveri!
X-plore - multifunctional file manager
Zarchchiver - archiver, able to pack Uncompressed

Butanimations from our Dear Users



Picture
In a message asking you to create / edit bootanimation,be sure to specify the screen resolution you need (ShxAT)
(in the message for editing, we leave a link to the archive with bootanimation) and, if necessary, we will describe in detail additional requests:
(format *.zipor *.qmg(for samsung), portrait or landscape orientation; replace background with ...; add text / logo, etc.)

Picture
If a forum member gave good advice that helped in solving your problem, do not post a message with the text “Thank you! You are super!!!".
On our forum, it is customary to express gratitude by raising the reputation of a particular participant. Just press the buttonPicturenext to his reputation.
If you do not have 15 helpful posts, ask the moderator to raise the reputation of the person who helped you through the buttonPicture.

Picture




Post has been editedBeneficent - 11.05.20, 08:57
Reason for editing: Collection butanimatsy 1080x2340 on FliNt_2002



Rep: (23)
Darkei @ 3.9.10, 17:27*
Do you even notice the appearance of files?

: D
no files appeared at all
P.S. Again my memory, there was something like a mistake in the console, I don’t remember already: D
Here are the screenshots:

Attached images
Attached Image
Attached Image


Post has been editedAcerLiquid'ok - 03.09.10, 18:27



Rep: (35)
I unpacked the boot, replaced the picture with my own (initlogo.rle turned out to be about 30kb), packed it, requested it - before the bootanimation started, the screen was black, the phone started, but the entire network fell off (including wifi).

the second time I tried to take the original picture (android) and just shift the inscription up, saved it (initlogo.rle turned out to be about 8kb), packed it, requested it - the picture was displayed, the phone started up, but the network fell off again.

the kernel does not change; only one file is changed in the ramdisk. then the problem is most likely in mkbootimg.
who knows how exactly boot.img is packaged?
it turns out to disassemble it without any scripts, any hex editor. including and unpack ramdisk under Windows is not a problem.



Rep: (189)
AcerLiquid'ok,
The string "convert: command not found" didn’t bother you?

He wrote that if you’re not sure, or there’s definitely not something to accomplish,
sudo apt-get install perl imagemagick gcc


You definitely have no imagemagick.
follow up
sudo apt-get install imagemagick


You know, I just remembered this ...
Bootanimation (Post # 5076678)
Bootanimation (Post # 5077527)
Really like?

Post has been editedDarkei - 03.09.10, 20:06



Rep: (23)
Darkei @ 3.9.10, 20:24*
The string "convert: command not found" didn’t bother you?

the line was embarrassing, but the fact is that I put imagemagick



Rep: (189)
Anegine @ 3.9.10, 20:23*
it turns out to disassemble it without any scripts

Of course you can. I do not hide it.
Can I still reference the thread where did they get mkboot from?
Perhaps you need to collect with other parameters?

Describe what you are doing and how.
The device is still specific ...

Posted on 09/03/2010, 20:13:

AcerLiquid'ok,
In general, the envelope from the console is called?



Rep: (35)
compiled mkbootimg took from the link you specified:http://forum.xda-developers.com/showthread.php?t=443994
post 26 (page 3)
With this, mkbootimg boot is collected and stitched without errors.
in your archive the version compiled for MacOS is laid out


I tried to compile it myself with android.git.kernel.org (http://android.git.kernel.org/?p=platform/system/core.git;a=tree;f=mkbootimg)
but because of almost zero knowledge linukha, could not. did so:
cloned the platform / system / core.git branch to itself (/ home / user / core /):
sudo apt-get install git-core
git clone git: //android.git.kernel.org/platform/system/core.git


found mkbootimg and tried to compile:
gcc -c mkbooimg.c
got an error about not foundmincrypt / sha.h
corrected the way inmkbootimg.c(/home/user/core/include/mincrypt/sha.h)

saved, received mkbootimg.o
next gcc -o mkbootimg mkbootimg.o
and errors again (something about SHA)

further my knowledge is not enough


p / s / if I figure it out with the source, try to rewrite and compile it under Windows

Post has been editedanegine - 03.09.10, 21:09



Rep: (189)
anegine
Perhaps you are right, because another mkbootimg is used for my beast and it was not possible to check the one from the archive.
Good luck with editing raw, although I'm not sure that it can easily be assembled under wines32.



Rep: (35)
The problem with a non-working network on modaco was solved by changing the cmdline when building the boot:
It was:
--cmdline 'no_console_suspend = 1 console = null'
need to:
--cmdline 'mem = 128M console = ttyMSM2,115200n8 androidboot.hardware = qcom console = ttyUSBCONSOLE0 androidboot.console = ttyUSBCONSOLE0'

By the way, this cmdline is visible in clear text at the very beginning of the original boot.img

p / s / infa only for U8220 / U8230, for others I do not know

Post has been editedanegine - 03.09.10, 21:43



Rep: (189)
anegine
Thank. Add a little later.



Rep: (255)
Sorry, but the logo before bootanimation is initlogo? : blush:

Post has been editedzuigetsu - 04.09.10, 01:26



Rep: (23)
Zuigetsu @ 4.9.10, 2:10*
Sorry, but the logo before bootanimation is initlogo?

yes, here we are trying to parse / create / lock it

Posted on 09/04/2010, 06:43:

Darkei @ 3.9.10, 21:13*
In general, the envelope from the console is called?

those. What is it like? : blush:
I posted the screenshot above, everything that happens in the mow can be seen in the screenshot, nothing more is unusual, and initlogo.raw only appears and disappears in the folder



Rep: (189)
zuigetsu
give the uncle a smoker a butyuimg picture in a resolution of 480 * 800 and a little time and he will give you a new boot, more or less working (usually everything is OK, but suddenly, what’s wrong)

Well, or read
Darkei @ 20.5.10, 23:51*


AcerLiquid'ok,
This you take the Linux terminal, open and write convert, if it says that it is not installed, then I would hit the tambourine (shaman) and think that you are doing wrong ... Or you all do not have imagemagik.
You installed Linux on a virtualka or in live mode boot?



Rep: (23)
Darkei @ 4.9.10, 9:15*
This you take the Linux terminal, open and write convert, if it says that it is not installed, then I would hit the tambourine (shaman) and think that you are doing wrong ... Either you have no imagemagik at all. You installed Linux on a virtual machine or in live mode, boot?

I write convert, it answers me that imagemagick is not installed, but I put it
Linux costs on VMware 6.5.XXXX virtualka



Rep: (189)
AcerLiquid'ok,
I'm not good at Linux, but this is already a problem that goes beyond the scope of the topic.

If you want, lay out the boot and I will repack the picture.



Rep: (4)
Gentlemen, I have a Samsung Galaxy GT-I9000, which is not on your list.
And on xda, too, I did not see bootanimation specifically for Galaxy.
With custom bootanimation for him there are some irreparable troubles?

I tried one option through root explorer to copy to / system / media /, but when I rebooted, I did not see any changes.
Which direction do you want to dig?



Rep: (189)
VirShakor,
the option with systems / media works only on liquid.

try to throw in data / local / to throw.
or use dbam in experimental mode. (for the reason that I did not have the opportunity to test it with these devices)

it is not in the list, since no one was doing this with this device, there is no data at all.I hope thanks to you!

Post has been editedDarkei - 06.09.10, 20:22



Rep: (55)
made his first Butanimation))

Attached filebootanimation.zip(5.85 MB)



Rep: (55)
Yes, the question is, why do I have my butanimation not reproduced completely?



Rep: (35)
klang Tell me where the animation itself was made)



Rep: (55)
anegine

did animation in After Effects? then saved as a sequence of frames


Full version    

Help     rules

Time is now: 06/09/20, 18:53