|
Post by Admin on Jan 29, 2015 12:20:31 GMT
Backing Up Your Device You can now use the adb backup command to back up your device. To back up everything, run the following command: adb backup -apk -shared -all -f C:\Users\NAME\backup.ab This backs up all your installed apps (APK files) and shared storage (SD card) data to the C:\Users\NAME\backup.ab file on your computer. Replace NAME in the command with your Windows username or provide another location for the backup file. Restoring a Backup To restore your backup in the future, run the following command: adb restore C:\Users\NAME\backup.ab www.howtogeek.com/125375/how-to-create-a-full-android-phone-or-tablet-backup-without-rooting-or-unlocking-your-device/
|
|