Improve Sync Performance In ITunes For Windows


SUBMITTED BY: Guest

DATE: Aug. 27, 2012, 2:53 a.m.

FORMAT: Text only

SIZE: 1.7 kB

HITS: 7434

  1. On my PC the longest part of the sync process in iTunes with my iPhone or iPad is the device backup. Taking up to an hour at times I can live without a backup. Especially since I jailbreak my devices which makes ever restoring a backup after an OS upgrade a bad idea.
  2. There are two methods to disable the device backup feature. First, I'm going to show you the manual tweak.
  3. Manual Method
  4. Apple made it very difficult to disable the automatic device backup feature manually by burying the setting deep in a configuration file. In order to make the change you will need a good XML text editor. I suggest using the free Notepad++ that you can download here.
  5. http://notepad-plus-plus.org/download
  6. First, make sure iTunes is closed and create a backup of the iTunes Preferences file located in C:\Users\Your Username\AppData\Roaming\Apple Computer\iTunes\ called iTunesPrefs.xml.
  7. Open up C:\Users\Your Username\AppData\Roaming\Apple Computer\iTunes\iTunesPrefs.xml in your text editor and go to the <key>User Preferences</key> section.
  8. Then copy and paste the code below just after the <dict> node of the User Preferences section as shown below.
  9. <key>DeviceBackupsDisabled</key>
  10. <data>
  11. dHJ1ZQ==
  12. </data>
  13. Save the file and start iTunes. The device backup should now be skipped when syncing.
  14. Automated Method
  15. If you want a fully automated approach there is a free app called iPhone Backup Switch that you can download from here.
  16. http://microseconds.com/?page_id=395
  17. Just run the utility and when iTunes is closed click the Disable iPhone Backup in iTunes button.

comments powered by Disqus