Difference between revisions of "AppleLogo"

From The iPhone Wiki
Jump to: navigation, search
m (Reverted edits by 5urd (talk) to last revision by Adaminsull)
Line 1: Line 1:
 
The '''AppleLogo''' is located at <code>/Firmware/all_flash/all_flash.(MODEL-NAME).production/(APPLELOGO-IMG3-FILE-NAME).img3</code> in the [[IPSW File Format|IPSW]], the Apple logo is flashed to [[NOR]] (or [[NAND|a functionally equivalent partition]]) and displayed at boot time.
 
The '''AppleLogo''' is located at <code>/Firmware/all_flash/all_flash.(MODEL-NAME).production/(APPLELOGO-IMG3-FILE-NAME).img3</code> in the [[IPSW File Format|IPSW]], the Apple logo is flashed to [[NOR]] (or [[NAND|a functionally equivalent partition]]) and displayed at boot time.
If [[Verbose Mode]] was enabled, it will eventually appear over it.
+
If the boot-arg <code>-v</code> was enabled, it will eventually appear over it.
   
 
It is a PNG picture with an alpha channel packed into an [[IMG3 File Format|IMG3]] archive.
 
It is a PNG picture with an alpha channel packed into an [[IMG3 File Format|IMG3]] archive.

Revision as of 16:43, 30 July 2016

The AppleLogo is located at /Firmware/all_flash/all_flash.(MODEL-NAME).production/(APPLELOGO-IMG3-FILE-NAME).img3 in the IPSW, the Apple logo is flashed to NOR (or a functionally equivalent partition) and displayed at boot time. If the boot-arg -v was enabled, it will eventually appear over it.

It is a PNG picture with an alpha channel packed into an IMG3 archive.

Due to limited firmware storage space, any custom boot logo must be exactly 320x4801 and under 100 kB.

1Custom boot logos are not supported on devices not vulnerable to 24kpwn or Pwnage 2.0. For a possible alternative, see animate.

Tango Utilities-terminal.png This firmware article is a "stub", an incomplete page. Please add more content to this article and remove this tag.