{"id":31353616,"url":"https://github.com/Magisk-Modules-Alt-Repo/disable-low-ram","last_synced_at":"2025-09-26T15:01:50.479Z","repository":{"id":300414646,"uuid":"806225230","full_name":"Magisk-Modules-Alt-Repo/disable-low-ram","owner":"Magisk-Modules-Alt-Repo","description":"Magisk module to disable Low-Ram flag on Android Go devices","archived":false,"fork":false,"pushed_at":"2025-06-21T14:25:41.000Z","size":14,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-21T15:28:36.961Z","etag":null,"topics":["android-go","low-ram","magisk","magisk-module","module"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Magisk-Modules-Alt-Repo.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.md","contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2024-05-26T18:08:32.000Z","updated_at":"2025-06-21T14:25:44.000Z","dependencies_parsed_at":"2025-06-21T15:28:53.308Z","dependency_job_id":"5a5548ce-b3be-4a8e-926e-1c25580cbac2","html_url":"https://github.com/Magisk-Modules-Alt-Repo/disable-low-ram","commit_stats":null,"previous_names":["magisk-modules-alt-repo/disable-low-ram"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Magisk-Modules-Alt-Repo/disable-low-ram","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Magisk-Modules-Alt-Repo%2Fdisable-low-ram","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Magisk-Modules-Alt-Repo%2Fdisable-low-ram/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Magisk-Modules-Alt-Repo%2Fdisable-low-ram/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Magisk-Modules-Alt-Repo%2Fdisable-low-ram/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Magisk-Modules-Alt-Repo","download_url":"https://codeload.github.com/Magisk-Modules-Alt-Repo/disable-low-ram/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Magisk-Modules-Alt-Repo%2Fdisable-low-ram/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":277095798,"owners_count":25760028,"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","status":"online","status_checked_at":"2025-09-26T02:00:09.010Z","response_time":78,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-go","low-ram","magisk","magisk-module","module"],"created_at":"2025-09-26T15:00:56.201Z","updated_at":"2025-09-26T15:01:50.471Z","avatar_url":"https://github.com/Magisk-Modules-Alt-Repo.png","language":"Shell","readme":"# Disable Low Ram Flag\n\n[![GitHub Release](https://img.shields.io/github/v/release/Magisk-Modules-Alt-Repo/disable-low-ram?label=Version)](https://github.com/Magisk-Modules-Alt-Repo/disable-low-ram) [![GitHub Release Date](https://img.shields.io/github/release-date/Magisk-Modules-Alt-Repo/disable-low-ram?label=Updated)](https://github.com/Magisk-Modules-Alt-Repo/disable-low-ram/releases) [![Minimum Magisk Version](https://img.shields.io/badge/minMagisk-20.4-00AF9C.svg?logo=Magisk)](https://github.com/Magisk-Modules-Alt-Repo/disable-low-ram?tab=readme-ov-file#requirements) [![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/Magisk-Modules-Alt-Repo/disable-low-ram/total?logo=DocuSign\u0026label=Downloads)](https://github.com/Magisk-Modules-Alt-Repo/disable-low-ram/releases/latest) [![GitHub License](https://img.shields.io/github/license/Magisk-Modules-Alt-Repo/disable-low-ram?logo=gnu\u0026label=License)](https://github.com/Magisk-Modules-Alt-Repo/disable-low-ram/blob/main/LICENSE)\n\nThis magisk module disable `ro.config.low_ram` flag on Android Go devices.\n\nLow-Ram flag is typically enabled on smartphones with less than 2 GB of RAM to reduce memory and space usage, [more](https://android.stackexchange.com/a/228854).\n\n## What it does\n\nThis module uses the magisk tool \"**resetprop**\" to modify Low-Ram property found in **vendor/build.prop** to:\n\n`ro.config.low_ram=false`\n\n## Requirements\n\n* Magisk **v20.4** or higher\n \n## Installation\n\n1. Open the Magisk App and select the **Modules** menu.\n3. Click **Install from storage** button and select this module's .zip file.\n4. Wait for the installation process to complete and click **Reboot**.\n\n## Credits\n\n- [Magisk](https://github.com/topjohnwu/Magisk)\n- [MMT-Extended](https://github.com/Zackptg5/MMT-Extended)\n\n## License\n\nThis module is licensed under the GNU General Public License v3.0. See the [LICENSE](https://github.com/Magisk-Modules-Alt-Repo/disable-low-ram/blob/main/LICENSE) file for more details.\n","funding_links":[],"categories":["🔧 System Modifications"],"sub_categories":["Root Hiding and Play Integrity"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMagisk-Modules-Alt-Repo%2Fdisable-low-ram","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FMagisk-Modules-Alt-Repo%2Fdisable-low-ram","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMagisk-Modules-Alt-Repo%2Fdisable-low-ram/lists"}