Installation & Troubleshooting

User Guides

Everything you need to know about installing Pixel Prop and troubleshooting common issues.

Magisk

  1. 1 Open the Magisk App.
  2. 2 Navigate to the Modules tab.
  3. 3 Tap Install from Storage button.
  4. 4 Select the downloaded Pixel-Props.zip file.
  5. 5 Follow the installation prompts. If unsure of the options, press Volume Up to select the safe mode configuration.
  6. 6 Once finished, tap Reboot.

KernelSU

  1. 1 Open the KernelSU App.
  2. 2 Navigate to the Module tab.
  3. 3 Tap Install button.
  4. 4 Select the downloadedPixel-Props.zip file.
  5. 5 Follow the installation prompts. If unsure of the options, press Volume Up to select the safe mode configuration.
  6. 6 Once finished, tap Reboot.
Emergency

Bootloop Recovery

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

A

Custom Recovery (TWRP)

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

1. Boot into Custom Recovery.

2. Open File Manager.

# TWRP: Go to Advanced > File Manager.

# OrangeFox: Go to the Files tab and navigate up to the root directory.

3. Navigate to /data/adb/modules/

# Note: Verify the correct codename for your variant on the download page.

4. Locate the specific module folder (e.g., Frankel_Props or Frankel_beta_Props).

5. Long-press the folder and select Delete.

6. Reboot System.

B

ADB Command (PC Required)

Use this method if your recovery supports ADB but lacks a built-in file manager.

1. Reboot into Recovery Mode.

2. Navigate to Advanced > Enable ADB.

3. Verify the connection on your computer:

$ adb devices

4. Enter the shell and navigate to the modules directory:

$ adb shell

$ cd /data/adb/modules

5. List the folders to identify the correct module name (e.g., Frankel_Props or Frankel_beta_Props)

$ ls

6. Delete the module folder matching your installed variant.

$ rm -rf (folder_name)

6. Reboot System

$ adb reboot