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
Enable GMS and add Play store by default
Rom: MIUI/HyperOS
Android: only tested on 12, 13
Region: China
In Provision.apk
In class com/android/provision/Utils, search this method:
setGmsAppEnabledStateForCn
Change IS_INTERNATIONAL_BUILD:Z to IS_ALPHA_BUILD:Z
Add this line into system/build.prop
ro.miui.has_gmscore=1Try searching the folder
GooglePlayServicesUpdater and ConfigUpdater. Delete them.
After that, download NikGapps package and copy paste PhoneSky package into your rom
(PhoneSky.apk and its permissions.xml)
Credit: @vawnanh2801Fix notification delay
Rom: MIUI/HyperOS
Android: 13
Region: China
In miui-services.jar
In class BroadcastQueueImpl, search:sget-boolean v2, Lmiui/os/Build;->IS_INTERNATIONAL_BUILD:ZReplace it by:const/4 v2, 0x1
In class ActivityManagerServiceImpl, search:sget-boolean v1, Lmiui/os/Build;->IS_INTERNATIONAL_BUILD:ZReplace it by:const/4 v1, 0x1
In class ProcessManagerService, search:sget-boolean v1, Lmiui/os/Build;->IS_INTERNATIONAL_BUILD:ZReplace it by:const/4 v1, 0x1
