Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
Well assuming you're human, you make mistakes. It's got nothing to do with being stupid or smart. One slip of the finger can change everything.

The fact that two other people, and myself, have multitouch gestures and the toggle working quite clearly shows that it does indeed work with 4.3.2. I've done nothing other than edit plists.
 
Well assuming you're human, you make mistakes. It's got nothing to do with being stupid or smart. One slip of the finger can change everything.

The fact that two other people, and myself, have multitouch gestures and the toggle working quite clearly shows that it does indeed work with 4.3.2. I've done nothing other than edit plists.

Do I have to repeat myself? I don't make mistakes.
Attach a copy of your General.plist and Settings.plist for comparison. Let's see why this is going on. Since the gestures are in fact working, N90AP.plist and com.apple.SpringBoard.plist are not involved.
Also, tried the plist edit on iPod Touch 4th Generation, it's broken. Redsn0w 0.9.6rc14. 3GS is broken. Redsn0w 0.9.6rc13. Can't confirm iPad, used Sn0wbreeze on it to preserve baseband for unlock.
 
Everyone makes mistakes, you're not above it.

Copy/pasting as I'm on my phone and not near my computer.

Settings:

Code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
**<key>items</key>
**<array>
** *<dict>
** * *<key>cell</key>
** * *<string>PSGroupCell</string>
** *</dict>
** *<dict>
** * *<key>cell</key>
** * *<string>PSGroupCell</string>
** *</dict>
** *<dict>
** * *<key>action</key>
** * *<string>confirmationSpecifierConfirmed:</string>
** * *<key>alternateColors</key>
** * *<true/>
** * *<key>cancel</key>
** * *<string>confirmationSpecifierCancelled:</string>
** * *<key>cell</key>
** * *<string>PSSwitchCell</string>
** * *<key>confirmation</key>
** * *<dict>
** * * *<key>cancelTitle</key>
** * * *<string>AIRPLANE_ON_CALL_CANCEL</string>
** * * *<key>okTitle</key>
** * * *<string>AIRPLANE_ON_CALL_OK</string>
** * * *<key>prompt</key>
** * * *<string>AIRPLANE_ON_CALL_WARNING</string>
** * * *<key>title</key>
** * * *<string>AIRPLANE_ON_CALL_TITLE</string>
** * *</dict>
** * *<key>get</key>
** * *<string>getAirplaneMode:</string>
** * *<key>icon</key>
** * *<string>Settings-Air.png</string>
** * *<key>id</key>
** * *<string>AIRPLANE_MODE</string>
** * *<key>isDestructive</key>
** * *<true/>
** * *<key>label</key>
** * *<string>Airplane Mode</string>
** * *<key>set</key>
** * *<string>setAirplaneMode:specifier:</string>
** *</dict>
** *<dict>
** * *<key>bundle</key>
** * *<string>AirPortSettings</string>
** * *<key>isController</key>
** * *<false/>
** * *<key>requiredCapabilities</key>
** * *<array>
** * * *<string>wifi</string>
** * *</array>
** *</dict>
** *<dict>
** * *<key>bundle</key>
** * *<string>VPNPreferences</string>
** * *<key>isController</key>
** * *<false/>
** *</dict>
** *<dict>
** * *<key>bundle</key>
** * *<string>WirelessModemSettings</string>
** * *<key>requiredCapabilities</key>
** * *<array>
** * * *<string>cellular-data</string>
** * * *<dict>
** * * * *<key>ipad</key>
** * * * *<false/>
** * * *</dict>
** * *</array>
** *</dict>
** *<dict>
** * *<key>bundle</key>
** * *<string>NotificationSettings</string>
** * *<key>cell</key>
** * *<string>PSLinkListCell</string>
** * *<key>get</key>
** * *<string>getNotificationsEnabled:</string>
** * *<key>hasIcon</key>
** * *<true/>
** * *<key>isController</key>
** * *<true/>
** * *<key>label</key>
** * *<string>NOTIFICATIONS</string>
** *</dict>
** *<dict>
** * *<key>cell</key>
** * *<string>PSLinkListCell</string>
** * *<key>detail</key>
** * *<string>LocationServicesListController</string>
** * *<key>get</key>
** * *<string>locationServicesEnabled:</string>
** * *<key>icon</key>
** * *<string>Location.png</string>
** * *<key>label</key>
** * *<string>LOCATION_SERVICES</string>
** *</dict>
** *<dict>
** * *<key>bundle</key>
** * *<string>CarrierSettings</string>
** * *<key>isController</key>
** * *<false/>
** * *<key>requiredCapabilities</key>
** * *<array>
** * * *<string>cellular-data</string>
** * *</array>
** *</dict>
** *<dict>
** * *<key>cell</key>
** * *<string>PSGroupCell</string>
** *</dict>
** *<dict>
** * *<key>cell</key>
** * *<string>PSLinkCell</string>
** * *<key>detail</key>
** * *<string>SoundsPrefController</string>
** * *<key>icon</key>
** * *<string>Settings-Sound.png</string>
** * *<key>label</key>
** * *<string>Sounds</string>
** * *<key>requiredCapabilities</key>
** * *<array>
** * * *<dict>
** * * * *<key>ipad</key>
** * * * *<false/>
** * * *</dict>
** * *</array>
** *</dict>
** *<dict>
** * *<key>cell</key>
** * *<string>PSLinkCell</string>
** * *<key>detail</key>
** * *<string>BrightnessPrefController</string>
** * *<key>icon</key>
** * *<string>Settings-Display.png</string>
** * *<key>label</key>
** * *<string>Brightness</string>
** * *<key>requiredCapabilities</key>
** * *<array>
** * * *<dict>
** * * * *<key>ipad</key>
** * * * *<false/>
** * * *</dict>
** * *</array>
** *</dict>
** *<dict>
** * *<key>bundle</key>
** * *<string>MobileDataSettings</string>
** * *<key>cell</key>
** * *<string>PSLinkListCell</string>
** * *<key>get</key>
** * *<string>phoneItemString:</string>
** * *<key>hasIcon</key>
** * *<true/>
** * *<key>id</key>
** * *<string>MOBILE_DATA_SETTINGS_ID</string>
** * *<key>isController</key>
** * *<true/>
** * *<key>label</key>
** * *<string>MOBILE_DATA_SETTINGS</string>
** * *<key>requiredCapabilities</key>
** * *<array>
** * * *<string>ipad</string>
** * * *<string>cellular-data</string>
** * *</array>
** *</dict>
** *<dict>
** * *<key>bundle</key>
** * *<string>Wallpaper</string>
** * *<key>cell</key>
** * *<string>PSLinkCell</string>
** * *<key>hasIcon</key>
** * *<true/>
** * *<key>id</key>
** * *<string>Wallpaper</string>
** * *<key>isController</key>
** * *<true/>
** * *<key>label</key>
** * *<string>Wallpaper</string>
** *</dict>
** *<dict>
** * *<key>bundle</key>
** * *<string>PictureFrameSettings</string>
** * *<key>cell</key>
** * *<string>PSLinkCell</string>
** * *<key>hasIcon</key>
** * *<true/>
** * *<key>isController</key>
** * *<true/>
** * *<key>label</key>
** * *<string>PICTURE_FRAME</string>
** * *<key>requiredCapabilities</key>
** * *<array>
** * * *<string>ipad</string>
** * *</array>
** *</dict>
** *<dict>
** * *<key>cell</key>
** * *<string>PSGroupCell</string>
** *</dict>
** *<dict>
** * *<key>cell</key>
** * *<string>PSLinkCell</string>
** * *<key>detail</key>
** * *<string>GeneralController</string>
** * *<key>icon</key>
** * *<string>Settings.png</string>
** * *<key>label</key>
** * *<string>General</string>
** *</dict>
** *<dict>
** * *<key>bundle</key>
** * *<string>AccountSettingsUI</string>
** * *<key>cell</key>
** * *<string>PSLinkCell</string>
** * *<key>hasIcon</key>
** * *<true/>
** * *<key>isController</key>
** * *<true/>
** * *<key>label</key>
** * *<string>ACCOUNT_SETTINGS</string>
** * *<key>requiredCapabilities</key>
** * *<array>
** * * *<string>ipad</string>
** * *</array>
** * *<key>restrictByID</key>
** * *<string>com.apple.mobilemail</string>
** *</dict>
** *<dict>
** * *<key>bundle</key>
** * *<string>AccountSettingsUI</string>
** * *<key>cell</key>
** * *<string>PSLinkCell</string>
** * *<key>hasIcon</key>
** * *<true/>
** * *<key>isController</key>
** * *<true/>
** * *<key>label</key>
** * *<string>ACCOUNT_SETTINGS</string>
** * *<key>requiredCapabilities</key>
** * *<array>
** * * *<string>unified-ipod</string>
** * * *<dict>
** * * * *<key>ipad</key>
** * * * *<false/>
** * * *</dict>
** * *</array>
** * *<key>restrictByID</key>
** * *<string>com.apple.mobilemail</string>
** *</dict>
** *<dict>
** * *<key>bundle</key>
** * *<string>MobilePhoneSettings</string>
** * *<key>cell</key>
** * *<string>PSLinkListCell</string>
** * *<key>get</key>
** * *<string>phoneItemString:</string>
** * *<key>hasIcon</key>
** * *<true/>
** * *<key>isController</key>
** * *<true/>
** * *<key>label</key>
** * *<string>Phone</string>
** * *<key>requiredCapabilities</key>
** * *<array>
** * * *<string>telephony</string>
** * *</array>
** * *<key>restrictByID</key>
** * *<string>com.apple.mobilephone</string>
** *</dict>
** *<dict>
** * *<key>bundle</key>
** * *<string>MobileSafariSettings</string>
** * *<key>cell</key>
** * *<string>PSLinkCell</string>
** * *<key>hasIcon</key>
** * *<true/>
** * *<key>isController</key>
** * *<true/>
** * *<key>label</key>
** * *<string>Safari</string>
** * *<key>requiredCapabilities</key>
** * *<array>
** * * *<string>ipad</string>
** * *</array>
** * *<key>restrictByID</key>
** * *<string>com.apple.mobilesafari</string>
** *</dict>
** *<dict>
** * *<key>bundle</key>
** * *<string>MobileSafariSettings</string>
** * *<key>cell</key>
** * *<string>PSLinkCell</string>
** * *<key>hasIcon</key>
** * *<true/>
** * *<key>isController</key>
** * *<true/>
** * *<key>label</key>
** * *<string>Safari</string>
** * *<key>requiredCapabilities</key>
** * *<array>
** * * *<string>unified-ipod</string>
** * * *<dict>
** * * * *<key>ipad</key>
** * * * *<false/>
** * * *</dict>
** * *</array>
** * *<key>restrictByID</key>
** * *<string>com.apple.mobilesafari</string>
** *</dict>
** *<dict>
** * *<key>cell</key>
** * *<string>PSLinkCell</string>
** * *<key>detail</key>
** * *<string>SettingsMessagesController</string>
** * *<key>icon</key>
** * *<string>Messages.png</string>
** * *<key>label</key>
** * *<string>Messages</string>
** * *<key>requiredCapabilities</key>
** * *<array>
** * * *<string>sms</string>
** * *</array>
** * *<key>type</key>
** * *<string>PSChildPaneSpecifier</string>
** *</dict>
** *<dict>
** * *<key>bundle</key>
** * *<string>iPodSettings</string>
** * *<key>cell</key>
** * *<string>PSLinkCell</string>
** * *<key>hasIcon</key>
** * *<true/>
** * *<key>isController</key>
** * *<true/>
** * *<key>label</key>
** * *<string>iPod</string>
** * *<key>requiredCapabilities</key>
** * *<array>
** * * *<string>unified-ipod</string>
** * * *<dict>
** * * * *<key>ipad</key>
** * * * *<false/>
** * * *</dict>
** * *</array>
** *</dict>
** *<dict>
** * *<key>bundle</key>
** * *<string>MusicSettings</string>
** * *<key>cell</key>
** * *<string>PSLinkCell</string>
** * *<key>icon</key>
** * *<string>iPod.png</string>
** * *<key>isController</key>
** * *<true/>
** * *<key>label</key>
** * *<string>iPod</string>
** * *<key>requiredCapabilities</key>
** * *<array>
** * * *<string>ipad</string>
** * *</array>
** *</dict>
** *<dict>
** * *<key>bundle</key>
** * *<string>MusicSettings</string>
** * *<key>cell</key>
** * *<string>PSLinkCell</string>
** * *<key>hasIcon</key>
** * *<true/>
** * *<key>isController</key>
** * *<true/>
** * *<key>label</key>
** * *<string>MUSIC</string>
** * *<key>requiredCapabilities</key>
** * *<array>
** * * *<dict>
** * * * *<key>ipad</key>
** * * * *<false/>
** * * * *<key>unified-ipod</key>
** * * * *<false/>
** * * *</dict>
** * *</array>
** *</dict>
** *<dict>
** * *<key>bundle</key>
** * *<string>VideoSettings</string>
** * *<key>cell</key>
** * *<string>PSLinkCell</string>
** * *<key>hasIcon</key>
** * *<true/>
** * *<key>isController</key>
** * *<true/>
** * *<key>label</key>
** * *<string>VIDEO</string>
** * *<key>requiredCapabilities</key>
** * *<array>
** * * *<dict>
** * * * *<key>unified-ipod</key>
** * * * *<false/>
** * * *</dict>
** * *</array>
** *</dict>
** *<dict>
** * *<key>bundle</key>
** * *<string>VictoriaSettings</string>
** * *<key>cell</key>
** * *<string>PSLinkCell</string>
** * *<key>hasIcon</key>
** * *<true/>
** * *<key>id</key>
** * *<string>victoria</string>
** * *<key>isController</key>
** * *<true/>
** * *<key>label</key>
** * *<string>NIKE_PLUS_IPOD</string>
** * *<key>requiredCapabilities</key>
** * *<array>
** * * *<string>nike-ipod</string>
** * *</array>
** *</dict>
** *<dict>
** * *<key>bundle</key>
** * *<string>MobileSlideShowSettings</string>
** * *<key>cell</key>
** * *<string>PSLinkCell</string>
** * *<key>hasIcon</key>
** * *<true/>
** * *<key>isController</key>
** * *<true/>
** * *<key>label</key>
** * *<string>Photos</string>
** * *<key>restrictByID</key>
** * *<string>com.apple.mobileslideshow</string>
** *</dict>
** *<dict>
** * *<key>bundle</key>
** * *<string>ConferenceRegistrationSettings</string>
** * *<key>isController</key>
** * *<false/>
** * *<key>requiredCapabilities</key>
** * *<array>
** * * *<dict>
** * * * *<key>telephony</key>
** * * * *<false/>
** * * * *<key>unified-ipod</key>
** * * * *<false/>
** * * * *<key>venice</key>
** * * * *<true/>
** * * *</dict>
** * *</array>
** * *<key>restrictByID</key>
** * *<string>com.apple.mobilephone</string>
** *</dict>
** *<dict>
** * *<key>bundle</key>
** * *<string>NotesSettings</string>
** * *<key>cell</key>
** * *<string>PSLinkCell</string>
** * *<key>hasIcon</key>
** * *<true/>
** * *<key>isController</key>
** * *<true/>
** * *<key>label</key>
** * *<string>NOTES</string>
** *</dict>
** *<dict>
** * *<key>bundle</key>
** * *<string>MobileStoreSettings</string>
** * *<key>cell</key>
** * *<string>PSLinkCell</string>
** * *<key>hasIcon</key>
** * *<true/>
** * *<key>isController</key>
** * *<true/>
** * *<key>label</key>
** * *<string>STORE</string>
** *</dict>
** *<dict>
** * *<key>bundle</key>
** * *<string>AccountSettingsUI</string>
** * *<key>cell</key>
** * *<string>PSLinkCell</string>
** * *<key>hasIcon</key>
** * *<true/>
** * *<key>isController</key>
** * *<true/>
** * *<key>label</key>
** * *<string>ACCOUNT_SETTINGS</string>
** * *<key>requiredCapabilities</key>
** * *<array>
** * * *<dict>
** * * * *<key>ipad</key>
** * * * *<false/>
** * * * *<key>unified-ipod</key>
** * * * *<false/>
** * * *</dict>
** * *</array>
** * *<key>restrictByID</key>
** * *<string>com.apple.mobilemail</string>
** *</dict>
** *<dict>
** * *<key>bundle</key>
** * *<string>MobileSafariSettings</string>
** * *<key>cell</key>
** * *<string>PSLinkCell</string>
** * *<key>hasIcon</key>
** * *<true/>
** * *<key>isController</key>
** * *<true/>
** * *<key>label</key>
** * *<string>Safari</string>
** * *<key>requiredCapabilities</key>
** * *<array>
** * * *<dict>
** * * * *<key>ipad</key>
** * * * *<false/>
** * * * *<key>unified-ipod</key>
** * * * *<false/>
** * * *</dict>
** * *</array>
** * *<key>restrictByID</key>
** * *<string>com.apple.mobilesafari</string>
** *</dict>
** *<dict>
** * *<key>cell</key>
** * *<string>PSLinkCell</string>
** * *<key>detail</key>
** * *<string>SpeakersPrefController</string>
** * *<key>icon</key>
** * *<string>Settings-Sound.png</string>
** * *<key>label</key>
** * *<string>Speakers</string>
** *</dict>
**</array>
**<key>title</key>
**<string>Settings</string>
</dict>
</plist>
 
General

Code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
**<key>items</key>
**<array>
** *<dict>
** * *<key>cell</key>
** * *<string>PSGroupCell</string>
** *</dict>
** *<dict>
** * *<key>cell</key>
** * *<string>PSLinkCell</string>
** * *<key>detail</key>
** * *<string>AboutController</string>
** * *<key>label</key>
** * *<string>About</string>
** *</dict>
** *<dict>
** * *<key>cell</key>
** * *<string>PSLinkListCell</string>
** * *<key>detail</key>
** * *<string>UsageController</string>
** * *<key>get</key>
** * *<string>usageElapsed:</string>
** * *<key>label</key>
** * *<string>USAGE</string>
** * *<key>requiredCapabilities</key>
** * *<array>
** * * *<string>cellular-data</string>
** * *</array>
** *</dict>
** *<dict>
** * *<key>cell</key>
** * *<string>PSGroupCell</string>
** *</dict>
** *<dict>
** * *<key>cell</key>
** * *<string>PSLinkListCell</string>
** * *<key>detail</key>
** * *<string>SoundsPrefController</string>
** * *<key>label</key>
** * *<string>Sounds</string>
** * *<key>requiredCapabilities</key>
** * *<array>
** * * *<string>ipad</string>
** * *</array>
** *</dict>
** *<dict>
** * *<key>cell</key>
** * *<string>PSGroupCell</string>
** * *<key>requiredCapabilities</key>
** * *<array>
** * * *<string>ipad</string>
** * *</array>
** *</dict>
** *<dict>
** * *<key>cell</key>
** * *<string>PSLinkCell</string>
** * *<key>detail</key>
** * *<string>SettingsNetworkController</string>
** * *<key>label</key>
** * *<string>Network</string>
** *</dict>
** *<dict>
** * *<key>bundle</key>
** * *<string>BluetoothSettings</string>
** * *<key>isController</key>
** * *<false/>
** * *<key>requiredCapabilities</key>
** * *<array>
** * * *<string>bluetooth</string>
** * *</array>
** *</dict>
** *<dict>
** * *<key>cell</key>
** * *<string>PSGroupCell</string>
** *</dict>
** *<dict>
** * *<key>bundle</key>
** * *<string>SearchSettings</string>
** * *<key>cell</key>
** * *<string>PSLinkCell</string>
** * *<key>requiredCapabilities</key>
** * *<array>
** * * *<dict>
** * * * *<key>multitasking</key>
** * * * *<true/>
** * * *</dict>
** * *</array>
** *</dict>
** *<dict>
** * *<key>cell</key>
** * *<string>PSLinkCell</string>
** * *<key>detail</key>
** * *<string>HomeButtonController</string>
** * *<key>label</key>
** * *<string>HOME</string>
** * *<key>requiredCapabilities</key>
** * *<array>
** * * *<dict>
** * * * *<key>multitasking</key>
** * * * *<false/>
** * * *</dict>
** * *</array>
** *</dict>
** *<dict>
** * *<key>cell</key>
** * *<string>PSGroupCell</string>
** * *<key>id</key>
** * *<string>GENERAL_LOCK_GROUP</string>
** *</dict>
** *<dict>
** * *<key>cell</key>
** * *<string>PSLinkListCell</string>
** * *<key>deferItemSelection</key>
** * *<true/>
** * *<key>detail</key>
** * *<string>PSListItemsController</string>
** * *<key>get</key>
** * *<string>screenLock:</string>
** * *<key>label</key>
** * *<string>AUTOLOCK</string>
** * *<key>set</key>
** * *<string>setScreenLock:specifier:</string>
** * *<key>validTitles</key>
** * *<array>
** * * *<string>1_MINUTES</string>
** * * *<string>2_MINUTES</string>
** * * *<string>3_MINUTES</string>
** * * *<string>4_MINUTES</string>
** * * *<string>5_MINUTES</string>
** * * *<string>NEVER</string>
** * *</array>
** * *<key>validValues</key>
** * *<array>
** * * *<integer>60</integer>
** * * *<integer>120</integer>
** * * *<integer>180</integer>
** * * *<integer>240</integer>
** * * *<integer>300</integer>
** * * *<integer>-1</integer>
** * *</array>
** *</dict>
** *<dict>
** * *<key>cell</key>
** * *<string>PSLinkListCell</string>
** * *<key>customControllerClass</key>
** * *<string>DevicePINController</string>
** * *<key>detail</key>
** * *<string>PasscodeLockController</string>
** * *<key>get</key>
** * *<string>passcodeLockEnabled:</string>
** * *<key>label</key>
** * *<string>PASSCODE</string>
** * *<key>mode</key>
** * *<integer>0</integer>
** * *<key>pane</key>
** * *<string>DevicePINPane</string>
** *</dict>
** *<dict>
** * *<key>cell</key>
** * *<string>PSSwitchCell</string>
** * *<key>get</key>
** * *<string>locksAndUnlocksWithCase:</string>
** * *<key>id</key>
** * *<string>PAD_CASE_LOCK_SPEC</string>
** * *<key>label</key>
** * *<string>PAD_CASE_LOCK</string>
** * *<key>requiredCapabilities</key>
** * *<array>
** * * *<string>ipad</string>
** * *</array>
** * *<key>set</key>
** * *<string>setLocksAndUnlocksWithCase:specifier:</string>
** *</dict>
** *<dict>
** * *<key>cell</key>
** * *<string>PSLinkListCell</string>
** * *<key>customControllerClass</key>
** * *<string>RestrictionsPINController</string>
** * *<key>detail</key>
** * *<string>RestrictionsController</string>
** * *<key>get</key>
** * *<string>parentalControlsEnabled:</string>
** * *<key>label</key>
** * *<string>RESTRICTIONS</string>
** * *<key>mode</key>
** * *<integer>0</integer>
** * *<key>pane</key>
** * *<string>DevicePINPane</string>
** *</dict>
** *<dict>
** * *<key>cell</key>
** * *<string>PSGroupCell</string>
** * *<key>id</key>
** * *<string>Rotation_Switch_Action_Group</string>
** * *<key>isRadioGroup</key>
** * *<true/>
** * *<key>label</key>
** * *<string>Rotation_Switch_Action_Group_Label</string>
** *</dict>
** *<dict>
** * *<key>cell</key>
** * *<string>PSListItemCell</string>
** * *<key>id</key>
** * *<string>Lock_Rotation_Button</string>
** * *<key>label</key>
** * *<string>Lock_Rotation</string>
** *</dict>
** *<dict>
** * *<key>cell</key>
** * *<string>PSListItemCell</string>
** * *<key>id</key>
** * *<string>Mute_Button</string>
** * *<key>label</key>
** * *<string>Mute</string>
** *</dict>
** *<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>
** *<dict>
** * *<key>cell</key>
** * *<string>PSGroupCell</string>
** *</dict>
** *<dict>
** * *<key>cell</key>
** * *<string>PSLinkCell</string>
** * *<key>detail</key>
** * *<string>DateTimeController</string>
** * *<key>label</key>
** * *<string>DATE_AND_TIME</string>
** *</dict>
** *<dict>
** * *<key>bundle</key>
** * *<string>KeyboardSettings</string>
** *</dict>
** *<dict>
** * *<key>cell</key>
** * *<string>PSLinkCell</string>
** * *<key>detail</key>
** * *<string>InternationalController</string>
** * *<key>label</key>
** * *<string>INTERNATIONAL</string>
** *</dict>
** *<dict>
** * *<key>bundle</key>
** * *<string>AccessibilitySettings</string>
** * *<key>cell</key>
** * *<string>PSLinkCell</string>
** * *<key>isController</key>
** * *<true/>
** * *<key>label</key>
** * *<string>ACCESSIBILITY</string>
** * *<key>requiredCapabilities</key>
** * *<array>
** * * *<string>accessibility</string>
** * *</array>
** *</dict>
** *<dict>
** * *<key>cell</key>
** * *<string>PSSwitchCell</string>
** * *<key>defaults</key>
** * *<string>com.apple.springboard</string>
** * *<key>key</key>
** * *<string>SBShowBatteryPercentage</string>
** * *<key>label</key>
** * *<string>SHOW_BATTERY_PERCENTAGE</string>
** * *<key>requiredCapabilities</key>
** * *<array>
** * * *<string>gas-gauge-battery</string>
** * * *<string>ipad</string>
** * *</array>
** *</dict>
** *<dict>
** * *<key>cell</key>
** * *<string>PSGroupCell</string>
** *</dict>
** *<dict>
** * *<key>bundle</key>
** * *<string>ManagedConfigurationUI</string>
** * *<key>cell</key>
** * *<string>PSLinkCell</string>
** * *<key>label</key>
** * *<string>PROFILES</string>
** *</dict>
** *<dict>
** * *<key>cell</key>
** * *<string>PSLinkCell</string>
** * *<key>detail</key>
** * *<string>ResetPrefController</string>
** * *<key>label</key>
** * *<string>Reset</string>
** *</dict>
**</array>
**<key>title</key>
**<string>General</string>
</dict>
</plist>
 
I followed the older directions from 4.3.1 and multi-touch gestures are working just fine on my phone which is now on 4.3.2 (Redsn0w 0.9.6rc14).

These are the files I changed.

var/mobile/Library/Preferences/com.apple.springboard.plist

Applications/Preference.app/General.plist

System/Library/CoreServices/SpringBoard.app/N90AP.plist

Here is the thread where I got the info: https://forums.macrumors.com/threads/1132978/

I don't have the mute/rotation option but I wasn't trying to add that anyway. The gestures all work just fine and I have the toggle under General in the Settings app.
 
Last edited:
I followed the same steps as mentioned in post #34, and the gestures (with settings toggle) worked for me on a clean install of 4.3.2 with (Redsn0w 0.9.6rc14). I also removed the:

<key>requiredCapabilities</key>
<array>
<string>ipad</string>
</array

instances in General.plist (as indicated in: https://forums.macrumors.com/threads/1139686/ post #17) to get the side switch mute/rotation lock settings.

I used iPhonebrowser to make a copy of the .plist files to edit and I used the freeware Plist Editor for Windows 1.0.2 to make the plist changes.
 
Quick question for those of you using the rotation lock/mute switch plist mod.

When using the switch as a rotation lock, do you get a blank black box in the multitasking menu where the "Rotation lock" or "Mute on/off" in this case should be? Seems as if an icon is missing for me, not sure if it's cause of a Cydia tweak or just lack of an icon from the get-go.
 
im having a facetime issue with 3g unrestrictor.

the video call was connected and then freezing, i tried disabling facetime on 3g unrestrictor, and it's working normal again.
 
Any body have any luck with My3G on 4.3.2? Ever since upgrading I haven't been able to FaceTime over 3G.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.