Back to projects
Apr 25, 2026
2 min read

Infinix Note 11 (X663) GSI Patch & Bootloader Unlocking

A custom project providing patched image files and documentation to safely install Generic System Images (GSI) on the Infinix Note 11.

This project focuses on advanced Android modding and reverse engineering to unlock the full potential of the Infinix Note 11 (X663) device. The primary objective was to facilitate the installation of Generic System Images (GSI) while bypassing vendor-specific bootloader restrictions.

To achieve a seamless custom ROM experience, the default bootloader mechanisms had to be patched. One of the significant hurdles in modern Android modding is dealing with persistent boot warnings (such as the “Orange State” warning) after unlocking the bootloader.

As part of this project, I successfully analyzed and modified the Little Kernel (lk.img). By reverse-engineering the bootloader flow, I was able to patch out the boot warning display sequence. The resulting lk-patched.img allows for a clean, warning-free boot experience on the device.

The complete repository includes:

  • Detailed instructions for safely flashing GSI ROMs on the X663 architecture.
  • The patched lk-patched.img to eliminate annoying boot state warnings.
  • Essential verified system partitions required for a stable boot.

This engagement showcases skills in embedded system analysis, reverse engineering of proprietary Android bootloaders, and developing robust documentation for the modding community.