From fa762d2c659fcdc220f4d9f25f415f4f8912d346 Mon Sep 17 00:00:00 2001
From: MCDeltaT <68516357+MustardChef@users.noreply.github.com>
Date: Mon, 20 Mar 2023 11:43:08 +0000
Subject: [PATCH 1/2] Adding ADB Guide (Source: XDADevelopers/Github Gists)
---
Guides/Sideloading.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/Guides/Sideloading.md b/Guides/Sideloading.md
index bed99e5..60ae8cd 100644
--- a/Guides/Sideloading.md
+++ b/Guides/Sideloading.md
@@ -7,8 +7,8 @@
|Application|
|-----------|
-|[](https://github.com/MustardChef/WSABuilds/blob/master/Guides/WSA-Sideloader.md)|
-|[](https://github.com/MustardChef/WSABuilds/blob/master/Guides/WSAPacman.md)|
-|[](https://github.com/MustardChef/WSABuilds/blob/master/Guides/ADB-Sideloading.md)|
+|[](https://github.com/MustardChef/WSABuilds/blob/master/Guides/WSA-Sideloader.md)|
+|[](https://github.com/MustardChef/WSABuilds/blob/master/Guides/WSAPacman.md)|
+|[](https://github.com/MustardChef/WSABuilds/blob/master/Guides/ADB-Sideloading.md)|
From 86870f06af9ca87f6e98b9b904844239a4f14899 Mon Sep 17 00:00:00 2001
From: MCDeltaT <68516357+MustardChef@users.noreply.github.com>
Date: Mon, 20 Mar 2023 11:53:29 +0000
Subject: [PATCH 2/2] Add Initial ADB Guide
---
Guides/ADB-Sideloading.md | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
diff --git a/Guides/ADB-Sideloading.md b/Guides/ADB-Sideloading.md
index 8b13789..113bd4a 100644
--- a/Guides/ADB-Sideloading.md
+++ b/Guides/ADB-Sideloading.md
@@ -1 +1,37 @@
+# Sideloading APKs in to Windows Subsystem for Android
+-------------
+## Setting up ADB to work with WSA
+- Launch **Windows Subsystem for Android**.
+- Here, enable **Developer mode** then tap on **Manage developer settings**.
+- Use your left mousebutton to scroll down until you find **Wireless debugging**. Tap to open it and enable it.
+- Tap on **Pair device with pairing code**.
+- Take note of **Wi-Fi pairing code**, and **IP address and port**.
+- Launch Windows Terminal and make sure ADB is installed ([install ADB](https://www.xda-developers.com/install-adb-windows-macos-linux/#adbsetupwindows)).
+- Use command ``adb pair `` to pair ADB with WSA.
+- In Wireless debugging window, see **Device name** and under it **IP address and port**.
+- Use command ``adb connect `` to connect WSA with ADB.
+
+Once this is done, use command ``adb devices`` to make sure that WSA is connected.
+
+
+## Installing APKs using ADB
+Now you can install any app you want, but I personally suggest installing a web browser and a file manager first.
+Here's the [direct download link](https://github.com/bromite/bromite/releases/latest/download/x64_ChromePublic.apk) to the latest Bromite x64 build.
+- Download the APK.
+- Open File Explorer, right click on downloaded APK and tap on Copy as path.
+- Launch Windows Terminal.
+- Use ``adb install `` 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.
+
+## 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.
+***
+
+
+### A list of suggested apps to install on WSA:
+- [microG](https://microg.org/): A free-as-in-freedom re-implementation of Google’s 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.
+- [Bromite](https://github.com/bromite/bromite): A Chromium fork with support for ad blocking and enhanced privacy.