en
Feedback
Mod Collection for MiUI/HyperOS

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 more
The country is not specifiedTechnologies & Applications20 964
No data
Subscribers
-124 hours
+97 days
+2330 days
Posts Archive
Advanced texture?
Advanced texture?

[guide] MediaArtView_v2.1 [only smali].zip9.93 KB

Add blur background on Media player on the notification shade and lock screen (version 2.1, only smali) Rom: Hyper Android: o
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 bases
Notes:
- 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=1
In /system_ext/etc/cust_prop_white_keys_list (Miui users can skip if we can't find this file), add:
ro.boot.verifiedbootstate
In /system/etc/init/hw/init.rc, add:
# Fake bootloader state on init && property:ro.secureboot.devicelock=1 setprop ro.secureboot.lockstate locked
Add device spoofing: Here Screenshots: Here

boost channel if you like us https://t.me/boost/miuimodcollection

Add toast blur to unsupported device for HyperOS14 tested on HyperOS14 CN edit framework.jar search .method public trySendAcc
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@hrsthrt74

Happy independence day to All Indian friends from Mods Collection ❤️
Happy independence day to All Indian friends from Mods Collection ❤️

Anyone tested it on miui 14?

Show Wi-Fi Password Import This Smalli in Settings Edit in string saved_wifi_delete : View delete_saved_network : View saved
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.

wifi_smali.zip0.07 KB

sticker.webp0.11 KB

photo content

Enable "Device model name in Media Player" In class com/android/systemui/MiPlayExtentionsKt Method .method public static fina
Enable "Device model name in Media Player" In class
com/android/systemui/MiPlayExtentionsKt
Method
.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 v0
After it, add
const/4 v0, 0x0

sticker.webp0.12 KB

Never Lock the screen automatically option In settings apk search for this method "oled" In class com/android/settings/Keygua
Never Lock the screen automatically option In settings apk search for this method
"oled"
In class
com/android/settings/KeyguardTimeoutListPreference
Change it to
"lcd"
Credits: HyperCeiler, @MMETMA2

Disable Mi Account verification when you enable 'Install Unknown apps' permission In settings apk search for this method doUn
Disable Mi Account verification when you enable 'Install Unknown apps' permission In settings apk search for this method
doUnknownSourceVerify
Change the content of the method to
.registers 1 const/4 v0, 0x0 return v0 .end method
Credits: HyperCeiler, @MMETMA2

Advanced registered networks method Please credit me and my group if you use this method in any way Show password and share a
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