Skip to content

Instantly share code, notes, and snippets.

View SebaUbuntu's full-sized avatar
🇮🇹

Sebastiano Barezzi SebaUbuntu

🇮🇹
View GitHub Profile
@SebaUbuntu
SebaUbuntu / README.md
Last active December 26, 2022 22:05
QDCM validator for AOSP colors

QDCM validator for AOSP colors

  • Download the script
  • Run python3 qdcm_validator.py <qdcm calibration file> <platform>
@SebaUbuntu
SebaUbuntu / README.md
Last active May 29, 2024 12:38
Generate framework compatibility matrix from fqnames

Generate framework compatibility matrix from fqnames

  • Download these 2 files
  • Compile AOSP without fcm from stock and wait for check_vintf to error out
  • Delete Python prefix from all lines (e.g. checkvintf E 06-24 00:30:22 49120 49120 check_vintf.cpp:554])
  • Paste the result in fqnames.txt
  • Launch the script