Grayscale Filter
Grayscale Filter turns your screen black and white when you open a chosen app. Color is one of the main reasons apps feel exciting and hard to put down — removing it makes them feel dull in a helpful way.
Setting Up Shizuku
The Shizuku Permission Required card appears until you complete the setup below.
Shizuku is a free Android app that gives Curbox the special permission needed to apply the grayscale effect. Setting up Shizuku is a one-time process — once done, it works for all features that need it.
-
Install Shizuku Download Shizuku from the Play Store or from its GitHub releases page.
-
Activate Shizuku Open Shizuku and follow its setup instructions. If you are on Android 11 or higher, you can activate it using Wireless Debugging — no computer needed.
-
Grant permission to Curbox Open Curbox, tap Reducers, then tap Grayscale Filter. You will see a Shizuku Permission Required card. Tap Grant Permission and approve the popup.
Granting Permission Without Shizuku
If you prefer not to install Shizuku, you can grant the android.permission.WRITE_SECURE_SETTINGS permission directly using ADB (Android Debug Bridge) from a computer.
-
Enable Developer Options on your phone Go to Settings → About phone and tap Build number seven times until you see “You are now a developer.”
-
Enable USB Debugging Go to Settings → Developer options and turn on USB Debugging.
-
Connect your phone to a computer Use a USB cable to connect your Android device to your computer.
-
Install ADB on your computer If you don’t have ADB installed, download the Android SDK Platform Tools from the Android developer site and add it to your system PATH.
-
Verify the connection Open a terminal or command prompt and run:
adb devicesYour device should appear in the list. If prompted on your phone, tap Allow to authorize the connection.
-
Grant the permission Run the following command, replacing
com.curboxwith Curbox’s actual package name if different:adb shell pm grant neth.iecal.curbox android.permission.WRITE_SECURE_SETTINGS -
Verify in Curbox Open Curbox and navigate to Reducers → Grayscale Filter. The permission prompt should be gone and the feature should be ready to use.
Creating a Grayscale Group
Once Shizuku permission is granted, you can set up your groups.
-
Tap the + button The + button is in the bottom right corner of the Grayscale Filter Setup screen.
-
Name your group Type a name like “TikTok” or “Social Apps.”
-
Select apps Choose the apps that should switch to grayscale when opened.
-
Save Tap Done. The filter is active for those apps immediately.