Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/lqzhgood/Shmily
Browse files Browse the repository at this point in the history
  • Loading branch information
lqzhgood committed Dec 10, 2023
2 parents 09702df + 8ddcbf3 commit bba9011
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 3 deletions.
34 changes: 33 additions & 1 deletion docs/guide/setup-runtime/Android-copy.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,39 @@
# Android 复制文件到电脑

大部分应用会将自己的数据存放在手机的 `保护区`, 只有手机的最高管理员 `root` 可以访问

## 说明

Android 手机的文件夹大致如下

```
- data // 保护区, 需要 root 权限
- data
- com.tencent.mm
- ...
- sdcard // 非保护区, 用户可以直接访问
- Android
- data
- com.tencent.mm
- ...
- tencent
- MicroMsg
- ...
- ...
```

在不考虑权限的情况下, 可以在手机与电脑在同一个局域网的情况下, 电脑通过 `FTP` 服务访问手机上的文件

::: tip 🎞️ 视频教程
// Android 通过 ftp 复制文件到电脑

https://www.bilibili.com/video/BV1o94y1P7zo/
:::



## 保护区文件
大部分应用会将自己的 __数据__ 存放在手机的 `保护区`, 只有手机的最高管理员 `root` 可以访问

所以获取 `保护区` 文件的方式有两种

- [获取 root 权限访问 `保护区` 的文件](./Android-copy-root.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/use/begin.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
施工中....
3 / 21 // 2023-12-05
9 / 43 // 2023-12-10
## 开始项目
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/use/get.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

- `Wechat` 微信

- [Android](https://github.com/lqzhgood/Shmily-Get-Wechat)
- 🎞️ [Android](https://github.com/lqzhgood/Shmily-Get-Wechat)

- `SMS` `CallLog` 短信与通话记录
- [Android](https://github.com/lqzhgood/Shmily-Get-Call_SMS-Android)
Expand Down

0 comments on commit bba9011

Please sign in to comment.