Skip to content

Bug: Recents/Gestures broken (forced AOSP style), Gboard G-Logo patch failed, and Spoofing Engine broken [ERR] No injection found on Android 16 ColorOS #54

Description

@ink52499-dot

*(Note: I am using a translator and Gemini to write this issue, sorry if there are any mistakes!)*🥲

Device name: OnePlus 13 (PJZ110)
Rom name: ColorOS 16
Android version: 16 (SDK 36)
Pixelify version: v6.2-BETA

Bug Description:
I installed Pixelify Next v6.2-BETA on my OnePlus 13 running Android 16 (ColorOS 16). I am facing severe issue incompatibilities with Android 16 and KernelSU:

  1. System Animation & Gestures Broken (Forced AOSP Layout)
    Even though I explicitly selected "Volume Down (No)" for Pixel Launcher during setup, the script still broke the stock ColorOS 16 animation engine. The smooth stock icon-return animations, full-screen gestures, Recents view (Recent tasks), split-screen, and floating windows became completely frozen or downgraded to broken AOSP-style behaviors. Disabling the module instantly restores the stock ColorOS fluid animations.

  2. Gboard G-Logo Optimization Failed
    I selected "Volume Up (Yes)" for the G-Logo in Gboard, but the feature failed to take effect because the script could not patch the database or move files under Android 16.

  3. Module App Dashboard Error ("No injection found")
    After booting up, the Pixelify Next companion app shows serious engine failures. As shown in my attached screenshot (Screenshot_2026-07-01-13-36-10-42_bec4adb6b20c589d5040f3ab7aa12302.jpg):

  • The log console outputs: "[ERR] No injection found."
  • "Spoofing Engine" turns RED.
  • "Unlimited Storage" turns RED.
    It seems the background daemon or injection framework cannot hook properly on Android 16.But Google photos's unlimited backup does work.

Detailed Log Errors & Analysis:

Here are the critical errors extracted from my installation logs that caused the failure:

  1. Permission Denied for Core Binary (aapt)
    The script failed to execute its bundled aapt tool to read APK resources due to KernelSU mounting restrictions on Android 16:
    "sh: /data/adb/modules_update/PixelifyNext/customize.sh: line 570: /data/adb/modules_update/PixelifyNext/addon/aapt: Permission denied"
    This prevented the module from correctly generating configurations like pixelifyexperience.xml.

  2. SQLite3 Database Patch Failures (Flags/FlagOverrides Missing)
    Android 16 changed the GMS and Phenotype database structures, causing the module's database modification commands to fail repeatedly with:
    "Error: no such table: Flags"
    "Error: no such table: FlagOverrides"
    "sh: .../customize.sh: line 1185: db_edit_decoded: not found"
    This is why the Gboard exclusive features and G-Logo patching completely failed.

  3. Path/File Discrepancies on Android 16
    The script could not locate the shared preferences directory for Gboard on Android 16, throwing file missing errors:
    "cp: can't stat '/data/data/com.google.android.inputmethod.latin/shared_prefs/flag_value.xml': No such file or directory"

  4. Failed Clean-up and Script Execution
    At the end of the script, multiple rename/move commands failed, leaving conflicting system UI/Overlay files in the directory which broke the recent apps panel:
    "mv: can't rename '/data/adb/modules_update/PixelifyNext/module-uninstaller.prop': No such file or directory"

Please fix the compatibility for Android 16 - - [x] [ ] (SDK 36) and KernelSU. Thanks!Screenshot_2026-07-01-13-36-10-42_bec4adb6b20c589d5040f3ab7aa12302.jpg

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions