uk
Feedback
Crazy guides/tweaks for miui/hyperos

Crazy guides/tweaks for miui/hyperos

Закритий канал
3 307
Підписники
Немає даних24 години
-57 днів
-8030 день
Архів дописів
Repost from BG Mods ❄️
#Plugin

Repost from BG Mods ❄️
HyperOS3 - 5G Switch into Data panel - Has three functions: 1. Toggle to switch between 5G and LTE 2. Tap to open Preferred n
+1
HyperOS3 - 5G Switch into Data panel
- Has three functions: 1. Toggle to switch between 5G and LTE 2. Tap to open Preferred network type 3. Long-press to open Use 5G settings .

Introducing a toolbox released by @Kousei_jp,it can patch your framework and give your modded rom more features Kaorios-Toolbox
Features ✅ Play Integrity fix 🧩 Pixel & property spoofing ⚙️ Per-app spoofing manager ☁️ Google Photos unlimited backup 🧰 Payload dumper integration 🎮 Unlock high-FPS modes in games 🧾 Modify application data files safely
How to use it: Click Here

https://t.me/AviumUI my friend's new aosp project

sticker.webp0.24 KB

new lsposed module update shared by @crazyguidesformi install a zygisk module too if using ksu

some ideas about os3
for phones with camera on the left side to fix the content in island edit MIUISystemUIPlugin arsc island_area_padding_cutout set to -31 or lower try on your own
For people who want to edit position of dynamic island vertically in HyperOS 3: In DevicesOverlay add a new dimen named cut_out_center_y and put its value 60px or something nearby it (adjust accordingly). You can also check base rom DevicesOverlay to see how its added
Fixing aod in some devices for os3 in DevicesAndroidOverlay.apk replace this string <string name="config_dozeComponent">com.android.systemui/com.android.keyguard.doze.MiuiDozeService</string>
Fixing long press power menu in product etc device_features your devices xml add <!-- whether the device support long press power key to talk --> <bool name="support_long_press_power_key_to_talk">true</bool>
Fixing the fingerprint disappear after first reboot issue in /system/framework/services.jar com/android/server/biometrics/sensors/fingerprint/aidl/FingerprintProvider in class search delete or Ljava/io/File;->delete()Z remove this line or comment
some methods were collected from the internet join @crazymodsformi for more stuff

Note: you can edit device_info.json for your device specifications

google revoked everything lol

Fix theme reset in A13 or above roms

fuck the mod collection channel seems got banned,do anyone have a backup

Repost from Closed || Channel
UKA_5.39_64_magisk_EN.zip69.72 MB

#UKA #5.39 #64bit #kory-vadim #the_CEHunter UKA 5.39 | 64-bit only | kory-vadim | the_CEHunter | Full English Thanks kory-vad
#UKA #5.39 #64bit #kory-vadim #the_CEHunter UKA 5.39 | 64-bit only | kory-vadim | the_CEHunter | Full English Thanks kory-vadim for providing this module Full English version by @the_CEHunter Follow for original UKA updates: https://4pda.to/forum/index.php?showtopic=900084 Download full English version

Mi Media Editor CN 2.0 Mod unlock features from coolapk @小陳同學 shared by @crazyguidesformi only tested for CN roms install with core patch

~ Pro user unlocked ~ arm64 & armeabi ~ Multilang Note: login with email

LSPosed-v1.9.2-7276-Irena-release.zip2.47 MB

module updated changelog
Spotify ● Sync v5.31.1 ● Fix hiding context menu ads for latest version ● Remove wrongfully hidden non ad browse sections ● Remove other ads type from the browse screen ● Remove support for old versions YouTube ● Add Remember Video Quality ● Sync v5.31.1 ● Hide ads: Hide new type of general ad
revanced xp module check here for more detailed info https://github.com/chsbuffer/RevancedXposed  shared by @crazyguidesformi You can download specific version from apkmirror.com its suggested to use older youtube version for better experience

In hyperos 1 and 2 hyperos uses these configs to set zram
system_ext/etc/perfinit_bdsize_zram_4_0.conf(maybe,no need to add if it doesn't exist) system_ext/etc/perfinit_bdsize_zram.conf
edit both configs if you dont know which to edit the zip file is a edited one you can change product name and put in your rom
   "zram": [
        {
            "product_name": [
                "xaga"
            ],
            "zram_size": {
                "16": 16384,
                "12": 12288,
                "8": 8192,
                "6": 8192
            }
        }
    ]
}
you should put product name here,if you dont know about product name,you can put codename,but remove in like aliothin->alioth etc for zram_size,it can set different zram size according to your real ram,i suggest everyone to put 1:1 ram:zram or higher
shared by @crazyguidesformi