Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/voletro/wsa-toolbox
A Windows 11 application to easily install and use the Windows Subsystem For Android™ package on your computer.
https://github.com/voletro/wsa-toolbox
android android-emulator android-emulators subsystem subsystems toolbox windows windows-11 windows-11-bypass windows11 wsa
Last synced: 3 months ago
JSON representation
A Windows 11 application to easily install and use the Windows Subsystem For Android™ package on your computer.
- Host: GitHub
- URL: https://github.com/voletro/wsa-toolbox
- Owner: voletro
- License: gpl-3.0
- Archived: true
- Created: 2021-10-24T06:42:41.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-24T06:16:10.000Z (over 2 years ago)
- Last Synced: 2024-09-23T21:01:59.504Z (3 months ago)
- Topics: android, android-emulator, android-emulators, subsystem, subsystems, toolbox, windows, windows-11, windows-11-bypass, windows11, wsa
- Language: Batchfile
- Homepage:
- Size: 8.85 MB
- Stars: 654
- Watchers: 11
- Forks: 243
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- jimsghstars - voletro/wsa-toolbox - A Windows 11 application to easily install and use the Windows Subsystem For Android™ package on your computer. (Batchfile)
README
# DEPRECATED!
## This project has been archived. Thank you for all the support.
Here is a list of other open-source alternatives that do similar things to WSAToolbox.
- [wsa_pacman](https://github.com/alesimula/wsa_pacman) by alesimula
- [WSATools](https://github.com/Simizfo/WSATools) by Simone Franco (not yet open-source)
- [APK Installer](https://github.com/Paving-Base/APK-Installer) by Paving-Base
- [EasySideload-WSA](https://github.com/HarshalKudale/EasySideload-WSA) by HarshalKudale
Windows Subsystem for Android™ Toolbox
An awesome Windows Application to easily install and use the Windows Subsystem For Android™.
![Downloads](https://img.shields.io/github/downloads/voletro/wsa-toolbox/total) ![Contributors](https://img.shields.io/github/contributors/voletro/wsa-toolbox?color=dark-green) ![Forks](https://img.shields.io/github/forks/voletro/wsa-toolbox?style=social) ![Stargazers](https://img.shields.io/github/stars/voletro/wsa-toolbox?style=social) ![Issues](https://img.shields.io/github/issues/voletro/wsa-toolbox) ![License](https://img.shields.io/github/license/voletro/wsa-toolbox)
## About The Project
**A full rewrite of this project will happen soon. I've just gone back to school, so I probably won't be able to respond to issues for a few weeks. Please do not expect any changes or updates for a few weeks.**
![Screenshot](images/screenshot.png)
This project includes tools to install and use the Windows Subsystem For Android™ platform on Windows 11.
These tools include:* Installation of any APK file in one click.
* Access to the ADB Shell.
* Installation of Windows Subsystem For Android™ in unsupported regions.
* Installation of the Aurora Store as an alternative to the Google Play Store.
* Installation of a simple app launcher for easy access to other apps.
* Installation of any APK file by just double clicking on itCOMING SOON:
* Drag and drop functionality for APK on the window.
* Add a file queue to queue up installationsThis tool was inspired by the [Fire Toolbox](https://forum.xda-developers.com/t/windows-tool-fire-toolbox-v24-0.3889604/) application, which was used to gain unintended functionality on Amazon Fire Tablets, easily and safely.
## Built With
This project is built using the [HTA HTML Application](https://docs.microsoft.com/en-us/previous-versions//ms536471(v=vs.85)?redirectedfrom=MSDN) platform developed by Microsoft, as well as the simple scripting language, [VBScript](https://en.wikipedia.org/wiki/VBScript) and the use of batch files. It also uses [ADB](https://source.android.com/setup/build/adb) for connection with the virtual device and [winhttpjs](https://github.com/npocmaka/batch.scripts/blob/master/hybrids/jscript/winhttpjs.bat) for downloading files. It is all packaged up into an EXE file with the help of [The Batchman](https://github.com/jeremyben/thebatchman).
This project also uses a customised version of the [Simple Android Launcher](https://github.com/SimpleMobileTools/Simple-App-Launcher) project by [Simple Mobile Tools](https://github.com/SimpleMobileTools) which provides a launcher for your installed Android applications. The Application name has been changed to Android Apps to work better with the Windows Start Menu.
## Getting Started
**See the [releases](https://github.com/voletro/wsa-toolbox/releases) tab for the latest versions of this application, available in an EXE file. Simply run the file to start the tool.**
**Make sure you enable "Developer Options" in the Windows Subsystem for Android Settings App to make this toolbox function.**
You can get installation instructions for installing the Windows Subsystem for Android package [here](https://github.com/voletro/wsa-toolbox/blob/main/installation.md).
To see how to build this app, read on:
### Installation
1. Clone this repo
```sh
git clone https://github.com/voletro/wsa-toolbox.git
```2. Run the .hta file inside the folder created.
```sh
mshta.exe wsatoolbox.hta
```3. Build the Executable by using [The Batchman](https://github.com/jeremyben/thebatchman).
## License
Distributed under the GNU GPLv3 license. See [LICENSE](https://github.com/voletro/wsa-toolbox/blob/main/LICENSE.txt) for more information.