KhunHtetzNaing/ADB-OTG — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me an Android app called ADB OTG that lets someone run ADB commands without using a computer and without rooting their phone.

The main idea is simple, I plug one Android phone into another Android phone with an OTG cable, open the app, approve the USB connection, then type ADB commands and see the results on screen. Make the interface easy for a normal user, with a clear connection status, a command input box, a run button, and an output area like a small terminal. Include helpful messages if no device is connected or permission is denied.

Please make it a native Android project in Java, using whatever USB host and ADB handling is needed. Keep it practical and focused on the core feature, connecting to another Android device and sending ADB commands. If you need current Android USB or ADB details, look them up online and build it so it can run on real phones.

Want more depth? Deep Reverse