https://github.com/globalpolicy/phonemonitor
A Remote Administration Tool for Android devices
https://github.com/globalpolicy/phonemonitor
android monitoring remote-administrator-tool spy
Last synced: 6 months ago
JSON representation
A Remote Administration Tool for Android devices
- Host: GitHub
- URL: https://github.com/globalpolicy/phonemonitor
- Owner: globalpolicy
- License: gpl-3.0
- Created: 2018-01-07T12:20:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-29T23:53:20.000Z (over 2 years ago)
- Last Synced: 2025-04-02T11:05:47.489Z (6 months ago)
- Topics: android, monitoring, remote-administrator-tool, spy
- Language: Java
- Size: 433 KB
- Stars: 249
- Watchers: 25
- Forks: 92
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# PhoneMonitor
A Remote Administration Tool for Android devices.
The Minimum SDK version for the app is API 15 and by its nature, the Target API level makes sense to be 21.
Instructions:
- Open the folder PhoneMonitor with Android Studio.
- Replace the XXXX strings with the relevant substitutes from AppSettings.java file.
- Build a signed APK.
- Modify the database parameters in helperfuncs.php file in the Webpanel folder.
- Upload the php files to your server.
- Create a MySQL database called 'phonemonitor' in your server.
- Register an account from the main page.
- Using phpMyAdmin provided by the server, modify the 'users' table to modify the value of 'Approved' column for the newly created account to 1
- Install the APK in the desired Android device.
Check the Wiki for more information.