Standard Mode
Standard mode is the recommended install method. No root, no computer, no custom ROM.
How It Works
OpenCyvis uses ADB wireless debugging to obtain the same privileges as a system app. The app connects to adbd on your own device via TCP — nothing leaves your phone.
Setup Walkthrough
Step 1: Enable Developer Options
- Open Settings → About phone
- Tap Build number 7 times
- You'll see "You are now a developer"
Step 2: Enable Wireless Debugging
- Go to Settings → System → Developer options → Wireless debugging
- Turn it On
- Accept the permission dialog
Step 3: Pair with OpenCyvis
- Open OpenCyvis, the setup wizard will start automatically
- The app shows you a pairing code
- On your phone, tap Pair device in the Wireless Debugging screen
- Enter the pairing code from the app
- Once paired, the app connects automatically
Step 4: Grant Permissions
The app will prompt you to grant necessary permissions:
- Accessibility Service — for reading UI elements
- Notifications — for task status
- Overlay — for the floating control panel
OEM-Specific Paths
Different manufacturers place wireless debugging in different locations:
Xiaomi / MIUI / HyperOS
Settings → Additional settings → Developer options → Wireless debugging
If you don't see it, make sure MIUI Optimization is disabled in Developer options.
OPPO / ColorOS
Settings → About device → Version → Build number (tap 7x)
Then: Settings → About device → Developer options → Wireless debugging
vivo / OriginOS
Settings → System management → Developer options → Wireless debugging
Huawei / HarmonyOS
HarmonyOS does not support ADB wireless debugging on all devices. If unavailable, you'll need to pair via USB first. Connect to a computer and run:
adb tcpip 5555
adb connect <phone-ip>:5555Then open OpenCyvis — it will detect the existing ADB connection.
Troubleshooting
See Troubleshooting for common issues.