unofficial LineageOS Android 13 GSI Firmware have Now been available for Infinix Note 12 2023 & You can download it from below. the ROM tested & working on this device.
Note:
- flash at own risk
- it will erase all your data Including Internal storage
Pre-Requirement:
- unlocked bootloader: Guide
Download Links:
- blank vbmeta & Product GSI: Download
- patched vbmeta file: Download
- Lineage OS Android 13 GSI: Download
How to Install Lineage OS on Infinix Note 12 2023:
- Download & extract Platform tools
- Install adb fastboot driver on your computer
- Download and Extract ROM file in Platform tools folder
- on Phone enable usb debugging and oem unlock from developer option
- turn Phone OFF, Press Volume down and power key until You see fastboot logo, then connect it to computer using usb cable
- open command window/cmd in platform tool folder
- send below code to check connected device
fastboot devices
- if no usb device then check usb driver or disconnect and reconnect device
- delete logical partition product
fastboot delete-logical-partition product
- disable android verified boot by sending a patched or blank vbmeta file (first move file to platform tool folder)
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
- flash ROM by sending below code
fastboot erase system fastboot flash system 'filename'
- replace ‘filename‘ with the correct ROM file name Like ‘fastboot flash system system-squeak-arm64-ab-vanilla.img‘
- format & Reboot
fastboot erase userdata fastboot reboot
Fixes and Solutions:
Audio jack permanent fix:
adb shell su setprop persist.sys.overlay.devinputjack true reboot