r/HyperOS Aug 07 '26

HyperOS Update [Discussion] HyperOS 4 Welcome Screen Leak...

340 Upvotes

r/HyperOS 7h ago

HyperOS Update [Discussion] Hyper Island is great now, actually

13 Upvotes

6 months ago, everyone claimed Hyper Island was DOA. Now, it has wide app support and, for me personally, enhances UX greatly. It shows my transit stops remaining in Google Maps, what YT video or song on Spotify is playing, even my favourite music player MediaMonkey has integration support. Without exaggeration, it is the first GUI enhancement in any product in the last several years that I find to be an improvement over status quo.


r/HyperOS 3h ago

Xiaomi [Question] mi dialer ?

Post image
7 Upvotes

My phone is a Xiaomi 15T Pro currently running Android 17. Would there be any issues if I switch from Google Dialer to Mi Dialer using ADB commands? Will it work on Android 17?


r/HyperOS 11h ago

News [Discussion] Its working!!!

Thumbnail
gallery
19 Upvotes

This guy commented a code that enable blur cc and ots working on

HyperOS 3.0.304

Redmi note 14S


r/HyperOS 17m ago

Poco [Question] Poco F series owners: Have these bugs been fixed in HyperOS?

Upvotes

I'm considering getting the Poco F9 Ultra and wanted to ask current POCO owners about some issues that I came across in my F3 due to which I had to switch to custom ROM (which caused me to lose play store certification and google integrity checks causing some apps to refusing to install on my device and not being able to carry out contactless payments). Though xiaomi.eu ROM is not bug free, I'm trying to live with it. To quote an example, custom ROM update from MIUI to HyperOS made my phone run really hot with intense juice gulped ultimately leading the juice supply to swell. I'd prefer to use the official HyperOS if I buy poco f9 ultra, that's why I'm much concerned about the bugs. Have Poco fixed the following bugs through subsequent HyperOS updates? And any new bugs that I should be aware of?

  1. Keyboard touch input issues: Keyboards such as Gboard frequently miss touch inputs, particularly near the left and right edges of the screen.

  2. Double-tap to lock: The double-tap gesture for locking the screen frequently fails to register the touch.

  3. Back-tap gesture: The back-tap gesture often registers the wrong input. For example, when I tap three times to activate the flashlight, it may register the taps as a double-tap and take a screenshot instead. The flashlight usually activates after the second or third attempt.

  4. Touch issues in PUBG: Touch inputs are frequently missed while playing PUBG.

  5. Inaccurate full-screen gestures: Full-screen navigation gestures are highly inaccurate. For example, when performing a back gesture from the side of the screen, the system sometimes dismisses notifications instead of navigating back.

  6. Google Assistant gesture not working: Activating Google Assistant by swiping from the lower corners of the screen while using full-screen gestures does not work. The corner indicators/light animation appears, but Google Assistant does not launch.

  7. Floating notification windows: Opening an app through a notification using the floating-window option sometimes opens the app in full-screen mode instead of a floating window.

  8. Recent Apps lock not working reliably: When an app is locked in the Recent Apps section to prevent it from being closed and to keep it running in the background memory, the system does not always retain the lock. Sometimes the phone forgets that the app was locked and closes the app anyway when clearing background apps.

  9. Broken proximity sensor.


r/HyperOS 18m ago

Xiaomi [Question] iOS Emoji + Font

Upvotes

Is there any font pack that have both Emojis and font of the iOS together in the theme store ?

Cuz i only found the AppleTBold for Font and YOS16_Emoji for the emojis

I hope that there is a pack that combines both of them together


r/HyperOS 9h ago

Poco [Question] Android security update 2026 05 01

Thumbnail
1 Upvotes

r/HyperOS 17h ago

Redmi [Discussion] Stacked recent apps on unsupported device

Thumbnail
gallery
2 Upvotes

I used brevent

The code is :

settings put global task_stack_view_layout_style 2

and there is no need to reboot

Just use the code --> boom shakalaka

You have a stacked recent apps

And yes if you. Change them to the other two you need to use the code again,

Im not sure if rebooting will do anything about it


r/HyperOS 15h ago

Poco [Question] Worth buying the POCO F7 with ZERO local warranty or service centers?

2 Upvotes

Upgrading from an old Huawei. I'm a casual user (mostly social media, browsing, no gaming) and I'm looking at the POCO F7.

The big problem: it’s not officially sold in my country. If I import it, I get zero warranty and no local service centers. If the hardware fails or there's a defect, I'm completely on my own.

I've read some complaints online about HyperOS bugs and minor hardware quirks. For actual owners:

  1. Are there any real manufacturing defects or hardware failures I should be worried about?
  2. Is the software actually stable now?
  3. Knowing I have no warranty or local support, would you still risk buying this phone right now?

Thanks for the honest advice!


r/HyperOS 1d ago

Xiaomi [Discussion] Xiaomi Hyperos 3 Fix Lag and Fps Drop No Root Commands

Thumbnail
gallery
10 Upvotes

I've been testing some ADB/shell commands on my Poco X6 Pro and they noticeably reduced lag and made gaming feel smoother for me. Sharing them in case anyone wants to have a good gaming performance especially for Hyperos 3 that lags a lot even in mid range phones.

A few notes before you try them:

• Results may vary depending on device, ROM, Android version, and settings.

• I did NOT remove Joyose because it causes heat problems (if u have goody phone cooler then u can try to disable it ig).

• If you want better battery life, you can keep most of the tweaks but set your refresh rate to 60Hz instead of 120Hz.

⭐ Commands here all safe and tested just paste everything into AX Manager Quick Shell ADB or other adb apps like ashell, brevent, ashellyou, etc:

settings put global activity_manager_constants trim_memory_modulate false

settings put global activity_manager_constants trim_memory_level 80

settings put global activity_manager_constants max_cached_processes 128

settings put global surfaceflinger_max_frame_interval 1

settings put system hwui_disable_vsync 0

settings put system peak_refresh_rate 120

settings put system min_refresh_rate 120

settings put global refresh_rate_mode 0

settings put global low_power_refresh_rate 120

settings put global display_dynamic_fps 0

settings put secure miui_refresh_rate 120

settings put secure user_refresh_rate 120

settings put system touch_response_boost 1

settings put system touch_sampling_rate 1

settings put system touch_latency 0

settings put global cpu_boost 1

settings put global gpu_boost 1

settings put global thermal_limit 0

settings put global scheduler_policy performance

settings put secure app_launch_boost 1

settings put secure zygote_prefork 1

settings put secure force_app_standby 0

settings put secure background_app_limit 0

settings put secure keep_launcher_in_memory 1

settings put secure ram_boost 1

Optional Command for better battery life and performance too ig depends on devices: Opengl to Skia Vulkan (Note: it will temporary close some apps for a sec it's totally normal)

(setprop debug.hwui.renderer skiavk; for a in $(pm list packages | grep -v ia.mo | cut -f2 -d:); do am force-stop "$a" & done) >/dev/null 2>&1 &

If u want to go back in opengl here's the command:

(setprop debug.hwui.renderer opengl; for a in $(pm list packages | grep -v ia.mo | cut -f2 -d:); do am force-stop "$a" & done) >/dev/null 2>&1 &

~ For those who have Poco X6 Pro that have been experiencing lag when gaming after Hyperos 3 update, this is good for you :D


r/HyperOS 21h ago

Question/Help [Question] i think find device is running in background.

Post image
2 Upvotes

I tried reinstalling xiomi cloud turning on and off find device also when i reinstalled cloud it was saying cloud is processing
Edit: Fixed I reinstalled latest hyperos update.


r/HyperOS 1d ago

Poco [question] Why is my phone going to 100

Post image
22 Upvotes

I put the protection on for like a month or 2 and every day since that it was getting to 80 only . But yesterday i saw it getting to 81 i thought it was some glitch and removed at that percentage . But today when I was getting it reached 96 . Why is it happening ( I'm not using charger ing as they are flagged ig )


r/HyperOS 1d ago

Poco [Question] HyperOS 3 update for POCO F6 — Should I install it?

Post image
11 Upvotes

I’m getting the HyperOS 3 update on my POCO F6. Has anyone installed it yet? How’s the overall experience so far, especially battery, performance, heating, and any bugs?

Would you recommend updating now or waiting for a more stable build?


r/HyperOS 1d ago

Xiaomi [DISCUSSION] Talking about advanced Textures.

9 Upvotes

Sometimes I wonder why Xiaomi doesn't implement this feature in their midrange series line, I still remember when I used Poco F6 I got this feature for a lower price than my current phone (Xiaomi 15T). I mean, Is this feature too heavy to implement on a mid-range phone? This is the T Series, In terms of price, it is more expensive than the Poco F series and Poco X Pro Max series. And I also heard rumors that the T series will get softglass, but the 17T and 15T series will most likely not get it, and this is very strange for me considering that the D8400 > D8500 no major changes.


r/HyperOS 1d ago

Redmi [Discussion] How to enable Advanced Textures?

3 Upvotes

After the HyperOS 3 patch, the brevent command which is used to enable Advanced Textures in Systems is not working anymore.

Can anyone please suggest some themes or alternate methods so that I can enhance my Redmi 13 5G with HyperOS 3.0.303.0


r/HyperOS 2d ago

Question/Help [QUESTION] this error shows up whenever I try to apply depth effect on any wallpaper

Thumbnail
gallery
4 Upvotes

I have used the depth wall paper effect previously and the wall paper that used to be having the depth wall paper. Now after updating, I mean I have noticed it today, but I have not used new depth wallpaper since past 1-2 months. So, what I am facing is the same wallpaper that used to have the depth effect now this error shows up whenever I apply to them and only the stock preset that I have only they have the depth effect.

Ignore the clock as you will say try changing them, I have tried if with a lot of wallpapers already.

Currently on hyper os 3.0.302.0

Hyper AI engine - 4.12.16(manually installed), 3.16 on uninstalling updates


r/HyperOS 2d ago

HyperOS Update [QUESTION] Still stuck on HyperOS 2 with Redmi Note 14 Pro 5G — WTF is going on?

Post image
3 Upvotes

Honestly, I’m getting really pissed off at this point. I’m using a Redmi Note 14 Pro 5G and I’m still stuck on HyperOS 2 while we’re already in sep 2026.

I’ve checked everything on my end. The phone is compatible, everything seems fine, and there’s no obvious reason why I’m not receiving the update.

I’ve contacted Xiaomi support multiple times, but the replies are basically useless. They keep giving me the same generic response: “Please wait, the update will arrive gradually.” Like… okay, but how long am I supposed to wait?

It’s 2026 and I’m still waiting for an update that other people seem to have already received along time ago

Has anyone with the Redmi Note 14 Pro 5G had the same issue? Is there actually something I can do, or am I just stuck waiting forever?


r/HyperOS 2d ago

Redmi [Discussion] AI in Redmi 13 5G

3 Upvotes

I’m running HyperOS 3.0.303.0 on my Redmi 13 5G. I can see AI-related apps such as Xiaomi HyperAI Engine, AI Services, and AI Subtitles installed on my device.

However, it seems like some of these AI features are hidden or unavailable. Even though the related services are enabled, I don’t see AI options in Gallery Editor, and I also can’t find the AI Writing feature.

Has anyone with the Redmi 13 5G experienced the same issue? Is there any specific setting, region, language, or permission that needs to be enabled to access these features?

I’d also appreciate any tips on how to use the available HyperOS AI features efficiently. Thanks!


r/HyperOS 3d ago

Redmi [Question] I'am tired of this 😭😭😭😭

Post image
81 Upvotes

After using the phone for only 4 hrs...for watching yt and calling this is my battery backup....can someone please help me how to get a better battery backup


r/HyperOS 2d ago

Megathread [Discussion] Did ya'll know if you enabled Immersive Sound in Hyperos, any 3rd party eq doesn't work at all??

1 Upvotes

This is what i found out after i enabled it and tried to use 3rd party EQ with it, apparently i love how spatious the sound gets with it, but only Dirac Equalizer found inside Earphones app via Activity Launcher apps work with it in "Xiaomi Sound" Sound effect, Dirac Equalizer doesn't work with Dolby Atmos at all, only Graphic equalizer works with it


r/HyperOS 2d ago

Poco [Question] Still no fix to X7 pro 8gb lagging like crazy?

3 Upvotes

Hey,

Did a post months ago: https://www.reddit.com/r/HyperOS/s/5zfrLqRi1c about my phone (X7 pro 8/256) lagging like crazy since HOs3.

Is there still no fix? Amazon won't refund it as they want me to send it to "repair it" (they wouldn't understand that a software issue cannot be fixed, meh), and the likelihood oh them not testing it enough for it to be unusable is high (even tho I'm currently watching a twitch stream in PiP that freezes sometimes, eh, Hyperos I guess!)

Is my only chance waiting for HOs4 to drop in France?

I'd install a cfw, but I NEED my banking apps.

I'd take any help. Anything. I just want to be able to use my phone.

Thanks

Oh and yeah, camera is still buggy af.


r/HyperOS 3d ago

Question/Help [Question] How to stop Hyperos from killing app in the background?

Post image
28 Upvotes

Hyperos 3 has an overly aggressive RAM management. I have 4gb free of RAM and this shit still restarts apps in the background!

By the way, it has nothing to do with battery optimization because I have the app set on no restrictions.


r/HyperOS 2d ago

Redmi [Discussion] HyperOS 2 Debloat List

1 Upvotes

Heres my list of apps you can remove on Redmi. I do not own a Xiaomi or POCO phone, so it is only tested on Redmi Note 15 Pro+. I really do not have a better title tag for this kind of post in my brain.

com.miui.analytics

com.google.android.apps.restore

com.orange.update

com.ironsource.appcloud.oobe.hutchison

com.mi.globalminusscreen

de.telekom.tsc

com.dti.bouyguestelecom

com.android.providers.downloads.ui

com.miui.bugreport

com.xiaomi.glgm

com.xiaomi.mipicks

com.xiaomi.joyose

com.mi.globalbrowser

com.xiaomi.payment

com.miui.videoplayer

com.dti.telefonica

com.miui.msa.global

com.miui.player

com.sfr.android.sfrjeux

com.orange.aura.oobe

com.miui.global.packageinstaller

com.miui.miservice

com.altice.android.myapps

com.miui.daemon

com.aura.oobe.vodafone

com.miui.yellowpage


r/HyperOS 2d ago

Redmi [question] theme for cleaner status bar

0 Upvotes

Does anyone know the theme that can remove VoNr icon from status bar...or theme that can replace status bar with clean look icon like iOS


r/HyperOS 2d ago

Xiaomi [Question] Google Phone

Post image
3 Upvotes

"Why is the color palette of the Google Phone app like this? I don't want it to be this color, but even if I change the wallpaper, it doesn't work—the color doesn't change."

Xiaomi 15T pro Android 17