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.zip file.
  5. Wait for the flashing process to complete.
  6. Tap Reboot to apply changes.

KernelSU Install

  1. Open the KernelSU App.
  2. Navigate to the Modules tab (box icon).
  3. Tap the Install button.
  4. Select the PixelProps.zip file from your file manager.
  5. Confirm the installation prompt.
  6. Once finished, tap Reboot.
Troubleshooting

Bootloop Recovery

Stuck at the boot logo? Don't panic. Use one of the methods below to remove the module.

1 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.

2 Recovery (TWRP / OrangeFox)

If you have a custom recovery installed, you can manually delete the module folder.

1. Boot into Custom Recovery.

2. Go to Advanced > File Manager.

3. Navigate to: /data/adb/modules/

4. Find the folder named PixelProp (or similar).

5. Delete the folder and Reboot System.

3 ADB Command (PC Required)

Use this if you don't have a custom recovery but have USB Debugging enabled.

# Connect phone to PC

$ adb wait-for-device shell

# Navigate to modules directory

$ cd /data/adb/modules

# Find and delete module folder

$ rm -rf modulename

$ reboot