summaryrefslogtreecommitdiff
path: root/recovery/images/README
blob: 9447250706bdb52ebbf0df048195cdf55f4a7022 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
This directory contains the firmware_install.565 and
firmware_error.565 bitmaps shown when installing a radio or hboot
update via OTA on this device.

They were generated from the corresponding .png files by doing:

  convert -gravity center -extent 320x480 -background black -depth 8 icon_firmware_install.png temp.rgb
  rgb2565 -w 320 < temp.rgb > firmware_install.565

  convert -gravity center -extent 320x480 -background black -depth 8 icon_firmware_error.png temp.rgb
  rgb2565 -w 320 < temp.rgb > firmware_error.565

(convert is part of ImageMagick; rgb2565 is built in the android
source tree.)

bitmap_size.txt contains the width, height, and depth of the bitmaps
(320 x 480 x 16bpp).