Chinaunix首页 | 论坛 | 博客
  • 博客访问: 39523
  • 博文数量: 10
  • 博客积分: 234
  • 博客等级: 二等列兵
  • 技术积分: 115
  • 用 户 组: 普通用户
  • 注册时间: 2010-12-17 16:16
文章分类

全部博文(10)

文章存档

2011年(10)

我的朋友
最近访客

分类: 嵌入式

2011-12-20 11:24:31

Android bootanimation
1.linux kernel start -> system/core/init.c -> init.rc
-------
  service bootanim /system/bin/bootanimation
  user graphics
  group graphics
  disabled
  oneshot
-------

2. bootanimation is defined here:
-------
/frameworks/base/cmds/bootanimation
-------

3.check the BootAnimation.cpp 
  you can find that it will check /data/local/ and /system/media/ to try 
  open bootanimation.zip file.

4.make your own bootanimation.

 keywords: should make correct zip format.
 under ubuntu I use "zip -0 -r bootanmation ." under bootanimation folder.

 ***
 sth more:
  PNG format and file names ACS are not must be.

阅读(963) | 评论(0) | 转发(0) |
0

上一篇:转: ubuntu 获得vmlinux的方法

下一篇:没有了

给主人留下些什么吧!~~