You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You need to stop zram first, reset its value, then start it again with new value (this is what this patch do). However, UI still reports ZRAM as "disabled", apparently the app itself needs a fix.
The text was updated successfully, but these errors were encountered:
Did I not already to this in the script? I will add this when I get the time, but I actually want to remove most of the work from the script and have it be handled by the app itself. There is no reason for ZRAM to be handled by a startup script and the same goes for things like readahead and other things. I think the script should handle nothing more than handling the mount part as this needs to be done before the system boots. I just need to find a good way to have the app do all of the data transfers as this also should not be handled during boot, but instead during settings changes with a progressbar. But not sure that I will have time for this until after the summer.
The app however displays ZRAM status fine on my devices. But it would be great to have the RootFW library updated. The new version contains specific ZRAM/SWAP tools.
This is worked out nicely in Performance Control, but I prefer Mounts2SD more. Anyway, I'm really glad you haven't gave up on this project, I'm looking forward to further fixes and features. :)
Android 4.2.2, stock based (prestigio phone).
This is a quick fix for the script:
You need to stop zram first, reset its value, then start it again with new value (this is what this patch do). However, UI still reports ZRAM as "disabled", apparently the app itself needs a fix.
The text was updated successfully, but these errors were encountered: