Merge pull request #46 from MustardChef/MustardChef-Chinese-Translated-Guides

Adding Chinese Translated Usage Guides
This commit is contained in:
MCDeltaT 2023-04-04 10:35:36 +01:00 committed by GitHub
commit 1741f8b031
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 109 additions and 2 deletions

View File

@ -1,3 +1,5 @@
# WSABuilds &nbsp; &nbsp; <img src="https://img.shields.io/github/downloads/MustardChef/WSABuilds/total?label=Total%20Downloads&style=for-the-badge"/> &nbsp;
# Sideloading APKs in to Windows Subsystem for Android
-------------
@ -23,7 +25,7 @@ Here's the [direct download link](https://github.com/bromite/bromite/releases/la
- Launch Windows Terminal.
- Use ``adb install <file path>`` to install the APK.
[**P.S.** You can right click to paste in Terminal]
- Repeat this process for a file manager app. I recommend using MiX, you can use what you want.
- Repeat this process for a file manager app. I recommend using FX File Explorer, you can use what you want.
## After installation using ADB
You can now open the web browser you installed in Android, and download and install Aurora Store like you do on any Android device - normally sideloading APK without using ADB.
@ -33,5 +35,5 @@ You can now open the web browser you installed in Android, and download and inst
### A list of suggested apps to install on WSA:
- [microG](https://microg.org/): A free-as-in-freedom re-implementation of Googles proprietary Android user space apps and libraries.
- [Aurora Store](https://files.auroraoss.com/AuroraStore/Stable/): an app store that lets you download apps from Google Play without a Google account.
- [MiX](https://forum.xda-developers.com/t/app-2-2-mixplorer-v6-x-released-fully-featured-file-manager.1523691/): MiXplorer mix of explorers (SD, FTP, Lan, Cloud and other storage explorers) is a fast, smooth, beautiful, reliable and full-featured file manager with a simple and intuitive user interface.
- [FX File Explorer](https://www.nextapp.com/fx/): FX File Explorer is a mix of explorers (SD, FTP, Lan, Cloud and other storage explorers) and is a fast, smooth, beautiful, reliable and full-featured file manager with a simple and intuitive user interface.
- [Bromite](https://github.com/bromite/bromite): A Chromium fork with support for ad blocking and enhanced privacy.

View File

@ -0,0 +1,50 @@
# WSABuilds &nbsp; &nbsp; <img src="https://img.shields.io/github/downloads/MustardChef/WSABuilds/total?label=Total%20Downloads&style=for-the-badge"/> &nbsp;
# 在 Windows 子系统中进行 APK 侧载
-------------
## 设置 ADB 与 WSA 连接
-启动 **Windows Subsystem for Android**
-在此处启用 **开发者模式**,然后点击 **管理开发者设置**
-使用鼠标左键向下滚动,直到找到 **无线调试**。点击打开它并启用。
-点击 **使用配对码配对设备**
-注意 Wi-Fi **配对码****IP 地址和端口**
-启动 Windows 终端并确保已安装 ADB ([安装 ADB](https://www.xda-developers.com/install-adb-windows-macos-linux/#adbsetupwindows))。
-使用命令 ``adb pair <IP:port>`` 将 ADB 与 WSA 配对。
-在无线调试窗口中,查看 **设备名称** 和下面的 **IP 地址和端口**
-使用命令 ``adb connect <IP:port>`` 连接 WSA 和 ADB。
完成后,使用命令 ``adb devices`` 确认 WSA 已连接。
## 使用 ADB 安装 APK
现在,您可以安装任何您想要的应用程序,但我个人建议首先安装一个网页浏览器和一个文件管理器。
这是最新的 Bromite x64 版本的 [直接下载链接](https://github.com/bromite/bromite/releases/latest/download/x64_ChromePublic.apk)。
- 下载 APK。
- 打开文件资源管理器,在下载的 APK 上右键单击,然后点击 “复制为路径” 。
- 启动 Windows 终端。
- 使用 ``adb install <file path>`` 命令安装 APK。
[**P.S.** 可以右键在终端中粘贴]
- 重复此过程以安装文件管理器应用程序。我建议使用 FX File Explorer您可以使用您喜欢的应用程序。
## 在使用 ADB 安装后
您现在可以在 Android 中打开您安装的网页浏览器,并像在任何 Android 设备上一样下载和安装 Aurora Store - 即通过侧载 APK 而不是使用 ADB。
***
&nbsp;
### 推荐在 WSA 上安装的应用程序列表:
- [microG](https://microg.org/): A free-as-in-freedom re-implementation of Googles proprietary Android user space apps and libraries.
- [Aurora Store](https://files.auroraoss.com/AuroraStore/Stable/): an app store that lets you download apps from Google Play without a Google account.
- [FX File Explorer](https://www.nextapp.com/fx/): FX File Explorer is a mix of explorers (SD, FTP, Lan, Cloud and other storage explorers) and is a fast, smooth, beautiful, reliable and full-featured file manager with a simple and intuitive user interface.
- [Bromite](https://github.com/bromite/bromite): A Chromium fork with support for ad blocking and enhanced privacy.

32
Guides/BusyBox_CN.md Normal file
View File

@ -0,0 +1,32 @@
# WSABuilds &nbsp; &nbsp; <img src="https://img.shields.io/github/downloads/MustardChef/WSABuilds/total?label=Total%20Downloads&style=for-the-badge"/> &nbsp;
## 指南:如何安装 BusyBox
### 前言:
##### 由于 Magisk 已经内置了 BusyBox所以此过程非常简单
## 步骤
### 步骤 1:
使用通过 Play Store 下载或通过 sideload 安装到 WSA 的 Android 浏览器,下载以下 [Magisk 模块](https://github.com/Magisk-Modules-Alt-Repo/BuiltIn-BusyBox) 来安装和符号链接 BusyBox 与其附带的应用程序到 Magisk 内置的 busybox 二进制文件。不需要手动操作或获取自定义版本。
### 步骤 2:
通过 Magisk Manager 安装 Magisk 模块 .zip 文件
### 步骤 3 (可选):
您可以通过 Root Checker 或使用 ADB Shell 进行测试是否 BusyBox 正常工作:
![image](https://user-images.githubusercontent.com/68516357/219951996-cd72359c-cfa7-4b99-8965-8249b0c917e1.png)
`` adb shell ``
``su``
``busybox | head -1``
![image](https://user-images.githubusercontent.com/68516357/219952139-7037c81a-a3d6-4e34-9cb7-84601f5cd990.png)
### 如果您遇到问题或不理解指南中的任何步骤,请加入 Discord 并在这里提问:
[<img src="https://invidget.switchblade.xyz/2thee7zzHZ" style="width: 400px;"/>](https://discord.gg/2thee7zzHZ)

23
Guides/ChangingGPU_CN.md Normal file
View File

@ -0,0 +1,23 @@
# WSABuilds &nbsp; &nbsp; <img src="https://img.shields.io/github/downloads/MustardChef/WSABuilds/total?label=Total%20Downloads&style=for-the-badge"/> &nbsp;
### 指南更改Windows Subsystem For Android™使用的GPU
1. 打开 Windows Subsystem For Android™ 设置 --> 通过开始菜单搜索或使用搜索功能
![image](https://user-images.githubusercontent.com/68516357/213872047-eced6893-ea32-4de9-8ebb-ca35fc568f12.png)
2. 请确保通过在 ``关闭 Windows Subsystem For Android™`` 选项卡中按下 ``关闭`` 按钮来关闭 Windows Subsystem For Android™。
![image](https://user-images.githubusercontent.com/68516357/213872914-1eae7f97-9571-4ffc-b280-86075dd3431b.png)
3. 在 Windows Subsystem For Android™ 设置中选择 ``图形和性能`` 选项卡
![image](https://user-images.githubusercontent.com/68516357/213872285-93e7de54-9e5f-430c-a7fd-4c6d304cea64.png)
4. 点击 ``用于 Android™ 应用的 GPU`` 选择项,并选择您想要 Windows Subsystem For Android™ 使用的 GPU。
![image](https://user-images.githubusercontent.com/68516357/213872473-e70814dd-6fc2-4afd-bcd2-fcb421518eba.png)