A one-tap Quick Settings tile for toggling Wi-Fi monitor mode on rooted Android.
- Android 12 or newer
- Rooted device with a working
su nexutilavailable on$PATH
git clone https://github.com/itsmelsec/Quickmon.git
cd Quickmon
./gradlew assembleDebugThe APK lands at app/build/outputs/apk/debug/app-debug.apk.
adb install -r app/build/outputs/apk/debug/app-debug.apkThen open Quick Settings, edit, and drag the Monitor tile into the active row. First tap will trigger your root manager's permission prompt.
Made by @itsmelsec
