Backup
1. You need have Java installed on your machine.
2. Install Android SDK
3. ADB file would be in C:\Users\<>\AppData\Local\Android\Android-sdk\platform-tools
4. connect your Android phone to Windows
5. From command prompt navigate to location in Step 3
6. Type the command "adb devices". You should see your device listed
7. To back up your device, use below command
"adb backup -apk -shared -all -f {Location to store backup.ab file}"
8. it will ask you to unlock your phone and accept.
Restore
1. To restore use below command
adb restore {Location where backup.ab file stored}
1. You need have Java installed on your machine.
2. Install Android SDK
3. ADB file would be in C:\Users\<
4. connect your Android phone to Windows
5. From command prompt navigate to location in Step 3
6. Type the command "adb devices". You should see your device listed
7. To back up your device, use below command
"adb backup -apk -shared -all -f {Location to store backup.ab file}"
8. it will ask you to unlock your phone and accept.
Restore
1. To restore use below command
adb restore {Location where backup.ab file stored}
Comments