The ModMyTM Family of Sites:
ModMyMotoModMyiModMyGphone




 
 
Register or Connect with Facebook

Discuss AppStore Apps | Browse / Search Cydia | MMi Cydia Stats




  Apple Forums & iPhone Forums, Mods, Hacks, News, Themes, Downloads, and more! | ModMyi.com > Computer Modding Software > Windows Specific Modding Discussion
Reply
 
LinkBack Thread Tools Display Modes
  #1  
Old 09-06-2008, 02:50 AM
thetoothfairy's Avatar
Moderator
 
Join Date: Aug 2007
Device + Firmware: IPhone 3G White 16GB And IPhone 8GB
Operating System: IMac And Macbook
Location: Michigan And Florida
Posts: 1,555
Thanks: 164
Thanked 220 Times in 135 Posts
Stop itunes 7.7.1 From Backing Up (Windows-Vista)

I also did some research for you windows users. I found a site that also has the disable backup program as well....

Dennis Nederlof wrote..... I have written a small FREE Windows program called “iPhone Backup Switch”. The program will allow you to enable and disable the iPhone backup feature in iTunes. I have tested it pretty well in Windows XP and VISTA. There is a backup feature that will backup the iTunes configuration and let you restore a previous version, if something goes wrong. Comes complete with installer and uninstaller.

Click the image to open in full size.

Get it here:
iPhone Backup Switch
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
The Following User Says Thank You to thetoothfairy For This Useful Post:
mikdiamon (09-06-2008)
  #2  
Old 09-07-2008, 05:35 PM
SharpieBandit's Avatar
My iPhone is a Part of Me
 
Join Date: Sep 2008
Device + Firmware: iPhone 3G[S] White 32GB 3.0
Operating System: Vista 64-bit
Location: Louisiana
Posts: 671
Thanks: 46
Thanked 51 Times in 40 Posts
Send a message via AIM to SharpieBandit Send a message via MSN to SharpieBandit Send a message via Yahoo to SharpieBandit

Ummm hope I don't sound too stupid, but why would this be useful?
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #3  
Old 09-07-2008, 06:13 PM
thetoothfairy's Avatar
Moderator
 
Join Date: Aug 2007
Device + Firmware: IPhone 3G White 16GB And IPhone 8GB
Operating System: IMac And Macbook
Location: Michigan And Florida
Posts: 1,555
Thanks: 164
Thanked 220 Times in 135 Posts

Quote:
Originally Posted by SharpieBandit View Post
Ummm hope I don't sound too stupid, but why would this be useful?

Because there are times when you just want to install one program... and not backup because you don't need to.... and once the backup starts if you hit the X to stop it your backup will be corrupted as I have seen this many of times since our 2.0 update....

If you have many apps installed on your iphone these backups can take hours to do... so say if you bought one app from the app store and then let it back up.. guess what you will wait hours to play that app or hit the X and corrupt your backup.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
The Following User Says Thank You to thetoothfairy For This Useful Post:
SharpieBandit (09-13-2008)
  #4  
Old 09-07-2008, 09:28 PM
JazJon's Avatar
iPhoneaholic
 
Join Date: Aug 2008
Device + Firmware: iPhone 3GS 32GB White 3.0 AT&T Jailbroken
Operating System: Windows 7 RTM Ultimate x64 Digital CableCard tuners
Location: San Francisco
Posts: 420
Thanks: 34
Thanked 33 Times in 27 Posts
Send a message via Yahoo to JazJon

exactly, I have mine disabled as well. If you cancel, backup is corrupted meaning that if you need to get things back in a hurry you're screwed.

For me, it's best to start factory restore/vanillia since I like to jailbreak via quickpwn.

Here are other reasons backup is not needed for me ever. I have other work arounds.

-just use the "app backup" (from cydia) to backup specfic appstore that have important data. (wine log is mine)

-I use itextuploader to save SMS

-All my mail/contacts/caledndar are in the exchange cloud via mail2web.com - Pick Up Your Email
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #5  
Old 09-08-2008, 03:06 AM
Green Apple
 
Join Date: Apr 2008
Posts: 33
Thanks: 1
Thanked 1 Time in 1 Post

Attached is a simple Windows XP Batch file that can be used for disabling the backups.

Save it as IPhoneDisableBackups.cmd
and run it as:

IPhoneDisableBackups.cmd true

The batch file assumes the ITunes install is on your C: drive.

If it is on another drive edit the batch file and change the c: drive to d: or whatever the drive is where ITunes is installed.

On Vista 64 the file directory is CommonProgramFiles(x86) I think so you might have to change %CommonProgramFiles% to %CommonProgramFiles(x86)% as well.


/sanjay


@echo off
@REM Simple Batch file on windows to enable/disable Automatic Backups on the IPhone
c:
cd "%CommonProgramFiles%\Apple\Mobile Device Support\bin"
@if %1X==X goto help
@if %1X==trueX goto itstrue
@if %1X==falseX goto itsfalse
goto help
:itstrue
Echo Disabling Backups
goto doit
:itsfalse
Echo Enabling Backups
goto doit

:doIt
set VALUE=%1
defaults.exe write com.apple.iTunes AutomaticDeviceBackupsDisabled -bool %VALUE%
goto end

:help
echo "To Disable IPhone Automatic Device Backups execute "%0 true"
echo "To Enable IPhone Automatic Device Backups execute "%0 false"

:end
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #6  
Old 09-12-2008, 02:01 AM
navalynt's Avatar
iPhone? More like MyPhone
 
Join Date: Nov 2007
Device + Firmware: 8GB iPhone 3G - 2.2.1
Operating System: Windows 7 Build 7057
Location: Anchorage, AK
Posts: 114
Thanks: 2
Thanked 17 Times in 14 Posts
Send a message via AIM to navalynt Send a message via MSN to navalynt Send a message via Yahoo to navalynt

Well, keep in mind that firmware 2.1 is supposed to fix the insane backup time issues so I advise anyone reading this thread unless you know what your doing and are certain you understand how to reverse it just let things be.

With iTunes 8 out and some of these solutions being relatively untested you could be taking a needless risk.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #7  
Old 09-16-2008, 04:11 PM
JazJon's Avatar
iPhoneaholic
 
Join Date: Aug 2008
Device + Firmware: iPhone 3GS 32GB White 3.0 AT&T Jailbroken
Operating System: Windows 7 RTM Ultimate x64 Digital CableCard tuners
Location: San Francisco
Posts: 420
Thanks: 34
Thanked 33 Times in 27 Posts
Send a message via Yahoo to JazJon

What if I forgot to re-enable backup before I upgraded to iTunes 8.0? I want to start using backup now that it's supposed to be super fast via firmware 2.1
I uninstalled the iphoen backup program in the middle of iTunes 8.0 upgrade. Hopefullly everything is good to go, we'll see. (not finished yet)
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
Reply

  Apple Forums & iPhone Forums, Mods, Hacks, News, Themes, Downloads, and more! | ModMyi.com > Computer Modding Software > Windows Specific Modding Discussion

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



Go to Top
ModMyI

All times are GMT -6. The time now is 07:22 PM. Powered by vBulletin® Version 3.8.4
If you need Dedicated Server Hosting, you should check out SingleHop. | Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.0 Copyright © 2007-09 by ModMy, LLC. All rights reserved.

iPhone News / iPhone Forums / Apple News / Apple Forums / RSS / Contact Us / / Privacy Statement / Top