Tagged Questions
2
votes
1answer
33 views
Disable Backup Service in Android Emulator
I'm trying to replace sms and contacts database on Android emulator with some other (extracted from other phone).
I've already succesfully pushed files into emulator (using adb push), but I have to ...
3
votes
0answers
164 views
Non-root backup with multiple users (non-owner or secondary users)
I really did spend some time researching this and was surprised to not find any answers (this great thread doesn't address this problem at all.... I'm trying to recover from my unfortunate situation: ...
-1
votes
1answer
135 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
347 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 ...
2
votes
1answer
944 views
Backup using ADB without root or usb debugging
I have a Nexus S (on android 4, not rooted) device who's not able to boot. It opens and get stucks to the X screen. I can only access the recovery mode.
I tried to backup data via ADB, but the phone ...
4
votes
3answers
760 views
Restoring an ADB backup onto a different phone of the same model?
We have several Android 4.0 phones of the same model, from the same manufacturer, purchased at the same time, from the same factory batch. We have created a backup of one of the phones using ADB.
Can ...
1
vote
2answers
1k views
Can adb be used to recover SMS messages while in permanent “Safe Mode”?
I have a non-rooted Droid X2 that is in permanent "Safe mode", but I want to recover SMS messages. SMS Backup and Restore will NOT work because safe mode only allows system apps to run.
adb shell ...
3
votes
2answers
591 views
Backup using adb on a phone with a dead screen
I have a Galaxy S3, screen is visually and touch impaired. It is USB debug enabled, un-rooted.
I'm able to use Droid@Screen to see my screen, which i'm able to unlock. I then run this command:
...
0
votes
0answers
183 views
How can I backup all my data so I can root my device by unlocking the bootloader?
I have a motorola xoom WiFi, UK version, which has only just recieved the ICS update, I want to unlock the bootloader so I can root the device, install clockworkmod, flash US settings and get ...
2
votes
0answers
392 views
adb restore progress
Using the backup and restore function with adb (as discussed in Full Backup of non-rooted devices) there is no progress available and often it is very hard to follow the adb logcat output as long ...
5
votes
1answer
3k views
How do I know when “adb backup” is finished?
I have a non-rooted Verizon Samsung Galaxy Nexus, and I wanted to try the "adb backup" feature. Possibly in preparation for rooting, but that's not really relevant to the question.
I want to back up ...
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 ...
4
votes
1answer
899 views
Can apps be controlled through adb?
Can an installed application be completely controlled via adb?
For example:
Consider I need to to export my Contacts to SD Card. So here there are basically 5 Steps involved
1)Open Contacts ...
10
votes
2answers
677 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, ...
3
votes
3answers
5k views
How do I access .img files with yaffs2?
I've tried mounting them in Ubuntu, no luck, mount does not recognize the yaffs2 file system. I've tried yaffs2utils and ./unyaffs2 but it doesn't actually unpack the img files, I've posted an issue ...
16
votes
2answers
8k views
Is there a way to look inside and modify an adb backup created file?
I created a backup of my Galaxy Nexus with adb backup. The resulting file is named backup.db and it's somehow encrypted.
I wanted to restore the backup, but it stops when it comes to restoring ...
6
votes
1answer
2k views
Is there any way to check the backup that android does?
Today I have been researching a bit about the Android backup options (Since I have seen some people having to lose all their data due to ICS serious bugs).
From now, I prefer to use native options, ...
1
vote
1answer
187 views
Nexus One stuck in loading screen - How to save application data? (ROOTED)
I have my N1 rooted and after I installed BlackRose and change the partitions with password protection I wasn't able to start Android ever again. It show this screen:
I can access to the adb shell, ...
3
votes
1answer
963 views
How to take backup of all installed APKs from Phone to PC?
How do I take backup of all installed apks from my sgs2 to PC using android sdk/ 3rd party tool etc? My phone is not rooted. I can install/uninstall apks using adb, but is there any similar command ...
13
votes
4answers
11k views
Backup and restore Android Settings and Application through ADB
I would like to ask if it possible to backup and restore all Android Settings and applications through ADB.
I tried:
adb backup -all
adb: unable to connect for backup
It is not working, while all ...