-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# 通过 备份 将 Android 文件复制到电脑 | ||
|
||
- MIUI 通过备份复制`保护区`文件, 参考 https://github.com/Heyxk/notes/issues/1 | ||
- 华为 通过备份复制`保护区`文件, 参考 https://1248.ink/?p=8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# 通过 `root` 将 Android 文件复制到电脑 | ||
|
||
- 如果手机已 `root` ,通过 `ftp` 复制到电脑 | ||
|
||
- 没有 `root` | ||
|
||
> 主体思路是通过 `微信/QQ` 等官方数据迁移功能把本机数据迁移到带 `root` 的 `Android` 系统内 | ||
- 借一台有 `root` 的手机 | ||
- 使用 `Android` 模拟器 / 虚拟机 (一般均自带 `root`) | ||
- 在手机上安装模拟器 / 虚拟机 | ||
- 安卓虚拟机有 vmos 光速虚拟机 等 | ||
- 在电脑上安装模拟器 / 虚拟机 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Android 复制文件到电脑 | ||
|
||
大部分应用会将自己的数据存放在手机的 `保护区`, 只有手机的最高管理员 `root` 可以访问 | ||
|
||
所以获取 `保护区` 文件的方式有两种 | ||
|
||
- [获取 root 权限访问 `保护区` 的文件](./Android-copy-root.md) | ||
- [通过有权限的软件 (如系统备份) 获取 `保护区` 的文件](./Android-copy-backup.md) |