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 Crazy guides/tweaks for miui/hyperos
Use dex2oat to complie the apk/jar after you modified them
Download Script
serval pros of creating oat files
Notes:
1.everytime you edit one app or jar files,you need to odex it again
2.xiaomi is doing this when it make roms,but if you edit their apk or jar,you have to odex them again,the old oat files wont work
it is recommended to odex services.jar after you modified
as for framework.jar,we cant use everything profile to odex it
so its better to not modify that
how to use
1.put the script on the same folder with what you need to edit
2.run the script
3.it will automatically create oat files on oat folder
Follow @Cazymods
Join @Cazymods_chat
Repost from MMETMA Mods
Disable Flag Secure and screenshot listeners guide
• 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 ➤ @MMETMAmodsSupportRepost from Kronos Mods
FrameworkPatcher: Introducing GitHub workflow to automate patching MIUI/HyperOS frameworks effortlessly.
By: @Jefino9488
Features: • China Notification Delay Fix. • Supports Gboard keyboard extension. • Fully Disabled Signature Verification (core patch). • For more details check the GitHub repository.Links: Usage | Website | Github Don't forget to star the repository. Join: Channel | Support
Add Extra Dim Option
Settings
<com.android.settingslib.miuisettings.preference.Preference android:key="device_more_parameter" android:title="Extra Dim controll" android:summary="Reduce bright to extra value" android:fragment="com.android.settings.accessibility.ToggleReduceBrightColorsPreferenceFragment"/>
KID SPACE Remove from China Rom settings
Search :
.method public static isNeedRemoveKidSpaceInternal(Landroid/content/Context;)Z
IS_ALPHA_BUILD
CHANCE TO
IS_INTERNATIONAL_BUILDEnable Keyboard Bottom Space For CN ROMS
For Android13+
In
/product/overlay/AospFrameworkResOverlay.apkadd in bool
<bool name="config_imeDrawsImeNavBar">true</bool>
also
in
/product/overlay/GestureLineOverlay.apkSet dimen
navigation_bar_frame_height
from
16.0dp
to
48.0dp
credits:@CazyrnRepost from MMETMA Mods
iOS shaped dynamic island Guide
• Download
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 add anything from this guide then give credit to @MMETMAmods
Credits:
• @KevinMirandaPasiche
By: @MMETMA2
Follow ➤ @MMETMAmods
Join ➤ @MMETMAmodsSupport
Add Miui Launcher im Poco Device
Android 13/14
Guide here
Credit: @R0WN4K
Reduce "Keyboard Bottom Space/Size"
In product/overlay/GestureLineOverlay.apk
Dimen
navigation_bar_frame_heightChange
48dpTo
16dp
Add Region Option
Settings
Open Dex Search As a class LocaleController Find IS_GLOBAL_BUILD:Z Replace All with const/4 pX, 0x1 Search LocaleSettingsTree Find IS_GLOBAL_BUILD:Z Replace All With const/4 pX, 0x1 Search OtherPersonalSettings Find IS_GLOBAL_BUILD:Z Replace All With const/4 pX, 0x1Now Open Miui-Framework.jar
Search Customizeutil Find IS_GLOBAL_BUILD:Z Replace All With const/4 vX, 0x1File : Here Add in System_ext/cust
Hide Arrow In Keyboard
in MiuiSytemui.apk
com/android/systemui/navigationbar/NavigationBar
.method public final setImeWindowStatus(ILandroid/os/IBinder;IIZ)V
Change IS_INTERNATIONAL_BUILD:Z to IS_ALPHA_BUILD:ZEnable "Media Player View in Stock Plugin"
In MIUISystemUIPlugin.apk
In dex
miui/systemui/controlcenter/panel/main/media/MediaPlayerControllerSearch:
.method private final updateIcon()V
Find:
invoke-virtual {v0, p0}, Lmiui/systemui/controlcenter/panel/main/media/MediaPlayerController$MediaPlayerViewHolder;->setDetailAvailable(Z)V
Above, look at:
const/4 p0, 0x0
Change to:
const/4 p0, 0x1
Credit: @dulquersalmaan22