User Guides
Everything you need to know about installing Pixel Prop and troubleshooting common issues.
Magisk Install
- 1 Open the Magisk App on your device.
- 2 Tap on the Modules tab (puzzle piece icon) at the bottom right.
- 3 Tap "Install from Storage" button.
-
4
Locate and select the downloaded
PixelProps.zipfile. - 5 Follow the instructions provided.
- 6 Wait for flashing to complete, then tap Reboot.
KernelSU Install
- 1 Open the KernelSU App.
- 2 Navigate to the Modules tab (box icon).
- 3 Tap the Install button.
-
4
Select the
PixelProps.zipfile from your file manager. - 5 Follow the instructions provided.
- 6 Confirm installation and tap Reboot.
Bootloop Recovery
Stuck at the boot logo? Don't panic. Use one of the methods below to remove the module safely.
Safe Mode (Easiest)
Both Magisk and KernelSU automatically disable all modules when the device boots into Safe Mode.
- Force restart your device (Hold Power + Vol Down).
- When the boot logo appears, hold the Volume Down button until the system boots.
- Once in Safe Mode, open Magisk/KSU manager and remove the faulty module.
Custom Recovery (TWRP)
If you have a custom recovery installed, you can manually delete the module folder.
# Steps to follow:
1. Boot into Custom Recovery
2. Go to Advanced > File Manager
3. Navigate to: /data/adb/modules/
4. Find folder: Komodo_Props or Komodo_beta_Props
5. Delete the folder and Reboot System
ADB Command (PC Required)
Use this if you don't have a custom recovery but have USB Debugging enabled.
# Initialize ADB shell session
$ adb wait-for-device shell
# Access the modules directory
$ cd /data/adb/modules
# Force remove the module directory
$ rm -rf Komodo_Props
$ reboot