Difference between revisions of "AppleLogo"

From The iPhone Wiki
Jump to: navigation, search
m
m (Updated examples for newer devices.)
 
Line 1: Line 1:
[[File:Iphone13promaxinlogo.png|thumb|right|An iPhone 13 Pro Max booting up, recreated using an extracted graphic.]]
+
[[File:Iphone14promaxinapplelogo.png|thumb|right|An iPhone 14 Pro Max booting up, recreated using an extracted graphic.]]
 
The '''AppleLogo''' is located at <code>/Firmware/all_flash/all_flash.(MODEL-NAME).production/(APPLELOGO-IMG4-FILE-NAME).im4p</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-IMG4-FILE-NAME).im4p</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 the boot-arg <code>-v</code> was enabled, it will eventually appear over it.
 
If the boot-arg <code>-v</code> was enabled, it will eventually appear over it.

Latest revision as of 20:29, 16 September 2022

An iPhone 14 Pro Max booting up, recreated using an extracted graphic.

The AppleLogo is located at /Firmware/all_flash/all_flash.(MODEL-NAME).production/(APPLELOGO-IMG4-FILE-NAME).im4p 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 an iBootim image with an alpha channel packed into an IMG4 (.im4p) archive. On 32-bit devices, it is a raw image in 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.