using adb backup/restore?

diez picture diez · Apr 2, 2013 · Viewed 12.8k times · Source

I want to use the adb backup / restore . I use adb restore to restore a backup. But my problem after some delay, the mechanism restore stops. I want my restore do not stop. And if possible it starts automatically and it does not expect a validation for me. used adb back up to get my backup.ab. Then i use adb restore backup.ab

Answer

Turion picture Turion · Dec 1, 2016

When restoring, you need to enter the password that your phone had when you made the backup, because the backup is encrypted. If you don't enter the correct password, adb restore will terminate without warning.