Difference between revisions of "Full Backup of Nexus 6 Android Smartphone"
Jump to navigation
Jump to search
m |
m |
||
(4 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
<li>Turn on backup in "Settings"</li> | <li>Turn on backup in "Settings"</li> | ||
<li>Do full system backup using adb command over USB: | <li>Do full system backup using adb command over USB: | ||
− | <ol | + | <ol type="a"> |
<li>Install the android-tools package</li> | <li>Install the android-tools package</li> | ||
− | <li>Turn on USB debugging in Settings->Developer options</li> | + | <li>Turn on USB debugging in Settings->Developer options |
+ | <br />Go to "Settings -> About phone" and tap "Build number" seven times to turn on "Developer options" if you don't have it</li> | ||
+ | </li> | ||
<li>Plug in</li> | <li>Plug in</li> | ||
<li>Authorize USB debugging on phone if prompted</li> | <li>Authorize USB debugging on phone if prompted</li> | ||
+ | <li>Set USB connection to do file transfer</li> | ||
<li>Do "adb devices" to confirm that device is connected and listed</li> | <li>Do "adb devices" to confirm that device is connected and listed</li> | ||
<li>Do "adb backup -apk -shared -all -f backup.ab"</li> | <li>Do "adb backup -apk -shared -all -f backup.ab"</li> | ||
Line 18: | Line 21: | ||
Backups are on fileserver - MyLibrary/Android_Phone_Backups | Backups are on fileserver - MyLibrary/Android_Phone_Backups | ||
+ | [[Category:Android]] |
Latest revision as of 12:29, 31 December 2019
- Turn on backup in "Settings"
- Do full system backup using adb command over USB:
- Install the android-tools package
- Turn on USB debugging in Settings->Developer options
Go to "Settings -> About phone" and tap "Build number" seven times to turn on "Developer options" if you don't have it - Plug in
- Authorize USB debugging on phone if prompted
- Set USB connection to do file transfer
- Do "adb devices" to confirm that device is connected and listed
- Do "adb backup -apk -shared -all -f backup.ab"
- Follow instructions on phone to unlock/set encryption key
"adb restore backup.ab" will do the restore
Don't bother compressing the file
Backups are on fileserver - MyLibrary/Android_Phone_Backups