topjohnwu / Magisk

The Magic Mask for Android
GNU General Public License v3.0
49.14k stars 12.63k forks source link

magisk does not open after One Ui 6 update #7887

Closed Insomnya96 closed 4 weeks ago

Insomnya96 commented 9 months ago

Device: Samsung Galaxy M53 5G Android version: Android 14 Magisk version name: 27.0 Magisk version code: 27001

After the One Ui 6 update, magisk simply does not open after being routed, it remains frozen on the magisk mask screen infinitely.

installation method: I take the boot.img, use magisk to patch it, put it in .tar and pass it via odin

note: before installing the patched image, magisk opens normally, the problem occurs after it starts the first time after installing the patched image

Logs: logcat.log

TheDailyWish commented 1 month ago

@aviraxp I didn't really understand what I needed to do )))) Sorry if I'm annoying what is fix?

Fix is here: topjohnwu/libsu#190

@vvb2060 and what is this, I don't really understand

resetprop -d ro.vendor.mtk_model

I just need the LSPosed module to install HideMockLocation v1.2.0 in it And that's it, I won't need anything else

cd /system grep -r ro.vendor.mtk_model I want to know if this prop is safe to be reset, so we can have an easy fix

@TheDailyWish Can you please help these guys, when LSPosed will start working, I'll also reroot my device and contribute in this. Thank you

I'll get to it as soon as I return from my business trip.

r3pek commented 1 month ago

@aviraxp I didn't really understand what I needed to do )))) Sorry if I'm annoying what is fix?

Fix is here: topjohnwu/libsu#190

@vvb2060 and what is this, I don't really understand

resetprop -d ro.vendor.mtk_model

I just need the LSPosed module to install HideMockLocation v1.2.0 in it And that's it, I won't need anything else

cd /system grep -r ro.vendor.mtk_model

I want to know if this prop is safe to be reset, so we can have an easy fix

a13x:/system #  grep -r ro.vendor.mtk_model
grep: ./usr/icu: Is a directory
grep: ./product: Is a directory
Binary file ./framework/framework.jar matches
grep: ./system_ext: Is a directory
grep: ./vendor: Is a directory
a13x:/system #

Just empty in my case

itztusharb commented 1 month ago

@aviraxp I didn't really understand what I needed to do )))) Sorry if I'm annoying what is fix?

Fix is here: topjohnwu/libsu#190

@vvb2060 and what is this, I don't really understand

resetprop -d ro.vendor.mtk_model

I just need the LSPosed module to install HideMockLocation v1.2.0 in it And that's it, I won't need anything else

cd /system grep -r ro.vendor.mtk_model I want to know if this prop is safe to be reset, so we can have an easy fix

a13x:/system #  grep -r ro.vendor.mtk_model
grep: ./usr/icu: Is a directory
grep: ./product: Is a directory
Binary file ./framework/framework.jar matches
grep: ./system_ext: Is a directory
grep: ./vendor: Is a directory
a13x:/system #

Just empty in my case

@aviraxp Is the prop safe to be reset so you can make a fix? Haven't heard from you since days