Chinaunix首页 | 论坛 | 博客
  • 博客访问: 869213
  • 博文数量: 322
  • 博客积分: 6688
  • 博客等级: 准将
  • 技术积分: 3626
  • 用 户 组: 普通用户
  • 注册时间: 2010-09-19 11:26
文章分类

全部博文(322)

文章存档

2013年(5)

2012年(66)

2011年(87)

2010年(164)

分类: Java

2011-01-27 09:46:14

Create update.zip with
  1. Put your logo.png to update.zip/xbin
  2. Put flash_logo.sh to update.zip/
    Code:
    #!/sbin/ash
    if [ -e /cache/logo.png ];
    then
    /xbin/bml_flash boot3 /cache/logo.png
    fi;
  3. Add to update-script
    Code:
    copy_dir PACKAGE:xbin CACHE:
    run_program PACKAGE:flash_logo.sh
Or  
... you can download my next and change xbin/logo.png on yours.
阅读(698) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~