Home | History | Annotate | only in /device/htc/dream-sapphire/recovery/images
Up to higher level directory
NameDateSize
bitmap_size.txt31-Jul-201011
firmware_error.56531-Jul-2010300K
icon_firmware_error.png31-Jul-20107.9K
README31-Jul-2010695

README

      1 This directory contains the firmware_install.565 and
      2 firmware_error.565 bitmaps shown when installing a radio or hboot
      3 update via OTA on this device.
      4 
      5 They were generated from the corresponding .png files by doing:
      6 
      7   convert -gravity center -extent 320x480 -background black -depth 8 icon_firmware_install.png temp.rgb
      8   rgb2565 -w 320 < temp.rgb > firmware_install.565
      9 
     10   convert -gravity center -extent 320x480 -background black -depth 8 icon_firmware_error.png temp.rgb
     11   rgb2565 -w 320 < temp.rgb > firmware_error.565
     12 
     13 (convert is part of ImageMagick; rgb2565 is built in the android
     14 source tree.)
     15 
     16 bitmap_size.txt contains the width, height, and depth of the bitmaps
     17 (320 x 480 x 16bpp).
     18 
     19