Difference between revisions of "Rock/Android backup"
< Rock
Line 4: | Line 4: | ||
Sometime you might to want to [[Rock/flash_the_image|flash]] your rock, for trying another OS or upgrading or just fun. But there is risk of losing data when flashing. And [[Rock/flash_the_image#Flash_bootloader | Flashing the bootloader]] will wipe all your data, so backup is important. | Sometime you might to want to [[Rock/flash_the_image|flash]] your rock, for trying another OS or upgrading or just fun. But there is risk of losing data when flashing. And [[Rock/flash_the_image#Flash_bootloader | Flashing the bootloader]] will wipe all your data, so backup is important. | ||
+ | |||
+ | == Android == | ||
+ | You can back up your Android on RR with ADB. First you need to get adb working on your Desktop/Laptop. Refer [[rock/windows adb| ADB under Windows]] or [[rock/linux adb| ADB under Linux]] to get adb connected on your Desktop/Laptop. The following instructions assume you have good adb working. | ||
+ | |||
+ | Get a backup with | ||
+ | adb backup -apk -shared -all | ||
+ | Confirm the backup on the Radxa | ||
+ | |||
+ | To restore the backup | ||
+ | adb restore backup.ab |
Revision as of 03:23, 12 March 2014
Contents
Sometime you might to want to flash your rock, for trying another OS or upgrading or just fun. But there is risk of losing data when flashing. And Flashing the bootloader will wipe all your data, so backup is important.
Android
You can back up your Android on RR with ADB. First you need to get adb working on your Desktop/Laptop. Refer ADB under Windows or ADB under Linux to get adb connected on your Desktop/Laptop. The following instructions assume you have good adb working.
Get a backup with
adb backup -apk -shared -all
Confirm the backup on the Radxa
To restore the backup
adb restore backup.ab