修改安卓系统开机画面(Modify Android system boot screen).docVIP

  • 38
  • 0
  • 约6.89千字
  • 约 7页
  • 2017-07-25 发布于河南
  • 举报

修改安卓系统开机画面(Modify Android system boot screen).doc

修改安卓系统开机画面(Modify Android system boot screen)

修改安卓系统开机画面(Modify Android system boot screen) Modify Android system boot screen, Dalian media company editor in person experimental verification Now the most mainstream operating system to the number of Android, it has a unique looking boot screen is not flashy? Today is to share with you, the Dalian media company chief editor in person to verify a modified Android system boot screen small method. Android system boot animation includes two parts: boot display of ANDROID text; ANDROID light-emitting animation. This article says that the boot animation is the first, and the text begins below! 1. making the current screen pixel picture (simulator default 320*480) use PS to make a 320*480 picture, save choose save as format used by Web, and then playing the open window, default choice PNG-24 , saved as android_logo.png note: if only supports png-24 and other format generation the RLE file that is not normal, we are interested can check. 2. the picture is converted to raw format using Linux ImageMagick comes with the convert command, raw format, convert -depth command:? 8 android_logo.png rgb:android_logo.raw note: Ubuntu 10.04 default ImgageMagick tools have been installed, if the current system is not installed, can run the following command: sudo apt-get install ImageMagick installation? 3. raw format will be converted to RLE files need to use Android compiled rgb2565 tools in the android/out/host/linux-x86/bin directory (Android source code for the current directory), the conversion command is as follows: rgb2565 -rle android_logo.raw initlogo.rle so far, start the image to display has been completed, is initlogo.rle, the file name must be pay attention to, if want to change the file name, the need to modify the macros in android/system/core/init/init.h: #define INIT_IMAGE_FILE /initlogo.rle ======================================== ==================================================== The following Android file needs to be added in 4. initlogo.rle system to find the

您可能关注的文档

文档评论(0)

1亿VIP精品文档

相关文档