Enable Multitasking Gestures on iPhone 4 開啟多點觸碰手勢
基本上 用redsn0w JB之後 修改3個plist檔後重開機即可
Thanks to 南無觀世impreza on Moblie01
Step 1
N90AP.plist in /System/Library/CoreServices/SpringBoard.app/
N90 是for iPhone 4 的, 其他機種應該是其他數字.
用可以編輯plist檔的軟體在n90ap.plist中加入以下參數
<key>multitasking-gestures</key>
<true/>
as follow
Thanks to 南無觀世impreza on Moblie01
Step 1
N90AP.plist in /System/Library/CoreServices/SpringBoard.app/
N90 是for iPhone 4 的, 其他機種應該是其他數字.
用可以編輯plist檔的軟體在n90ap.plist中加入以下參數
<key>multitasking-gestures</key>
<true/>
as follow
Step 2
com.apple.springboard.plist in /var/mobile/Library/Preferences/
同樣加入以下參數
<key>SBUseSystemGestures</key>
<true/>
as follow
Step 3
General.plist in /Applications/Preferences.app/
不知是否Dev_team 佛心來的 在general.plist中本來就有加入手勢的參數
其實只要做完step 1 和 2 重開機 就可以開始使用多工處理手勢了
只是在設定/一般底下找不到開關
所以要走到step 3
找到下圖的2個id 參數 把他們刪除
Step 4
重開機後就可以看到成功了
Comments
Post a Comment