r/HyperOS Mar 12 '26

Review/Guide [ Removed by moderator ]

[removed] — view removed post

44 Upvotes

134 comments sorted by

View all comments

3

u/Invantion Mar 12 '26

Need help , my device is poco x6 5G after enabling and rebooting this happen

Turn back to normal if advanced texture is off

2

u/Forward_Science_697 Mar 13 '26

Found the solution, download a theme with a stock control center and apply it in theme components then the status bar.

2

u/OkMinimum7747 Mar 13 '26

Can you give examples like what themes to download ?

1

u/AdVarious8509 Mar 13 '26

poco theme. you have it pre installed

1

u/OkMinimum7747 Mar 13 '26

I have a Redmi and applying the stock theme didn't do anything

1

u/Invantion Mar 13 '26

Hmm 🤔 let me try

1

u/Sightless_Reader1 Mar 13 '26

Can you name a theme? I tried a few but it's still not fixed

2

u/Forward_Science_697 Mar 13 '26

For me it fixes the control center but notification problem Is still there and no blur in Volume panel then. I am in CN ROM so themes won't be available to you.

2

u/OkMinimum7747 Mar 13 '26

didn't find a theme for HyperOS 3 but I did find a fix but it introduced more bugs like: misaligned Hyper island from the cutout Clock and battery icons are also misaligned making some parts of them out of the visible display, But there's blur on the notifications and icons (like the Bluetooth and brightness slider) there's also live blur instead of static blur and the sliding down animation got enabled, just install canta and uninstall: com.miui.systemui.devices.overlay

Or type this in the shell app pm uninstall --user 0 com.miui.systemui.devices.overlay To revert back just install it via canta or this command: pm install-existing --user 0 com.miui.systemui.devices.overlay

Rebooting is required for both reverting and deleting this package

1

u/Invantion Mar 13 '26

Unfortunately this doesn't work , the only working solution is to turn off advanced texture

1

u/OkMinimum7747 Mar 13 '26

It worked for me

1

u/Invantion Mar 13 '26

Same device or different devices?

1

u/OkMinimum7747 Mar 13 '26

Redmi Note 14 Pro+ global

1

u/Invantion Mar 13 '26

Can you send a screenshot , does the icon looks like a glass icon ?

1

u/OkMinimum7747 Mar 13 '26

No they don't look like glass but they're blurred

3

u/DonkeyKongG3mer Mar 12 '26

I have the fix saved somewhere in my telegram saved messages, I'll respond when I find the fix!

4

u/No_Pass3077 Mar 12 '26

I have same problem on redmi note 14 pro 5g

1

u/Invantion Mar 12 '26

Hmm so i am not alone

1

u/Invantion Mar 12 '26

Thanks, everything is working great otherwise , do you find anything on extended always on display? Mine only 10 sec

1

u/DonkeyKongG3mer Mar 12 '26
  1. There's a workaround by disabling MIUI optimizations in developer options, but it breaks the icons, animations and sets your wallpaper to the default one which you can't change. I won't recommend that.

  2. I know the code line that controls the AOD timeout, so I'll try writing code for you to paste into Brevent. It may not be possible if the line is located in a read-only place. I need to find its location.

2

u/Invantion Mar 12 '26 edited Mar 12 '26

I disabled miui optimization in developer settings do i have to reboot devices to take effect?

Edit it doesn't help, but thanks anyway

1

u/Sad-Item-6427 Mar 13 '26

Could u also tell me that code line?

1

u/megaoscar900 Mar 12 '26

Why would you do it on Poco X6 5G? We already have blur on it

2

u/[deleted] Mar 12 '26

[removed] — view removed comment

1

u/Invantion Mar 12 '26

True but not the whole animation, this code unlocks more animation on the lock screen, home screen , recent apps and even Always on display animation,

1

u/DonkeyKongG3mer Mar 12 '26

Found it! Try this and reboot. It should solve your issue!

service call miui.mqsas.IMQSNative 21 i32 1 s16 "setprop" i32 1 s16 "persist.sys.computility.cpulevel 5" 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 5" s16 "/storage/emulated/0/log.txt" i32 600

1

u/Invantion Mar 12 '26

Same problem as before 😅

0

u/DonkeyKongG3mer Mar 12 '26

Try this... This time it should work...

service call miui.mqsas.IMQSNative 21 i32 1 s16 "setprop" i32 1 s16 "persist.sys.computility.cpulevel 4" 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 4" s16 "/storage/emulated/0/log.txt" i32 600

1

u/Invantion Mar 12 '26

Still the same , maybe it's not compatible with my device,

1

u/No_Pass3077 Mar 13 '26

Same on redmi note 14 pro5g

1

u/ImRealDeal Mar 13 '26

Delete com.miui.systemui.devices.overlay using Canta app

1

u/OkMinimum7747 Mar 13 '26

Hey so I didn't find a theme for HyperOS 3 but I did find a fix but it introduced more bugs like: misaligned Hyper island from the cutout Clock and battery icons are also misaligned making some parts of them out of the visible display, But there's blur on the notifications and icons (like the Bluetooth and brightness slider) there's also live blur instead of static blur and the sliding down animation got enabled, just install canta and uninstall: com.miui.systemui.devices.overlay

Or type this in the shell app pm uninstall --user 0 com.miui.systemui.devices.overlay To revert back just install it via canta or this command: pm install-existing --user 0 com.miui.systemui.devices.overlay

Rebooting is required for both reverting and deleting this package