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
Add blur background on Media player on the notification shade and lock screen
(version 2.1, only smali)
Rom: Hyper
Android: only tested on a14
Region: only tested on CN
Apk: MIUISystemUI.apk
Changelogs:
- Fix crash issue on the latest hyperos base. Now it works fine on both old and new basesNotes:
- Guide and credit are included in this file. - Report bug if you can find any bug.By: @vawnanh2801
Spoof bootloader state
Rom: MUI/HyperOS
Android: only tested on 13+
Benefit: This method makes the system detect locked bootloader even though you unlocked bootloader already
In /system/build.prop, add
#Fake bootloader state ro.boot.verifiedbootstate=green vendor.boot.verifiedbootstate=green vendor.boot.vbmeta.device_state=locked ro.boot.veritymode=enforcing ro.boot.vbmeta.device_state=locked ro.boot.flash.locked=1In /system_ext/etc/cust_prop_white_keys_list (Miui users can skip if we can't find this file), add:
ro.boot.verifiedbootstateIn /system/etc/init/hw/init.rc, add:
# Fake bootloader state on init && property:ro.secureboot.devicelock=1 setprop ro.secureboot.lockstate lockedAdd device spoofing: Here Screenshots: Here
Add toast blur to unsupported device for HyperOS14
tested on HyperOS14 CN
edit framework.jar
search
.method public trySendAccessibilityEvent(Landroid/view/View;Ljava/lang/String;)V
add in start of the method
invoke-static {}, Landroid/widget/ToastStub;->get()Landroid/widget/ToastStub;
move-result-object v0
invoke-virtual {p1}, Landroid/view/View;->getContext()Landroid/content/Context;
move-result-object v1
const/4 v2, 0x0
invoke-interface {v0, p1, v1, v2}, Landroid/widget/ToastStub;->addBlur(Landroid/view/View;Landroid/content/Context;Z)V
If the size is not right for you
add
persist.sys.mi_shadow_supported=true
in build.prop
credit:hyperceiler,@cazymods,@hrsthrt74Happy independence day to All Indian friends from Mods Collection ❤️
Show Wi-Fi Password
Import This Smalli in Settings
Edit in string
saved_wifi_delete : View
delete_saved_network : View saved networks
Video guide Here
Read and follow this guide if it doesn't work on your phone.Enable "Device model name in Media Player"
In class
com/android/systemui/MiPlayExtentionsKtMethod
.method public static final getFullName(Lc/f/d/a/j/p0;Landroid/content/Context;)Ljava/lang/String;Search
invoke-static {p0}, Lcom/android/systemui/MiPlayExtentionsKt;->isLocalSpeaker(Lc/f/d/a/j/p0;)Z move-result v0After it, add
const/4 v0, 0x0
Never Lock the screen automatically option
In settings apk search for this method
"oled"In class
com/android/settings/KeyguardTimeoutListPreferenceChange it to
"lcd"Credits: HyperCeiler, @MMETMA2
Disable Mi Account verification when you enable 'Install Unknown apps' permission
In settings apk search for this method
doUnknownSourceVerifyChange the content of the method to
.registers 1 const/4 v0, 0x0 return v0 .end methodCredits: HyperCeiler,
@MMETMA2Repost from MIUI / MemeUİ Module Hub
Advanced registered networks method
Please credit me and my group if you use this method in any way
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
