PhoneMonitor
A Remote Administration Tool for Android devices
File Explorer
Download Latest Version (.zip)- FUNDING.yml
- commons-net-3.6.jar
- ExampleInstrumentedTest.java
- AlarmBroadcastReceiver.java
- AppSettings.java
- CallStateBroadcastReceiver.java
- CameraCapture.java
- FileUploader.java
- HelperMethods.java
- MainActivity.java
- MainService.java
- NetworkChangeBroadcastReceiver.java
- OnBootCompletedReceiver.java
- RepeatTask.java
- ServerTalkLoopThread.java
- SMSBroadcastReceiver.java
- SMSExecutor.java
- WebCommandsExecutor.java
- ic_launcher_background.xml
- ic_launcher_foreground.xml
- activity_main.xml
- ic_launcher.xml
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- colors.xml
- strings.xml
- styles.xml
- AndroidManifest.xml
- ic_launcher-web.png
- ExampleUnitTest.java
- build.gradle
- proguard-rules.pro
- gradle-wrapper.jar
- gradle-wrapper.properties
- build.gradle
- gradle.properties
- gradlew
- gradlew.bat
- settings.gradle
- authenticate.php
- clientlist.php
- commandlist.php
- deleteimage.php
- displaycalllogs.php
- displaycontacts.php
- displayphotos.php
- displaysmsconversation.php
- displaysmses.php
- getcommands.php
- getsettings.php
- helperfuncs.php
- index.php
- logout.php
- main.php
- outputlist.php
- report.php
- setcommands.php
- setoutput.php
- setsettings.php
- interactiondiagram.svg
- interactiondiagram.xml
- LICENSE
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/globalpolicy/PhoneMonitor
Downloads the entire project code from GitHub to your computer.
cd PhoneMonitor
Moves into the project folder you just downloaded.
2. Gradle (Java/Kotlin)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java/Kotlin projects.
- Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
β οΈ This is a large repository, so this method may point to an internal sub-package rather than the actual core product. Check the full README as well.
cd AndroidStudioProject/PhoneMonitor/app
This project's files live in a subfolder, so move into it first.
./gradlew build
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
// repository documentation
Was this content helpful?
(0 ratings)
