Hot answers tagged boot-animation
7
A boot animation is a series of images (frames) in a folders (parts). There is a text file (desc.txt) that defines the parts, the frame rate, and how many times it loops.
A desc.txt looks like this:
480 427 30
p 1 0 part0
p 0 10 part1
The first like is the height and width, then the number of frames per second
the next 2 lines define the parts that will ...
5
This is a crash and restart of the android runtime, without a crash and reboot of the underlying linux operating system kernel. The uptime refers to the underlying linux, so it is maintained across the framework restart.
The difference between a framework crash and restart vs. a kernel crash and reboot is not very apparent to the end user, since there's ...
1
OK: After some more reading, it looks like ClockWorkMod did not back up the /cust partition ie: /proc/mtdblock7 in which the vodafone logo and boot animation was stored. When I flashed my device with a generic Stock ROM that overwrote the /cust partition permanently. When I flashed my recovery.img, it only restored the recovery partition (which was the CWM ...
1
This may not be exactly what you are seeing, but I have seen situations where the "home"/launcher app will be garbage collected. The next time the phone returns to the home screen, it shows a loading screen as it restarts the launcher app.
Depending on the model of phone, ROM, and launcher you use, this initialization screen may be different, and it may ...
Only top voted, non community-wiki answers of a minimum length are eligible