Difference between revisions of "INTERNAL INSTALL LEGAL"

From The iPhone Wiki
Jump to: navigation, search
(Example SpringBoard-Internal.strings)
m
(29 intermediate revisions by 14 users not shown)
Line 1: Line 1:
  +
{{DISPLAYTITLE:INTERNAL_INSTALL_LEGAL}}[[File:Internal Strings.png|thumb|Internal Legal Messages on iOS 7]]
'''INTERNAL INSTALL LEGAL MESSAGES''' can be shown on the lockscreen of an iPhone if you create a folder <code>/AppleInternal/Library/PreferenceBundles/Internal Settings.bundle</code>. This was tested on an iPhone 4 GSM 4.3.5.
 
   
  +
'''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 [http://www.bgr.com/2011/04/23/exclusive-apple-testing-iphone-4-for-t-mobile-usa/ iPhone 4 prototypes] in the USA and Vietnam. The messages can be shown on any [[iOS]] 4+ device with one of these methods:
The messages on the lockscreen can be modified if you put the file <tt>SpringBoard-Internal.strings</tt> into <code>/System/Library/CoreServices/SpringBoard/<Your Language>.lproj/</code>
 
  +
* Create the directory <tt>/AppleInternal/Library/PreferenceBundles/Internal Settings.bundle/</tt>
  +
* Add the following key to the [[Model definition file|model definition file]] of your device in the "Capabilities" array<ref name="mdf_ios7" />:
  +
<key>apple-internal-install</key>
  +
<true />
  +
* Install the [[Cydia]] tweak "Internalizer." If you use this, you don't need to follow the steps below.
   
== Example SpringBoard-Internal.strings ==
 
   
  +
After a reboot, the INTERNAL_INSTALL_LEGAL_* messages will appear on the device.
<code>
 
"INTERNAL_INSTALL_LEGAL_DECLARATION" = "from the iphonewiki.com";
 
   
  +
The messages on the lockscreen can be modified if the file <tt>SpringBoard-Internal.strings</tt> is put into the following directory:
"INTERNAL_INSTALL_LEGAL_INSTRUCTIONS" = "go to theiphonewiki.com";
 
  +
/System/Library/CoreServices/SpringBoard/<Your Language>.lproj/
   
  +
== SpringBoard-Internal.strings ([[iOS]] 4.0-[[iOS]] 6.1.6) ==
"INTERNAL_INSTALL_LEGAL_CONTACT" = "contact theiphonewikie.com";
 
  +
"INTERNAL_INSTALL_LEGAL_DECLARATION" = "Confidential and Proprietary";
</code>
 
  +
"INTERNAL_INSTALL_LEGAL_INSTRUCTIONS" = "If found, please contact";
* mind the spelling mistake for the contact :)
 
  +
"INTERNAL_INSTALL_LEGAL_CONTACT" = "+1 877-595-1***"
   
  +
== SpringBoard-Internal.strings ([[iOS]] 7.0-[[iOS]] 9.3.5) ==
[[Image:INTERNAL INSTALL LEGAL.PNG‎|thumb|INTERNAL INSTALL LEGAL MESSAGES]]
 
  +
"INTERNAL_INSTALL_LEGAL_DECLARATION" = "Confidential & Proprietary";
  +
"INTERNAL_INSTALL_LEGAL_INSTRUCTIONS" = "Call";
  +
"INTERNAL_INSTALL_LEGAL_CONTACT" = "+1 877-595-1***"
   
  +
== SpringBoard-Internal.strings ([[iOS]] 10.0+) ==
{{stub|Software}}
 
  +
"INTERNAL_INSTALL_LEGAL_DECLARATION_DO_NOT_LOCALIZE" = "Confidential & Proprietary";
[[Category:Apple Internal Apps]]
 
  +
"INTERNAL_INSTALL_LEGAL_INSTRUCTIONS_DO_NOT_LOCALIZE" = "Call";
  +
"INTERNAL_INSTALL_LEGAL_CONTACT_DO_NOT_LOCALIZE" = "+1 877-595-1***"
  +
  +
==Notes==
  +
<references>
  +
<ref name="mdf_ios7">The [[model definition file]] has moved to the DeviceTree as of iOS 7.</ref>
  +
</references>

Revision as of 18:11, 31 January 2017

Internal Legal Messages on iOS 7

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 on any iOS 4+ device with one of these methods:

  • Create the directory /AppleInternal/Library/PreferenceBundles/Internal Settings.bundle/
  • Add the following key to the model definition file of your device in the "Capabilities" array[1]:
<key>apple-internal-install</key>
<true />
  • Install the Cydia tweak "Internalizer." If you use this, you don't need to follow the steps below.


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.0-iOS 6.1.6)

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

SpringBoard-Internal.strings (iOS 7.0-iOS 9.3.5)

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

SpringBoard-Internal.strings (iOS 10.0+)

"INTERNAL_INSTALL_LEGAL_DECLARATION_DO_NOT_LOCALIZE" = "Confidential & Proprietary";
"INTERNAL_INSTALL_LEGAL_INSTRUCTIONS_DO_NOT_LOCALIZE" = "Call";
"INTERNAL_INSTALL_LEGAL_CONTACT_DO_NOT_LOCALIZE" = "+1 877-595-1***"

Notes

  1. ^ The model definition file has moved to the DeviceTree as of iOS 7.