Templar-Kernel-4.2-KSUN-LinuxStable-FIX.zip
22.2 MB
Templar-Kernel-4.2-KSUN-LinuxStable
Franco Kernel Manager_STRP-Unlocked-signed.apk
5.5 MB
for fps check
enables or disables CC animation
First find this method in your MIUI SystemUI Plugin
(Its usially in class
Change the whole method to
After doing ts all add this in your labs
thank @Eternal69q
First find this method in your MIUI SystemUI Plugin
"getLowEndAnim"(Its usially in class
MainPanelController$CompanionChange the whole method to
.method public final getLowEndAnim()Z
.registers 3
const-string v0, "los_disable_anim_cc"
const/4 v1, 0x1
invoke-static {v0, v1}, Landroid/preference/SettingsHelper;->getIntofSettings(Ljava/lang/String;I)I
move-result v0
if-eqz v0, :cond_b
const/4 v0, 0x1
return v0
:cond_b
const/4 v0, 0x0
return v0
.end methodAfter doing ts all add this in your labs
And done!<XMiuiCheckBoxPreference
android:noscript="Animation disabler"
android:key="los_disable_anim_cc"
android:summary="Enables or disables the cc animation"
android:defaultValue="true"
intent="my.settings.color_android.CHANGE" />
thank @Eternal69q
👍2