Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

idevicebackup 2 restore from old device backup #429

Open
iOSShohrab opened this issue Dec 6, 2016 · 6 comments
Open

idevicebackup 2 restore from old device backup #429

iOSShohrab opened this issue Dec 6, 2016 · 6 comments

Comments

@iOSShohrab
Copy link

I am trying to restore my one device from my old device back up.
first i back up my old device using idevicebackup2 backup PATH
then i try to restore it but having an error saying, info.plist has issue. i understand its because of UUID and IMEI isn't matching.
can you please guide me how to restore my old device with my old device backup
thanks

@mexmer
Copy link

mexmer commented Dec 7, 2016

IMEI and UUID should be no issue, ios allows cross device restore, only requirement is, that TARGET device iOS version is same or newer as iOS version of device in backup.

eg. you cannot restore into iOS 8.0, backup you made from device with iOS 8.1.

people are usually restoring backup from their old iPhone/iPad, when they purchase new, and apple allows such thing.

@iOSShohrab
Copy link
Author

thanks for your reply. i check both iOS version which is 10.1.1 here is the steps what i did >>

  1. first i take a back up using idevicebackup2 backup PATH ans it creates a back up folder using its UDID.
  2. Now i connect with my new device and tried command idevicebackup2 restore FOLDER_PATH. it saying an ERROR occured. NO info.plist found for UDID <device_udid>

what is the command to restore from old device back up.

@nikias
Copy link
Member

nikias commented Dec 7, 2016

@iOSShohrab you need to pass the UDID of the source (old) device:

idevicebackup2 --source UDID restore --system --settings --reboot PATH

@iOSShohrab
Copy link
Author

iOSShohrab commented Dec 7, 2016

thats great. its work now. really save my life man :)
didn't able to restore application that install into the old phone? am i missing anything?
idevicebackup2 backup --full /Users/setup/Desktop/lib/backup_iOS
is there any way to skip activation part?

@mexmer
Copy link

mexmer commented Dec 8, 2016

no, you cannot skip activation part.
and no, application restore is not supported for iOS9 and newer, but should be possible see #343

@iOSShohrab
Copy link
Author

thanks. appreciate for your response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants