1
vote
1answer
39 views

adb restore time

I want to use the adb restore . I use adb restore to restore a backup. But my problem after some delay if i don't click ok, the mechanism restore stops. I want my restore do not stop. And if possible ...
-1
votes
1answer
143 views

how to acces to apk using backup?

I want to use adb backup restore, but I'd like to know if possible to know the contents back up file if yes so how. is it possible to have access only to apk. to install on other devices. i don't want ...
0
votes
1answer
383 views

Is it possible to use adb backup in order to make a clone of a tablet? [duplicate]

Is it possible to use adb backup in order to make a copy of tablet? In fact I want to recover the contents of a tablet using adb backup and then install it on the tablet that have the same type with ...
1
vote
1answer
929 views

Unable to copy files to /sdcard

Due to a configuration error I made combined with an OTA update (Android 4.1.2), I had to re-unlock my bootloader to regain root on my GSM Galaxy Nexus. This process wipes the entire phone, including ...
15
votes
2answers
5k views

How do you extract an App's data from a full backup made through “adb backup”?

I have been backing up my Nexus 7 with adb backup to back up all files into an encrypted backup. I see that you can restore from a backup with adb restore, but that would wipe all my existing data on ...
10
votes
2answers
684 views

Partial adb restore

ICS devices support creating backups using adb backup, and restoring them using adb restore. Using adb backup, one can select that everything should be backed up, or only a certain package. However, ...