Backup android phone to Ubuntu

From Cactus Howto
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Android Backup --> Ubuntu

tim@ubi:~$ sudo apt-get install android-tools-adb
The following NEW packages will be installed:
 android-tools-adb
Setting up android-tools-adb (4.2.2+git20130218-3ubuntu16) ...
tim@ubi:~$ adb backup -apk -shared -all 
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
Now unlock your device and confirm the backup operation.
tim@ubi:~$