hexsecteam/PhoneSploit-Pro ? reverse-engineered prompt

Reverse engineered prompt

Build me a simple Python tool that helps me manage an Android phone over ADB from my computer.

I want one app that can connect to a device over USB or Wi Fi, show connected devices, open a shell, list apps and files, install or uninstall APKs, take screenshots, record the screen for a set time, send or download files, and reboot or power off the phone. It should also be able to pull useful phone info like battery status, device details, SMS, contacts, and call logs, and let me control the device with keycodes or mirror the screen.

If it makes sense, include a clean text menu so I can pick actions without typing commands. Keep it easy to run with Python 3.10 or newer, and look up current docs online if you need to. Make it work well on Linux first, but keep it usable on Windows too.