Please enable javascript, or click here to visit my ecommerce web site powered by Shopify.
Jump to: navigation, search

Difference between revisions of "Rock/Android backup"

 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Languages|rock/backup}}
+
{{rock_header}}
 +
{{Languages|rock/Android_backup}}
  
 
__TOC__
 
__TOC__
  
 
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 apps ==
 +
You can back up your Android apps 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 a working adb.
 +
   
 +
Get a backup with
 +
    adb backup -apk -shared -all
 +
Confirm the backup on the Radxa
 +
 +
To restore the backup
 +
    adb restore backup.ab
 +
 +
[[Category: Distributions]]
 +
[[Category:Tutorial]]
 +
[[Category:Android]]

Latest revision as of 04:24, 6 January 2015

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 apps

You can back up your Android apps 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 a working adb.

Get a backup with

   adb backup -apk -shared -all

Confirm the backup on the Radxa

To restore the backup

   adb restore backup.ab