Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/extensions/Variables/includes/ExtVariables.php on line 198
SpringBoard.app/MIG subsystem - iPhone Development Wiki

SpringBoard.app/MIG subsystem

From iPhone Development Wiki
Revision as of 13:18, 4 December 2009 by KennyTM~ (talk | contribs) (→‎Routines)

This page lists all known MIG subsystems of SpringBoard.app in version 3.1.

SpringBoard Services

General characteristics

Bootstrap service name com.apple.springboard.services
Subsystem server symbol 0xdf4f4
Server prefix _SBXX
Client prefix SB
Routine IDs 2,000,000 – 2,000,109
Routines count 110
Client interface SpringBoardServices.framework

Routines

ID Routine & Arguments High-level server receiver High-level client call
2,000,000 AppWillOrderInContext
(mach_port_t server, unsigned context, float windowLevel, int windowOutput, [audit_token_t token])
-[SBAppContextHostView willOrderInContextWithId:windowLevel:windowOutput:] -[UIApplication applicationWillOrderInContext:windowLevel:windowOutput:]
2,000,001 AppDidOrderOutContext
(mach_port_t server, unsigned context, [audit_token_t token])
-[SBAppContextHostView didOrderOutContextWithId:] -[UIApplication _sendOrderedOutContexts]
2,000,002 CreateHardwareSnapshot
(mach_port_t server, CGRect frame, void** jpegSnapshot, size_t* length, [audit_token_t token])
-[SBAppContextHostView createIOSurfaceForFrame:] -[UIApplication _updateDefaultImage]
2,000,003 LaunchApplicationWithIdentifier
(mach_port_t server, const char* appID, bool suspended, void* unknown, [audit_token_t token])
0x46200 → 0x45baa SBSLaunchApplicationWithIdentifier
2,000,007 OpenSensitiveURL
(mach_port_t server, const char* url, bool unlock, [audit_token_t token])
0x451e4 → -[SpringBoard applicationOpenURL:publicURLsOnly:] SBSOpenSensitiveURLAndUnlock
2,000,010 ApplicationDisplayIdentifiers
(mach_port_t server, bool onlyActive, bool unknown, size_t* resultLength, const void** resultPlist)
0x45908 SBSCopyApplicationDisplayIdentifiers
2,000,044 SetAccelerometerDeviceOrientationChangedEventsEnabled
(mach_port_t server, bool enabled, [audit_token_t token])
-[SBDisplay setAccelerometerDeviceOrientationChangedEventsEnabled:] -[UIDevice(Private) _enableDeviceOrientationEvents:]
2,000,045 SetAccelerometerRawEventsInterval
(mach_port_t server, double updateInterval, [audit_token_t token])
-[SBDisplay setAccelerometerSampleInterval:] -[UIAccelerometer setUpdateInterval:], -[UIAccelerometer setDelegate:]
2,000,046 SetAccelerometerClientEventsEnabled
(mach_port_t server, mach_port_t client, double updateInterval, float xThreshold, float yThreshold, float zThreshold, [audit_token_t token])
-[SBAccelerometerInterface clientRequestedAccelerometerEvents:updateInterval:xThreshold:yThreshold:zThreshold:auditToken:] -[SBSAccelerometer _checkInInBackground], -[SBSAccelerometer _checkIn]

SpringBoard Remote Notifications

Bootstrap service name com.apple.springboard.remotenotifications
Subsystem server symbol 0xdffdc
Server prefix _SBRN
Client prefix SBRN
Routine IDs 30,000 – 30,007
Routines count 8
Client interface SpringBoardServices.framework

SpringBoard Watchdog Server

Bootstrap service name com.apple.springboard.watchdogserver
Subsystem server symbol 0xe00b0
Server prefix ?
Client prefix ?
Routine IDs 1,000,000
Routines count 1
Client interface ?
ID Routine & Arguments High-level server receiver High-level client call
1,000,000 ???
(mach_port_t server, bool* unknown)
*unknown = true; ?