Luigi

Results 15 comments of Luigi

Commit 3ce3c2c made battery styles visible in app.

You should use a kotlin class with a wrapper Something like this: ``` private suspend fun segmentSubject( inputBitmap: Bitmap, listener: SegmentResultListener ) { mBgRemover.clearBackground(inputBitmap).collect { output -> listener.onSuccess(output) } }...

The lib doesn't exist in the app folder. ![IMG_20240518_150923.jpg](https://github.com/LuckyPray/DexKit/assets/5488701/87f6fa5f-a281-4885-b7a6-ecd9d38bcd7d) There is only arm64 folder and it is empty.

Checked now, the libs are in: `*\app\build\intermediates\merged_native_libs\release\mergeReleaseNativeLibs\out\lib` & in `*\app\build\intermediates\stripped_native_libs\release\stripReleaseDebugSymbols\out\lib` and there are arm64-v8a, armeabi-v7a, x86 and x86_64. But everytime I get the error when loading library.

After a lot of try and invalidating cache a lot of times it worked... Don't know why this strange behaivour. Anyway thanks for your support 💯

Tried again, the lib is inside the apk but it fails to load library :(

`java.lang.UnsatisfiedLinkError: LspModuleClassLoader[module=/data/app/~~VvsEdRdo9J1gJUGXer-vCw==/it.dhd.oxygencustomizer-2MA5epBfQhDC_sybq97PpQ==/base.apk, l0[DexPathList[[dex file "InMemoryDexFile[cookie=[0, -5476376665281513568, -5476376665281512672, -5476376665281512224]]"],nativeLibraryDirectories=[/data/app/~~VvsEdRdo9J1gJUGXer-vCw==/it.dhd.oxygencustomizer-2MA5epBfQhDC_sybq97PpQ==/base.apk!/lib/arm64-v8a, /system/lib64, /system_ext/lib64]]]] couldn't find "libdexkit.so" (Ask Gemini) at java.lang.Runtime.loadLibrary0(Runtime.java:1078) at java.lang.Runtime.loadLibrary0(Runtime.java:1003) at java.lang.System.loadLibrary(System.java:1661) at it.dhd.oxygencustomizer.xposed.utils.DexKitUtils.create(DexKitUtils.java:8) at it.dhd.oxygencustomizer.xposed.hooks.screenshot.ScreenshotPng.handleLoadPackage(ScreenshotPng.java:51) at it.dhd.oxygencustomizer.xposed.XPLauncher.loadModpacks(XPLauncher.java:136) at it.dhd.oxygencustomizer.xposed.XPLauncher.onXPrefsReady(XPLauncher.java:120) at...

> Which logs? And how to dump them if the device reboots? LSPosed logs.

Are you using xposed mod? Any additional settings? Please include lsposed logs

Isn't enough statusbar clock size?