Posts Tagged ‘iPad Software’

Enable Multi-touch Gestures on iPad without jailbreaking

Monday, March 14th, 2011

Notice: this not works for iPad 1 with iOS 5.x, if you like multi-touch gestures feature, I recommend you don’t upgrade your iPad 1 to iOS 5.
We can find some guide on the Internet that show how to enable multi-touch gestures on iPad, but all of them request your iPad is jailbreaked, or need you own a Mac computer with XCode installed.
Now with iBackupBot, we can easily enable multi-touch gestures on iPad without jailbreaking:

What you need:

  • 1. A PC computer with Windows XP/Vista/7 system, iTunes 10.2.1 installed.
  • 2. An iPad or iPad 2 with iOS 4.3 or 4.3.1.
  • 3. iBackupBot iTunes Backup Manager.

Then follow these steps:

  • 1. Run iTunes, connect your iPad to computer, right click your iPad name in left window of iTunes and select Back Up.
  • 2. After the backup process done, exit iTunes, run iBackupBot, select the newest backup of your iPad in left window of iBackupBot.
  • 3. Double click Library/Preferences/com.apple.springboard.plist in right window of iBackupBot, it will pop up a plist editor window.

  • 4. Add below two line under <dict> line:
    <key>SBUseSystemGestures</key>
    <true/>

  • 5. Click the Disk button to save changes then close the plist editor window.

    Notice: When saving changes, the program will re-sort the contents of plist file by key, so the 2 lines you just added may been moved to other place, you can press CTRL+F and enter SBUseSystemGestures to find it.

  • 6. Press CTRL+T, the program will prompt “Do you really want restore this backup to your device?”, just click Yes button.
  • 7. After the restore process done, your iPad will restart automatically, then you can enjoy the multi-touch gestures feature.

BTW: this method will not show the multi-touch gestures switch in option window of iPad, so if you want disable multi-touch gestures feature, you can find and delete the two line that you added in Library/Preferences/com.apple.springboard.plist then restore to iPad using iBackupBot.

A video on YouTube about this:
Enable iPad Multi-touch Gestures on Windows, no jailbreak request

Hide Mail and AppStore icon on iPad without jailbreaking

Tuesday, September 28th, 2010

Sometime you may need to hide Mail icon and AppStore icon on your iPad for against unwanted access, you can follow below steps, no need jailbreak your iPad:

1. Download and install iBackupBot for iTunes.

2. Run iTunes, connect your iPad to computer, right click your iPad name in left pane of iTunes then select Back Up from pop up menu, after backup process done, you can exit iTunes and run iBackupBot and click your iPad backup name in left pane of iBackupBot, then double click Library/Preferences/com.apple.springboard.plist in right pane.

3. Add below lines after first <dict> line in pop up plist Editor window:
<key>SBParentalControlsApplications</key>
<array>
<string>com.apple.mobilemail</string>
<string>com.apple.AppStore</string>
</array>

If you want display these icons later, just search SBParentalControlsApplications then remove these line that you added before.

4. Press CTRL+S to save changes and close plist Editor window, then press CTRL+T or select main menu->File->Restore, select “Restore only modified files” and press OK button.

5. After restore process done, your iPad should restart automatically.

That’s all.

Manage iPad backup files, change your iPad’s head text

Saturday, April 17th, 2010

We tested iTunes Backup Manager with iPad, it works well!
Our all posts about iTunes Backup Manager should also work with iPad. For example, change carrier name and time string to give your iPad an unique head text. Here are two screenshots taken by a friend from South Korea:

img_0006

img_0007