User Guides
Everything you need to know about installing Pixel Prop and troubleshooting common issues.
Magisk Install
- Open the Magisk App on your device.
- Tap on the Modules tab (puzzle piece icon) at the bottom right.
- Tap "Install from Storage" button.
-
Locate and select the downloaded
PixelProps.zipfile. - Wait for the flashing process to complete.
- Tap Reboot to apply changes.
KernelSU Install
- Open the KernelSU App.
- Navigate to the Modules tab (box icon).
- Tap the Install button.
-
Select the
PixelProps.zipfile from your file manager. - Confirm the installation prompt.
- Once finished, tap Reboot.
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