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
Device specs in Phone info
Rom: Hyper
Android: 14
Region: only tested on China Hyper
In Settings.apk, search:
IS_INTERNATIONAL_BUILD:Z
In these classes:
DeviceBasicInfoPresenter DeviceBasicInfoPresenter$4 DeviceDetailOnClickListener MiuiMyDeviceDetailSettingsChange all to:
IS_ALPHA_BUILD:Z
Replace /system/priv-app/HTMLViewer.apk
And add /product/etc/device_info.json
Credit: @tagchannelofficialrealFull MIUI permission manager
Rom: MIUI 12.5+
Android: 11+
Region: global
In the framework.jar (For a12+ miui-framework.jar) In class PackageManagerInjector.smali In method .method public static getPermissionControllerPackageName()Ljava/lang/String; Change IS_INTERNATIONAL_BUILD To IS_ALPHA_BUILD In class ActivityManager$RecentTaskInfo.smali After # static fields Add .field public childrenTaskInfos:Ljava/util/ArrayList; .annotation system Ldalvik/annotation/Signature; value = { "Ljava/util/ArrayList<", "Landroid/app/ActivityManager$RecentTaskInfo;", ">;" } .end annotation .end fieldChange Authmanager.apk from cn MIUI for your miui version Method from 4pda
Variable and Parameter in smali
v is variable p is parameterFor example: v0, v1, v2... are 1st, 2nd, 3rd...variable p0, p1, p2... are 1st, 2nd, 3rd...parameter
.register number = number of parameters + number of variablesU need to count parameter + variable, and change .register to correct value when u add/remove any variable Credit: @vawnanh2801
Custom layout (beta test)
Rom: tested on Miui 14 a13
Try and check if it works on your rom
Credit: @vawnanh2801
Custom layout (beta test)
Rom: tested on Miui 14 a13
Try and check if it works on your rom
Credit: @vawnanh2801
Repost from Anu Bareng Chanel
Changelog ;
• Adapt to A13
• Added GamesPropsUtils
• Added Game COD Warzone Global
• Added Game Honor Of Kings Global
• Change NX729J Props to NX769J Red Magic 9 Pro SDM8 Gen 3
• GamesPropsUtils is separated from PixelProps
• Move ApexLegend in NX769JProps
• Removed Game AetherGazer in GamesPropsUtils
• Etc.
README !!!
• Saya coba port dari Android 14 untuk saya jalankan pada Android versi dibawahnya & ini bekerja dengan baik, Namun perlu kalian ketahui mungkin ini bekerja pada ROM Gapps variant, Jadi silahkan kalian bisa sesuaikan sendiri.
• D.W.Y.O.R ...
Preview - Here
Tasted on ;
• PixelOS 13 EOL March Patch
Credits on guides
#AnuBareng #Maaadr
Extract boot.img from Recovery ROM (payload.bin)
Don't extract ota update
Download latest version of MT Manager Here
Credit: @vawnanh2801
Hyper launcher Mod v6.0 (iOS style)
Rom: Miui/HyperOS
Android: 12, 13, 14
Region: all
There is no crash... on a12, a13.
It was only tested on android 12, 13, 14. U can try it on android 11.
Code from Xiaomi.eu launcher, Sipollo launcher and we added something else. Kronos channel helped me to add ios style.
Give credit if u use it in your rom
@vawnanh2801
@LKHZV
Sipollo launcher
Xiaomi.eu
Kronos Mods
Hyper launcher Mod v5.0
Rom: Miui/HyperOS
Android: 12, 13, 14
Region: all
There is no crash... Also, Kronos channel is helping me to add ios style. V6.0 is comming soon.
It was only tested on android 12, 13, 14. U can try it on android 11.
Code from Xiaomi.eu launcher, Sipollo launcher and we added something else.
Give credit if u use it in your rom
@vawnanh2801
@LKHZV
Sipollo launcher
Xiaomi.eu
Enable Extended Power Menu in Xiaomi.eu Plugin by default
In class:
com/android/systemui/miui/globalactions/UtilReplace method:
.method public static isExtendedPowerMenu(Landroid/content/Context;)Z .registers 1 const/4 v0, 0x1 return v0 .end methodMiuiSystemUI Plugin.apk Credit: @fahimfaisaladitto
