备份使用亚行的Andr​​oid设备 [英] backing up android device using adb

查看:135
本文介绍了备份使用亚行的Andr​​oid设备的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在尝试所有的应用程序和数据从一个机器人tablet1复制到另一个机器人tablet2。两片具有相同的规格和是相同的类型。

I am attempting to copy all the applications and data from a android tablet1 to another android tablet2. Both tablets has the same specification and is the same type.

我的做法是使用命令

 adb backup -f my_backup.ab -apk -shared -all

要得到tablet1的所有文件,然后使用命令:

to get all the files from tablet1 then use the command:

 adb restore my_backup.ab

要恢复(基本上复制)所有备份文件tablet2。

to restore(basically copy) all the backed up files to tablet2.

还原工作细,我的问题是,有时备份没有备份所有的应用程序都是设备上的所有数据。

The restore works fine, my problem is that sometimes backup does not backup all applications are all data on the device.

你有任何想法,为什么这可能发生?

Do you have any idea why this might be happening?

感谢您的答复和时间。

推荐答案

执行您的计算机上

adb backup -apk -shared -all

这应该有希望创造backup.ab与所有的应用程序,操作系统和数据。 要恢复,请执行以下。

This should hopefully create backup.ab with all of your apps, OS, and data. To restore, execute the following.

adb restore backup.ab

这篇关于备份使用亚行的Andr​​oid设备的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆