This is the Android mobile application designed to work with the PMEAS backend application. This application allows the user to perform multiple functionalities that are available in the official frontend application. The application serves as a barebones model for how one could go about implementing (or extending from this project) a custom application to work with the backend application.
This is one component of several components that comprise the PMEAS system. Find the other components here.
At present the following functionality is supported by the Android application:
- Adding and deleting all functional events
- Modifying all parameters for each effect.
- Changing the playback and capture ports for the backend to use.
To directly download the application, simply navigate to this website from an Android mobile device and click this link to download the device. Make sure you enabled the Download from Unknown Sources
setting in the Settings Menu.
To compile the project yourself,
- Download and Install Android Studio.
- Clone this repository to a local directory on your machine.
- Open Android Studio and open the directory where you have cloned this repository.
- Wait for the project to load and index all necessary elements.
- Plug in the Android phone to your computer running Android Studio.
- Press the Green play button labelled
Run App
to begin downloading the application to the phone.
Make sure your Android phone has Developer Options Enabled and USB Debugging (in the Developer Options in
Settings
) is enabled if you are compiling from source.