Difference between revisions of "Backup android phone to Ubuntu"

From Cactus Howto
Jump to navigationJump to search
(Die Seite wurde neu angelegt: „=== Android Backup --> Ubuntu === tim@ubi:~$ sudo apt-get install android-tools-adb The following NEW packages will be installed: android-tools-adb Setti…“)
 
(No difference)

Latest revision as of 21:36, 20 January 2014

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