Skip to content

Commit b6a7798

Browse files
authored
Merge pull request MustardChef#35 from MustardChef/MustardChef-patch-1
Adding ADB Guide (Source: XDADevelopers/Github Gists)
2 parents 48c7198 + 86870f0 commit b6a7798

File tree

2 files changed

+39
-3
lines changed

2 files changed

+39
-3
lines changed

‎Guides/ADB-Sideloading.md‎

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,37 @@
1+
# Sideloading APKs in to Windows Subsystem for Android
2+
-------------
13

4+
## Setting up ADB to work with WSA
5+
- Launch **Windows Subsystem for Android**.
6+
- Here, enable **Developer mode** then tap on **Manage developer settings**.
7+
- Use your left mousebutton to scroll down until you find **Wireless debugging**. Tap to open it and enable it.
8+
- Tap on **Pair device with pairing code**.
9+
- Take note of **Wi-Fi pairing code**, and **IP address and port**.
10+
- Launch Windows Terminal and make sure ADB is installed ([install ADB](https://www.xda-developers.com/install-adb-windows-macos-linux/#adbsetupwindows)).
11+
- Use command ``adb pair <IP:port>`` to pair ADB with WSA.
12+
- In Wireless debugging window, see **Device name** and under it **IP address and port**.
13+
- Use command ``adb connect <IP:port>`` to connect WSA with ADB.
14+
15+
Once this is done, use command ``adb devices`` to make sure that WSA is connected.
16+
17+
18+
## Installing APKs using ADB
19+
Now you can install any app you want, but I personally suggest installing a web browser and a file manager first.
20+
Here's the [direct download link](https://github.com/bromite/bromite/releases/latest/download/x64_ChromePublic.apk) to the latest Bromite x64 build.
21+
- Download the APK.
22+
- Open File Explorer, right click on downloaded APK and tap on Copy as path.
23+
- Launch Windows Terminal.
24+
- Use ``adb install <file path>`` to install the APK.
25+
[**P.S.** You can right click to paste in Terminal]
26+
- Repeat this process for a file manager app. I recommend using MiX, you can use what you want.
27+
28+
## After installation using ADB
29+
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.
30+
***
31+
&nbsp;
32+
33+
### A list of suggested apps to install on WSA:
34+
- [microG](https://microg.org/): A free-as-in-freedom re-implementation of Google’s proprietary Android user space apps and libraries.
35+
- [Aurora Store](https://files.auroraoss.com/AuroraStore/Stable/): an app store that lets you download apps from Google Play without a Google account.
36+
- [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.
37+
- [Bromite](https://github.com/bromite/bromite): A Chromium fork with support for ad blocking and enhanced privacy.

‎Guides/Sideloading.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

88
|Application|
99
|-----------|
10-
|[<img src="https://user-images.githubusercontent.com/68516357/226143645-0a0ff0df-00f4-4d69-a257-1ffbee039f36.png" style="width: 250px;"/>](https://github.com/MustardChef/WSABuilds/blob/master/Guides/WSA-Sideloader.md)|
11-
|[<img src="https://user-images.githubusercontent.com/68516357/226144462-25e8ba07-9f5b-424b-9ecf-b973e8f396b2.png" style="width: 300px;" style="float: left;"/>](https://github.com/MustardChef/WSABuilds/blob/master/Guides/WSAPacman.md)|
12-
|[<img src="https://user-images.githubusercontent.com/68516357/226143960-70ba58b6-7339-48c8-9f25-602e7236eaf5.png" style="width: 240px;" style="float: left;"/>](https://github.com/MustardChef/WSABuilds/blob/master/Guides/ADB-Sideloading.md)|
10+
|[<img src="https://user-images.githubusercontent.com/68516357/226143645-0a0ff0df-00f4-4d69-a257-1ffbee039f36.png" style="width: 350px;"/>](https://github.com/MustardChef/WSABuilds/blob/master/Guides/WSA-Sideloader.md)|
11+
|[<img src="https://user-images.githubusercontent.com/68516357/226144462-25e8ba07-9f5b-424b-9ecf-b973e8f396b2.png" style="width: 350px;" style="float: left;"/>](https://github.com/MustardChef/WSABuilds/blob/master/Guides/WSAPacman.md)|
12+
|[<img src="https://user-images.githubusercontent.com/68516357/226143960-70ba58b6-7339-48c8-9f25-602e7236eaf5.png" style="width: 346px;" style="float: left;"/>](https://github.com/MustardChef/WSABuilds/blob/master/Guides/ADB-Sideloading.md)|
1313

1414

0 commit comments

Comments
 (0)