Update and restore error messages on the iPhone and iPod touch


 
Thread Tools Search this Thread
Operating Systems OS X (Apple) OS X Support RSS Update and restore error messages on the iPhone and iPod touch
# 1  
Old 10-31-2008
Update and restore error messages on the iPhone and iPod touch

When trying to update or restore your iPhone or iPod touch with iTunes, you may see an error message in iTunes that stops the update or restore process. You may also see the "Connect to iTunes" screen on your iPhone or iPod touch:The error message in iTunes may also include one of the following numbers (but is not limited to): 2, 4, 5, 6, 9, 13, 19, -18, -48, -50, 1002, 1011, 1601, 1602, 1603, 1604, 1608, 1609, 1611, 1612, 2003, 2004, -9808

More from Apple OS X Support ...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
touch(1B)					     SunOS/BSD Compatibility Package Commands						 touch(1B)

NAME
touch - change file access and modification times SYNOPSIS
/usr/ucb/touch [-acfm] file... DESCRIPTION
touch sets the access and modification times of each file to the current time. file is created if it does not already exist. OPTIONS
-a Change the access time of file. Do not change the modification time unless -m is also specified. -c Do not create file if it does not exist. -f Attempt to force the touch in spite of read and write permissions on file. -m Change the modification time of file. Do not change the access time unless -a is also specified. USAGE
See largefile(5) for the description of the behavior of touch when encountering files greater than or equal to 2 Gbyte ( 2**31 bytes). EXIT STATUS
The following exit values are returned: 0 touch executed successfully and all requested changes were made. >0 An error occurred. touch returns the number of files for which the times could not be successfully modified. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWscpu | +-----------------------------+-----------------------------+ SEE ALSO
touch(1), attributes(5), largefile(5) SunOS 5.10 26 Oct 1995 touch(1B)