Recently, a new exploit found in service miui.mqsas.IMQSNative that allows the execution of root commands.
I have tried to enable Advanced Texture using this method, and the option does show up in Setitngs.
service call miui.mqsas.IMQSNative 21 i32 1 s16 "setprop" i32 1 s16 "persist.sys.computility.cpulevel 6" s16 "/storage/emulated/0/log.txt" i32 600
service call miui.mqsas.IMQSNative 21 i32 1 s16 "setprop" i32 1 s16 "persist.sys.computility.gpulevel 6" s16 "/storage/emulated/0/log.txt" i32 600
service call miui.mqsas.IMQSNative 21 i32 1 s16 "setprop" i32 1 s16 "persist.sys.advanced_visual_release 3" s16 "/storage/emulated/0/log.txt" i32 600
service call miui.mqsas.IMQSNative 21 i32 1 s16 "setprop" i32 1 s16 "persist.sys.background_blur_supported true" s16 "/storage/emulated/0/log.txt" i32 600
service call miui.mqsas.IMQSNative 21 i32 1 s16 "setprop" i32 1 s16 "ctl.restart surfaceflinger" s16 "/storage/emulated/0/log.txt" i32 600\
However there is a visual bug:
My device is Redmi Note 13 Pro+ 5G/OS3.0.2.0 Global.
What are the additional commands to fix this ? I also ran #$start_basic and #$start_bluron in all.prop but not working.
Recently, a new exploit found in service
miui.mqsas.IMQSNativethat allows the execution of root commands.I have tried to enable Advanced Texture using this method, and the option does show up in Setitngs.
However there is a visual bug:
My device is Redmi Note 13 Pro+ 5G/OS3.0.2.0 Global.
What are the additional commands to fix this ? I also ran
#$start_basicand#$start_bluroninall.propbut not working.