The PwnMyI Jailbreaking GUI has been updated with support for the iPhone 4S and iPad 2 Absinthe jailbreak on iOS 5.0.1. To use the jailbreaking GUI, click here.

How To: Enable Multitasking Gestures

iPhone

iOS 4.3.x

1. SSH or iFile into your iPhone

2. Navigate to /Applications/Preferences.app/

3. Backup the original General.plist

4. Open General.plist

5. Replace

<dict>
<key>cell</key>
<string>PSGroupCell</string>
<key>footerCellClass</key>
<string>MultitaskingGestureExplanationView</string>
<key>id</key>
<string>Mutltitasking_Gesture_Group</string>
<key>requiredCapabilities</key>
<array>
<string>multitasking-gestures</string>
</array>
</dict>
<dict>
<key>cell</key>
<string>PSSwitchCell</string>
<key>default</key>
<true/>
<key>defaults</key>
<string>com.apple.springboard</string>
<key>id</key>
<string>Mutltitasking_Gesture_Switch</string>
<key>key</key>
<string>SBUseSystemGestures</string>
<key>label</key>
<string>Multitasking_Gestures</string>
<key>requiredCapabilities</key>
<array>
<string>multitasking-gestures</string>
</array>
</dict>

with

<dict>
<key>cell</key>
<string>PSGroupCell</string>
<key>footerCellClass</key>
<string>MultitaskingGestureExplanationView</string>
<key>requiredCapabilities</key>
<array>
<string>multitasking-gestures</string>
</array>
</dict>
<dict>
<key>cell</key>
<string>PSSwitchCell</string>
<key>default</key>
<true/>
<key>defaults</key>
<string>com.apple.springboard</string>
<key>key</key>
<string>SBUseSystemGestures</string>
<key>label</key>
<string>Multitasking_Gestures</string>
<key>requiredCapabilities</key>
<array>
<string>multitasking-gestures</string>
</array>
</dict>

6. Navigate to /System/Library/CoreServices/SpringBoard.app/

7. Backup the original N90AP.plist.

8. Open N90AP.plist

9. Under

<key>capabilities</key>
<dict>

add

<key>multitasking-gestures</key>
<true />

10. Respring or reboot your iPhone. Open the Settings application and go to General to toggle the multitasking gestures on and off.

Multitasking Gestures on 4.3

 

iPod touch

iOS 4.3.x

1. SSH or iFile into your iPod touch

2. Navigate to /Applications/Preferences.app/

3. Backup the original General.plist

4. Open General.plist

5. Replace

<dict>
<key>cell</key>
<string>PSGroupCell</string>
<key>footerCellClass</key>
<string>MultitaskingGestureExplanationView</string>
<key>id</key>
<string>Mutltitasking_Gesture_Group</string>
<key>requiredCapabilities</key>
<array>
<string>multitasking-gestures</string>
</array>
</dict>
<dict>
<key>cell</key>
<string>PSSwitchCell</string>
<key>default</key>
<true/>
<key>defaults</key>
<string>com.apple.springboard</string>
<key>id</key>
<string>Mutltitasking_Gesture_Switch</string>
<key>key</key>
<string>SBUseSystemGestures</string>
<key>label</key>
<string>Multitasking_Gestures</string>
<key>requiredCapabilities</key>
<array>
<string>multitasking-gestures</string>
</array>
</dict>

with

<dict>
<key>cell</key>
<string>PSGroupCell</string>
<key>footerCellClass</key>
<string>MultitaskingGestureExplanationView</string>
<key>requiredCapabilities</key>
<array>
<string>multitasking-gestures</string>
</array>
</dict>
<dict>
<key>cell</key>
<string>PSSwitchCell</string>
<key>default</key>
<true/>
<key>defaults</key>
<string>com.apple.springboard</string>
<key>key</key>
<string>SBUseSystemGestures</string>
<key>label</key>
<string>Multitasking_Gestures</string>
<key>requiredCapabilities</key>
<array>
<string>multitasking-gestures</string>
</array>
</dict>

6. Navigate to /System/Library/CoreServices/SpringBoard.app/

7. Backup the original  N81AP.plist

8. Open N81AP.plist

9. Under

<key>capabilities</key>
<dict>

add

<key>multitasking-gestures</key>
<true />

10. Respring or reboot your iPod touch. Open the Settings application and go to General to toggle the multitasking gestures on and off.

Multitasking Gestures on 4.3

, , , , , , , ,

x
Loading...