{"id":13456603,"url":"https://github.com/oxygen-updater/build-props","last_synced_at":"2026-04-04T16:18:11.936Z","repository":{"id":42612533,"uuid":"246938809","full_name":"oxygen-updater/build-props","owner":"oxygen-updater","description":"Collection of `build.prop` files or `getprop` outputs of OnePlus devices","archived":false,"fork":false,"pushed_at":"2023-09-20T09:43:50.000Z","size":698,"stargazers_count":30,"open_issues_count":1,"forks_count":7,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-07-31T08:17:22.356Z","etag":null,"topics":["android","oneplus","oxygenos","properties"],"latest_commit_sha":null,"homepage":"https://oxygenupdater.com","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oxygen-updater.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"adhirajsinghchauhan","patreon":"oxygenupdater","custom":"paypal.me/adhirajsinghchauhan"}},"created_at":"2020-03-12T22:04:52.000Z","updated_at":"2024-07-28T11:31:06.000Z","dependencies_parsed_at":"2024-07-31T08:24:42.467Z","dependency_job_id":null,"html_url":"https://github.com/oxygen-updater/build-props","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oxygen-updater%2Fbuild-props","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oxygen-updater%2Fbuild-props/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oxygen-updater%2Fbuild-props/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oxygen-updater%2Fbuild-props/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oxygen-updater","download_url":"https://codeload.github.com/oxygen-updater/build-props/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221962420,"owners_count":16908336,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","oneplus","oxygenos","properties"],"created_at":"2024-07-31T08:01:24.775Z","updated_at":"2026-04-04T16:18:11.898Z","avatar_url":"https://github.com/oxygen-updater.png","language":null,"funding_links":["https://github.com/sponsors/adhirajsinghchauhan","https://patreon.com/oxygenupdater","paypal.me/adhirajsinghchauhan"],"categories":["miscellaneous"],"sub_categories":[],"readme":"# build-props\n\nThis repo is meant for keeping a track of `build.prop`, `oem_build.prop` files and `getprop` outputs of different OnePlus devices.  \nSome of these files were originally part of the [Android app repo](https://github.com/oxygen-updater/oxygen-updater) (and probably still are). We've separated them into their own repository, as it's easier to add/remove files if they're decoupled from the app's code.\n\n## File naming schemes\n\nFile names are usually taken from the `ro.rom.version` field, stripping out \"HydrogenOS\", \"OxygenOS\", or variants of the OS name. For devices running on the ColorOS-based OxygenOS (eg Nord 2, 10 Pro), `ro.build.display.id` is used.\nThe extension can either be `.prop` (for a `build.prop` or `oem_build.prop` file), or `.getprop` (for a `getprop` output), depending on what the file is.\n\n## Directory structure\n\n```java\n├── ...\n├──device-name\n│  ├──regional-variant\n│    ├──VERSION.BUILD_TAG.prop\n|    ├──VERSION.BUILD_TAG.oem_build.prop\n│    ├──VERSION.BUILD_TAG.getprop\n│    ├── ...\n│  ├── ...\n└── ...\n```\n\n**device-name**s are shortened forms: e.g. `op1`, `op6t`, `op7pro`  \n**regional-variant**s are either:\n\n* `eea`: EU\n* `india`: India\n* `intl`: International/Global\n* Carrier variants (e.g. `t-mobile`, `sprint-5g`)  \n  Generally, start with the carrier name, followed by any other differentiator (e.g. wireless technology (`5g`))\n\n## FAQ\n\n### How do we obtain these files?\n\n`build.prop`s and `oem_build.prop`s are usually extracted directly from the ZIP, or copied manually from a rooted device.\nThey are located in `/system` partition for devices running versions of OxygenOS that are not based on ColorOS codebase. `oem_build.prop` files are specific to OxygenOS 11.\nFor devices running on the ColorOS-based OxygenOS (meaning OxygenOS 11.3 and newer), the `build.prop` file is retrieved from `my_manifest` partition.\n\nA `getprop` output can be obtained either by:\n\n* Installing ADB, connecting the device, and running the `adb shell getprop \u003e filename.getprop`\n* Installing a terminal app from the Play Store, and running the `getprop \u003e filename.getprop` command within that app  \n  Note: depending on the app, you might have to manually copy-paste the entire output into a file, as some apps don't support writing files to internal storage. Besides, make sure you **remove the serial numbers, as it's PII**. Ctrl F for the following and remove the value of the output:\n  \n  * `serial`\n  * `iccid`\n  * `uid`\n  * `uuid`\n  * `imei`\n\nEither way, make sure you rename the file to match the appropriate [naming scheme](#file-naming-schemes).\n\n### I'm not an Oxygen Updater project team member. Can I add files too?\n\nAbsolutely! Just fork this project, make changes, and open a PR.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foxygen-updater%2Fbuild-props","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foxygen-updater%2Fbuild-props","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foxygen-updater%2Fbuild-props/lists"}