binarynoise / XposedModulets

A collection of small Xposed Modules.
European Union Public License 1.2
57 stars 2 forks source link

FreeNotifications doesn't work on OOS/COS #9

Open Xynonners opened 2 days ago

Xynonners commented 2 days ago

verbose logs don't seem to indicate something is wrong, but the notification sliders of SystemUI are still greyed out.

binarynoise commented 1 day ago

Please share the verbose logs with me then.

Xynonners commented 1 day ago

Please share the verbose logs with me then.

here are the logs.

LSPosed_2024-10-05T07_23_33.882353.zip

binarynoise commented 1 day ago

FreeNotifications-debug.apk.zip Here is a debug apk (just remove the .zip after downloading) with logging. It looks like the module doesn't find anything to hook and just skips it.

Xynonners commented 1 day ago

FreeNotifications-debug.apk.zip Here is a debug apk (just remove the .zip after downloading) with logging. It looks like the module doesn't find anything to hook and just skips it.

LSPosed_2024-10-05T20_26_34.285136.zip

still looks like nothing is happening?

binarynoise commented 19 hours ago

Yeah, the build only added logging. Unfortunately, the LSPosed logs don't seem to contain the logcat output of my module, can you capture a logcat for FreeNotifications? Or do you want an apk that makes logs appear in the lsposed logs?