Coder Social home page Coder Social logo

weareblahs / wsautilities Goto Github PK

View Code? Open in Web Editor NEW
108.0 4.0 31.0 58 MB

CLI-based toolbox for Windows Subsystem for Android. Includes installation of APKs, installation of WSA, and diagnostics.

License: Other

Batchfile 53.04% Python 46.96%
microsoft-windows windows-11 windows windows-subsystem-for-android wsa batch-installer batch batch-script

wsautilities's Introduction

Uhh, Hi?

I'm Tan, the guy who made that one Malaysia COVID-19 tracker on Twitter and other stuffs that you might be interested at. Actually, I'm writing in Batch (during programming), some HTML and CSS programming (for websites) and Elementor / Wordpress editing (for another website).

Most of the Python projects (except for covidcases) started as a Batch script (including WSAUtilities, archived), then migrated to Python because I found that it can do more stuff than batch scripts.

(Yeah, I also made YouTube videos that isn't regarding stuffs about programming, but other stuffs, maybe take a look at it here?)

Projects

Here's a list of my projects, classified as categories:

Web-based projects

Just for fun

  • Scripts for Fun (https://github.com/weareblahs/scripts4fun)
    • Random scripts that I wrote just for fun. Use it at your own risk
    • Do note that after each script is made, I just put it there and no changes will be made. I am not responsible for any damages or unknown instabilities happening to your computer, however the only thing I know is that these code is made under a virus-free environment
  • ikeatoys (https://github.com/weareblahs/ikeatoys)
    • Stock checker for IKEA Toys in Malaysia. Originally BLÅHAJ?.
  • Freeview (https://github.com/weareblahs/freeview)
    • Rebuilding the MYTV Broadcasting experience on your smart TV

Other

  • Faster Intel Graphics Driver Downloads
    • Downloads the latest drivers for Intel Graphics with a download accerlator, such as aria2

Deprecated and on hold projects (no longer developing or paused development, but still kept on original repositories)

  • Far Far Away Idol (https://github.com/weareblahs/FarFarAwayIdol) [On hold]
    • Shrek 2's "Far Far Away Idol" extra through your browser (HTML5 / JS / TypeScript)
  • WSAUtilities (https://github.com/weareblahs/WSAUtilities)
    • Toolbox for Windows Subsystem for Android by only using command line-based softwares. Runs through batch files. Formerly WSAtools.
    • Due to WSA's end-of-life on March 2025 and lack of updates, this is archived
  • Batch Multimedia Overlay Adder (https://github.com/weareblahs/BMOA)
    • Simple batch image processor for overlaying images through FFMPEG
    • Due to FFMPEG commands being stable and didn't change, this is archived
  • FART builds (https://github.com/weareblahs/fart-builds)
    • Windows executable for lionello/fart-it built on Visual Studio
    • Due to lack of updates, this is archived
  • TheCommandLineScanner
    • CLI-based software to scan through WIA
    • Due to its stability and easy ability to scan through a WIA-supported scanner, this is archived. I recommend using NAPS2 if you want a graphical interface.
  • unspeedtest [On Hold]
    • Static local website that tests Internet speed via Ookla Speedtest CLI that updates via cronjob on a Raspberry Pi every 24 hours

Contact me?

And yes, I'm a person who didn't uses too much social networking apps for chatting. There you go:
Twitter: ThisIsTYX
Email: [email protected]

wsautilities's People

Contributors

weareblahs avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

wsautilities's Issues

Bugs in APKX

Hello,

when installing apkx, 7z may ask if it shall overwrite files. This goes to >NUL.

7z e -aoa adb.zip -otemp >nul
and
7z e -aoa "%apk%" -otemp

Furthermore fart is not in temp, but in the parent directory:

..\fart "temp.bat" "com." "adb install "com." >nul
..\fart "temp.bat" "config" "adb install config" >nul
..\fart -C "temp.bat" temp.bat "  " >nul

Then, after these fixes, I still get:

Files: 21
Size:       2935443
Compressed: 2938182
The System could not find the file.
Replaced 0 occurence(s) in 0 file(s).
Extracting ADB to temp directory...
Installing...
Performing Streamed Install
adb: failed to install config.ar.apk: Failure [INSTALL_FAILED_INVALID_APK: Full install must include a base package]
Performing Streamed Install
adb: failed to install config.de.apk: Failure [INSTALL_FAILED_INVALID_APK: Full install must include a base package]
Performing Streamed Install
adb: failed to install config.en.apk: Failure [INSTALL_FAILED_INVALID_APK: Full install must include a base package]
Performing Streamed Install
adb: failed to install config.es.apk: Failure [INSTALL_FAILED_INVALID_APK: Full install must include a base package]
Performing Streamed Install

Any Idea?

Best regards,
Hendrik

winver too restrictive

Is your feature request related to a problem? Please describe.
Would be nice if further windows versions would be supported

Describe the solution you'd like
I use the script on 22000.348 successfully (having patched the *.bat)

But maybe it would work on 318 as well... I will check if I can check.

Best regards,
Hendrik

fork

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.