Troubleshooting
ADB pairing fails
Symptom: The app says "Pairing failed" or "Connection refused."
Solutions:
- Make sure Wireless debugging is enabled in Developer options
- Make sure you're pairing with the Pairing port, not the connection port — they are different
- Try disabling and re-enabling Wireless debugging
- Restart the app and try again
App says "No backend connected"
Symptom: The app opens but shows no ADB connection.
Solutions:
- Check that Wireless debugging is still enabled (some OEMs disable it on reboot)
- Re-pair using the setup wizard
- If you previously connected via USB, disconnect the cable and re-pair wirelessly
AI doesn't respond or gives wrong actions
Symptom: The AI seems stuck, repeats the same action, or ignores UI elements.
Solutions:
- Check your LLM configuration (Settings → LLM Provider) — verify the base URL and API key
- Try a different model — some models handle tool calling better than others
- See Supported Models for recommended models
Screenshots are black or blank
Symptom: The AI operates but the screenshots it sees are empty.
Solutions:
- Standard mode captures screenshots via Mirror VD + ImageReader — if the virtual display isn't running, restart the app
- Some apps use FLAG_SECURE which blocks screenshot capture in standard mode
- System App mode uses SurfaceControl which bypasses FLAG_SECURE
More Help
Open an issue on GitHub with your device model, Android version, and log output.