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 starts automatically and takes you to Wireless debugging
- On the Wireless debugging screen, tap Pair device with pairing code
- A system dialog shows a 6-digit pairing code
- Pull down the notification shade, tap Enter pairing code on the OpenCyvis notification, and type the 6-digit code
- Once paired, the app connects automatically
Notification on Chinese ROMs — Some Chinese OEMs (MIUI, ColorOS, OriginOS) suppress notification banners by default or hide them below other notifications. If the notification doesn't appear as a banner, pull the shade all the way down and scroll to find the OpenCyvis notification. On MIUI, you may also need to switch notification style to "Android style" in system settings.
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 / OnePlus / 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.