The iPhone Wiki is no longer updated. Visit this article on The Apple Wiki for current information. |
Difference between revisions of "SkankPhone"
(Adding internal software template.) |
m (Updating.) |
||
Line 1: | Line 1: | ||
{{internal software}} |
{{internal software}} |
||
− | [[Image:SkankPhone.jpg|thumb|right|SkankPhone on an [[ |
+ | [[Image:SkankPhone.jpg|thumb|right|SkankPhone on an [[M68AP|iPhone]]. Text in the background is a UI rendering error warning about a low battery level.]] |
SkankPhone is a part of Apple's internal debug utilities suite. It can be defined as a [[SpringBoard]] alternative. Instead of dividing the iPhone OS functions such as Phone, Safari, etc. into standalone applications, Apple developers combined many functionalities into one app. SkankPhone has a integrated phone, web browser, music player and SMS editor. Pressing Home Button reveals a toolbar with 5 shortcuts to other SP sections: Phone, Web, SMS, Music and Setup. In [[Alpine 1A420]] prototype firmware it also had a built-in [[Operator]] screen. |
SkankPhone is a part of Apple's internal debug utilities suite. It can be defined as a [[SpringBoard]] alternative. Instead of dividing the iPhone OS functions such as Phone, Safari, etc. into standalone applications, Apple developers combined many functionalities into one app. SkankPhone has a integrated phone, web browser, music player and SMS editor. Pressing Home Button reveals a toolbar with 5 shortcuts to other SP sections: Phone, Web, SMS, Music and Setup. In [[Alpine 1A420]] prototype firmware it also had a built-in [[Operator]] screen. |
Revision as of 08:07, 8 October 2015
This article discusses software internally used by Apple. Acquiring a copy without Apple's consent is illegal and may result in being scammed. |
SkankPhone is a part of Apple's internal debug utilities suite. It can be defined as a SpringBoard alternative. Instead of dividing the iPhone OS functions such as Phone, Safari, etc. into standalone applications, Apple developers combined many functionalities into one app. SkankPhone has a integrated phone, web browser, music player and SMS editor. Pressing Home Button reveals a toolbar with 5 shortcuts to other SP sections: Phone, Web, SMS, Music and Setup. In Alpine 1A420 prototype firmware it also had a built-in Operator screen.
SkankPhone can coexist with SpringBoard. When the SkankPhone.app is linked into /Applications/SkankPhone.app, it shows up in SB and can be launched (if you have 1.x firmware). During launch, SkankPhone kills SpringBoard.
Technical
SkankPhone does not depend on SpringBoard, SkankPhone can live with or without it. It is not like a regular UIKit application, in this way, it is not linked with UIKit and uses it's own custom framework. SkankPhone's framework located in it's application bundle named SkankKit, this is small UIKit replacement. SkankPhone is launched by a daemon. Somewhere in this process SkankPhone unloads SpringBoard's daemon, this kills SpringBoard while giving SpringBoard no way to respawn.