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
🌙 Ramadan Mubarak! 🌙
May this blessed month bring you peace, joy, and prosperity.
Wishing you a Ramadan filled with reflection, growth, and countless blessings.
Gboard - Google Keyboard
Version: 14.2.09.622
▪️Download
▪️Preview
• Bottom Space Fixed When Use Spoof
• Google Logo on Space
• Clipboard Text Editor
• Text Clip Item Limit to 2000000
• Undo Button in Tooltip
• Reset Tooltip Shortcut Buttons
• System Haptic Settings
• New SearchBar in Language Settings
• Play Store Auto Update Disabled
Note: • Provide Credit If You Use in Your ROMCredit: @dulquersalmaan22
Bypass FRP lock in unlocked bootloader
In Fastboot mode:
fastboot erase frp
fastboot erase metadata
fastboot erase userdataReboot in most cases you need to do this in Android15 after clearing data,or just log out Google before you clear it
Repost from Crazy guides/tweaks for miui/hyperos
+1
Edit color blur in OS2 Settings about device
edit settings.apk
go to this class
edit these methods setPhoneLight for light mode setPhoneDark for dark mode There will be two array data in the method,edit thw bottom one here are some ideas to edit it ask ai to convert color code like #083d5a to smali 0xXXXXXXXX (three colors r,g,b written below) or just convert it to rgb,then divide them by 255 and get 0.xxf replace with 0xXXXXXXXX,mt will convert for you it will be like this (four values per group, totaling four groups, representing four positions.)com/android/settings/device/BgEffectPainter
0x3f11eb85 # 0.57f this is R(Red) 0x3f428f5c # 0.76f this is G(Green) 0x3f7ae148 # 0.98f this is B (Blue) 0x3f800000 # 1.0f this is A (Alpha) no need to edit in most cases This group corresponds to the position in the lower right corner.↘️ 0x3f7ae148 # 0.98f 0x3f59999a # 0.85f 0x3f2e147b # 0.68f 0x3f800000 # 1.0f This group corresponds to the position in the higher right corner↗️ 0x3f7ae148 # 0.98f 0x3f400000 # 0.75f 0x3f6e147b # 0.93f 0x3f800000 # 1.0f This group corresponds to the position in the higher left corner. ↖️ 0x3f3ae148 # 0.73f 0x3f333333 # 0.7f 0x3f7ae148 # 0.98f 0x3f800000 # 1.0f This group corresponds to the position in the lower left corner. ↙️Thanks to @hrsthrt74 for original guide This mod isn't for anyone,if you cant do just skip it Here are some examples shared by @cazymods
+1
Edit color blur in OS2 Settings about device
edit settings.apk
go to this class
edit these methods setPhoneLight for light mode setPhoneDark for dark mode There will be two array data in the method,edit thw bottom one here are some ideas to edit it ask ai to convert color code like #083d5a to smali 0xXXXXXXXX (three colors r,g,b written below) or just convert it to rgb,then divide them by 255 and get 0.xxf replace with 0xXXXXXXXX,mt will convert for you it will be like this (four values per group, totaling four groups, representing four positions.)com/android/settings/device/BgEffectPainter
0x3f11eb85 # 0.57f this is R(Red) 0x3f428f5c # 0.76f this is G(Green) 0x3f7ae148 # 0.98f this is B (Blue) 0x3f800000 # 1.0f this is A (Alpha) no need to edit in most cases This group corresponds to the position in the lower right corner.↘️ 0x3f7ae148 # 0.98f 0x3f59999a # 0.85f 0x3f2e147b # 0.68f 0x3f800000 # 1.0f This group corresponds to the position in the higher right corner↗️ 0x3f7ae148 # 0.98f 0x3f400000 # 0.75f 0x3f6e147b # 0.93f 0x3f800000 # 1.0f This group corresponds to the position in the higher left corner. ↖️ 0x3f3ae148 # 0.73f 0x3f333333 # 0.7f 0x3f7ae148 # 0.98f 0x3f800000 # 1.0f This group corresponds to the position in the lower left corner. ↙️Thanks to @hrsthrt74 for original guide This mod isn't for anyone,if you cant do just skip it Here are some examples shared by @cazymods
Repost from Crazy guides/tweaks for miui/hyperos
Avoid bootloop when editing .jar file Android 15 only for services.jar or miui-services.jar
According to Mod Center(kashi), you should avoid editing dexes containing invoke-custom to avoid bootloop. But you can directly remove it by the following way:
• SearchThis guide is for rom "makers" if you're just a normal user use Lsposed and core patch This idea was firstly found out by @MMETMA2 and he used this in his public method for dsv as this is spreading anywhere,maybe we have to public it😂 Thanks to @MMETMA2 shared by @cazymodsinvoke-customin all dex. • Clear all equals, hashCode and toString methods. • After deleting, when you search againinvoke-customwill give no result
Show "Data Usage in HyperOS CN ROM"
In Security.apk
In class
com.miui.networkassistant.utils.DeviceUtilSearch method:
.method static constructor <clinit>()VReplace (first)
IS_INTERNATIONAL_BUILDTo
IS_MIUIBy @dulquersalmaan22
Changelogs ;
- Added Icons Styles - Added WIFI Icons - Added Mobile Data Icon - Added Battery Icon Style - Added Volte Icon Style - Added VoWi-Fi Icon Style - Added Navigation Button Style - Added Fingerprint Animation Type - Added Charing Animtion StyleRom: MIUI/HyperOS Screenshot By:@SpiderMooon Credits ; @dulquersalmaan22 & @AxFrds For Helping @Kousei_vn For Charging and Fingerprint Style @MMETMA2 For Get Some XML❤️ @SpiderMooon For Files and Guide
Repost from Crazy guides/tweaks for miui/hyperos
Disable the limitation when you apply depth effect on lockscreen clock for hyperos aod
this disables “Adjust wallpaper position to make depth effect visible“
in miuiaod.apk
search method
calculateUnAlphaPercent
for os2 aod
find
const/4 p0, 0x0
change to
const/4 p0, -0x1
for os1 aod
add this
above return object in the end of method credit coolapk@ a2Q5p2w shared by @cazymodsconst v1, 0x0
Repost from Crazy guides/tweaks for miui/hyperos
Improve ram management By turning off preload for OS1 newer versions and OS2
In hyperos newer versions,ximi added a thing to improve the launch speed of apps,it start some apps that u often use and some whitelist apps in the background,it indeed helps the launch speed but will take much ram and cpu,it is better turn off
in product/build.prop
find these props, edit and make them false
(ignore if you dont have some of them),dont add props directly
persist.sys.app_dexfile_preload.enable=false
persist.sys.usap_pool_enabled=false
persist.sys.dynamic_usap_enabled=false
persist.sys.spc.proc_restart_enable=false
persist.sys.preload.enable=false
persist.sys.precache.enable=false
persist.sys.prestart.proc=false
persist.sys.prestart.feedback.enable=false
persist.sys.performance.appLaunchPreload.enable=false
persist.sys.smartcache.enable=false
persist.sys.art_startup_class_preload.enable=false
credit @cazymodsRepost from Crazy guides/tweaks for miui/hyperos
Enable Media haptic feedback in hyperos2
add these props in vendor/build.prop
ro.odm.mm.vibrator.audio_haptic_support=true
sys.haptic.media=true
sys.haptic.lowPowerMode=true
sys.haptic.onetrack=true
shared by @cazymodsRepost from Crazy guides/tweaks for miui/hyperos
hyperos2 ios center notification center guide
screenshot
note dont move file directly
And don't use old mt manager
original post by coolapk@mari0us
translated and shared by @cazymods
Repost from Crazy guides/tweaks for miui/hyperos
Unlock AI depth video in hyperos2
if you cant find methods below use aod from xiaomi15
in aod
search
make it true const/4 v0, 0x1 search.method public static isSupportVideoDepth()Z
make it false const/4 p0, 0x0 add these in /product/media/wallpaper/ if you dont have aiwallpaper credit:coolapk@什么也不会的小白菜 shared by @cazymodsisRedmi()Z
