CKylinMC / wsa-scripts

Some pretty simple batch script that maybe useful when using Windows Subsystem for Android.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wsa-scripts

Some batch script that maybe useful using Windows Subsystem for Android.

Usages

  1. Ensure you have adb executable on your PATH or some where easy to access.
  2. Run commands below.

wsa.bat

wsa <paramaters...>

Simple script just add '-s' option to adb commands.

wsa-adb.bat / wsa-adbconnect.bat

wsa-adb
::OR
wsa-adbconnect

Manual connect to your WSA. (without outputs.)

wsa-apps.bat

wsa-apps

List all package installed by you.

wsa-install.bat

wsa-install <path-to-your-apk-file-on-PC>

Install an APK file to your WSA.

wsa-uninstall.bat

wsa-uninstall <package-name-of-your-app>

Uninstall an application that you installed to your WSA.

wsa-run.bat

wsa-run <package-name-of-your-app>

Start an app that installed on your WSA.

wsa-shell.bat

wsa-shell [shell-commands]

Execute shell commands on your WSA, or enter the console emulator.

wsa-push.bat

wsa-push <path-to-your-file-on-PC>

Transfer file to your WSA.

wsa-get.bat

wsa-get <path-to-your-file-on-wsa>

Transfer file from your WSA to your PC.

wsa-launcher.bat

wsa-launcher

Start NOVA Launcher. Only work when NOVA Launcher installed.

About

Some pretty simple batch script that maybe useful when using Windows Subsystem for Android.


Languages

Language:Batchfile 100.0%