[MOD] Low-RAM Property Patcher for Android

Search This thread

AdrianDC

Recognized Developer
Dec 22, 2009
2,206
12,973
Île-de-France
adriandc.github.io
Code:
#include <std_disclaimer.h>
/*
 * Your warranty is now void.
 *
 * I am not responsible for bricked devices, dead SD cards,
 * thermonuclear war, or you getting fired because the alarm app failed. Please
 * do some research if you have any concerns about features included in this ROM
 * before flashing it! YOU are choosing to make these modifications, and if
 * you point the finger at me for messing up your device, I will laugh at you.
 */


About the project
Low-RAM Property Patcher is made to give Android Oreo users an easy control
over the low-ram property from the Go configuration, responsible for the UI changes of Go.

Its purpose is to simply enable or disable the low-ram property from the build.prop,
but also to retain this user decision through the ROM upgrades (new releases, OTA)...

Users just need to flash the patcher to enable or disable the low-ram property on their system,
and to ensure the future ROM upgrades will retain this choice, just like GApps thanks to backuptool.

Developers should get less requests to compile with or without Go just because one user
wants to have a feature (multitasking for example) re-enabled or to force low-ram changes.

The target system is Oreo, but the low-ram property was introduced since Android KitKat 4.4,
therefore it should work on other versions, unless the ROM developers (official Stock OEM, custom ROMs, ...)
did not validate the low-RAM UI changes (recent apps UI mostly) against the additions they made.

Features affected by the low-ram property: Flat recent / multitasking UI,
multi-users disabled, high-end graphics disabled, less recent apps cache,
multi-windows disabled, minor notification icons changes, less logger buffer sizes (devs),
no apps notifications access / zen access / VR listeners / picture in picture (PIP) accesses.​


Downloads (Custom / patched ROMs only)
android_lowram_[enabler/disabler].zip : Download from MEGA



Other related useful projects
Android Bootimage ADB Unsecure Patcher - http://xdaforums.com/-/-t3618558


Source code
Project sources: Standalone scripts built around backuptool​



Low-RAM Property Patcher created also thanks to :
- Everyone involved in testing it​


XDA:DevDB Information
Low-RAM Property Patcher, Tool/Utility for the Android General

Contributors
AdrianDC

Version Information
Status: No Longer Updated

Created 2018-01-18
Last Updated 2020-08-15
 

AdrianDC

Recognized Developer
Dec 22, 2009
2,206
12,973
Île-de-France
adriandc.github.io
Reserved

Changelog
Code:
Low-RAM Property Patcher - 18/01/2018
======================================
* Initial public release on XDA


Related Low-RAM UI differences
 

Attachments

  • photo_2018-01-19_08-02-58.jpg
    photo_2018-01-19_08-02-58.jpg
    81.1 KB · Views: 78,282
  • photo_2018-01-19_08-02-56.jpg
    photo_2018-01-19_08-02-56.jpg
    60.4 KB · Views: 76,547
  • photo_2018-01-19_00-12-11.jpg
    photo_2018-01-19_00-12-11.jpg
    84.3 KB · Views: 75,171
  • photo_2018-01-19_00-12-09.jpg
    photo_2018-01-19_00-12-09.jpg
    64.4 KB · Views: 71,817
Last edited:

AdrianDC

Recognized Developer
Dec 22, 2009
2,206
12,973
Île-de-France
adriandc.github.io
This only works for Oreo ROMs as SystemUI crashed when tried in Nougat ROMs.

It will work on Nougat or 4.4+ regardless, only if the ROM officials developers or the custom ROM maintainers ever tested the low-ram property UI changes or if it's barebone AOSP.

Sony for instance did not test it on their brand new Stock Oreo (tested on Xperia X Performance) and the recent apps UI crashes SystemUI as the specific UI was not adapted / tested with their additions. Clearly such devices were never meant to see the light of that property but it's an interesting fact.
 

joeyhuab

Recognized Developer
It will work on Nougat or 4.4+ regardless, only if the ROM officials developers or the custom ROM maintainers ever tested the low-ram property UI changes or if it's barebone AOSP.

Sony for instance did not test it on their brand new Stock Oreo (tested on Xperia X Performance) and the recent apps UI crashes SystemUI as the specific UI was not adapted / tested with their additions. Clearly such devices were never meant to see the light of that property but it's an interesting fact.
Thanks for the clarification. I guess the newer built custom ROMs have the UI changes available.

Sent from my Wileyfox Swift using XDA Labs
 

Top Liked Posts

  • There are no posts matching your filters.
  • 223
    Code:
    #include <std_disclaimer.h>
    /*
     * Your warranty is now void.
     *
     * I am not responsible for bricked devices, dead SD cards,
     * thermonuclear war, or you getting fired because the alarm app failed. Please
     * do some research if you have any concerns about features included in this ROM
     * before flashing it! YOU are choosing to make these modifications, and if
     * you point the finger at me for messing up your device, I will laugh at you.
     */


    About the project
    Low-RAM Property Patcher is made to give Android Oreo users an easy control
    over the low-ram property from the Go configuration, responsible for the UI changes of Go.

    Its purpose is to simply enable or disable the low-ram property from the build.prop,
    but also to retain this user decision through the ROM upgrades (new releases, OTA)...

    Users just need to flash the patcher to enable or disable the low-ram property on their system,
    and to ensure the future ROM upgrades will retain this choice, just like GApps thanks to backuptool.

    Developers should get less requests to compile with or without Go just because one user
    wants to have a feature (multitasking for example) re-enabled or to force low-ram changes.

    The target system is Oreo, but the low-ram property was introduced since Android KitKat 4.4,
    therefore it should work on other versions, unless the ROM developers (official Stock OEM, custom ROMs, ...)
    did not validate the low-RAM UI changes (recent apps UI mostly) against the additions they made.

    Features affected by the low-ram property: Flat recent / multitasking UI,
    multi-users disabled, high-end graphics disabled, less recent apps cache,
    multi-windows disabled, minor notification icons changes, less logger buffer sizes (devs),
    no apps notifications access / zen access / VR listeners / picture in picture (PIP) accesses.​


    Downloads (Custom / patched ROMs only)
    android_lowram_[enabler/disabler].zip : Download from MEGA



    Other related useful projects
    Android Bootimage ADB Unsecure Patcher - http://xdaforums.com/-/-t3618558


    Source code
    Project sources: Standalone scripts built around backuptool​



    Low-RAM Property Patcher created also thanks to :
    - Everyone involved in testing it​


    XDA:DevDB Information
    Low-RAM Property Patcher, Tool/Utility for the Android General

    Contributors
    AdrianDC

    Version Information
    Status: No Longer Updated

    Created 2018-01-18
    Last Updated 2020-08-15
    63
    Reserved

    Changelog
    Code:
    Low-RAM Property Patcher - 18/01/2018
    ======================================
    * Initial public release on XDA


    Related Low-RAM UI differences
    10
    This only works for Oreo ROMs as SystemUI crashed when tried in Nougat ROMs.

    It will work on Nougat or 4.4+ regardless, only if the ROM officials developers or the custom ROM maintainers ever tested the low-ram property UI changes or if it's barebone AOSP.

    Sony for instance did not test it on their brand new Stock Oreo (tested on Xperia X Performance) and the recent apps UI crashes SystemUI as the specific UI was not adapted / tested with their additions. Clearly such devices were never meant to see the light of that property but it's an interesting fact.
    10
    If any of you notice a new Go-Edition Google app after using this mod, don't forget to tip it to the XDA Portal! If you do and we make an article, you get a free month of XDA Ad-Free :)
    9
    I downloaded and tried to install the Zip file
    I got a Error: "Update process ended with signal: 4 "
    I am running AICP-12.1-N 7.1.2 as my ROM, but not rooted.
    Appreciate any ideas or suggestions

    i am succed and change /system/build.prop with permision 600 (--r-w-) edited line from ro.config.low_ram=false to ro.config.low_ram=true .
    so can not install android_lowram_enabler.zip in twrp 3.0.1 !?
    how fix problem and install ?
    ---------- Post added at 10:17 PM ---------- Previous post was at 10:15 PM ----------

    i am succed in and edit /system/ build.prop but not install !
    when installing in twrp show faild and see error signal 4 massage in log ...!?

    Same as beirei, I too have executing error. At least in TWRP 2.8.7.2, TWRP 3.2.1.-0 gives me signal 4 error.
    Wanted to try it with PAC-man 4.4.4.

    For anyone having the Signal 4 error on their devices. I have found and corrected the problem. Has to do with the updater-binary file and the META INF. Why this happens to some devices, not sure. See attached file to this post. Let me know if this works or not. Worked for my device that was facing this error.