LightOS | Cloud – Telegram
Fix poco devices ported hOS launcher

system_ext/etc/init/init.miui.ext.rc

In ROMs with Poco vendor, this file contains the package name:
com.mi.android.globallauncher

Replaces it with:
com.miui.home


And you need to install Hyper OS Launcher Xiaomi, Not Poco
"Fix android developer notif"
open services.jar and remove this line from dex

invoke-virtual {v0}, Lcom/android/server/wm/ActivityTaskManagerInternal;->showSystemReadyErrorDialogsIfNeeded()V
No bugs have been noticed at the moment.

notes
It takes 1-5 minutes for the phone to fully boot
To work Google CTS, you need to update Google to the latest version in Google Play

‼️ If some apps disappear during the update, flash
this in recovery or cleanly flash

If you notice a bug, please let me know
4
Forwarded from CatUI Roms (؜ ؜амир)
Fully fix clear fingerprint after reboot (hOS3):

In services.jar search class
com/android/server/biometrics/sensors/fingerprint/aidl/FingerprintProvider
in class search
delete

or
Ljava/io/File;->delete()Z


remove this line or comment


Tutorial by @ameerchik6
Monochrome notification icons a16
In MiuiSystemUi.apk

Find method shouldSubstituteSmallIcon

Below line 1
sget-boolean v0, Lcom/miui/utils/configs/MiuiConfigs;->IS_INTERNATIONAL_BUILD:Z

Change
const/4 v0, 0x1


Find method getSmallIcon

Below line 5
sget-boolean p3, Lcom/miui/utils/configs/MiuiConfigs;->IS_INTERNATIONAL_BUILD:Z

Change
const/4 p3, 0x1
2👍2