Difference between revisions of "/System/Library/CoreServices/SpringBoard.app"

From The iPhone Wiki
Jump to: navigation, search
(added Alternatives section)
(Files: please fix formatting, I am new here, and am aware of how horrendous it looks.)
 
(28 intermediate revisions by 12 users not shown)
Line 1: Line 1:
[[Image:Jailbroken.PNG|right|thumb|SpringBoard on iPhone OS 2.0. [[iPod Touch]] has a different look.|300px]]
+
[[File:IOS4.jpg|right|thumb|360px|SpringBoard on an unmodified [[N42AP|iPhone 5]] running [[iOS]] 9.3.1]]
  +
__NOTOC__
Springboard.app is the most important application in iPhone OS user interface. It can be defined as the iPhone OS Window Manager (like fluxbox or fvwm in Linux). It's located in /System/Library/CoreServices on the device.
 
  +
== Summary ==
  +
SpringBoard.app is essentially iOS's graphical user interface (much the same as GNOME is to Linux, Explorer is to Microsoft Windows, and Finder is to Mac OS) and manages graphical services ranging from icon badges, the dock, multitasking, and folders (among others). When it is launched, it registers PurpleSystemEventPort, essentially making it the main application.
   
  +
=== Primary Functions===
SpringBoard manages other programs on the [[iPhone]] or [[iPod Touch]], and is responsible for locking the device ("slide to unlock" and activation screen). Icons that are shown in SpringBoard pages can be rearranged by tapping and holding the icon.
 
  +
* SpringBoard acts a stacking window manager, rendering the child applications
  +
* SpringBoard activates/deactivates and manages memory of the UIKit applications it launches
  +
* SpringBoard is responsible for most of the interactions with CoreTelephony
   
  +
Starting in iOS 6, some of SpringBoard's former functions are now in [[backboardd]].
== MobileSubstrate extensions ==
 
After jailbreaking the device, SpringBoard can be extended with 3rd party extensions injected by [[Mobile Substrate]].
 
   
  +
=== Cydia Substrate Extensions ===
== Alternatives ==
 
  +
After jailbreaking the device, SpringBoard.app can be extended with 3rd party extensions injected by [[Cydia Substrate]].
Apple developers and service center employees use SpringBoard's alternative called SwitchBoard.app. It's a simple launcher for other developer utilities, such as [[SkankPhone]] (or SkankPod, on iPod devices).
 
  +
  +
=== Alternatives ===
  +
While there are no publicly available fully-fledged SpringBoard alternatives, iOS devices are briefly flashed with [[Internal Firmware]] during the manufacturing process that is used for testing purposes. It includes [[SwitchBoard.app]], a simple launcher for other internal utilities, such as [[SkankPhone]] and [[BurnIn]].
  +
  +
==Main Application Ports==
  +
* com.apple.SpringBoard
  +
* com.apple.SpringBoard.UIKit.migserver
  +
* PurpleSystemEventPort
  +
* CARenderServer
  +
  +
== Children ==
  +
=== Folders ===
  +
*Translations
  +
=== Files ===
  +
*[[Model definition file|Model definition file(s)]]
  +
*Related artwork
  +
*ring.m4r (Marimba)
  +
*<a href = “ https://www.theiphonewiki.com/wiki//private/var/mobile/Library/Preferences/com.apple.springboard.plist”>com.Apple.springboard.plist</a>
  +
  +
== Parents ==
  +
{{parent|System|Library|CoreServices}}
  +
  +
[[Category:Filesystem]]

Latest revision as of 21:01, 11 March 2021

SpringBoard on an unmodified iPhone 5 running iOS 9.3.1

Summary

SpringBoard.app is essentially iOS's graphical user interface (much the same as GNOME is to Linux, Explorer is to Microsoft Windows, and Finder is to Mac OS) and manages graphical services ranging from icon badges, the dock, multitasking, and folders (among others). When it is launched, it registers PurpleSystemEventPort, essentially making it the main application.

Primary Functions

  • SpringBoard acts a stacking window manager, rendering the child applications
  • SpringBoard activates/deactivates and manages memory of the UIKit applications it launches
  • SpringBoard is responsible for most of the interactions with CoreTelephony

Starting in iOS 6, some of SpringBoard's former functions are now in backboardd.

Cydia Substrate Extensions

After jailbreaking the device, SpringBoard.app can be extended with 3rd party extensions injected by Cydia Substrate.

Alternatives

While there are no publicly available fully-fledged SpringBoard alternatives, iOS devices are briefly flashed with Internal Firmware during the manufacturing process that is used for testing purposes. It includes SwitchBoard.app, a simple launcher for other internal utilities, such as SkankPhone and BurnIn.

Main Application Ports

  • com.apple.SpringBoard
  • com.apple.SpringBoard.UIKit.migserver
  • PurpleSystemEventPort
  • CARenderServer

Children

Folders

  • Translations

Files

Parents

(root)/System/Library/CoreServices