Difference between revisions of "Backup Android phone"
From Tech
Jump to navigationJump to searchLine 1: | Line 1: | ||
− | = |
+ | =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 22: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