topjohnwu / libsu

A complete solution for apps using root permissions
Apache License 2.0
1.77k stars 357 forks source link

System resources broken on Samsung Galaxy M53 5G Android 14 too #185

Open Mygod opened 3 months ago

Mygod commented 3 months ago

This might interest you. I found this from Firebase. It's unlikely that a Samsung ROM will have com.lge.systemservice.core.integrity.IntegrityManager. Device: samsung SM-M536B Android 14 (UP1A.231005.007.M536BXXS5DXB3)

java.io.IOException: Failed to load asset path /system/app/mediatek-res/mediatek-res.apk
    android.content.res.ApkAssets.nativeLoad(ApkAssets.java)
    android.content.res.ApkAssets.<init>(ApkAssets.java:298)
    android.content.res.ApkAssets.loadFromPath(ApkAssets.java:147)
    android.content.res.AssetManager.createSystemAssetsInZygoteLocked(AssetManager.java:282)
    android.content.res.AssetManager.getSystem(AssetManager.java:303)
    android.content.res.Resources.<init>(Resources.java:405)
    android.content.res.Resources.getSystem(Resources.java:288)
    android.app.ActivityManager.isHighEndGfx(ActivityManager.java:1637)
    android.view.ThreadedRenderer.initForSystemProcess(ThreadedRenderer.java:225)
    android.app.ActivityThread.systemMain(ActivityThread.java:8626)
    java.lang.reflect.Method.invoke(Method.java)

(Only one device though.)

Mygod commented 3 months ago

Closing this for now since this only seems to impact one user.