ModMyMotoModMyiModMyGphone





 
 

2.2 Unlock | Jailbreak OS X




  Apple Forums | ModMyi.com | iPhone, iPod, Mac, OS X, Mods, More > Computer Modding Software > Windows Specific Modding Discussion
Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 09-06-2008, 02:50 AM
theetoothfairy's Avatar
iPhoneaholic
 
Join Date: Aug 2007
Device + Firmware: IPhone 3G White 16GB And IPhone 8GB
Operating System: IMac And Macbook
Location: Michigan And Florida
Posts: 447
Thanks: 52
Thanked 43 Times in 27 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 theetoothfairy For This Useful Post:
mikdiamon (09-06-2008)
  #2 (permalink)  
Old 09-07-2008, 05:35 PM
SharpieBandit's Avatar
iPhone? More like MyPhone
 
Join Date: Sep 2008
Device + Firmware: First Gen iPhone 2.1
Operating System: Vista 64-bit
Location: Louisiana
Posts: 152
Thanks: 30
Thanked 8 Times in 8 Posts
Send a message via AIM to SharpieBandit Send a message via MSN to SharpieBandit

Ummm hope I don't sound too stupid, but why would this be useful?
__________________
Gamertag - TJG25

Click the image to open in full size.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #3 (permalink)  
Old 09-07-2008, 06:13 PM
theetoothfairy's Avatar
iPhoneaholic
 
Join Date: Aug 2007
Device + Firmware: IPhone 3G White 16GB And IPhone 8GB
Operating System: IMac And Macbook
Location: Michigan And Florida
Posts: 447
Thanks: 52
Thanked 43 Times in 27 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 theetoothfairy For This Useful Post:
SharpieBandit (09-13-2008)
  #4 (permalink)  
Old 09-07-2008, 09:28 PM
JazJon's Avatar
iPhone? More like MyPhone
 
Join Date: Aug 2008
Device + Firmware: iPhone 3G 16GB White jailbroken 2.2 AT&T
Operating System: Windows Vista Ultimate x86
Location: San Francisco
Posts: 230
Thanks: 28
Thanked 26 Times in 20 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 (permalink)  
Old 09-08-2008, 03:06 AM
What's Jailbreak?
 
Join Date: Apr 2008
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts

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 (permalink)  
Old 09-12-2008, 02:01 AM
navalynt's Avatar
Green Apple
 
Join Date: Nov 2007
Device + Firmware: 8GB iPhone 3G - 2.0.2
Operating System: Windows 2008 Server 64bit
Location: Anchorage, AK
Posts: 97
Thanks: 0
Thanked 15 Times in 12 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 (permalink)  
Old 09-16-2008, 04:11 PM
JazJon's Avatar
iPhone? More like MyPhone
 
Join Date: Aug 2008
Device + Firmware: iPhone 3G 16GB White jailbroken 2.2 AT&T
Operating System: Windows Vista Ultimate x86
Location: San Francisco
Posts: 230
Thanks: 28
Thanked 26 Times in 20 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 | ModMyi.com | iPhone, iPod, Mac, OS X, Mods, More > 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
Forum Jump


Go to Top
ModMyI

All times are GMT -6. The time now is 01:48 PM. Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 | Dedicated Server Hosting by SingleHop | Copyright © 2007-08 by ModMy, LLC. All rights reserved.

RSS - Contact Us / / ModMyi Home / Archive / Privacy Statement - Top
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110