tags:

views:

109

answers:

2

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

+1  A: 
  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
A: 

I just want one of my applications can run in the background.It is impossible to making user install backgrounder.

This should be a comment on Kenny's answer, not an answer itself.
Brad Larson