How To Enable Multi-Touch Gestures On iOS 4.3.1 for iPod Touch 4

Discussion in 'iPod touch' started by BMW3series, Apr 4, 2011.

  1. BMW3series New Member

    Member Since:
    Apr 4, 2011
    Message Count:
    5
    Device:
    4G iPod touch
    Hi friends!
    In this tutorial I will show you how to activate Multi-Touch Gestures On iOS 4.3.1 for all iDevices

    What you NEED:
    • Jailbroken iDevice
    • Plist editor

    INSTRUCTIONS:
    • First Go to: iPod/Root Directory/var/mobile/Library/Preferences com.apple.springboard.plist
    Now open com.apple.springboard.plist and add this
    Code:
    <key>SBUseSystemGestures</key>
    
    <true/>
    • Step 2 go to : iPod/Root Directory/Applications/Preferences.app > General.plist
    Open General.plist and replace the following:
    Code:
    	<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 this:

    Code:
    		<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>
    • Last step go to iPod/System/Library/CoreServices/SpringBoard.app > N81AP.plist

      Open N81AP.plist and add following
      Code:
      <key>multitasking-gestures</key>
      		<true/>

    Finally, restart your iPod.


    [IMG]
  2. viet_cong Member

    Member Since:
    Oct 22, 2010
    Message Count:
    970
    Device:
    4G iPod touch
    nice name! :) i just got an e30 last week (red 1990 325is) this car is BEAST!

    on topic: can anyone confirm this?
  3. IoSSoI New Member

    Member Since:
    Nov 5, 2010
    Message Count:
    162
    Device:
    4G iPod touch
    techniccaly, the .zip archive is againsnt the rules. distributing apples copyrighted material: the .plist files , otherwise, looks good. =\
  4. Lux2GS Well-Known Member

    Member Since:
    Jul 1, 2010
    Message Count:
    3,678
    Device:
    iPhone 4S (Black)
    Tell people what to modify rather than giving them Files. It's illegal to distribute Apple code.
  5. BMW3series New Member

    Member Since:
    Apr 4, 2011
    Message Count:
    5
    Device:
    4G iPod touch
    I want to be easier for people.Ok delete topic :(
  6. Appman Community Development Team

    Member Since:
    Jul 9, 2009
    Message Count:
    4,037
    Device:
    4G iPod touch
    You could just get rid of the download link and then tell people what to modify in their .plist.
  7. BMW3series New Member

    Member Since:
    Apr 4, 2011
    Message Count:
    5
    Device:
    4G iPod touch
    Ok i just need some time.
  8. Tman47 Active Member

    Member Since:
    Feb 13, 2008
    Message Count:
    2,895
    Device:
    iPhone 4S (Black)
    I modified them for the iPhone 4 as well
  9. dannyboy42670 Well-Known Member

    Member Since:
    Jan 19, 2011
    Message Count:
    1,665
    Device:
    iPhone 4S (White)
    Thansk this is very useful for when I update.
  10. touchu4g Member

    Member Since:
    Dec 6, 2010
    Message Count:
    381
    Device:
    iPad 4
    this worked!! :) thank you!