Difference between revisions of "Backup Android phone"
From Tech
Jump to navigationJump to search (Created page with "=With out root= 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> Alte…") |
|||
Line 3: | Line 3: | ||
<nowiki>adb backup -apk -shared -all backup-nexus7</nowiki> |
<nowiki>adb backup -apk -shared -all backup-nexus7</nowiki> |
||
Alternatively, use [https://play.google.com/store/apps/details?id=com.sand.airdroid AirDroid] |
Alternatively, use [https://play.google.com/store/apps/details?id=com.sand.airdroid AirDroid] |
||
+ | |||
+ | =See Also= |
||
+ | * [[Android]] |
||
+ | * [[Rooting Android]] |
||
+ | * [[About the Android Filesystem]] |
Revision as of 21:14, 23 December 2012
With out 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