en
Feedback
Mod Collection for MiUI/HyperOS

Mod Collection for MiUI/HyperOS

Open in Telegram

This is a public channel. We share what we saved in public groups and share what we know. Update: https://t.me/hyperosmodcollection Chat: https://t.me/hyperosmodcollectionchat Paypal: https://www.paypal.me/AnhDzVN BIDV: PHAN VAN ANH 67210001283608

Show more
The country is not specifiedTechnologies & Applications20 964
No data
Subscribers
-124 hours
+97 days
+2330 days
Posts Archive
Small confession 1. Many things have been shared. I hope that no one is lazy to explore and create new things. 2. Creating new things is what modders need to do. If you only copy and paste, you are a Kanger. 3. It's also important to add credit before you release anything. It means you respect other people's efforts and respect your own.

Fix Whatsapp call notification in CN ROM In Systemui class
com.android.systemui.statusbar.notification.NotificationUtil
In method
isEmptySummary
Search for
Lcom/miui/utils/configs/MiuiConfigs;->IS_INTERNATIONAL_BUILD:Z
The result will be
sget vX, Lcom/miui/utils/configs/MiuiConfigs;->IS_INTERNATIONAL_BUILD:Z
Change it To
const/4 vX, 0x1
Credit: @MMETMA2

Change Network Speed indicator refresh rate from 4 seconds to 1 second Support: Miui/HyperOS Android: Tested on Miui 14 A13 and HyperOS A14 ====================== For HyperOS go to this class
com.android.systemui.statusbar.policy.NetworkSpeedController$4
For Miui Go to this class
com.android.systemui.statusbar.policy.NetworkSpeedController
Search for
0xfa0
Change it to
0x3e8
Credit: @MMETMA2

Enabling filter animations without changing devicelevellist In MiWallpaper.apk (/product/app/WallpaperT) In class
/com/miui/MiWallpaper/manager/wallpaperservicecontroller
Find
ShouldDoGlassAnim
Change
:cond_c const/4 p0, 0x0
To
:cond_c const/4 p0, 0x1
Video of animation: Here Credit: @Freast66

transform_config_fixed_v1.xml0.01 KB

Fix app close animation and icon size on miui when you use hyper launcher Rom: Miui In
/product/media/theme/default/icons
or
/system/media/theme/default/
Replace transform_config.xml by this file, don't forget to rename it. Fixed by @Hiends29

How to hide icon on task view when you use blur app previews on launcher In MiuiHome.apk In /res/drawable/task_view_blur_icon
How to hide icon on task view when you use blur app previews on launcher In MiuiHome.apk In /res/drawable/task_view_blur_icon.xml Change
android:fillAlpha="0.4"
to
android:fillAlpha="0.0"
Credit: @vawnanh2801

HyperLauncher_v8.2.apk18.78 MB

Hyper launcher Mod v8.2 Rom: Miui/HyperOS Android: 12, 13 (recommended) 14 (not recommended) Region: all
There is no crash... on a12, a13. It is not smooth on a14. U can try it on android 11. Codes from Xiaomi.eu launcher, Sipollo launcher and Kronos launcher. And many testers helped us
Screenshot and File Give credit if u use it in your rom
@vawnanh2801 @LKHZV Sipollo launcher Xiaomi.eu Kronos Mods

A guide to make a simple Magisk Module that puts files into system. 🔲 Module template 🔳 MT Manager Credit : @MMETMA

Module template.zip0.05 KB

Auto clean speakers ROM: Only tested on HyperOS, should work on MIUI Android: Only tested on Android 14, should work on any Region: Only tested on China, should work on any In Settings.apk In class com/android/settings/utils/SettingsFeatures Replace method:
.method public static isSupportSpeakerAutoClean(Landroid/content/Context;)Z .registers 1 const/4 v0, 0x1 return v0 .end method
This enables an option called Clean Speakers in Additional Settings that plays an audio at high frequency to get dust out of your speakers. Credit: @nokiplays

Multi-languages on CN rom Rom: Hyper/Miui Android: 13+ Region: China Screenshot https://github.com/AndroPlus-org/magisk-module-miui-cn2global https://t.me/Anggara_Mod_Channel/26 If u know another module, tell us to pin it U can try mi video, gallery editor, extra photo (bokeh) from global rom

Make the interface have rounded corners Rom: MIUI Android: only tested on 13 Region: All Put this apk into /product/overlay (recommended) or vendor/overlay:
Radius.apk
Screenshot Credit: @MMETMA2

Overlay

Try this: framework-res.apk x.xdp x.xdp x.xdp x.xdp x.xdp x.xdp x. xdp x.xdp x.xdp x.xdp x.xdp x.xdp x.xdp x.xdp x.xdp x.xdp x.xdp x.xdp x. xdp x.xdp x.xdp x.xdp x.xdp x.xdp

Enable cool sliding HyperOS Logo Sliding Animation in Setup Rom: HyperOS Android: Only tested on 14, should work on 13 Region: Only tested on China, should work on all In Provision.apk (Should be in /system_ext/priv-app/Provision) In class com/android.provision/Utils Replace method:
.method public static isDeviceSupportLogoAnim()Z .registers 1 const/4 v0, 0x1 return v0 .end method
(Note: This is just first time boot when entering setup - not boot animation) Credit: @nokiplays

Disable OTA Update on your rom by default Rom: Miui/Hyper Android: All Region: All In
/product/etc/device_features/
or
/system_ext/etc/device_features/
There are some .xml files, their name are codenames of your phone In them, search
support_ota_validate
Change its value to
false
Credit: @vawnanh2801

How to enable Google Play Services by default on China Rom Rom: HyperOS, it should work on MIUI Android: 14, it should work on other android versions Region: China In Provision.apk In class com/android/provision/Utils, search this method:
setGmsAppEnabledStateForCn
In this method, find
invoke-virtual {v0, vX}, Landroid/content/pm/PackageManager;->getApplicationEnabledSetting(Ljava/lang/String;)I move-result vY
After it, change
if-eq
to
if-ne
Credit: @nokiplays