├── .github
└── FUNDING.yml
├── Guides
└── EnableADBDebugging.md
├── Media
├── 0.1release.png
├── AppIcon.png
├── app_details.png
├── app_details_2.png
└── welcome_page.png
└── README.md
/.github/FUNDING.yml:
--------------------------------------------------------------------------------
1 | # These are supported funding model platforms
2 |
3 | custom: paypal.me/simizfo
4 |
--------------------------------------------------------------------------------
/Guides/EnableADBDebugging.md:
--------------------------------------------------------------------------------
1 | # ⚒️ Enable and Troubleshoot ADB Debugging
2 |
3 | If you're installing the Windows Subsystem for Android for the first time, you will need to enable the ADB Debugging feature.
4 |
5 | If you're encountering issues while using WSATools, this is something that you need to check. Sometimes ADB Debugging gets stuck and needs to be resetted.
6 |
7 | ## 1. Enable ADB Debugging
8 |
9 | - Open whe Windows Subsystem for Android Settings app.
10 |
11 |
12 |
13 | - Go to the Developer tab
14 |
15 |
16 |
17 | - Turn Developer Mode on
18 |
19 |
20 |
21 | - Try installing your app with WSATools. You'll get a popup asking for authorization. Check "Always allow from this Computer" and click on Allow.
22 |
23 |
24 |
25 | Done! If this was already enabled, then proceed trying with the next step.
26 |
27 | ## 2. Reset ADB authorizations
28 |
29 | - Click on the "Manage developer settings" text
30 |
31 |
32 |
33 | - A new window should open.
34 | - Scroll until you see "Revoke USB debugging authorizations", click on it and confirm.
35 |
36 |
37 |
38 | - Try installing your app with WSATools. You'll get a popup asking for authorization. Check "Always allow from this Computer" and click on Allow.
39 |
40 |
41 |
--------------------------------------------------------------------------------
/Media/0.1release.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Simizfo/WSATools/fc8e93fa727250bc32d553780824adf9a8bba59f/Media/0.1release.png
--------------------------------------------------------------------------------
/Media/AppIcon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Simizfo/WSATools/fc8e93fa727250bc32d553780824adf9a8bba59f/Media/AppIcon.png
--------------------------------------------------------------------------------
/Media/app_details.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Simizfo/WSATools/fc8e93fa727250bc32d553780824adf9a8bba59f/Media/app_details.png
--------------------------------------------------------------------------------
/Media/app_details_2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Simizfo/WSATools/fc8e93fa727250bc32d553780824adf9a8bba59f/Media/app_details_2.png
--------------------------------------------------------------------------------
/Media/welcome_page.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Simizfo/WSATools/fc8e93fa727250bc32d553780824adf9a8bba59f/Media/welcome_page.png
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # WSATools
2 | ## Easy-to-use APK installer (and more!) for Windows Subsystem for Android
3 |
4 | 
5 |
6 | WSATools is a simple APK installer for Windows 11's Subsystem for Android, designed to be intuitive and to make the user instantly feel at home.
7 | It also features other helpful tools, like the ability to make and restore backups!
8 |
9 |
10 | ## Features
11 |
12 | - Explorer integration for APK files: double click and press install!
13 | - APK installation made easy: just a click away.
14 | - No need to install ADB and know its commands. WSATools takes care of everything!
15 | - APK Bundles Support
16 | - If you already have the platform-tools package in your path, it will use that one!
17 | - Backup and Restore your Subsystem apps and data
18 | - More features coming soon!
19 |
20 |
21 | ## Requisites
22 |
23 | ⚠️ These requisites are **obligatory**! WSATools **won't work** without them. ⚠️
24 |
25 | - Windows 11
26 | - Windows Subsystem for Android app
27 | - Inside it, enable "Developer Mode" and set the Subsystem Resources to "Continuous"
28 |
29 |
30 | ## Installation
31 |
32 | You have two choices:
33 |
34 | ##### Download from the Microsoft Store
35 | - Download the app from [here](https://www.microsoft.com/store/apps/9N4P75DXL6FG)
36 |
37 | ##### Download from Github Releases (*coming soon*)
38 | - Download the package from [here](https://www.github.com/simizfo/wsatools/releases)
39 | - Extract the package and run the Powershell script inside to install the package.
40 |
41 | ## Bug Reporting
42 |
43 | WSATools is developed just by me. I'd be really thankful if you could report any bugs you hit so I can fix them. Put as many details as you can! If you do, you make it easier (and possibly faster) for me to solve them.
44 | If you wish to report a bug, [open an issue here](https://github.com/Simizfo/WSATools/issues/new)
45 |
46 |
47 | ## Source code availability
48 |
49 | I'm someone that enjoys having open source software on his computer, so I understand every single one of you asking for the source code. I've seen a lot of cases of apps stolen from Github and republished on the Microsoft Store without permission, so I'll avoid making it public for now. I'll reconsider this at some point of this software's life.
50 |
51 |
52 | ## What's next for WSATools?
53 |
54 | - Stability and bugfixing.
55 |
56 | Check out the [projects page](https://github.com/Simizfo/WSATools/projects) for more!
57 |
58 |
59 | ## Support me and the app development
60 | If you like my work on WSATools, and you want to support me and the app development, I'd be really grateful, as I work on it on my free time. Feel free to make a donation on my [paypal.me page](https://paypal.me/simizfo) or from inside the app, where I've put a little box at the end of the settings page.
61 |
62 | Thanks!
63 |
64 |
65 | ## Thanks to
66 |
67 | [Efraim Bart](https://www.twitter.com/efraimbart) for a nice and technical conversation and info sharing about WSA. WSATools can launch WSA automatically thanks to him!
68 |
69 | My amazing friends ❤️ Thanks for always being at my side
70 |
71 | Inside Windows, the most technical and fantastic Windows-related community chat on telegram. This is where the magic happens. [Join us!](https://t.me/insidewindows) Note: Please don't discuss WSATools bugs there. Report them here!
72 |
73 | Disclaimer: WSATools is not a product made by Microsoft, and it's in no way related to them. It's not related to Google/Alphabet or Amazon either.
74 |
--------------------------------------------------------------------------------