Good afternoon!
I have just purchased brand new Samsung Galaxy Tab S8 (8GB RAM / 128 GB ROM with 5G), my device is out of box with Android 12 and One UI 4.1. I do not want to upgrade anything and want to keep Android 12 and One UI 4.1.
So my question would be regarding the Ram Plus. I know that with One UI 5.0 the Samsung Device Care have toggle to disable RAM plus. But I have One UI 4.1 and I do not have that toggle.
All I have are 2GB, 4GB, 6GB, 8GB options. 4GB was actiavted by default out of box.
I know that the best option for One UI 4.1 is setting RAM plus to 1GB as it forces ZRAM to lowest possible value of 2GB. As I searched all this thread, there is no possibility to fully disable the ZRAM unless if you made root. Setting Ram plus to 0GB would force ZRAM to 4GB.
So how can I add options of 1GB and 0GB to RAM plus with ADB commands not to rewriting the original (2GB, 4GB, 6GB, 8GB) values? I want to make look my RAM plus menu exactly as (0GB, 1GB, 2GB, 4GB, 6GB, 8GB).
Am I need to put those ADB commands below? I am not sure are they correct or not? (As I need GB option not MB, as some members are saying that I need to write them in MB format 1024 and not 1, as they say I would get 1MB not 1GB, so what is correct format (for 1GB is just 1 or 1024, and for 0GB is just 0?):
- adb shell settings put global ram_expand_size 0
- adb shell settings put global ram_expand_size 1
If i do these commands would be the original values of 2GB, 4GB, 6GB, 8GB be rewritten and menu would look like just (0GB and 1GB)? Or the right would be do this, below?
- adb shell settings put global ram_expand_size_list 0,1,2,4,6,8
In addition early tutorials here suggested to make final command, below. Am I need to do it or it's not needed?
- adb shell settings put global zram 0
Also If I will select 0GB, RAM plus would be deactivated, and ZRAM would be 4GB. But some users said that on One UI 4.1, after selecting 0GB they where not able to select other GB options as GB variants where grayed out. And they where not able to re-enable RAM plus again.
As personally I would like to have option to re-enable RAM plus in future again with out doing hard reset to ungray RAM plus menu.
I have not yet entered any of those commands as I don't want to make something incorrect and end up with infinite loop. And would like to hear you expert answers.
Thank you very much in advance for your replies! And appreciate your efforts in help!