Name | Modified | Size | Downloads / Week |
---|---|---|---|
v250718 | 2025-07-18 | ||
v241121 | 2025-07-08 | ||
v250228 | 2025-07-08 | ||
v250305 | 2025-07-08 | ||
v250306 | 2025-07-08 | ||
v250309 | 2025-07-08 | ||
v250610 | 2025-07-08 | ||
v250708 | 2025-07-08 | ||
README.md | 2025-07-20 | 3.0 kB | |
Totals: 9 Items | 3.0 kB | 15 |
Pixel Build Prop - Komodo Spoof
Spoof your Android device as the Google Pixel 9 Pro XL.
This project allows you to modify your system properties (build.prop
) to mimic the Pixel 9 Pro XL (komodo/komodo_beta
) configuration.
Project Info
- Device model spoofed: Pixel 9 Pro XL
- Fingerprint:
google/komodo/komodo_beta
- Build: Based on latest publicly available Pixel firmware
- Type: System property (
build.prop
) override - Compatibility: Should work on most rooted Android 12+ devices or custom ROMs with Magisk
Structure
komodo-build-prop/ ├── module.prop ├── config.prop ├── system.prop ├── customize.sh ├── post-fs-data.sh ├── service.sh ├── uninstall.sh ├── util_functions.sh ├── gms_doze.sh ├── action.sh ├── *.sha256 ├── META-INF/ │ └── com/ │ └── google/ │ └── android/ │ ├── update-binary │ ├── updater-script │ ├── update-binary.sha256 │ └── updater-script.sha256 └── system/ └── product/ └── etc/ └── sysconfig/ ├── adaptivecharging.xml ├── google.xml ├── google_build.xml ├── google_fi.xml ├── nga.xml ├── quick_tap.xml ├── preinstalled_packages_pixel_experience_2017_and_newer.xml ├── preinstalled_packages_pixel_experience_2021_and_newer.xml ├── pixel_experience_2017.xml ├── pixel_experience_2018.xml ├── pixel_experience_2019.xml ├── pixel_experience_2019_midyear.xml ├── pixel_experience_2020.xml ├── pixel_experience_2020_midyear.xml ├── pixel_experience_2021.xml ├── pixel_experience_2021_midyear.xml ├── pixel_experience_2022.xml ├── pixel_experience_2022_midyear.xml ├── pixel_experience_2023.xml ├── pixel_experience_2023_midyear.xml ├── pixel_experience_2024.xml └── pixel_experience_2024_midyear.xml
Download
Grab the latest spoof pack from the Files tab or the Releases page.
Notes
- Do not mix with other spoofing modules unless you know what you're doing
- Source and changelogs available on GitHub
🧑💻 Maintainer
Generated by @Elcapitanoe Config by @0x11DFE