-
The PHP scripts in "Source Code/Server/" have to be uploaded to a webserver, and a database has to be configured in
mysqli_connect.php
and havedevices.sql
imported via phpMyAdmin. -
Import the project to Android Studio IDE and compile it. Prior to compilation, it is essential to properly configure the
baseUrl
attribute inGlobalHelpClass
of the Android app to point to the correct domain and directory where the scripts were uploaded. For example:
baseUrl = “http://mydomain.com/radar/”;
- Users must enable the “unknown sources” or “mock locations” setting at their Android device's settings, which can be found in the “Developer options”. Having done that, they can proceed to install the amt.apk and run the application.