Backup android phone to Ubuntu

From Cactus Howto
Jump to navigationJump to search

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:~$