Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 1.54 KB

README.md

File metadata and controls

32 lines (18 loc) · 1.54 KB

KswOverlay by @nicholaschum

This is a tool that automatically creates an overlay for your Ksw-based tablet. Available to be used on Mac, Windows and Linux.

Disclaimer

You MUST have JRE and JDK installed, link below:

JDK: https://www.oracle.com/java/technologies/javase-jdk14-downloads.html

JRE: https://www.java.com/en/download/

Download

On the top right corner of this GitHub page, click on Clone or Download, and then click Download ZIP. Then extract that anywhere.

Windows Instructions

To use this on Windows, make sure Java is installed and then you are able to make changes to the resources/res/ folder for image and text changes.

When you are done, click on compile-windows.bat and it will automatically compile and sign an overlay APK for you!

Mac Instructions

To use this on Mac, make sure Java is installed and then you are able to make changes to the resources/res/ folder for image and text changes.

When you are done, click on compile-mac.command and it will automatically compile and sign an overlay APK for you!

Linux Instructions

To use this on Linux, make sure Java is installed and then you are able to make changes to the resources/res/ folder for image and text changes.

When you are done, in the folder housing compile-linux.sh you will need to open a Terminal window and type chmod +x compile-linux.sh, then you can type ./compile-linux.sh and it will automatically compile and sign an overlay APK for you!