This magisk module disables the ro.config.low_ram flag on Android Go devices.
The low‑RAM flag is typically enabled on devices with less than 2GB of RAM to reduce memory and storage usage.
It causes the system to automatically disable features such as:
- Display over other apps
- and more.
When you try to use those features, the following message appears:
Feature not available
This feature has been turned off because it slows down your phone
The module uses the magisk tool resetprop to modify the low‑RAM property found in vendor/build.prop to:
ro.config.low_ram=false
- Rooted device
- Magisk v20.4 or higher
- Open the Magisk App and select the Modules menu.
- Click Install from storage button and select this module's
.zipfile. - Wait for the installation process to complete and click Reboot.
This module is licensed under the GNU General Public License v3.0. See the LICENSE file for more details.