1. get the bootlogo file as PNG format. for example: logo.png (Note: the resolution of logo.png must be the same as the display panel's resolution)

2. Install imagemagick, using the convert tool (Ubuntu: sudo apt-get install imagemagick)

3. convert -depth 8 logo.png rgb: logo.raw

4. using the rgb2565 tool come with Android to generat initlogo.rle

/out/host/linux-x86/bin/rgb2565 -rle <logo.raw> initlogo.rle. (Note: the <> must be there)

更多相关文章

  1. 代码中设置drawableleft
  2. android 3.0 隐藏 系统标题栏
  3. Android开发中activity切换动画的实现
  4. Android(安卓)学习 笔记_05. 文件下载
  5. Android中直播视频技术探究之—摄像头Camera视频源数据采集解析
  6. 技术博客汇总
  7. android 2.3 wifi (一)
  8. AndRoid Notification的清空和修改
  9. Android中的Chronometer

随机推荐

  1. android中如何发送短信、接收短信
  2. Android(安卓)DataBinding 基础使用
  3. android 垂直方向上下滑动阻尼效果
  4. android音量设置from top to bottom
  5. android拍照压缩及添加水印3
  6. android 屏幕分辨率与密度,dip与px的区别(
  7. Android(安卓)studio或者idea: marketplac
  8. Android(安卓)中GridView上图下字、GridV
  9. Android基于Intent实现Activity之间数据
  10. 如何设置一个activity透明