Difference between revisions of "Backup Android phone"

From Tech
Jump to navigationJump to search
Line 1: Line 1:
=With out root=
+
=Without root=
 
This creates a backup.ab file with all (?) data (but is encrypted if your device is encrypted):
 
This creates a backup.ab file with all (?) data (but is encrypted if your device is encrypted):
 
<nowiki>adb backup -apk -shared -all backup-nexus7</nowiki>
 
<nowiki>adb backup -apk -shared -all backup-nexus7</nowiki>

Revision as of 23:22, 23 December 2012

Without root

This creates a backup.ab file with all (?) data (but is encrypted if your device is encrypted):

adb backup -apk -shared -all  backup-nexus7

Alternatively, use AirDroid

See Also