With iOS 5.0.1 I can use multitask gestures. But today I jailbreaked using latest RedSn0w and now multitask gestures no longer works. There are no settings options either. Anyone experience this? Thanks!
never mind. Found this:
using iFile from Cydia : navigate to /System/Library/CoreServices/SpringBoard.app. In this directory you will find a file called K48AP.plist, (make sure to backup this file or make a copy of it before start editing)
open K48AP.plist with with (Text Viewer)
now you need to find this code :
Code:
<key>multitasking-gestures</key>
<flase/>
Tab edit and change <false> to <true> : your final code should looks like this
Code:
<key>multitasking-gestures</key>
<true/>
tab Done.
Reboot your iPad and go to the Settings app. Under General you should see a switch for Multitasking Gestures
Last edited: