Firefly Open Source Community

   Login   |   Register   |
New_Topic
Print Previous Topic Next Topic

Requesting simple summary of steps required to modify boot animation

417

Credits

15

Prestige

16

Contribution

intermediate

Rank: 3Rank: 3

Credits
417
Posted at 12/14/2015 05:39:58      1#
stillgoing Posted at 3/10/2015 08:12
dewet:
Thanks for the response, the link you provided contained a lot of very useful information.I  ...

Hi,
I do not remember exactly where the system image was creating when compiling the Android as I have done that couple of months ago, but I think it was somewhere in "<source_code>\out\images", I think... (It's mentioned in 'Build Android' in WiKi anyway)

Find the "system.img" which Android compile gives you to flash to your device.
Modify that image by mounting it and put your "bootanimation.zip" file in the '/system/media' folder.
Unmount your 'system.img' and do the normal process to pack and make the update image or directly use 'rkflashkit' tool to only flash the 'system.img' file to your device.

In case you want to load only the 'system.img' file into your device, the command to use 'rkflashkit' is this:
  1. rkflashkit flash @system system.img
Copy the code

It means flash 'system.img" file at 'system' partition address.
You need to know more about partitions and how to adjust their sizes, you can use my tool to set your partition sizes properly before loading your Android images.
Have a look at this post:  http://bbs.t-firefly.com/forum.php?mod=viewthread&tid=637
Reply

Use props Report

You need to log in before you can reply Login | Register

This forum Credits Rules

Quick Reply Back to top Back to list