Magisk
Magisk copied to clipboard
25205 stat /data/data/com.android.systemui failed
Device: pixel 6 pro Android version: 13 Magisk version name: canary Magisk version code: 25205
10-12 08:14:29.519 816 818 E : stat /data/data/com.android.systemui failed with 2: No such file or directory
i got this error a few times in magisk log, is it normal?
I'm seeing this too. Even weirder, /data/data/com.android.systemui exists, so something isn't working quite right.
I can confirm this too
Just about to open a new issue too XD. This requires a better handling. Not breaking anything on Android 12 though, maybe Android 8/8.1?
It seems that Magisk accesses it too early and /data/data
not decrypted yet?
How about stat /data/user_de/0/com.android.systemui
I can confirm this too
Doesn't look too early in the log, it's at late_start and boot_competed even.
As for user_de, it doesn't exist in all Zygisk-supported Android versions, I think.
But anyway, there must just be something wrong with the stat call somehow?
stat com.android.systemui was just to get uid of systemui to whitelist denylist unmount for process with that uid.
Do you think users will add sysui to denylist?
iirc /data/data
is only decrypted after user unlock screenlock
According to John's comments, just unmounting app_process
also breaks system? So it's no need to add SystemUI to denylist, just turning Zygisk on is enough to break the system?
He means unmount app_process
breaks SystemUI and reproducible on the official AVD running API 26 and 27
So it's irrelevant to denylist settings, the check cannot be removed until we actually fixes it
Device: pixel 6 pro Android version: 13 Magisk version name: canary Magisk version code: 25205
10-12 08:14:29.519 816 818 E : stat /data/data/com.android.systemui failed with 2: No such file or directory
i got this error a few times in magisk log, is it normal?