Skip to content

Louis7777/Android-Motion-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

  1. 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 have devices.sql imported via phpMyAdmin.

  2. Import the project to Android Studio IDE and compile it. Prior to compilation, it is essential to properly configure the baseUrl attribute in GlobalHelpClass of the Android app to point to the correct domain and directory where the scripts were uploaded. For example:

baseUrl = “http://mydomain.com/radar/”; 
  1. 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published