X XCypserX Well-known member Dec 15, 2010 121 14 0 Feb 27, 2011 #1 What type of file is the main image of a splash screen? Is it .gif? What else would the .zip have to include? Do i have to name it something specific?
What type of file is the main image of a splash screen? Is it .gif? What else would the .zip have to include? Do i have to name it something specific?
Jerry Hildenbrand Space Cowboy Staff member Oct 11, 2009 5,577 2,816 113 Feb 27, 2011 #2 It's a single RAW file, saved as initlogo.rle. You then compress it and save it as RGB565 or RGB8888 file (depending on your phone). That's the easy part You have to extract and unpack the boot.img, add your initlogo.rle file, then repack.
It's a single RAW file, saved as initlogo.rle. You then compress it and save it as RGB565 or RGB8888 file (depending on your phone). That's the easy part You have to extract and unpack the boot.img, add your initlogo.rle file, then repack.