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
Repost from MIUI / MemeUİ Module Hub
Remove player cover gray background
Then open the System Ui plugin > search media_session_view.xml
Open Settings APK, then > res > search xml > media_session_view.xml
Search this code :
android:foreground="@7F081027"And remove Do not erase for coloring differently Just:
android:foreground="@hexx"Add the hex code for the color you want where it says hexx (random hex code will probably cause a crash) Credit: @miuimodulehub // @BdrcnAYYDIN
Advanced registered networks method
Show password and share as QR code
Open Settings APK, then > res > search xml > open XML wifi.configure_settings.xml
Search this code :
<com.android.settingslib.miuisettings.preference.Preference android:persistent="false" android:title="@string/saved_wifi" android:key="saved_wifi" android:fragment="com.android.settings.wifi.MiuiSavedAccessPointsWifiSettings" />Then Replace with this code;
<com.android.settingslib.miuisettings.preference.ValuePreference android:title="@string/saved_wifi" android:key="saved_wifi"> <intent android:targetPackage="com.android.settings" android:action="android.intent.action.MAIN" android:targetClass="com.android.settings.Settings$SavedAccessPointsSettingsActivity" /> </com.android.settingslib.miuisettings.preference.ValuePreference>Credit: @miuimodulehub // @BdrcnAYYDIN
Remove player cover gray background
Then open the System Ui plugin > search media_session_view.xml
Open Settings APK, then > res > search xml > media_session_view.xml
Search this code :
android:foreground="@7F081027"
And remove
Do not erase for coloring differently
Just:
android:foreground="@hexx"
Add the hex code for the color you want where it says hexx (random hex code will probably cause a crash)
Credit: @miuimodulehub // @BdrcnAYYDIN
Custom Depth Wallpaper with Mask
First install two modded apps
•Alight Motion
•Photoroom
In Alight Motion Apps Make custom regulation same as transparent photo
+1
Prevent the system from killing games/apps automatically when cpu resources are abused in the background
Rom: Only tested on Miui 14
Region: Only tested on CN
Android: Only tested on 13
In miui-services.jar
Fact: It killed my game while I was playing game...
Colorful notification icons on the status bar
Rom: HyperOS
Android: 13+
In MiuiSystemUi.apk
Class:
com.android.systemui.statusbar.notification.NotificationUtilSearch:
sget-boolean p2, Lcom/miui/utils/configs/MiuiConfigs;->IS_INTERNATIONAL_BUILD:ZReplace to:
const/4 p2, 0x0Now search:
.method public static shouldSubstituteSmallIcon(Lcom/android/systemui/statusbar/notification/ExpandedNotification;)ZBelow:
sget-boolean v0, Lcom/miui/utils/configs/MiuiConfigs;->IS_INTERNATIONAL_BUILD:ZReplace to:
const/4 v0, 0x0Now in class:
com.android.systemui.statusbar.notification.row.wrapper.NotificationViewWrapperSearch:
sget-boolean p2, Lcom/miui/utils/configs/MiuiConfigs;->IS_INTERNATIONAL_BUILD:ZReplace to:
const/4 p2, 0x0Credit: @SoutaEver
Show Data Usage
Rom: Hyper
Android: 13+
Region: Global
In: MiuiSystemUi.apk
Class:
com.android.systemui.controlcenter.ControlCenterSearch:
sget-boolean v0, Lmiuix/os/Build;->IS_INTERNATIONAL_BUILD:ZNow replace:
const/4 v0, 0x0Credit: @SoutaEver
Disabling signature verification (only signature)
OS: MIUI 14 or above
In framework jar
In the method
checkCapability(Landroid/content/pm/SigningDetails;I)ZChange to
.method public blacklist checkCapability(Landroid/content/pm/SigningDetails;I)Z .registers 3 const/4 v0, 0x1 return v0 .end methodMethod from Kosmosik96
Those who are getting issue in EU rom (Gboard, Google Play services)
Ignore This method
Repost from MMETMA Mods
More options in notifications icons count
• Download
Notes:
• For HyperOS A14 only
• Written and video guides
• This guide isn't for everyone if you can't do it just skip it
• If you share this guide only share this post and don't share the file directly
• If you add anything from this guide then give credit to @MMETMAmods
Donation:
PayPal
Binance id:
572857483
Follow ➤ @MMETMAmods
Join ➤ @MMETMAmodsSupportRepost from MMETMA Mods
Hide data type "4G" icon in status bar when data is off (with and without a switch)
• Download
Notes:
• Tested on HyperOS A14 and Miui A13
• Written and video guides
• This guide isn't for everyone if you can't do it just skip it
• If you share this guide only share this post and don't share the file directly
• If you add anything from this guide then give credit to @MMETMAmods
Donation:
PayPal
Binance id:
572857483
By: @MMETMA2
Follow ➤ @MMETMAmods
Join ➤ @MMETMAmodsSupportRepost from MMETMA Mods
Max FPS in all apps Guide
+ Bonus: Disable the refresh rate drop to 60Hz when the device heats up
• Download
• Preview
Notes:
• Written and video guides
• This guide isn't for everyone if you can't do it just skip it
• If you share this guide only share this post and don't share the file directly
• If you use anything from this guide in your rom then give credit to @MMETMAmods
Donation:
PayPal
Binance id: 572857483
By:
@MMETMA2
Follow ➤ @MMETMAmods
Join ➤ @MMETMAmodsSupport🔃MIUI Style time & date for HyperOS classic lockscreen
In SystemUI's ARSC - dimen
Search for the following keys
classic_text_area_margin_top_has_face
classic_time_area_plus_margin_top
Change their keys
180dp, -118dp are recommended
If you aren't satisfied about the space between time and calendar you can change the number by yourself
Original post:
https://www.coolapk.com/feed/56598342
(at Coolapk, may be inaccessible for non-Chinese)
Thanks to @I墨染 's post(https://www.coolapk.com/feed/56575207)
credits @hrsthrt74 at @ss74th
💬Lockscreen Notification Dive
In SystemUI's ARSC - dimen
Search for the following keys
notification_bottom_XXXX
XXXX are graffiti, magazine_X, etc.
The bigger number, the bigger up margin of notification is
540dp is recommended
⚠️Warning: Too big value may cause the disappearance of extra notifications so don't set too big value to prevent missing important notifications
Pics are from the comments of the original post
Original post: https://www.coolapk.com/feed/56532684
(at Coolapk, may be inaccessible for non-Chinese)
credits: @hrsthrt74 at @ss74th
Repost from MMETMA Mods
Mi Pad volume panel Guide
• Download
Notes:
• For HyperOS plug-in v15+
• Written and video guides
• This guide isn't for everyone if you can't do it just skip it
• If you share this guide only share this post and don't share the file directly
• If you add anything from this guide then give credit to @MMETMAmods
Donation:
PayPal
Binance id: 572857483
By:
@MMETMA2
Follow ➤ @MMETMAmods
Join ➤ @MMETMAmodsSupportRepost from Crazy guides/tweaks for miui/hyperos
corepatch(a13+a14)1.6.zip
Disable Compare Signature and signature check
this is that leaked methods from janzi won
i added two methods in it
to disable is persistent app check and shared uid check
you guys can use this too
https://github.com/aricluto/CorePatcher
just put framework and service
originally by super cat
@Super_Cat07
Follow @Cazymods
Join @Cazymods_chat
