binarynoise
binarynoise
does not seem to work on A14, when applied on system framework nor for individual apps
I uploaded a version of RotationControl that has the icon removed, did this fix your issue with publishing? I will have a look at creating the icons.
> state that they're xPosed modules in the descriptions Yeah, this might be a good idea. I'll add it with the next update if I don't forget.
@BRBsoup I updated the descriptions to mention Xposed. I'll finally close this issue and create separate issues for new modulets.
for me, bb58520a4c5bf268b567a6f7cb58901bd942ae59 is the first bad one, before I get the `'NoneType' object is not iterable`
Please share the verbose logs with me then.
[FreeNotifications-debug.apk.zip](https://github.com/user-attachments/files/17266851/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.
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...
[FreeNotifications-debug.apk.zip](https://github.com/user-attachments/files/17291209/FreeNotifications-debug.apk.zip) Here the log messages should go into the LSPosed logs. To use logcat instead, the command should be `adb logcat FreeNotifications:D`
That looks how it should look like. Can you send me your `framework.jar` (in `/system/framework/`) for further analysis?