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 moreThe 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.NotificationUtilIn method
isEmptySummarySearch for
Lcom/miui/utils/configs/MiuiConfigs;->IS_INTERNATIONAL_BUILD:ZThe result will be
sget vX, Lcom/miui/utils/configs/MiuiConfigs;->IS_INTERNATIONAL_BUILD:ZChange it To
const/4 vX, 0x1Credit: @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$4For Miui Go to this class
com.android.systemui.statusbar.policy.NetworkSpeedControllerSearch for
0xfa0Change it to
0x3e8Credit: @MMETMA2
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
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 usScreenshot 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
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 methodThis 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.apkScreenshot Credit: @MMETMA2
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_validateChange its value to
falseCredit: @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:
setGmsAppEnabledStateForCnIn this method, find
invoke-virtual {v0, vX}, Landroid/content/pm/PackageManager;->getApplicationEnabledSetting(Ljava/lang/String;)I move-result vYAfter it, change
if-eqto
if-neCredit: @nokiplays
