Difference between revisions of "Full Backup of Nexus 6 Android Smartphone"

From Nearline Storage
Jump to navigation Jump to search
(Created page with "#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 ##P...")
 
m
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
#Turn on backup in "Settings"
+
<ol>
#Do full system backup using adb command over USB:
+
<li>Turn on backup in "Settings"</li>
##Install the android-tools package
+
<li>Do full system backup using adb command over USB:
##Turn on USB debugging in Settings->Developer options
+
<ol type="a">
##Plug in
+
<li>Install the android-tools package</li>
##Authorize USB debugging on phone if prompted
+
<li>Turn on USB debugging in Settings->Developer options
##Do "adb devices" to confirm that device is connected and listed
+
<br />Go to "Settings -> About phone" and tap "Build number" seven times to turn on "Developer options" if you don't have it</li>
##Do "adb backup -apk -shared -all -f backup.ab"
+
</li>
##Follow instructions on phone to unlock/set encryption key
+
<li>Plug in</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 backup -apk -shared -all -f backup.ab"</li>
 +
<li>Follow instructions on phone to unlock/set encryption key</li>
 +
</ol>
 +
</ol>
  
 
"adb restore backup.ab" will do the restore
 
"adb restore backup.ab" will do the restore
 +
 +
Don't bother compressing the file
 +
 +
Backups are on fileserver - MyLibrary/Android_Phone_Backups

Revision as of 22:00, 28 October 2018

  1. Turn on backup in "Settings"
  2. Do full system backup using adb command over USB:
    1. Install the android-tools package
    2. 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
    3. Plug in
    4. Authorize USB debugging on phone if prompted
    5. Set USB connection to do file transfer
    6. Do "adb devices" to confirm that device is connected and listed
    7. Do "adb backup -apk -shared -all -f backup.ab"
    8. 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