MIUI 8.2 6.12.15


Do you like this MIUI version?


  • Total voters
    238
Status
Not open for further replies.
Why is RAM management so bad compared to multirom...?
I compare 8.1.1.0 Stable EU ROM and MultiRom and get only 800-1GB max free RAM, when I get minimum 1.1GB free on MR and max 1.4GB free on 2GB model.
 
  • Like
Reactions: M.M.B
Yes, in english language all fine, but need a russian.
Your ROM realy very good.
Indeed on my redmi note 3 se kate, the bug about force close of button settings option occurs in Italian language too and i have read in this thread of other languages affected such as german on rn3pro.
So i think it is an issue with multi language integration of the xiaomi eu rom rather than the translations themselves and it's a pity cause it is one of the most featuring options of this rom.

Xiaomi Redmi Note 3 Special Edition (Kate) via Tapatalk
 
  • Like
Reactions: Kolianiusus
Indeed on my redmi note 3 se kate, the bug about force close of button settings option occurs in Italian language too and i have read in this thread of other languages affected such as german on rn3pro.
So i think it is an issue with multi language integration of the xiaomi eu rom rather than the translations themselves and it's a pity cause it is one of the most featuring options of this rom.

Xiaomi Redmi Note 3 Special Edition (Kate) via Tapatalk
its caused by old italian translation.. fixed already all for next release...
 
Does anybody have problems with video recorder?
I can play only a few first seconds of any new video which was made on current firmware.
mi5, 6.12.x
 
i know free RAM is not useful, but it means it can store more in memory than on this EU rom, although I like it, because its only one that support my native language
More free RAM is not always best, maybe it use less RAM because it keeps cleaning it, so you have more free RAM but more battery consumption

Inviato dal mio MI 4S utilizzando Tapatalk
 
  • Like
Reactions: crazyhorsea29
Indeed on my redmi note 3 se kate, the bug about force close of button settings option occurs in Italian language too and i have read in this thread of other languages affected such as german on rn3pro.
So i think it is an issue with multi language integration of the xiaomi eu rom rather than the translations themselves and it's a pity cause it is one of the most featuring options of this rom.

Xiaomi Redmi Note 3 Special Edition (Kate) via Tapatalk
Works fine on Finnish translation so the problem is in old translation or so. :)
 
@ingbrzy
@RN3Pro
Multirom doing some trick with memory calculation.
/system/app/miuisystem/miuisystem.apk/miui/util/HardwareInfo.java

Original getFreeMemory() code:
public static long getFreeMemory()
{
long l1 = getAndroidCacheMemory();
long l2 = getTotalPhysicalMemory();
long l3 = getTotalMemory();
return (MiuiProcessUtil.getFreeMemory() / 1024L + l1) * (2L * l2 - l3) / l2 * 1024L;
}
An this how looks a some special street magic from MultiROM:
public static long getFreeMemory()
{
long l1 = getFreeMemory_source();
long l2 = getTotalPhysicalMemory();
long l3 = Math.round(l2 * 0.1D + l1);
if (l3 > l2) {
return l1;
}
return l3;
}

public static long getFreeMemory_source()
{
long l1 = getAndroidCacheMemory();
long l2 = getTotalPhysicalMemory();
long l3 = getTotalMemory();
return (MiuiProcessUtil.getFreeMemory() / 1024L + l1) * (2L * l2 - l3) / l2 * 1024L;
}
More free RAM in multiroms firmware - something of fake with adding 10%.
 
Last edited:
Status
Not open for further replies.

Similar threads

  • Locked
HyperOS 1.0 24.3.4
Replies
150
Views
42K
  • Locked
HyperOS 1.0 24.2.26
Replies
161
Views
49K
Replies
259
Views
66K