Difference between revisions of "INTERNAL INSTALL LEGAL"

From The iPhone Wiki
Jump to: navigation, search
(Corrected a mistake)
Line 14: Line 14:
   
 
== SpringBoard-Internal.strings ==
 
== SpringBoard-Internal.strings ==
  +
iOS 4 - 5 - 6:
 
"INTERNAL_INSTALL_LEGAL_DECLARATION" = "Confidential and Proprietary";
 
"INTERNAL_INSTALL_LEGAL_DECLARATION" = "Confidential and Proprietary";
 
"INTERNAL_INSTALL_LEGAL_INSTRUCTIONS" = "If found, please contact";
 
"INTERNAL_INSTALL_LEGAL_INSTRUCTIONS" = "If found, please contact";
"INTERNAL_INSTALL_LEGAL_CONTACT" = "+1 877-595-1***
+
"INTERNAL_INSTALL_LEGAL_CONTACT" = "+1 877-595-1***"
  +
  +
iOS 7:
  +
"INTERNAL_INSTALL_LEGAL_DECLARATION" = "Confidential & Proprietary,";
  +
"INTERNAL_INSTALL_LEGAL_INSTRUCTIONS" = "Call";
  +
"INTERNAL_INSTALL_LEGAL_CONTACT" = "+1 877-595-1***"
   
{{stub|Software}}
 
 
[[Category:Apple Internal Apps]]
 
[[Category:Apple Internal Apps]]

Revision as of 14:44, 30 June 2013

File:Internal.strings.PNG
Internal Legal Messages

INTERNAL INSTALL LEGAL MESSAGES are mostly shown on Apple internal development iPhones. They will be shown on the lockscreen of an iPhone and were first seen on leaked iPhone 4 prototypes in the USA and Vietnam. The messages can be shown with one of these methods:

  • Create the directory /AppleInternal/Library/PreferenceBundles/Internal Settings.bundle/
  • You can add the following key to the file /System/Library/CoreServices/SpringBoard.app/XXXAP.plist in the "Capabilities" array:
<key>apple-internal-install</key>
<true />


After a reboot, the INTERNAL_INSTALL_LEGAL_* messages will appear on the device.

The messages on the lockscreen can be modified if the file SpringBoard-Internal.strings is put into the following directory:

/System/Library/CoreServices/SpringBoard/<Your Language>.lproj/

SpringBoard-Internal.strings

iOS 4 - 5 - 6:

"INTERNAL_INSTALL_LEGAL_DECLARATION" = "Confidential and Proprietary";
"INTERNAL_INSTALL_LEGAL_INSTRUCTIONS" = "If found, please contact";
"INTERNAL_INSTALL_LEGAL_CONTACT" = "+1 877-595-1***"

iOS 7:

"INTERNAL_INSTALL_LEGAL_DECLARATION" = "Confidential & Proprietary,";
"INTERNAL_INSTALL_LEGAL_INSTRUCTIONS" = "Call";
"INTERNAL_INSTALL_LEGAL_CONTACT" = "+1 877-595-1***"