Reverse engineered prompt

GitHub

I want a simple Android companion app plus a small web server that I can use to monitor my own test phone with full consent. The server should run locally or on a basic host, let me set a Telegram bot token, chat ID, host, and port, and send me status updates and alerts in Telegram. The Android app should connect to my server URL, ask for permissions clearly, and only do normal device status features like app heartbeat, battery info, network state, and basic logs for troubleshooting. Please include an easy build flow so I can generate a release APK from Linux or WSL with a script, and keep the setup straightforward so I only need to fill in the server details and build it.

Make it clean and usable, not hidden or stealthy, and add simple instructions in the project so I can run the server, set the bot info, point the app at the server, build the APK, and test everything end to end. You can look up current docs if needed.

Have a live product UI? Try website reverse