-2

The framework called Springboard is the iphone kernel.I want to make it supported multitasking.

new soul
  • 322
  • 1
  • 7
  • See also this question: http://stackoverflow.com/questions/1413154/how-to-implement-daemon-process-for-background-task-in-iphone-sdk-3-0 – Brad Larson Jan 19 '10 at 13:02

1 Answers1

1
  1. SpringBoard is a user-land application which hosts the "homepage" and many other services (e.g. converting HID events to GSEvents, receiving push notification, alarms, etc.) There aren't any framework nor kernel extensions called SpringBoard.
  2. If you want multitasking, just install backgrounder.
kennytm
  • 510,854
  • 105
  • 1,084
  • 1,005