TCNOco / TcNo-WSA-SimpleSideload

Open .apk files with one-click on Windows 11

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub All Releases Website Discord server Twitter GitHub last commit GitHub repo size

Download latest

A simplified way to install apks, and interact with the new Windows Subsystem for Android adb install xyz NO LONGER! Running this software installs it. You can choose whether to make it the default action for .apks too! Either double-click an apk (with it set to the default action - in the install), or Right-Click an apk and select Install in WSA-SimpleSideload.

Other commands:

  • SimpleSideload.exe unlink - Uninstall this program. Either with the EXE in %AppData%\platform-tools\, or a downladed copy.
  • SimpleSideload.exe reinstall - Gives another opportunity to add file associations & the Context Menu option.
  • SimpleSideload.exe settings - Opens WSA's settings window
  • SimpleSideload.exe push <File> - Move a file to the WSA's Downloads folder. Add <Optional:Destination on Android> to push to another folder. Downloads (default) is: - ./storage/emulated/0/Download
  • SimpleSideload.exe <apkname/fullpath> - Install an APK manually from the command line

To update:

Run SimpleSideload.exe reinstall in the directory you downloaded the updated program to.

It runs adb commands for you

On install, if there isn't a platform-tools folder in the same directory, it automagically downloads the latest version, and extracts to %AppData%\platform-tools. It also copies itself there. The context menu interaction and arguments are all redirected into there, to work with ADB.

Note

Make sure to have adb & this program closed to install, or reinstall. Having adb open could cause it to crash. Check your Task Manager.

Screenshots

Main screenshot

Disclaimer

All trademarks and materials are property of their respective owners and their licensors. This project is not affiliated
with Microsoft or Windows, or any other companies or groups that this software may have reference to. This project should
not be considered "Official" or related to platforms mentioned in any way. All it does it let you install things in WSA a lot easier.

I am not responsible for the contents of external links.
For the rest of the disclaimer, refer to the License (GNU General Public License v3.0) file:
https://github.com/TcNobo/TcNo-WSA-SimpleSideload/blob/master/LICENSE - See sections like 15, 16 and 17, as well as GitHub's
'simplification' at the top of the above website.

About

Open .apk files with one-click on Windows 11

License:GNU General Public License v3.0


Languages

Language:C++ 94.6%Language:C 5.4%